« 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 123 : | Ligne 123 : | ||
/* Syntaxhighlight geshi */ | /* Syntaxhighlight geshi */ | ||
.mw-geshi { | div.mw-geshi { | ||
padding: | border: 1px dotted grey; | ||
padding: 2px; | |||
margin-left:1em; | |||
font-size: 120%; | font-size: 120%; | ||
margin-top:2px; | |||
margin-top: | margin-right:2px; | ||
margin-right: | margin-bottom:2px | ||
margin-bottom | } | ||
} | |||
.sidebar_banner { | .sidebar_banner { |
Version du 23 février 2012 à 19:28
/** Le CSS placé ici sera appliqué à toutes les apparences. */
/*
<pre>
*/
/*front page */
@media screen {
#front_left {padding:3px; float:left; width:57%; border:1px solid #006699; background: #EAF5FB;}
#front_right {float:left; width:40%; background: #FAF9EC; border:1px solid #996600; margin-left: 4px; padding: 3px;}
div.front_title {background:#E2C4E8; font-size:large; border-bottom:1px solid #996600;border-top:1px solid #996600;}
}
@media print handheld {
#front_left {}
#front_right {}
}
/* Space out main section titles */
h2 {margin-top:2.5ex;}
h3 {margin-top:1ex;}
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;
}
.Banner_tutorial {
float:right;
clear:right;
width:200px;
border:1px solid blue;
background-color:#F8C9E4;
padding:7px;
margin-bottom: 10px;
margin-left: 1em;
}
.tut_goals{
background-color:#F8C9E4;
padding:7px;
margin-bottom: 10px;
border:1px solid #AAAAAA;
}
.Banner_copyright{
background-color:#d0f0c0;
padding:7px;
margin-bottom: 10px;
border:1px solid #AAAAAA;
}
.tagcloud {
width: 95%;
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: 80% }
.CategoryTreeTag {font-size: 95%; }
/* Syntaxhighlight geshi */
div.mw-geshi {
border: 1px dotted grey;
padding: 2px;
margin-left:1em;
font-size: 120%;
margin-top:2px;
margin-right:2px;
margin-bottom:2px
}
.sidebar_banner {
margin-top: 5px;
margin-bottom: 5px;
}
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 .editsection { font-weight: normal; }
h6 .editsection { font-size: 125%; font-weight: normal; }
/*
</pre>
*/