]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - local.css
Update projects - reorder, add Firefox, remove ours
[edu/osp-wiki.git] / local.css
1 a {
2   text-decoration:underline;
3   color:#005a9c;
4 }
5
6 a:hover {
7   text-decoration:underline;
8   color:#9c4100;
9 }
10
11 hr {
12   background-color:#999;
13   height:1px;
14   border-style:none;
15 }
16
17 code,pre,pre.hl {
18   background:#eee;
19   border: 1px solid #d8d8d8;
20   padding: 0px 2px;
21   border-radius: 2px;
22 }
23 pre code {
24   border: none;
25   padding: 0;
26 }
27
28 pre {
29   padding:.5em;
30 }
31
32 body {
33   font-family:sans-serif;
34   color:#000;
35   background:#FFF;
36   margin:0;
37   padding:0;
38 }
39
40 .pageheader {
41   background:#206cbc url(img/penguins.png) no-repeat right top;
42   width: 100%;
43   height: 107px;
44   margin:0;
45   padding:0;
46   color:#dff;
47   position: absolute;
48   top: 0;
49   left: 0;
50 }
51
52 .pageheader .header {
53     padding: 1em 1em 1em 1em;
54 }
55
56 .header {
57   font-size:100%;
58   font-weight:400;
59 }
60
61 .parentlinks a {
62   color: #a2b9ea;
63 }
64
65 .title {
66   display:block;
67   margin-top:.2em;
68   font:140% sans-serif;
69 }
70
71 .actions {
72   text-align:right;
73   padding:0;
74 }
75
76 .pageheader .actions {
77   position: absolute;
78   top: 0px;
79   right: 0px;
80 }
81
82 #content,#comments,#footer {
83   margin:1em 2em;
84 }
85
86 .pagefooter, .inlinefooter, .comment-header {
87   color: gray;
88   font-size: 70%;
89 }
90
91 #content {
92   margin-top: 107px;
93   padding-top: 1ex;
94   max-width: 60em;
95 }
96
97 #pageinfo {
98   border-color:#999;
99 }
100
101 .inlinepage {
102   border-top:1px solid #aaa;
103   border-style:none;
104   margin:.4em 0;
105   padding:.4em 0;
106 }
107
108 .inlineheader {
109   font-size:120%;
110   font-weight:400;
111 }
112
113 h1,h2,h3,h4,h5,h6 {
114   color: #206cbc;
115 }
116
117 h1 {
118   font:150% sans-serif;
119 }
120
121 h2 {
122   font:bold 100% sans-serif;
123 }
124
125 h3 {
126   font:italic 100% sans-serif;
127 }
128
129 h4,h5,h6 {
130   font:small-caps 100% sans-serif;
131 }
132
133 .inlinepage h1 {
134   font-size:110%;
135 }
136
137 .actions ul {
138   font-size:75%;
139   border-style:none;
140   padding:0;
141 }
142
143 .actions ul li a {
144   text-decoration:none;
145   cursor:pointer;
146   padding:0.2em;
147   color: #000;
148 }
149
150 .actions ul li span {
151   color: #555;
152 }
153
154 .actions ul li a:hover {
155   color: #eef;
156 }
157
158 .actions ul li {
159   background:#eee;
160   text-shadow:1px 1px 1px #fff;
161   font-weight:700;
162   border-color:#ddd #aaa #aaa #ddd;
163   border-style:solid;
164   border-width:1px;
165   margin:0;
166   padding:0.2em 0.2em 0 0.2em;
167   -moz-border-radius: 0.5ex;
168 }
169
170 .pageheader .actions ul li {
171   background: #86b4e3;
172   text-shadow:1px 1px 1px #bbd;
173 }
174
175
176 .pagecloud {
177   width:auto;
178 }
179
180 a[href^=mailto:] {
181   padding-right:15px!important;
182   background:url(img/mail_icon.gif) right center no-repeat;
183 }
184
185 a[href$=.zip] {
186   padding-right:13px!important;
187   background:url(img/zip.png) right center no-repeat;
188 }
189
190 a[href$=.pdf] {
191   padding-right:13px!important;
192   background:url(img/pdf.png) right center no-repeat;
193 }
194
195 .comment {
196   clear:both;
197   margin-bottom:1em;
198   border-bottom:1px solid #e8e5d6;
199   background:#f8f8f8;
200   position:relative;
201   border-radius:.6em;
202   -moz-border-radius:.6em;
203   padding:.7em 1.4em;
204 }
205
206 .comment code, .comment pre, .comment pre.hl {
207   background:#ddd;
208 }
209
210
211 .inlinepage h2,.inlinepage h3 {
212   font-size:100%;
213 }
214
215 .pageheader .actions ul,div.recentchanges {
216   border-style:none;
217 }
218
219 .fb_label {
220   
221 }
222
223 legend {
224   text-transform: capitalize;
225 }
226
227 .fb_label:first-letter {
228   text-transform: capitalize;
229 }
230
231 .fb_label {
232   color: darkblue;
233 }
234
235 .fb_comment {
236   color: gray;
237 }
238
239 .fb_label {
240   margin-top: 1ex;
241 }
242
243 .fb_input {
244   border: 1px solid lightgray;
245   padding: 0 1ex 0 0.5ex;
246 }
247
248 .sidebar {
249   position: absolute;
250   bottom: 0px;
251   width: 100%;
252   margin: 0;
253   padding: 0;
254   padding-left: 1em;
255   float: none;
256   background-color: transparent;
257   border: 0px;
258 }
259
260 .sidebar ul {
261   margin:0;
262   padding:0;
263 }
264
265
266 .sidebar li {
267   display: inline;
268   list-style:none;
269   padding: 0;
270   margin: 0;
271 }
272
273 .sidebar ul li a, .sidebar ul li span {
274   color: #FFF;
275   background-color: #206cbc;
276   display: inline-block;
277   border: none;
278   margin: 0;
279   padding: 0;
280   width: 10em;
281   height: 3ex;
282   border: 1px solid #7faede;
283   border-style: solid solid none solid;
284   vertical-align: bottom;
285   text-align: center;
286   border-radius:.3em .3em 0 0;
287   -moz-border-radius: .3em .3em 0 0;
288 }
289 .sidebar ul li a:hover {
290   background-color: #7faede;
291 }
292 .sidebar ul li span.selflink {
293   background-color: white;
294   color: black;
295 //  border: 1px solid #eee;
296 //  border-style: none none solid none;
297 }
298
299 .toc {
300   width: 30ex;
301   float: right;
302   margin-left: 40px;
303   margin-bottom: 40px;
304   padding: 2ex 2ex;
305   background: #bbdbfa;
306   border: none;
307   border-radius: 0.5ex;
308   box-shadow: 3px 3px 5px #aaa;
309 }
310
311 .toc ol ol {
312     padding-left: 2.5ex;
313 }
314
315 .toc li {
316   margin-bottom: 0.5ex;
317 }
318
319 li.L1 {
320   list-style: decimal;
321 }
322
323 li.L2 {
324   list-style: lower-alpha;
325 }
326
327 table {
328   margin: 1ex 0ex;
329 }
330
331 table th {
332    text-align: left;
333 }
334
335 th, td {
336   padding: 0.1em 0.5em;
337 }
338
339 table.borders {
340   border-collapse: collapse;
341   border: 1px solid #206cbc;
342 }
343
344 table.borders th, table.borders td {
345   border: 1px solid #206cbc;
346 }
347
348 ol.lower-alpha {
349   list-style-type: lower-alpha;
350 }
351
352 ol ol {
353   list-style-type: lower-alpha;
354 }