Skip to content
Extraits de code Groupes Projets
Bifurcation depuis spip / spip
19056 validations de retard le dépôt en amont.
spip_admin.css 2,22 Kio
/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0px;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	color: #0c479d;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36f;
}

a:active.spip-admin-boutons {
	background-color: #ccc;
	border-bottom: 2px solid #f00;
}


/* Style pour le mode debug */
#spip-debug {
	background-color: #f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#spip-debug ul table {
	font-size: 80%;
}

#spip-debug fieldset {
	background-color: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin-bottom: 1em;
}

#spip-debug fieldset fieldset {
	background-color: #CCF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#spip-debug legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#spip-debug fieldset fieldset legend {
	border: solid 1px #00F;
	font-weight: normal;
}

#spip-debug a {
	text-decoration: none;
}

#spip-debug a:hover {
	text-decoration: underline;
}

#debug_boucle fieldset {
	background-color: #CCF;
}
#debug_boucle fieldset fieldset {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.5em;
}

#spip-boucles {
	min-height: 200px;
	max-height:50%;
	margin: 0 0 1em 0;
	padding: .5em 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	border-top: 1px solid #3399FF;
	border-bottom: 2px solid #666666;
}

.spip-env fieldset {
	background-color: #FFF;
	border: solid 1px #008;
	margin: 2px 2em;
}

.spip-env legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-weight: bold;
}

.spip-env fieldset div {
	max-height: 10em;
	overflow: auto; 
}