-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
119 lines (112 loc) · 1.64 KB
/
styles.css
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
111
112
113
114
115
116
117
118
119
table {
font: .9em/1.5em Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
th {
padding: 0.3em 0.7em;
text-align: left;
font-size:1.2em;
}
tr.yellow td {
border-top: 1px solid #FB7A31;
border-bottom: 1px solid #FB7A31;
background: #FFC;
}
td {
border-bottom: 1px solid #CCC;
padding: 0 0.7em;
vertical-align:top;
}
td img {
padding: 0.3em 0.7em;
}
td:first-child {
width: 50px;
}
td+td {
border-left: 1px solid #CCC;
text-align: left;
}
h1 a {
text-decoration:none;
color:#000;
}
h2 {
font-size:1.3em;
}
#chapterBox {
width:300px;
float:left;
margin-right:10px;
}
#chapterBox h2 {
margin-top:0;
padding-top:0;
}
#chapterBox ol {
margin-left:10px;
padding-left:15px;
}
#introductionBox {
width:300px;
float:left;
margin-right:25px;
height:260px;
}
#introductionBox p {
padding-top:0;
margin-top:0;
font-size:.8em;
line-height:1.4em;
}
#statusBox {
width:300px;
float:left;
}
#statusBox h2 {
margin-top:0;
}
#statusBox li {
list-style-type:none;
list-style:none;
}
#statusBox ul {
margin-left:0;
padding-left:15px;
}
#themeBox {
width:300px;
float:left;
margin-right:10px;
}
#themeBox h2 {
margin-top:0;
}
#themeBox ul {
margin-left:10px;
padding-left:15px;
}
#header {
width:100%;
height:99px;
}
body {
font: 0.9em/1.5em Arial, Helvetica, sans-serif;
}
.clear {
clear:both;
}
.hidden {
display:none;
}
a:link { color:#069; text-decoration:underline; }
a:visited { color:#069; text-decoration:underline; }
a:hover { color:#069; text-decoration:underline; }
a:active { color:#069; text-decoration:underline; }
img {
border:0;
}
.gridProject {
float:right;
}