MediaWiki:Common.css

De EduTech Wiki
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
  1 /** Le CSS placé ici sera appliqué à toutes les apparences. */
  2 
  3 /*
  4 <pre>
  5 */
  6 
  7 table.wikitable,
  8 table.prettytable {
  9   margin: 1em 1em 1em 0;
 10   background: #f9f9f9;
 11   border: 1px #aaaaaa solid;
 12   border-collapse: collapse;
 13 }
 14  
 15 table.wikitable th, table.wikitable td,
 16 table.prettytable th, table.prettytable td {
 17   border: 1px #aaaaaa solid;
 18   padding: 0.2em;
 19 }
 20  
 21 table.wikitable th,
 22 table.prettytable th {
 23   background: #f2f2f2;
 24   text-align: center;
 25 }
 26  
 27 table.wikitable caption,
 28 table.prettytable caption {
 29   margin-left: inherit;
 30   margin-right: inherit;
 31 }
 32 
 33 /* Removes useless links from printout */
 34 @media print {
 35     .portlet, #privacy, #about, #disclaimer {display:none;}
 36 }
 37 
 38 
 39 /* Banner Styles used in EduTech wiki 
 40  - use class names like Banner_xxxx
 41  */
 42 
 43 .Banner_incomplete {
 44   float:right;
 45   clear:right;
 46   width:200px;
 47   border:1px solid orange;
 48   background-color:#FFFACD;
 49   padding:7px; 
 50   margin-bottom: 10px;
 51   margin-left: 1em;
 52 }
 53 
 54 /* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
 55 ul.pageby {
 56     border:1px solid #60606F;
 57     background-color:#E0E0EF;
 58     font-size: 80%;
 59     margin:1ex;
 60     padding:1ex;
 61     list-style-type:none;
 62   }
 63 
 64 .Banner_tutorial {
 65   float:right;
 66   clear:right;
 67   width:200px;
 68   border:1px solid blue;
 69   background-color:#F8C9E4;
 70   padding:7px; 
 71   margin-bottom: 10px;
 72   margin-left: 1em;
 73 }
 74 
 75 .tut_goals{
 76   background-color:#F8C9E4;
 77   padding:7px; 
 78   margin-bottom: 10px;
 79   border:1px solid #AAAAAA;
 80 }
 81 
 82 .Banner_copyright{
 83   background-color:#d0f0c0;
 84   padding:7px; 
 85   margin-bottom: 10px;
 86   border:1px solid #AAAAAA;
 87 }
 88 
 89 .tagcloud {
 90 	width: 95%;
 91 	text-align: center;
 92 	background-color: #FDFDFD;
 93 	border: 1px solid #EEEEEE;
 94 	padding: 15px 10px 15px 10px;
 95  }
 96 .tagcloud a {
 97 	color: #0052CB;
 98 	margin-left: 10px;
 99 	margin-right: 10px;
100 	font-weight: bold;
101  }
102 
103 
104 /* category tree - first is just for portlet - second for all trees */
105 #p-categorytree-portlet {font-size: 80% }
106 .CategoryTreeTag {font-size: 95%; }
107 
108 /* Syntaxhighlight geshi */
109 .mw-geshi {
110   padding: 1px; 
111   font-size: 120%;
112   margin-left:1em;
113   margin-top:1px;
114   margin-right:1px;
115   margin-bottom:1px
116   border: 2px dashed #2fab6f;
117 }
118 
119 .sidebar_banner {
120  margin-top: 5px;
121  margin-bottom: 5px;
122 }
123 
124 /*
125 </pre>
126 */