File: theme.css

package info (click to toggle)
libmojomojo-perl 1.11%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,496 kB
  • ctags: 927
  • sloc: perl: 14,671; sh: 148; xml: 120; makefile: 8; ruby: 6
file content (312 lines) | stat: -rw-r--r-- 5,707 bytes parent folder | download | duplicates (5)
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
/* @override http://localhost:3000/.static/themes/default/theme.css */

/* @group Document Structure */

body {
    background: #7D7C7A repeat-x url(images/background.jpg);
    margin: 0;
    color: #626262;
    font-size: 0.9em;
    font-family: Helvetica Neue,Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
}

.container {
    max-width: 1280px;
    text-align: left;
    margin: 0 auto 0;
}

.maximized-container {
    max-width: 99%;
    width: 99%;
}

#header {
    height: auto;
    padding-bottom: 0.1em;
    margin: 0;
    margin-top: 10px;
    background-color: #33455c;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}

#header h1 {
    background: url(images/mmlogo.png) no-repeat 15px 20px;
    top: 14px;
    padding: 13px 0 10px 100px;
    color: #ffffff;
    font-weight: bold;
    border-width: 1px;
    border-color: #000;
    margin: 0;
}

#header h1 a {
    color: #ffffff;
}

#breadcrumbs {
    background: #273547;
    height: 12px;
    font-size: .9em;
    color: #e3e3e3;
    margin: 0;
    padding: 6px 8px;
}
#breadcrumbs a {
    padding: 2px 7px;
    color: white;
    text-decoration: none;
}
#breadcrumbs a:hover {
    color: #ffffff;
    background-color: #33455c;
    text-decoration: none;
        -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

div#toplinks {
    font-size:.9em;
    background: #ebeae7;
    font-weight: bold;
    color: #000000;
    padding: 4px 8px;
    min-height: 1.8em;
}
div#toplinks ul li, div#bottomnav ul li {
    display: block;
    float: left;
    height: 1.5em;
}
div#toplinks ul li a, div#bottomnav ul li a, div#bottomnav ul li span.title {
    text-decoration:none;
    margin: 0px 0 0 5px;
    padding: 1px 2px;
}
div#toplinks ul li a {
    padding: 4px;
}
div#toplinks ul li a:hover, div#bottomnav ul li a:hover {
    background-color: #fff;
    color:#333;
}
div#toplinks a {
    position: relative;
    top: 4px;
}
div#pagenav {
    font-size: .9em;
    clear: both;
    padding: 4px 15px;
    background: #f6f6f6;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
div#pagenav ul li {
    padding: 2px 14px 2px 0;
    display: inline;
}
div#pagenav ul li a {
    text-decoration: none;
}
div#pagenav ul li a:hover {
    text-decoration: underline;
}
div#pageoptions {
    padding: 5px 14px;
    background-color: #ceebb6;
}
div#pageoptions ul li {
    display: inline;
    padding: 5px 14px 5px 0;
    color: black;
    font-size: 1.1em;
}
div#pageoptions a {
    color: green;

}
div#pageoptions a.active {
    color: #ceebb6;
    background: green;
}
#categories {
    background: #ffffff;
}

#allPages {
    float:left;
    width:40%;
    margin-right:20px;
}

#wantedPages {
    float:left;
    width:55%;
}
.wantedBy { color:#999; }

#tags {
    background: #f6f6f6;
    font-size: 1.1em;
    color: #676767;
    padding: 5px 13px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.showdiv {
    background: white;
    font-size: 11px;
    padding-left: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

#content {
    overflow: auto;  /* wide unwrappable content needs to be visible; see test at http://wiki.dandascalescu.com/reviews/food/vitamins */
    background: #ffffff;
    padding: 2em 13px;
}

#content strong,b {
    font-weight: bold;
}
#content em,i {
    font-style: italic;
}

#content ul, #content ol {
    padding-left:1.5em;
}
/* For IE6, which doesn't support child selectors */
#content ul li {
    list-style: square;
}
/* this means that the last li in `ol li ul li` will end up with list-style: decimal instead of 'square' */
#content ol li {
    list-style: decimal;
}
/* The two direct child selectors below take care of that nesting problem, but only for Standards-Compliant Browsers */
#content ul > li {
    list-style: square;
}
#content ol > li {
    list-style: decimal;
}
#content li {
    margin-left: 1.5em;
    margin-bottom:5px;
}

/* tables */

#content table {
    border-collapse: collapse;
    border:2px solid #bbb;
    background: #fff;
    margin-bottom:.6em;
}

#content table td, #content table th {
    border: 1px dotted #aaa;
    padding: .5em;
}

#content table thead th, #content table tfoot th {
    font-weight: bold;
    background:#f6f6f6;
}

#content table tbody th, #content table tbody td {
    vertical-align: top;
    text-align: left;
}

#content table tfoot td {
    border: 2px solid #000;
}

#content table tr.odd td, #content table tr.odd th {
    background: #efefef;
}

#bottomnav {
    background: #ebeae7;
    padding: 6px 8px;
    color: #000000;
    margin: 0;
    font-weight: bold;
    height: 2.8em;
    font-size: 0.9em;
    border-top: 1px solid #8899aa;
}

#bottomnav input {
    font-size: 1em;
}

li#site_settings {
    clear: left;
}

.formdiv {
    text-align: left;
    background: #ffffff;
    padding-left: 13px;
    padding-bottom: 5px;
}

p {
    line-height: 1.3em;
    margin: 1.2em 0;
}

.hide {
    display: none;
}

.clickable {
    cursor: pointer;
}

.center,
#content .center,
#content table .center {
    text-align: center;
}

#powered {
    border-top: 2px solid #33455C;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    text-align: right;
}

#content .syntax_help table {
    width: 100%;
}
#content .syntax_help table th,
#content .syntax_help table td {
    padding: 0.2em;
}

#path_links, #path_links li {
    margin-left: 0;
    padding-left: 0;
}

.syntax_help table th {
    background-color: #f6f6f6;
}

/* @end */