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