МедиаУики:Stylesheets-newCollapsible.css

Уикипедия — ашық энциклопедиясынан алынған мәлімет
Навигацияға өту Іздеуге өту

Ескерту: Сақтағаннан кейін өзгерістерді көру үшін браузеріңіздің бүркемесін (кэшін) тазарту керек болуы мүмкін.

  • Firefox / Safari: Қайта жүктеуді нұқығанда  Shift пернесін басып тұрыңыз немесе Ctrl+F5 не Ctrl+ Shift+R екеуінің біреуін басыңыз
    (Mac — +R)
  • Google Chrome: Ctrl+ Shift+R басыңыз (Mac — + Shift+R)
  • Internet Explorer: Жаңарту батырмасын нұқығанда Ctrl пернесін басып тұрыңыз немесе Ctrl+F5 басыңыз, не F5 пернесін басыңыз
  • Opera: Құралдар → Бапталымдар дегеннен бүркемесін тазарту керек.
/* 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;
}

/* 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 .liste-horizontale 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;
}