MediaWiki:Common.css

The educational technology and digital learning wiki
Revision as of 16:00, 4 September 2013 by Dacostj7 (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
  1 /** CSS placed here will be applied to all skins */
  2 
  3 /*
  4 <pre>
  5  */
  6 
  7 .hiddenStructure {display: none}
  8 .hidden {display:none}
  9 .if {display: none}
 10 
 11 /*front page */
 12 /* CCFFFF = bright light blue */
 13 @media screen {
 14 #front_left {padding:3px; float:left; width:57%; border:1px solid #006699; background: #EBFFFF;}
 15 #front_right {float:left; width:40%; background: #FAF9EC; border:1px solid #996600; margin-left: 4px; padding: 3px;}
 16 div.front_title {background:#E2C4E8; font-size:large; border-bottom:1px solid #996600;border-top:1px solid #996600;}
 17 }
 18 
 19 @media print handheld {
 20 #front_left {}
 21 #front_right {}
 22 }http://edutechwiki.unige.ch/en/Zooniverse
 23 
 24 /* Space out main section titles */
 25 h2 {margin-top:3.5ex;}
 26 h3 {margin-top:2ex;}
 27 
 28 #GooglesearchBody input{ font-size: 80%; }
 29 
 30 /* wikitable/prettytable class for skinning normal tables */
 31 
 32 table.wikitable,
 33 table.prettytable {
 34   margin: 1em 1em 1em 0;
 35   background: #f9f9f9;
 36   border: 1px #aaaaaa solid;
 37   border-collapse: collapse;
 38 }
 39 
 40 table.wikitable th, table.wikitable td,
 41 table.prettytable th, table.prettytable td {
 42   border: 1px #aaaaaa solid;
 43   padding: 0.2em;
 44 }
 45 
 46 table.wikitable th,
 47 table.prettytable th {
 48   background: #f2f2f2;
 49   text-align: center;
 50 }
 51 
 52 table.wikitable caption,
 53 table.prettytable caption {
 54   margin-left: inherit;
 55   margin-right: inherit;
 56 }
 57 
 58 .allpagesredirect {
 59   font-style: italic;
 60 }
 61 
 62 /* Overrides for semantic forms tables - SemanticForms/skins/SemanticForms.css */
 63 
 64 table.formtable {
 65  width: 100%;
 66  margin: 5px 0 0;
 67  padding: 0.3em 0.2em 0.2em 0.2em;
 68  background: transparent;
 69  border: 1px dotted grey;
 70  border-radius: 2px;
 71  background: #f9f9f9;
 72 }
 73 
 74 table.formtable caption {
 75  color:blue;
 76  text-align:left;
 77  font-size:12pt;
 78 }
 79 
 80 /* Infobox template style */
 81 
 82  .infobox {
 83    border: 1px solid #aaaaaa;
 84    width:270px;
 85    background-color: #f9f9f9;
 86    color: black;
 87    margin-bottom: 0.5em;
 88    margin-left: 1em;
 89    padding: 0.2em;
 90    float: right;
 91 }
 92 .infobox td,
 93 .infobox th {
 94    border: 2px none #aaaaaa;
 95    padding: 0.2em 0.5em;
 96    border-bottom: 1px solid #f0f0f0 !important;
 97 }
 98 .infobox caption {
 99    font-size: larger;
100    margin-left: inherit;
101 }
102 .infobox.bordered {
103    border-collapse: collapse;
104 }
105 .infobox.bordered td,
106 .infobox.bordered th {
107    border: 1px solid #aaaaaa;
108 }
109 .infobox.bordered .borderless td,
110 .infobox.bordered .borderless th {
111    border: 0;
112 }
113 
114 .infobox.sisterproject {
115    width: 20em;
116    font-size: 90%;
117 }
118 
119 /* styles for bordered infobox with merged rows */
120 .infobox.bordered .mergedtoprow td,
121 .infobox.bordered .mergedtoprow th {
122    border: 0;
123    border-top: 1px solid #aaaaaa;
124    border-right: 1px solid #aaaaaa;
125 }
126 
127 .infobox.bordered .mergedrow td,
128 .infobox.bordered .mergedrow th {
129    border: 0;
130    border-right: 1px solid #aaaaaa;
131 }
132 
133 
134 /* Removes useless links from printout */
135 @media print {
136     .portlet, #privacy, #about, #disclaimer {display:none;}
137 }
138 
139 /* Banner Styles used in EduTech wiki 
140  - use class names like Banner_xxxx
141  */
142 
143 .Banner_incomplete {
144   float:right;
145   clear:right;
146   width:200px;
147   border:1px solid orange;
148   background-color:#FFFACD;
149   padding:7px; 
150   margin-bottom: 10px;
151   margin-left: 1em;
152 }
153 
154 .Banner_tutorial {
155   float:right;
156   clear:right;
157   width:200px;
158   border:1px solid blue;
159   background-color:#F8C9E4;
160   padding:7px; 
161   margin-bottom: 10px;
162   margin-left: 1em;
163 }
164 
165 .tut_goals{
166   background-color:#F8C9E4;
167   padding:7px; 
168   margin-bottom: 10px;
169   border:1px solid #AAAAAA;
170 }
171 
172 .Banner_copyright{
173   background-color:#d0f0c0;
174   padding:7px; 
175   margin-bottom: 10px;
176   border:1px solid #AAAAAA;
177 }
178 
179 /* Style for the source code tag */
180 
181 .actionscript{
182   background-color:#FFFFEE;
183   padding:7px; 
184   margin-bottom: 10px;
185   border:1px #AAAAAA solid;
186 }
187 
188 /* Tag cloud extension CSS */
189 
190 .tagcloud {
191 	width: 95%;
192 	text-align: center;
193 	background-color: #FDFDFD;
194 	border: 1px solid #EEEEEE;
195 	padding: 15px 10px 15px 10px;
196  }
197  .tagcloud a {
198 	color: #0052CB;
199 	margin-left: 10px;
200 	margin-right: 10px;
201 	font-weight: bold;
202  }
203 
204 /* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
205 ul.pageby {
206     border:1px solid #60606F;
207     background-color:#E0E0EF;
208     font-size: 80%;
209     margin:1ex;
210     padding:1ex;
211     list-style-type:none;
212   }
213 
214 /* category tree - first is just for portlet - second for all trees */
215 #p-categorytree-portlet {font-size: 85% } 
216 .CategoryTreeTag {font-size: 85%; }
217 
218 /* Syntaxhighlight geshi */
219 div.mw-geshi {
220   border: 1px dotted grey;
221   padding: 2px; 
222   margin-left:1em;
223   margin-top:2px;
224   margin-right:2px;
225   margin-bottom:2px;
226   font-size: 120%
227 }
228 
229 code {
230   border: 1px solid #ddd;
231   padding: 1px 4px;
232   border-radius: 2px;
233 }
234 
235 /*
236 </pre>
237  */
238 
239 /* ------------------------- class for fluid two columns layout -------------------------*/
240 
241 .leftFifty {
242   width:50%;
243   float:left;
244 
245 }
246 .rightFifty {
247   width:50%;
248   float:right;
249 }
250 
251 .leftSixty {
252   width:60%;
253   float:left;
254 }
255 .rightForty {
256   width:40%;
257   float:right
258 }
259 
260 .CS_right{
261 width:320px;
262 float:right;
263 text-align:center;}
264 
265 .CS_left{display:block;}
266 
267 .CS_rightImg{
268 box-shadow:1px 1px 2px;
269 display:inline-block;
270 margin:0px auto 8px auto;
271 width:300px;
272 background:#ECECEC;
273 }
274 
275 .CS_semanticTableL{
276 margin: 0px auto 8px auto;
277 background: #f9f9f9;
278 border-collapse: collapse;
279 width:280px;
280 }
281 .CS_semanticTableL td,
282 .CS_semanticTableL th,
283 .CS_semanticTableR td,
284 .CS_semanticTableR th{
285   border: 1px #aaaaaa solid;
286   padding: 4px 8px 4px 8px;
287 }
288 
289 .CS_semanticTableL th,
290 .CS_semanticTableR th{
291 background: #f2f2f2;
292 text-align: center;
293 font-weight:bold;
294 color:#A0BE64;
295 padding: 8px 15px 8px 15px;
296 }
297 
298 .CS_semanticTableR{
299 margin: 0px auto 8px auto;
300 background: #f9f9f9;
301 border-collapse: collapse;
302 width:280px;
303 }
304 
305 .evaluationGreyBlock{
306 display:inline-block;
307 height:23px;
308 line-height:23px;
309 vertical-align:middle;
310 text-align:center;
311 background:#F2F2F2;
312 width:24%;
313 border:1px solid rgb(225,225,225);
314 box-shadow:0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 0px 5px rgba(0, 0, 0, 0.1);
315 margin:1px;
316 }
317 .evaluationGreenBlock{
318 display:inline-block;
319 height:23px;
320 line-height:23px;
321 vertical-align:middle;
322 text-align:center;
323 background:rgb(110,200,100);
324 width:24%;
325 border:1px solid rgb(225,225,225);
326 box-shadow:0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 0px 5px rgba(0, 0, 0, 0.1);
327 margin:1px;
328 color:white;
329 font-weight:bold;
330 }
331 .evaluationRedBlock{
332 display:inline-block;
333 height:23px;
334 line-height:23px;
335 vertical-align:middle;
336 text-align:center;
337 background:rgb(200, 50, 50);
338 width:24%;
339 border:1px solid rgb(225,225,225);
340 box-shadow:0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 0px 5px rgba(0, 0, 0, 0.1);
341 margin:1px;
342 color:white;
343 font-weight:bold;
344 }
345 .evaluationOrangeBlock{
346 display:inline-block;
347 height:23px;
348 line-height:23px;
349 vertical-align:middle;
350 text-align:center;
351 background:rgb(220, 130, 0);
352 width:24%;
353 border:1px solid rgb(225,225,225);
354 box-shadow:0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 0px 5px rgba(0, 0, 0, 0.1);
355 margin:1px;
356 color:white;
357 font-weight:bold;
358 }
359 
360 @media screen and (max-width: 1280px) {
361   .leftFifty {
362     width:100%;
363   }
364   .rightFifty {
365     left: 0;
366     width:100%;
367     position:relative;
368   }
369   .leftSixty {
370     width:100%;
371   }
372   .rightForty {
373     left: 0;
374     width:100%;
375     position:relative;
376   }
377 
378 .CS_left{
379 position:relative;
380 float:none;
381 width:100%;
382 margin-top:10px;
383 }
384 
385 .CS_rightImg{
386 box-shadow:1px 1px 2px;
387 display:inline-block;
388 margin:8px auto;
389 width:auto;
390 height:230px;}
391 
392 .CS_rightImg img{width:auto;height:230px;}
393 
394 #map_google3_1{width:340px !important;height:200px !important;}
395 
396 .CS_right{
397 position:relative;
398 float:none;
399 width:100%;
400 }
401 
402 }
403 
404 /* ------------------------- class for citizen science project template-------------------------*/
405 
406 .decorativeBlueCell{
407 width:20px; 
408 border: 1px solid rgb(200,215,230); 
409 text-align:center; 
410 color:black; 
411 font-weight:bold;
412 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
413 padding:8px;
414 background:rgb(190, 209, 225);
415 background-image: linear-gradient(to right, rgb(190, 209, 225) 0%, rgb(219, 232, 248) 100%);
416 background-image:-webkit-linear-gradient(right, rgb(190, 209, 225) 0%, rgb(219, 232, 248) 100%);
417 }
418 
419 .decorativeGreenCell{
420 width:20px; 
421 border: 1px solid rgb(205,105,105); 
422 text-align:center; 
423 color:black; 
424 font-weight:bold;
425 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
426 padding:8px;
427 background:rgb(220,120,120);
428 background-image: linear-gradient(to right, rgb(210,110,110) 0%,rgb(240,140,140) 100%);
429 background-image:-webkit-linear-gradient(right, rgb(210,110,110) 0%,rgb(240,140,140) 100%);
430 }
431 
432 .decorativeGreenCell{
433 width:20px; 
434 border: 1px solid rgb(150,180,90); 
435 text-align:center; 
436 color:black; 
437 font-weight:bold;
438 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
439 padding:8px;
440 background:rgb(160,190,100);
441 background-image: linear-gradient(to right, rgb(160,190,100) 0%,rgb(200,230,140) 100%);
442 background-image:-webkit-linear-gradient(right, rgb(160,190,100) 0%,rgb(200,230,140) 100%);
443 }
444 .decorativeGreyCell{
445 width:20px; 
446 border: 1px solid rgb(200,200,200); 
447 text-align:center; 
448 color:black; 
449 font-weight:bold;
450 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
451 padding:8px;
452 background:rgb(242, 242, 242);
453 background-image: linear-gradient(to right, #d7d7d7 0%,#e6e6e6 100%);
454 background-image:-webkit-linear-gradient(right, #d7d7d7 0%,#e6e6e6 100%);
455 }
456 
457 table.CS_wikitable{
458 border-collapse: collapse;
459 width:98%;
460 text-align:justify;
461 margin:0px 15px 15px 0px;
462 }
463 
464 table.CS_wikitable td{
465 padding:7px;
466 border: 1px solid rgb(200,200,200);
467 }
468 
469 .CStable_h1{
470 font-weight:bold;
471 height:25px;
472 font-size:133%;
473 }
474 
475 .CStable_h2grey{
476 text-transform:uppercase;
477 color:#777777;
478 font-weight:bold;
479 font-size:113%;
480 }
481 .CStable_h2blue{
482 text-transform:uppercase;
483 color:#85A4D3;
484 font-weight:bold;
485 font-size:113%;
486 }
487 
488 
489 .blueBlock{
490 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
491 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
492 box-shadow:inset 0px 1px 0px 0px #ffffff;
493 background:rgb(190, 209, 225);
494 background-image: linear-gradient(rgb(219, 232, 248), rgb(190, 209, 225));
495 background-image: -webkit-linear-gradient(rgb(219, 232, 248), rgb(190, 209, 225)));
496 -webkit-border-radius: 6px;
497 -moz-border-radius: 6px;
498 border-radius: 6px;
499 text-indent:0;
500 border:1px solid rgb(175, 194, 209);
501 display:inline-block;
502 color:#333333;
503 font-family:arial;
504 font-size:13px;
505 font-style:normal;
506 text-decoration:none;
507 margin:0px 0px 10px 1%;
508 padding:0px 8px;
509 line-height:90px;
510 width:44%;
511 }
512 
513 .blueBlock b{
514 color:rgb(60, 84, 139);
515 } 
516 
517 .redBlock{
518 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
519 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
520 box-shadow:inset 0px 1px 0px 0px #ffffff;
521 background:rgb(220, 120, 120);
522 background-image: linear-gradient(rgb(240, 140, 140), rgb(210, 110, 110));
523 background-image: -webkit-linear-gradient(rgb(240, 140, 140), rgb(210, 110, 110)));
524 -webkit-border-radius: 6px;
525 -moz-border-radius: 6px;
526 border-radius: 6px;
527 text-indent:0;
528 border:1px solid rgb(205, 100, 100);
529 display:inline-block;
530 color:#333333;
531 font-family:arial;
532 font-size:13px;
533 font-style:normal;
534 text-decoration:none;
535 margin:0px 0px 10px 1%;
536 padding:0px 8px;
537 line-height:90px;
538 width:44%;
539 }
540 
541 .redBlock b{
542 color:rgb(110, 40, 40);
543 } 
544 
545 .greenBlock{
546 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
547 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
548 box-shadow:inset 0px 1px 0px 0px #ffffff;
549 background:rgb(160, 190, 100);
550 background-image: linear-gradient(rgb(200, 230, 140), rgb(160, 190, 100));
551 background-image: -webkit-linear-gradient(rgb(200, 230, 140), rgb(160, 190, 100));
552 -webkit-border-radius: 6px;
553 -moz-border-radius: 6px;
554 border-radius: 6px;
555 text-indent:0;
556 border:1px solid rgb(155,185,95);
557 display:inline-block;
558 color:#333333;
559 font-family:arial;
560 font-size:12px;
561 font-style:normal;
562 text-decoration:none;
563 margin:0px 0px 10px 1%;
564 padding:0px 8px;
565 line-height:90px;
566 width:44%;
567 }
568 
569 .greenBlock b{
570 color:rgb(70, 95, 60);
571 } 
572 
573 
574 
575 .greyBlock{
576 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
577 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
578 box-shadow:inset 0px 1px 0px 0px #ffffff;
579 background:rgb(230, 230, 230);
580 background-image: linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
581 background-image: -webkit-linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
582 -webkit-border-radius: 6px;
583 -moz-border-radius: 6px;
584 border-radius: 6px;
585 text-indent:0;
586 border:1px solid rgb(207,207,207);
587 display:inline-block;
588 color:#333333;
589 font-family:arial;
590 font-size:12px;
591 font-style:normal;
592 text-decoration:none;
593 margin:0px 0px 10px 1%;
594 padding:0px 8px;
595 line-height:90px;
596 width:44%;
597 }
598 
599 .whiteBlock{
600 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
601 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
602 box-shadow:inset 0px 1px 0px 0px #ffffff;
603 background:rgb(244, 244, 244);
604 background-image: linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
605 background-image: -webkit-linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
606 -webkit-border-radius: 6px;
607 -moz-border-radius: 6px;
608 border-radius: 6px;
609 text-indent:0;
610 border:1px solid rgb(207,207,207);
611 display:inline-block;
612 color:#333333;
613 font-family:arial;
614 font-size:12px;
615 font-style:normal;
616 text-decoration:none;
617 margin:0px 0px 10px 1%;
618 padding:0px 8px;
619 height:90px;
620 width:44%;
621 }