MediaWiki:Common.css
De wikilivois
(Redirigé depuis MediaWiki:Monobook.css)
Aller à la navigationAller à la recherche
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/*
* wikilivois.css
* This file contains CSS settings for wikilivois
*/
/* Meilleure table des matières (plus compacte) */
.tocline, .tocindent p {display: inline}
.tocline:after, .tocindent a:after {content: " | "}
.tocline br, .tocindent br {display:none}
.tocindent {display: inline; margin: 0}
/* suppression de la barre de boutons dans la page d'édition */
div#toolbar {display: none}
/* Aspect du lien de « page-racine » */
#contentSub {font-size: 100%; color: gray}
/* Aspect du lien "modifier" (sections) */
.editsection {font-size: 0.8em; color: gray}
.editsection a {color: gray; margin: 0.5em}
.gentoo{
background-color: #a080e0;
color: white;
text-indent: 1em;
font-weight: bold;
font-family: courier;
font-size: larger;
border: solid;
border-width: thin;
border-color: black;
}
.code-title{
background-color: #80a0a0 ;
color: white;
text-indent: 1em;
font-family: courier;
font-weight: bold;
font-size: larger;
padding: 0;
}
code-comment{
background-color: #ffffa0 ;
padding: 0.5em;
line-height: 0.9em;
text-indent: 0;
font-weight: normal;
font-size: normal;
}
.command{
font-family: courier;
margin: 0em 3em 0em 3em;
padding: 0.5em;
}
.display{
font-family: courier;
#background-color: #c0e0e0;
background-color: #e0e0ff;
margin: 0em 3em 0em 3em;
padding: 0.5em;
}
.warning{
background-color: #ff6060;
text-indent: 1em;
font-family: times new roman;
font-size: larger;
border: solid;
border-width: thin;
border-color: black;
margin: 0em 2.5em 0em 2.5em;
padding: 0;
}
pre {
margin: 0em 3.2em 0em 3.2em;
padding: 0.5em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
}
tt {
font-family: courier;
}
/* wikitable/prettytable class for skinning normal tables */
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;
}