_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Utilisateur:Ltrlg/common.css

Utilisateur:Ltrlg/common.css est un sujet qui a retenu l'attention de nombreuses personnes ces dernières années. Avec une histoire riche et variée, Utilisateur:Ltrlg/common.css a fait l'objet de débats, de recherches et de discussions passionnantes. Depuis ses débuts jusqu'à aujourd'hui, Utilisateur:Ltrlg/common.css a laissé une marque indélébile sur la société, influençant la façon dont les gens pensent, agissent et interagissent. Dans cet article, nous explorerons l'impact de Utilisateur:Ltrlg/common.css sur différents aspects de la vie quotidienne et discuterons de son importance dans le monde moderne. Rejoignez-nous dans ce voyage passionnant à travers le monde fascinant de Utilisateur:Ltrlg/common.css !
/* À voir : table.wikitable.alternance th { background: #F5F5F5; } */

time {
  background: #ffff0050;
  border-bottom: 1px solid yellow
}

/* Flow */

	.flow-ui-wikitextEditorWidget-input textarea {
		font-family: monospace;
		font-size: 130%;
	}

/* TemplateData */

	.mw-templatedata-doc-wrap {
		padding: 0 1em;
		margin: 2em 0.5em 1em;
		border: 1px solid #aaa;
		position: relative;
		background: #CCE4FF;
		clear: both;
	}
	.mw-templatedata-doc-wrap:before {
		content: 'Données du modèle';
		color: #555;
		display: block;
		text-align: center;
		border-bottom: 1px solid #aaa;
		margin: 0 -1em;
		padding: 0.3em;
		font-weight: bold;
	}
	.mw-templatedata-doc-wrap table {
		margin: 1em auto;
	}

/* Code */
	pre {
		-moz-tab-size: 6;
		tab-size: 6;
	}

/* Cacher */
	#antivandale,
	#previewnote-fr,
	#editpage-copywarn/*,
	#MediaWiki-summary*/ {
		display: none;
	}
	
/* Bandeaux à réduire */
	#RealTitleBanner {
		font-size:50%;
	}
	#RealTitleBanner img {
	    max-height: 2em;
	    max-width: 2em;
	}

/* {{Encart|accessibilite| … }} */
	.aide_accessibilite, .accessibilite {
		color:#27A120;
		border: 1px solid #FFCCCC;
	}

/* Liens vers des redirections */
	a.mw-redirect {
		color: #00A0A0;
	}
	a.mw-redirect:visited {
		color: #007070;
	} /**/

/* Arrondir les listes */
	.ns-0 ol,
	.ns-0 ul,
	.ns-0 dl {
		border-radius: 2px;
	}
	/* Correctif onglet déroulant */
		.ns-0 #ca-move {
			border-radius: 0;
		}
	/* Discussions */
		dl {
			border-radius: 5px 0 0 0;
		}

/* Ancres brisées */
	#banList {
		margin: 0.5em 1.5em;
		display: inline-block;
		padding: 0 0.5em 0.5em;
		border-left: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}

/* {{censuré}} */
	.censure {
		background: transparent !important;
		border: solid #a00;
		border-width: 0 0 1px;
	}
	.censure span {
		visibility: visible !important;
		color: #a00 !important;
	}
	.censure:before {
		content: '{{censuré| ';
		color: #a00;
	}
	.censure:after {
		content: ' }}';
		color: #a00;
	}
/* Diffs */
	table#livePreviewFoot {
		border: 0 none;
	}
	table#livePreviewFoot td:hover {
		background: none;
	}
	.patrollink {
		background: yellow;
	}

/* Lien vers le titre de la page */
	.selflink {
		color: #555;
	}

/* Lien vers archives web */
	.cachelinks {
		float: right;
	}

/* Modifications non vues */
	span.updatedmarker {
		font-weight: bold;
	}

/* Page au hasard */
	#n-randompage {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #f0f0f0;
		padding: 0.3em 0.5em !important;
		border: solid #aaa;
		border-width: 1px 1px 0 0;
	}

	#mw-panel {
		padding-bottom: 2em;
	}