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