-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
227 lines (194 loc) · 4.08 KB
/
style.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
body {
padding-top: 0px;
padding-bottom: 20px;
background: url("img/tweed2X.png");
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 14px;
line-height: 1.43;
}
.container {
max-width: 1030px;
margin-top: 20px;
}
.header,
.footer {
padding-left: 15px;
padding-right: 15px;
}
.header {
padding-top: 70px;
padding-bottom: 10px;
color: #e5e5e5;
border-bottom: solid 1px #313131;
text-shadow: 1px 1px #000;
background: #1c1c1c; /* Old browsers */
background: -moz-linear-gradient(left, #1c1c1c 0%, #3d3d3d 33%, #3d3d3d 67%, #1c1c1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c1c1c), color-stop(33%,#3d3d3d), color-stop(67%,#3d3d3d), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #1c1c1c 0%,#3d3d3d 33%,#3d3d3d 67%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #1c1c1c 0%,#3d3d3d 33%,#3d3d3d 67%,#1c1c1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #1c1c1c 0%,#3d3d3d 33%,#3d3d3d 67%,#1c1c1c 100%); /* IE10+ */
background: linear-gradient(to right, #1c1c1c 0%,#3d3d3d 33%,#3d3d3d 67%,#1c1c1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 */
}
.header h1 {
width: 1030px;
margin: 0 auto;
padding-bottom: 19px;
padding-left: 10px;
font-size: 40px;
line-height: 1;
/*font-weight: bolder;*/
color: #c0c0c0;
}
.header p {
width: 1030px;
margin: 0 auto;
padding-left: 10px;
/*font-weight: bolder;*/
color: #a4a4a4;
}
.footer {
padding-top: 10px;
color: #c8c8c8;
margin-top: 20px;
border-top: 1px solid #aeaeae;
width: 1030px;
text-shadow: 1px 1px #000;
}
.top-caption {
background: #e5e5e5;
border-top: solid 1px #828282;
border-bottom: solid 1px #828282;
padding-top: 5px;
padding-bottom: 5px;
}
.pager {
width: 1030px;
margin: 0 auto;
padding-left: 20px;
}
.navigation,
.navigation.affix {
width: 250px;
float: left;
border-radius: 5px;
border: solid 1px #ccc;
text-shadow: 1px 1px #000;
}
.navigation.affix {
top: 60px;
}
.nav li {
padding: 0px;
margin-left: 1px;
}
.nav li a,
.nav li a:focus {
color: #ccc;
padding: 3px 3px 3px 7px;
margin-left: 1px;
}
.nav li a:focus {
background: #333;
}
.nav li a:hover,
.navigation li.active > a:hover {
background: #666;
margin-left: 1px;
}
.nav .nav li a {
padding-left: 15px;
}
.navigation li.active > a,
.navigation li.active > a:focus {
background: #444;
color: #fff;
margin-left: 1px;
}
.content {
width: 730px;
margin-left: 300px;
background: #f1f1f1;
text-align: justify;
padding: 30px 20px 30px 20px;
box-shadow: 0px 0px 2px #000;
text-shadow: 1px 1px #d0d0d0;
border-radius: 5px;
color: #444;
}
.content p {
text-indent: 30px;
/*line-height: 340px;*/
}
.pager li {
text-shadow: 1px 1px 2px #ccc;
}
.pager li a {
border-radius: 5px;
border-color: #aaa;
color: #101010;
background: #ddd;
}
.pager li a:hover {
background: #f5f5f5;
}
.pager li.current a {
background: transparent;
border: none;
font-size: 22px;
font-weight: bolder;
margin: 0;
padding: 0;
}
.affix {
position: fixed;
margin: 0 auto;
width: 100%;
top: 0;
}
.affix-top {
position: static;
}
.content h1 {
margin-top: 0px;
/*margin-left: 5px;*/
/*padding-left: 7px;*/
font-size: 30px;
/*font-family: "Times New Roman";*/
/*border-left: solid 33px #777;*/
/*color: #777;*/
}
.content h2 {
margin-top: 0px;
font-size: 20px;
}
.content h3 {
margin-top: 0px;
font-size: 15px;
font-weight: bolder;
}
.line-through {
text-decoration: line-through !important;
}
.thumbnail iframe {
margin-left: auto;
margin-right: auto;
display: block;
vertical-align: middle;
}
.nowrap {
white-space: nowrap;
}
table tr.gray {
background: #d0d0d0;
}
table.reactor_comparison th,
table.reactor_comparison td {
font-size: 10px;
margin-left: -7px;
margin-right: -7px;
text-align: center;
}
table.reactor_comparison th {
vertical-align: bottom !important;
}