]> rtime.felk.cvut.cz Git - ortcan-www.git/blob - local.css
(no commit message)
[ortcan-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 .sidebar, .pageheader {
34   margin: 0px;
35   padding: 0px;
36   background-color: #568dc1;
37   color: white;
38 }
39
40 .pageheader {
41   width: 100%;
42   height: 107px;
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-left: 20ex;
77   padding-left: 1em;
78 }
79
80 #pageinfo, .inlinefooter, .comment-header {
81   color: gray;
82   font-size: 70%;
83 }
84
85 #content {
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   left: 0px;
239 }
240
241 .sidebar ul {
242   margin: 0px;
243   padding: 0px;
244   color: white;
245 }
246
247 #sflogo {
248   margin-top: 2em;
249   margin-bottom: 0em;
250 }
251
252 .sidebar li {
253   display: block;
254   border-top: solid 1px lightgray;
255   border-bottom: solid 1px lightgray;
256   margin: 0px 0px -1px -1px;            /* Collapse borders */
257 }
258
259 .sidebar li:hover {
260   background: #0052a0;
261   color: white;
262 }
263
264 .sidebar li a, .sidebar ul li span.selflink {
265   padding-left: 1em;
266   padding-top: 0.5em;
267   padding-bottom: 0.5em;
268   display: block;
269   color: inherit;
270   text-decoration: none;
271 }
272
273 .sidebar ul li span.selflink {
274   background-color: white;
275   color: black;
276 }
277
278 .toc {
279   line-height: 3ex;
280   width: 30ex;
281   float: right;
282   margin-left: 40px;
283   margin-bottom: 40px;
284   padding: 2ex 2ex;
285   background: #bbdbfa;
286   border: 1px solid #206cbc;
287   -moz-border-radius: 0.5ex;
288 }
289
290 .toc li {
291   margin-bottom: 0.5ex;
292 }
293
294 table {
295   margin: 1ex 0ex;
296 }
297
298 table th {
299    text-align: left;
300 }
301
302 th, td {
303   padding: 0.1em 0.5em;
304 }
305
306 table.borders {
307   border-collapse: collapse;
308   border: 1px solid #206cbc;
309 }
310
311 table.borders th, table.borders td {
312   border: 1px solid #206cbc;
313 }
314
315 ol.lower-alpha {
316   list-style-type: lower-alpha;
317 }
318
319 ol ol {
320   list-style-type: lower-alpha;
321 }