« MediaWiki:Wikilivois.css » : différence entre les versions
De wikilivois
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
m (1 version) |
(Aucune différence)
| |
Version actuelle datée du 28 mai 2012 à 20:31
/*
* 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;
}