« 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 5 : Ligne 5 :
*/
*/


table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}


/* Removes useless links from printout */
/* Removes useless links from printout */
Ligne 56 : Ligne 81 :
font-weight: bold;
font-weight: bold;
  }
  }
/* category tree - first is just for portlet - second for all trees */
/* #p-categorytree-portlet {font-size: 95% } */
.CategoryTreeTag {font-size: 95%; }
/* Syntaxhighlight geshi */
div.mw-geshi {
  padding: 1px;
  margin:1px;
  border: 1px dashed #2fab6f;
}


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

Version du 23 septembre 2009 à 20:37

 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 .tut_goals{
65   background-color:#F8C9E4;
66   padding:7px; 
67   margin-bottom: 10px;
68   border:1px solid #AAAAAA;
69 }
70 .tagcloud {
71 	width: 98%;
72 	text-align: center;
73 	background-color: #FDFDFD;
74 	border: 1px solid #EEEEEE;
75 	padding: 15px 10px 15px 10px;
76  }
77 .tagcloud a {
78 	color: #0052CB;
79 	margin-left: 10px;
80 	margin-right: 10px;
81 	font-weight: bold;
82  }
83 
84 /* category tree - first is just for portlet - second for all trees */
85 /* #p-categorytree-portlet {font-size: 95% } */
86  .CategoryTreeTag {font-size: 95%; }
87 
88 /* Syntaxhighlight geshi */
89 div.mw-geshi {
90   padding: 1px; 
91   margin:1px; 
92   border: 1px dashed #2fab6f;
93 }
94 
95 /*
96 </pre>
97 */