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