forked from Slevinski/swis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
110 lines (91 loc) · 1.5 KB
/
index.css
File metadata and controls
110 lines (91 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.detail {
position: relative;
float:left;
width:85%;
}
#command {
position: relative;
float: left;
width:15%;
top:0;
text-align: center;
}
.cmd{
width:80px;
height:50px;
margin: 2px 2px 2px 2px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid black;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
background: #cccccc;
text-align: center;
}
.cmd:hover
{
background: #eeeeee;
}
.cmd:active
{
border-bottom: 1px solid #eeeeee;
border-top: 1px solid black;
border-right: 1px solid #eeeeee;
border-left: 1px solid black;
}
h1, h2, h3 {
display:inline;
text-align:left;
float:left;
}
.per {
padding: 10px;
text-shadow: 1px 1px 1px #ddd;
border: 1px solid #666;
}
.total {
text-align:left;
float:left;
font-size:200%;
padding:10px;
margin-left: 10px;
}
.summary {
text-align:right;
float:right;
font-size:150%;
padding:10px;
margin-top: 10px;
}
table { border: 3px double #ccc; padding: 0.5em; margin-bottom:30px; }
td { padding:3px;}
.section {
margin-right: 20px;
padding:5px;
text-align:center;
width: 100px;
}
.idea {
background-color:crimson;
}
.proto {
background-color:orange;
}
.alpha {
background-color:yellow;
}
.beta {
background-color:lightblue;
}
.rc {
background-color:lightgreen;
}
.done {
background-color:green;
}
hr, br {
clear:both;
}
img {
float:left;
display:block;
}