« 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 69 : Ligne 69 :
}
}
.tagcloud {
.tagcloud {
width: 98%;
width: 95%;
text-align: center;
text-align: center;
background-color: #FDFDFD;
background-color: #FDFDFD;
Ligne 81 : Ligne 81 :
font-weight: bold;
font-weight: bold;
  }
  }


/* category tree - first is just for portlet - second for all trees */
/* category tree - first is just for portlet - second for all trees */

Version du 23 septembre 2009 à 23:23

 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: 95%;
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 
85 /* category tree - first is just for portlet - second for all trees */
86 /* #p-categorytree-portlet {font-size: 95% } */
87  .CategoryTreeTag {font-size: 95%; }
88 
89 /* Syntaxhighlight geshi */
90 div.mw-geshi {
91   padding: 1px; 
92   margin:1px; 
93   border: 1px dashed #2fab6f;
94 }
95 
96 /*
97 </pre>
98 */