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