]> rtime.felk.cvut.cz Git - frsh-forb-www.git/blob - local.css
Test new sidebar css
[frsh-forb-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 }
78
79 .pagefooter, .inlinefooter, .comment-header {
80   color: gray;
81   font-size: 70%;
82 }
83
84 #content {
85   padding-top: 1ex;
86   max-width: 60em;
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:150% 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   left: 0px;
238 }
239
240 #sidebar ul {
241   margin: 0px;
242   padding: 0px;
243   color: white;
244 }
245
246 #sflogo {
247   margin-top: 2em;
248   margin-bottom: 0em;
249 }
250
251 #sidebar li {
252   display: block;
253   border-top: solid 1px lightgray;
254   border-bottom: solid 1px lightgray;
255   margin: 0px 0px -1px -1px;            /* Collapse borders */
256   padding-right: 1em;
257 }
258
259 #sidebar li:hover {
260   background: #0052a0;
261   color: white;
262 }
263
264 #sidebar li a {
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 }