« 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 61 : | Ligne 61 : | ||
list-style-type:none; | 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{ | .tut_goals{ | ||
Ligne 68 : | Ligne 79 : | ||
border:1px solid #AAAAAA; | border:1px solid #AAAAAA; | ||
} | } | ||
.Banner_copyright{ | |||
background-color:#d0f0c0; | |||
padding:7px; | |||
margin-bottom: 10px; | |||
border:1px solid #AAAAAA; | |||
} | |||
/* Style for the source code tag */ | |||
.actionscript{ | |||
background-color:#FFFFEE; | |||
padding:7px; | |||
margin-bottom: 10px; | |||
border:1px #AAAAAA solid; | |||
} | |||
.tagcloud { | .tagcloud { | ||
width: 95%; | width: 95%; |
Version du 28 septembre 2009 à 14:39
/** 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;
}
.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;
}
/* Style for the source code tag */
.actionscript{
background-color:#FFFFEE;
padding:7px;
margin-bottom: 10px;
border:1px #AAAAAA solid;
}
.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: 95% } */
.CategoryTreeTag {font-size: 95%; }
/* Syntaxhighlight geshi */
div.mw-geshi {
padding: 1px;
margin:1px;
border: 1px dashed #2fab6f;
}
/*
</pre>
*/