Module:Palette de navigation/styles.css
Sauter à la navigation
Sauter à la recherche
/* Palette de navigation */
.palette {
background: white;
border: 1px solid #aaa;
clear: both;
margin: 1em 0 0;
padding: 3px;
font-size: 88%;
}
.palette ul,
.palette li,
.palette p {
margin: 0;
padding: 0;
line-height: 1.6em;
list-style: none none;
}
.palette-liens {
float: left;
font-variant: small-caps;
}
.palette span.mw-collapsible-toggle {
float: right;
}
.palette-liens,
.palette .mw-collapsible-toggle,
.palette-groupe {
padding: 0.25em 1em;
}
.palette-titre,
.palette-section {
font-size: 105%;
font-weight: bold;
padding: 0.25em 8em;
text-align: center;
}
.palette-ligne {
display: table-row;
}
.palette-groupe,
.palette-image,
.palette-liste,
.palette-listes {
display: table-cell;
vertical-align: middle;
}
.palette-groupe {
border-top: 2px solid white;
border-right: 2px solid white;
font-weight: bold;
text-align: right;
white-space: nowrap;
}
.palette-banniere,
.palette-liste,
.palette-liste-simple {
border-top: 2px solid white;
padding: 0.25em;
}
.palette-liste,
.palette-listes {
width: 100%;
}
.palette-banniere,
.mw-collapsible-content > ul > li > .palette-liste-simple {
text-align: center;
}
div.palette-image {
padding: 0.25em 0 0.25em 0.25em;
width: 1%;
}
div.palette + div.palette {
margin-top: -1px;
}
.palette-titre {
background: #ccccff;
}
.palette-banniere,
.palette-groupe,
.palette-section {
background: #ddddff;
}
.palette-listes .palette-groupe {
background: #e6e6ff;
}
.palette-pair {
background: #f5f5f5;
}
/* Code temporaire pour la transition des palettes */
div.navbox-container div.palette {
border: 0;
margin: 0;
}
/* [[Catégorie:Méta palette de navigation]] */