-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
394 lines (297 loc) · 8.92 KB
/
style.css
File metadata and controls
394 lines (297 loc) · 8.92 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
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
/* @group Layout
===========================================================
* @group Layout
============================================================= */
.limiter {
margin:0px auto;
width:940px;
position: relative;
}
#left, #right, #main {
float:left;
position: relative;
}
#left,#right{width:188px;}
#main {margin: 0 20px; }
body.no-sidebars #main { width:910px; }
body.one-sidebar #main { width:712px; }
body.both-sidebars #main { width:630px; }
body.two-sidebars #main { width:524px; }
/* @end = = = = Layout = = = = */
/* @group General Style
===========================================================
* General Style (html, utility, drupal )
============================================================= */
/* HTML
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body {
color:#666;
background:#fff;
font-family: helvetica, arial, sans-serif;
background: white;
color: black;
font-size: 75%;
}
a {
color:#444;
text-decoration:none;
}
dl {}
dt {margin:.5em 0}
dd {margin:.5em}
input, textarea {background:#fff;}
table {
width:100%;
margin:0px 0px 20px;
}
td, table th {
padding:4px 4px 5px;
border-bottom:1px solid #ccc;
}
.module { font-weight:700; background:#eee}
tr.odd td {background:rgba(34,34,34,.025)}
tr td.active {background:rgba(34,34,34,.05)}
table {
}
table th,
table td { vertical-align:middle; }
div.collapsible h2.fieldset-title { cursor:pointer; line-height:1.2em; }
div.collapsed h2.fieldset-title {margin:0}
div.collapsible div.fieldset-content { margin-top:1em; }
div.collapsed div.fieldset-content { display:none; }
/* Forms ============================================================== */
input.form-text,
select,
textarea { border:1px solid #ccc; }
input.form-submit,
label { font-weight:bold; }
input.form-submit {
margin-top:8px;
padding: 3px 10px;
cursor:pointer;
}
input.form-submit:hover {opacity:.7}
input#edit-submit {
font-weight: bold;
color: #fff !important;
border: 1px solid #999;
background-color: #666;
border-radius: 13px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-webkit-transition: color, background-color .2s ease-in;
}
input#edit-submit:hover {background:#333;}
input#edit-delete {color:#999;}
input.form-radio,
input.form-checkbox { vertical-align:middle; }
div.form-item div.description,
div.description {
color:#666;
font-size:11px;
}
/* Utility Class
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/**
* Markup free clearing ===============================================
*
* Consider adding your own selectors to this instead of finding ways
* to sneak the clear-block class into Drupal's markup.
* From http://www.positioniseverything.net/easyclearing.html
*/
ul.links:after,
.clear-block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Exclude inline links from clear-block behavior */
ul.inline:after {
content: "";
display:none;
clear:none;
}
ul.links,
.clear-block {
display: inline-block;
}
/* Hides from IE-mac \*/
* html ul.links,
* html .clear-block {
height: 1%;
}
ul.links,
.clear-block {
display: block;
}
/* Drupal Defaults
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* Navigation = = = = = = = = = = = = = = = = = = = = = = = = = */
ul.links li, ul.links li a { float:left; }
ul.links li a {
font-weight:300;
padding:5px 15px;
margin:0px 5px 0px 0px;
}
ul.links li a:hover {
background:#999;
color:#fff;
}
ul.links li.active a,
ul.links li.active a.active {
background:#444;
color:#fff;
}
ul.menu a {
display:block;
line-height:20px;
padding:4px 5px 5px;
border-bottom:1px solid #ccc;
}
ul.menu a.active {
background:#f8f8f8;
color:#333;
}
/**
* We can safely stop at 8 levels of nesting, as the menu system does
* not allow depths of greather than 8.
*/
ul.menu li li a { padding-left:15px; }
ul.menu li li li a { padding-left:25px; }
ul.menu li li li li a { padding-left:35px; }
ul.menu li li li li li a { padding-left:45px; }
ul.menu li li li li li li a { padding-left:55px; }
ul.menu li li li li li li li a { padding-left:65px; }
ul.menu li li li li li li li li a { padding-left:75px; }
.block {}
h2.block-title {
font-size:15px;
padding:4px 5px 5px;
margin-bottom:8px;
line-height: 1em;
}
.block-region { border:3px dashed #ffc; background:#ffe}
.fieldset {
margin:1.5em 0;
padding:.5em 1em;
background:rgba(0,0,0,.02);
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.fieldset:hover {background:rgba(0,0,0,.04);}
.fieldset-title {font-size:14px; margin:0;line-height:2em}
.fieldset div.form-item-labeled {margin:0 0 1em;}
.form-text {}
#edit-title {font-size:2em; width:100%}
#console .messages, #console .help {padding:8px;}
#console .warning {background:#ffc}
#console .status {background:#dfc}
#console .error {background:#fcc}
#console .help, #showhelp {background:#cef;}
#console .help {display:none}
/* Views ============================================================== */
table.grid-2 td { width:50%; }
table.grid-3 td { width:33.3%; }
table.grid-4 td { width:25%; }
table.grid-5 td { width:20%; }
table.grid-6 td { width:16.6%; }
table.grid-7 td { width:14.2%; }
table.grid-8 td { width:12.5%; }
/* @end = = = = General = = = = */
/* ===========================================================
* @group Typography
============================================================= */
h1, h2, h3, h4, h5, h6 { line-height: 1.2; position: relative; clear:left}
h1, h2 { line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4 { margin-top: 18px; }
h4, h5, h6 { font-weight: bold; }
h3, h4, h5, h6 { line-height: 18px; }
h1 { font-size: 46px; }
h2 { font-size: 34px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }
p {margin:0 0 .75em;}
/* @end = = = = Typography = = = = */
/* ===========================================================
* @group Page Sections (Header, content, aside, footer)
============================================================= */
/* @group Header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* @end = = = = Header = = = = */
/* @group Content
* By default, any text which is suspected to have gone through an
* input filter is given the 'prose' class. We want to format it with
* readability and nice defaults in mind.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.prose { line-height:20px; }
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose p, .prose ul, .prose ol, .prose pre, .prose div.codeblock, .prose blockquote {
margin: 0px 0px 20px;
}
.prose pre, .prose code, .prose div.codeblock {
font-size:11px;
font-family: monospace;
}
.prose pre, .prose blockquote, .prose div.codeblock {
line-height:20px;
padding:4px 9px;
}
.prose ol li, .prose ul li {
display:list-item;
list-style:disc;
margin:0px 0px 0px 30px;
padding:0px;
}
.prose ol li { list-style:decimal; }
.prose img { display:block; }
/* Excluding Drupal structures */
.prose ul.links, .prose ul.links li, .prose div.item-list ul,.prose div.item-list li {
margin:0px;
padding:0px;
list-style:none;
}
.breadcrumb {
display: none;
}
#tabs {
display: none;
position: absolute; top: 0; left: 0;
background: #ff4 url(images/tabs-bg.png) repeat;
width: 100%;
z-index: 2;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
#tabs ul {
}
#tabs li {
}
#tabs a {
font-weight:700; font-size:1.2em;
}
#tabs a:hover {background:#333;}
#tabs li:first-child a {
border-radius-top-left:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
}
#tabs .primary-tabs {
background:rgba(255,255,255,.3);
box-shadow:0px,2px,5px,rgba(34,34,34,1);
}
#tabs .secondary-tabs {font-size:.8em;background:rgba(255,255,255,.6)}
#tabs .secondary-tabs a {padding:2px 6px;}
#tabs .secondary-tabs a.active {background:#666}
#tabs .secondary-tabs li:first-child a {
-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;
}
/* @end = = = = Content = = = = */
/* @group Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* @end = = = = Footer = = = = */
/* @end = = = = Sections = = = = */