Le contenu de cette page est potentiellement obsolète.

Le wiki sert d'archive et certaines pages ne représentent plus la vision actuelle du Parti Pirate. Pour connaître les positions des Pirates, aujourd'hui, vous pouvez consulter :

Et pour toute autre question, vous pouvez nous contacter et discuter avec nous :

contact@partipirate.org | @PartiPirate sur Twitter | Parti Pirate sur Facebook | Discourse (espace libre d'échanges et discussions) | Discord (espace d'échanges instantanés textuel et vocal)

Différences entre les versions de « MediaWiki:Common.css »

De Wiki du Parti Pirate
Aller à la navigation Aller à la recherche
m (PAGES DE DISCUSSION : COLORATION INDENTÉE)
m (je le passe sur Vector.css)
Ligne 69 : Ligne 69 :
border-bottom: 5px solid #A30080;
border-bottom: 5px solid #A30080;
}
}
/* PAGES DE DISCUSSION : COLORATION INDENTÉE */
.ns-talk dd {
margin:0;
padding:0;
}
.ns-talk dl {
border-top:solid 1px #F0F080;
border-left:solid 1px #F0F080;
padding-top:.5em;
padding-left:.5em;
margin-left:1em;
}
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl
{ background:#FFFFE0 }
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl
{ background:#FFE }

Version du 5 juin 2015 à 11:11

/* Le CSS placé ici sera appliqué à tous les habillages. */

pre {
	white-space: pre-wrap;
}




/* 
 * Pour le modèle "Motion"
 */
div[class^='motion-'] {
	border:10px solid #000;
	background:#C1C1C1;
	margin:10px 10px 10px 30px;
	padding:10px;
	font-size:12px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
	div.motion-pour{
		border-color:#91BB3D;
	}
	div.motion-contre{
		border-color:#A30080;
	}
	div[class^='motion-'] .title{
		display: inline;
		font-weight: bold;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	div[class^='motion-'] .vote{
		border-top: 1px solid #000;
		margin: 5px 0 0;
		padding: 5px 5px 0 25px;
		font-size:10px;
	}
		div[class^='motion-'] .vote > span{
			display:block;
		}
			div[class^='motion-'] .vote > span span{
				font-weight:bold;
			}
				div[class^='motion-'] .vote > span.pour span{
					color:green;
				}
				div[class^='motion-'] .vote > span.contre span{
					color:purple;
				}
				div[class^='motion-'] .vote > span.nspp span{
					color:darkblue;
				}
	div[class^='motion-'] .close{
		display: inline;
		margin: 0 0 0 25px;
		font-weight: bold;
		font-style: italic;
	}
		div.motion-pour .close{
			border-bottom: 5px solid #91BB3D;
		}
		div.motion-contre .close{
			border-bottom: 5px solid #A30080;
		}