« MediaWiki:Common.css » : différence entre les versions

De EduTech Wiki
Aller à la navigation Aller à la recherche
mAucun résumé des modifications
mAucun résumé des modifications
Ligne 36 : Ligne 36 :
     list-style-type:none;
     list-style-type:none;
   }
   }
.tut_goals{
  background-color:#F8C9E4;
  padding:7px;
  margin-bottom: 10px;
  border:1px solid #AAAAAA;
}


/*
/*
</pre>
</pre>
*/
*/

Version du 26 février 2009 à 16:26

 1 /** Le CSS placé ici sera appliqué à toutes les apparences. */
 2 
 3 /*
 4 <pre>
 5 */
 6 
 7 
 8 /* Removes useless links from printout */
 9 @media print {
10     .portlet, #privacy, #about, #disclaimer {display:none;}
11 }
12 
13 
14 /* Banner Styles used in EduTech wiki 
15  - use class names like Banner_xxxx
16  */
17 
18 .Banner_incomplete {
19   float:right;
20   clear:right;
21   width:200px;
22   border:1px solid orange;
23   background-color:#FFFACD;
24   padding:7px; 
25   margin-bottom: 10px;
26   margin-left: 1em;
27 }
28 
29 /* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
30 ul.pageby {
31     border:1px solid #60606F;
32     background-color:#E0E0EF;
33     font-size: 80%;
34     margin:1ex;
35     padding:1ex;
36     list-style-type:none;
37   }
38 
39 .tut_goals{
40   background-color:#F8C9E4;
41   padding:7px; 
42   margin-bottom: 10px;
43   border:1px solid #AAAAAA;
44 }
45 
46 
47 /*
48 </pre>
49 */