]> rtime.felk.cvut.cz Git - orte-www.git/blob - local.css
Announce video demo
[orte-www.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 }
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;
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:#f0ecdc;
193   position:relative;
194   border-radius:.6em;
195   -moz-border-radius:.6em;
196   padding:.7em 1.4em;
197 }
198
199 .inlinepage h2,.inlinepage h3 {
200   font-size:100%;
201 }
202
203 .pageheader .actions ul,div.recentchanges {
204   border-style:none;
205 }
206
207 .fb_label {
208   
209 }
210
211 legend {
212   text-transform: capitalize;
213 }
214
215 .fb_label:first-letter {
216   text-transform: capitalize;
217 }
218
219 .fb_label {
220   color: darkblue;
221 }
222
223 .fb_comment {
224   color: gray;
225 }
226
227 .fb_label {
228   margin-top: 1ex;
229 }
230
231 .fb_input {
232   border: 1px solid lightgray;
233   padding: 0 1ex 0 0.5ex;
234 }
235
236 #sidebar {
237   position: absolute;
238   bottom: 0px;
239   width: 100%;
240   margin: 0;
241   padding: 0;
242   padding-left: 1em;
243   float: none;
244   background-color: transparent;
245 }
246
247 #sidebar ul {
248   margin:0;
249   padding:0;
250 }
251
252
253 #sidebar li {
254   display: inline;
255   list-style:none;
256   padding: 0;
257   margin: 0;
258 }
259
260 #sidebar ul li a, #sidebar ul li span {
261   color: #FFF;
262   background-color: #206cbc;
263   display: inline-block;
264   border: none;
265   margin: 0;
266   padding: 0;
267   width: 10em;
268   height: 3ex;
269   border: 1px solid #7faede;
270   border-style: solid solid none solid;
271   vertical-align: bottom;
272   text-align: center;
273   border-radius:.3em .3em 0 0;
274   -moz-border-radius: .3em .3em 0 0;
275 }
276 #sidebar ul li a:hover {
277   background-color: #7faede;
278 }
279 #sidebar ul li span.selflink {
280   background-color: white;
281   color: black;
282 //  border: 1px solid #eee;
283 //  border-style: none none solid none;
284 }
285
286 .toc {
287   line-height: 3ex;
288   width: 30ex;
289   float: right;
290   margin-left: 40px;
291   margin-bottom: 40px;
292   padding: 2ex 2ex;
293   background: #bbdbfa;
294   border: 1px solid #206cbc;
295   -moz-border-radius: 0.5ex;
296 }
297
298 .toc li {
299   margin-bottom: 0.5ex;
300 }
301
302 table {
303   margin: 1ex 0ex;
304 }
305
306 table th {
307    text-align: left;
308 }
309
310 th, td {
311   padding: 0.1em 0.5em;
312 }
313
314 table.borders {
315   border-collapse: collapse;
316   border: 1px solid #206cbc;
317 }
318
319 table.borders th, table.borders td {
320   border: 1px solid #206cbc;
321 }
322
323 ol.lower-alpha {
324   list-style-type: lower-alpha;
325 }
326
327 ol ol {
328   list-style-type: lower-alpha;
329 }