« MediaWiki:Common.css » : différence entre les versions
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 à 19:37
/** Le CSS placé ici sera appliqué à toutes les apparences. */
/*
<pre>
*/
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 */
@media print {
.portlet, #privacy, #about, #disclaimer {display:none;}
}
/* Banner Styles used in EduTech wiki
- use class names like Banner_xxxx
*/
.Banner_incomplete {
float:right;
clear:right;
width:200px;
border:1px solid orange;
background-color:#FFFACD;
padding:7px;
margin-bottom: 10px;
margin-left: 1em;
}
/* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
ul.pageby {
border:1px solid #60606F;
background-color:#E0E0EF;
font-size: 80%;
margin:1ex;
padding:1ex;
list-style-type:none;
}
.tut_goals{
background-color:#F8C9E4;
padding:7px;
margin-bottom: 10px;
border:1px solid #AAAAAA;
}
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
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>
*/