MediaWiki:Common.css

The educational technology and digital learning wiki
Revision as of 21:07, 1 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 }
 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{width:300px;float:right;text-align:center;}
261 .CS_left{display:block;}
262 
263 .CS_rightImg{
264 box-shadow:1px 1px 2px;
265 display:inline-block;
266 margin:8px auto;
267 width:280px;}
268 
269 @media screen and (max-width: 1280px) {
270   .leftFifty {
271     width:100%;
272   }
273   .rightFifty {
274     left: 0;
275     width:100%;
276     position:relative;
277   }
278   .leftSixty {
279     width:100%;
280   }
281   .rightForty {
282     left: 0;
283     width:100%;
284     position:relative;
285   }
286 
287 .CS_left{
288 position:relative;
289 float:none;
290 width:100%;
291 }
292 .CS_rightImg{
293 box-shadow:1px 1px 2px;
294 display:inline-block;
295 margin:8px auto;
296 width:280px;}
297 .CS_right{
298 position:relative;
299 float:none;
300 width:100%;
301 }
302 }
303 
304 /* ------------------------- class for citizen science project template-------------------------*/
305 
306 .decorativeBlueCell{
307 width:20px; 
308 border: 1px solid rgb(200,215,230); 
309 text-align:center; 
310 color:black; 
311 font-weight:bold;
312 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
313 padding:8px;
314 background:rgb(230, 242, 255);
315 background-image: linear-gradient(to right, #cfdbeb 0%,#d7e6f0 100%);
316 background-image:-webkit-linear-gradient(right, #cfdbeb 0%,#d7e6f0 100%);
317 }
318 
319 .decorativeGreyCell{
320 width:20px; 
321 border: 1px solid rgb(200,200,200); 
322 text-align:center; 
323 color:black; 
324 font-weight:bold;
325 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset,1px 0px 3px rgba(0,0,0,0.1);
326 padding:8px;
327 background:rgb(242, 242, 242);
328 background-image: linear-gradient(to right, #d7d7d7 0%,#e6e6e6 100%);
329 background-image:-webkit-linear-gradient(right, #d7d7d7 0%,#e6e6e6 100%);
330 }
331 
332 table.CS_wikitable{
333 border-collapse: collapse;
334 width:98%;
335 text-align:justify;
336 margin:0px 15px 15px 0px;
337 }
338 
339 table.CS_wikitable td{
340 padding:7px;
341 border: 1px solid rgb(200,200,200);
342 }
343 
344 .CStable_h1{
345 font-weight:bold;
346 height:25px;
347 font-size:133%;
348 }
349 
350 .CStable_h2grey{
351 text-transform:uppercase;
352 color:#777777;
353 font-weight:bold;
354 font-size:113%;
355 }
356 .CStable_h2blue{
357 text-transform:uppercase;
358 color:#85A4D3;
359 font-weight:bold;
360 font-size:113%;
361 }
362 
363 
364 .blueBlock{
365 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
366 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
367 box-shadow:inset 0px 1px 0px 0px #ffffff;
368 background:rgb(190, 209, 225);
369 background-image: linear-gradient(rgb(219, 232, 248), rgb(190, 209, 225));
370 background-image: -webkit-linear-gradient(rgb(219, 232, 248), rgb(190, 209, 225)));
371 -webkit-border-radius: 6px;
372 -moz-border-radius: 6px;
373 border-radius: 6px;
374 text-indent:0;
375 border:1px solid rgb(175, 194, 209);
376 display:inline-block;
377 color:#333333;
378 font-family:arial;
379 font-size:13px;
380 font-style:normal;
381 text-decoration:none;
382 margin:0px 0px 10px 1%;
383 padding:0px 8px;
384 line-height:90px;
385 width:44%;
386 }
387 
388 .blueBlock b{
389 color:rgb(60, 84, 139);
390 } 
391 
392 .greenBlock{
393 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
394 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
395 box-shadow:inset 0px 1px 0px 0px #ffffff;
396 background:rgb(160, 190, 100);
397 background-image: linear-gradient(rgb(200, 230, 140), rgb(160, 190, 100));
398 background-image: -webkit-linear-gradient(rgb(200, 230, 140), rgb(160, 190, 100));
399 -webkit-border-radius: 6px;
400 -moz-border-radius: 6px;
401 border-radius: 6px;
402 text-indent:0;
403 border:1px solid rgb(155,185,95);
404 display:inline-block;
405 color:#333333;
406 font-family:arial;
407 font-size:12px;
408 font-style:normal;
409 text-decoration:none;
410 margin:0px 0px 10px 1%;
411 padding:0px 8px;
412 line-height:90px;
413 width:44%;
414 }
415 
416 .greenBlock b{
417 color:rgb(70, 95, 60);
418 } 
419 
420 
421 
422 .greyBlock{
423 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
424 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
425 box-shadow:inset 0px 1px 0px 0px #ffffff;
426 background:rgb(230, 230, 230);
427 background-image: linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
428 background-image: -webkit-linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
429 -webkit-border-radius: 6px;
430 -moz-border-radius: 6px;
431 border-radius: 6px;
432 text-indent:0;
433 border:1px solid rgb(207,207,207);
434 display:inline-block;
435 color:#333333;
436 font-family:arial;
437 font-size:12px;
438 font-style:normal;
439 text-decoration:none;
440 margin:0px 0px 10px 1%;
441 padding:0px 8px;
442 line-height:90px;
443 width:44%;
444 }
445 
446 .whiteBlock{
447 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
448 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
449 box-shadow:inset 0px 1px 0px 0px #ffffff;
450 background:rgb(244, 244, 244);
451 background-image: linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
452 background-image: -webkit-linear-gradient(rgb(238, 238, 238), rgb(220, 220, 220));
453 -webkit-border-radius: 6px;
454 -moz-border-radius: 6px;
455 border-radius: 6px;
456 text-indent:0;
457 border:1px solid rgb(207,207,207);
458 display:inline-block;
459 color:#333333;
460 font-family:arial;
461 font-size:12px;
462 font-style:normal;
463 text-decoration:none;
464 margin:0px 0px 10px 1%;
465 padding:0px 8px;
466 height:90px;
467 width:44%;
468 }