🍪
Les témoins (cookies) nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation des témoins. Plus d’informations
Ouvrir le menu principal

CerclesRestauratifs.org β

Modifications

MediaWiki:Gadget-newCollapsible.css

4 685 octets ajoutés, 10 mars 2015 à 16:11
Page créée avec « mw-collapsible-toggle amélioré : Flèches, couleurs et outline : .fr-collapsible-toggle { background: url("//upload.wikimedia.org/wikipedia/commons/1/10/MediaW... »
/* mw-collapsible-toggle amélioré */

/* Flèches, couleurs et outline */
.fr-collapsible-toggle {
background: url("//upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png") no-repeat scroll left center transparent;
padding: 0 0 0 15px;
cursor: pointer;
float: right;
}
.fr-collapsible-toggle-collapsed {
background: url("//upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png") no-repeat scroll left center transparent;
}
.fr-collapsible-toggle .mw-headline-anchor {
margin-left: -35px;
}
.fr-collapsible-toggle, .fr-collapsible-toggle-keyboard {
outline: 0 none;
}
.fr-collapsible-toggle:focus, .fr-collapsible-toggle-keyboard:focus, .fr-collapsible-toggle:hover, .fr-collapsible-toggle-keyboard:hover {
text-decoration: underline;
}
.fr-collapsible span.up, .fr-collapsible span.down {
color: #0645AD;
}
.fr-collapsible-toggle-expanded span.up {
display: none
}
.fr-collapsible-toggle-collapsed span.down {
display: none
}

/* Tout ouvrir/fermer */
.fr-collapsible-group-toogle-all {
font-size: 12px;
font-weight: normal;
}

/* fr-collapsible-toggle des boîtes déroulantes */
.toogleboxnew {
border: 1px solid #AAA;
padding: 2px 2px 0 2px;
border-radius: 3px;
}
.toogleboxnew_title {
background:#EFEFEF;
margin: 0 0 2px 0;
text-align: center;
font-weight: bold;
padding: 0 5em;
}
.toogleboxnew .fr-collapsible-content {
font-size: 90%;
}

/* fr-collapsible-toggle des boîtes et tableaux déroulants */
.toogleboxnew .fr-collapsible-toggle, caption .fr-collapsible-toggle {
font-size: 0.9em;
font-weight: normal;
min-width: 5em;
text-align: left;
}

/* fr-collapsible-toggle des tableaux */
table.fr-collapsible {
min-width: 80%;
}
table.fr-collapsible.fr-enhanced-rc {
min-width: 0;
}
table.fr-collapsible caption {
background: #EFEFEF;
border: 1px solid #AAAAAA;
border-radius: 3px;
margin-bottom: 3px;
}

/* Les palettes, tout un monde à elles toutes seules… */

/* Classe pour les listes horizontales séparées par des puces.
Adaptation de la classe 'hlist' de en:User:Edokter.
Pour gérer last-child dans IE8 (ainsi que tout gérer sous IE6-7),
nécessite un code JavaScript (cf. [[mw:Snippets/Horizontal lists]]).
*/
.lh ul,
.lh li {
margin: 0;
padding: 0;
}
.lh li {
display: inline;
white-space: nowrap;
}
/* Listes incrustées sécables, pas leurs éléments */
.lh ul ul {
display: inline;
white-space: normal;
}
.lh li:after {
content: " ·";
font-weight: bold;
}
.lh li:last-child:after {
content: none;
}
/* Récursion entre parenthèses et puces */
.lh li li:first-child:before,
.lh li li:last-child:after {
font-weight: normal;
}
.lh li li:first-child:before {
content: "(";
}
.lh li li:last-child:after {
content: ")";
}

/* Liste sans puce */
.ls ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.ls ul li {
margin-bottom: 0;
}

/* Palette de navigation */
.palette {
background: white;
border: 1px solid #aaa;
clear: both;
margin: 1em 0 0;
padding: 3px;
font-size: 88%;
}
.palette .fr-collapsible-toggle {
min-width: 5em;
}
.palette-modifier {
float: left;
padding: 0.1em 0 0 1em;
}
.palette-titre,
.palette-section {
font-size: 105%;
font-weight: bold;
margin: 0;
padding: 0.25em 6em 0.2em;
text-align: center;
}
.palette-banniere {
margin: 2px 0 0;
padding: 0.25em;
text-align: center;
}
.palette-titre {
background: #ccccff;
}
.palette-banniere,
.palette-groupe,
.palette-section {
background: #ddddff;
}
.palette-liste-fils .palette-groupe {
background: #e6e6ff;
}
.palette-liste-pair,
.palette-liste-simple-pair {
background: #f5f5f5;
}
.palette-ligne-simple,
.palette-groupe,
.palette-liste,
.palette-liste-pair {
border-top: 2px solid white;
}
.palette-ligne {
display: table-row;
}
.palette-image,
.palette-groupe,
.palette-liste,
.palette-liste-pair,
.palette-liste-fils {
display: table-cell;
vertical-align: middle;
}
.palette-groupe {
border-right: 2px solid white;
font-weight: bold;
padding: 0.25em 1em;
text-align: right;
white-space: nowrap;
}
.palette-liste,
.palette-liste-pair,
.palette-liste-fils {
width: 100%;
}
.palette-liste-simple,
.palette-liste-simple-pair {
padding: 0.25em 0;
text-align: center;
}
.palette ul,
.palette li {
margin: 0;
padding: 0;
line-height: 1.6em;
list-style: none none;
}
div.palette-image {
padding: 0.25em 0 0.25em 0.25em;
width: 1%;
}
.palette .lh ul {
margin: 0 0 0 0.25em;
}
div.palette + div.palette {
margin-top: -1px;
}
/* Correction de la nouvelle typographie (Vector.css) */
div#content .palette p {
margin: 0;
}
/* Code temporaire pour la transition des palettes */
div.navbox_group div.palette {
border: 0;
margin: 0;
}