MediaWiki:Wikilivois.css
De wikilivois
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
*/
.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;
}
/* 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;
}