]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - local.css
css na toc
[edu/osp-wiki.git] / local.css
1 a {
2   text-decoration:none;
3   color:#005a9c;
4 }
5
6 a:hover {
7   text-decoration:underline;
8 }
9
10 hr {
11   background-color:#999;
12   height:1px;
13   border-style:none;
14 }
15
16 code,pre {
17   background:#eee;
18 }
19
20 pre {
21   padding:.5em;
22 }
23
24 body {
25   font-family:sans-serif;
26   color:#000;
27   background:#FFF;
28   margin:0;
29   padding:0;
30 }
31
32 .pageheader {
33   background:#206cbc url(img/penguins.png) no-repeat right top;
34   width: 100%;
35   height: 107px;
36   margin:0;
37   padding:0;
38   color:#dff;
39   position: absolute;
40   top: 0;
41   left: 0;
42 }
43
44 .pageheader .header {
45     padding: 1em 1em 1em 1em;
46 }
47
48 .header {
49   font-size:100%;
50   font-weight:400;
51 }
52
53 .parentlinks a {
54   color: #a2b9ea;
55 }
56
57 .title {
58   display:block;
59   margin-top:.2em;
60   font:140% sans-serif;
61 }
62
63 .actions {
64   text-align:right;
65   padding:0;
66 }
67
68 .pageheader .actions {
69   position: absolute;
70   top: 0px;
71   right: 0px;
72 }
73
74 #content,#comments,#footer {
75   margin:1em 2em;
76 }
77
78 #content {
79   margin-top: 107px;
80   padding-top: 1ex;
81 }
82
83 #pageinfo {
84   border-color:#999;
85 }
86
87 .inlinepage {
88   border-top:1px solid #aaa;
89   border-style:none;
90   margin:.4em 0;
91   padding:.4em 0;
92 }
93
94 .inlineheader {
95   font-size:120%;
96   font-weight:400;
97 }
98
99 h1 {
100   font:120% sans-serif;
101 }
102
103 h2 {
104   font:bold 100% sans-serif;
105 }
106
107 h3 {
108   font:italic 100% sans-serif;
109 }
110
111 h4,h5,h6 {
112   font:small-caps 100% sans-serif;
113 }
114
115 .inlinepage h1 {
116   font-size:110%;
117 }
118
119 .actions ul {
120   font-size:75%;
121   border-style:none;
122   padding:0;
123 }
124
125 .actions ul li a {
126   text-decoration:none;
127   cursor:pointer;
128   padding:0.2em;
129   color: #000;
130 }
131
132 .actions ul li span {
133   color: #555;
134 }
135
136 .actions ul li a:hover {
137   color: #eef;
138 }
139
140 .actions ul li {
141   background:#eee;
142   text-shadow:1px 1px 1px #fff;
143   font-weight:700;
144   border-color:#ddd #aaa #aaa #ddd;
145   border-style:solid;
146   border-width:1px;
147   margin:0;
148   padding:0.2em 0.2em 0 0.2em;
149   -moz-border-radius: 0.5ex;
150 }
151
152 .pageheader .actions ul li {
153   background: #86b4e3;
154   text-shadow:1px 1px 1px #bbd;
155 }
156
157
158 .pagecloud {
159   width:auto;
160 }
161
162 a[href^=mailto:] {
163   padding-right:15px!important;
164   background:url(img/mail_icon.gif) right center no-repeat;
165 }
166
167 a[href$=.zip] {
168   padding-right:13px!important;
169   background:url(img/zip.png) right center no-repeat;
170 }
171
172 a[href$=.pdf] {
173   padding-right:13px!important;
174   background:url(img/pdf.png) right center no-repeat;
175 }
176
177 .comment {
178   clear:both;
179   margin-bottom:1em;
180   border-bottom:1px solid #e8e5d6;
181   background:#f0ecdc;
182   position:relative;
183   border-radius:.6em;
184   -moz-border-radius:.6em;
185   padding:.7em 1.4em;
186 }
187
188 .inlinepage h2,.inlinepage h3 {
189   font-size:100%;
190 }
191
192 .pageheader .actions ul,div.recentchanges {
193   border-style:none;
194 }
195
196 .fb_label {
197   
198 }
199
200 legend {
201   text-transform: capitalize;
202 }
203
204 .fb_label:first-letter {
205   text-transform: capitalize;
206 }
207
208 .fb_label {
209   color: darkblue;
210 }
211
212 .fb_comment {
213   color: gray;
214 }
215
216 .fb_label {
217   margin-top: 1ex;
218 }
219
220 .fb_input {
221   border: 1px solid lightgray;
222   padding: 0 1ex 0 0.5ex;
223 }
224
225 #sidebar {
226   position: absolute;
227   bottom: 0px;
228   width: 100%;
229   margin: 0;
230   padding: 0;
231   padding-left: 1em;
232   float: none;
233   background-color: transparent;
234 }
235
236 #sidebar ul {
237   margin:0;
238   padding:0;
239 }
240
241
242 #sidebar li {
243   display: inline;
244   list-style:none;
245   padding: 0;
246   margin: 0;
247 }
248
249 #sidebar ul li a, #sidebar ul li span {
250   color: #FFF;
251   background-color: #206cbc;
252   display: inline-block;
253   border: none;
254   margin: 0;
255   padding: 0;
256   width: 10em;
257   height: 3ex;
258   border: 1px solid #7faede;
259   border-style: solid solid none solid;
260   vertical-align: bottom;
261   text-align: center;
262   border-radius:.3em .3em 0 0;
263   -moz-border-radius: .3em .3em 0 0;
264 }
265 #sidebar ul li a:hover {
266   background-color: #7faede;
267 }
268 #sidebar ul li span.selflink {
269   background-color: white;
270   color: black;
271 //  border: 1px solid #eee;
272 //  border-style: none none solid none;
273 }
274
275 .toc {
276         line-height: 3ex;
277         width: 20ex;
278         float: right;
279         margin-left: 40px;
280         margin-bottom: 40px;
281         padding: 2ex 2ex;
282         background: white;
283         color: black !important;
284 }