Utilisateur:Pyb/monobook.css

La bibliothèque libre.

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
/* WP 3 colonnes [[User:Magnus Manske/common.css]] */
/* .action-view.ns-0 permet de limiter l'action du code au namespace 0 */
@media screen and (min-width: 1400px) {

	.action-view.ns-0 #mw-content-text {
		margin-left:300px;
		margin-right:380px;
	}

	.action-view.ns-0 .tright {
		right:-380px;
		margin-left:-380px !important;
		position:relative;
	}

	.action-view.ns-0 .tleft, .float-left, .floatleft {
		left:-300px;
		margin-right:-300px !important;
		position:relative;
	}

	.action-view.ns-0 .tright, .thumbinner {
		width:342px !important;
		border:none;
		background-color:white;
	}

	.action-view.ns-0 .tleft .thumbinner {
		width:272px !important;
		border:none;
		background-color:white;
	}

	.action-view.ns-0 .tright .thumbcaption, .tleft .thumbcaption {
		text-align:center;
		margin-right:20px;
		margin-left:20px;
	}

	.action-view.ns-0 .tright .thumbimage, .tleft .thumbimage, .autres-projets {
		box-shadow: 5px 5px 2px #888888;
		margin-bottom:3px;
		max-width:350px;
	}

	.action-view.ns-0 .infobox, .infobox_v2, .infobox_v3, #drugInfoBox_infobox_v2, .float-right, .floatright {
		right:-380px;
		margin-left:-380px !important;
		max-width:350px !important;
		width:350px !important;
		position:relative;
		background-color:white !important;
		border:none !important;
		clear:right !important;
	}

	.action-view.ns-0 .autres-projets {
		right:-380px;		
		box-shadow: 5px 5px 2px #888888;
		margin-left:-380px !important;
		margin-bottom:3px;
		max-width:350px;
	}



	.action-view.ns-0 .toc {
		left:0px;
		position:absolute;
		float:none;
		top:30px;
		max-width:280px;
		width:280px;
		background-color:white !important;
		border:none !important;
	}

	.action-view.ns-0 .toc td {
		max-width:280px;
	}

	.action-view.ns-0 .toc:hover {
		z-index:10;
	}

	.action-view.ns-0 .toc a:hover {
		color:black;
		text-decoration:none;
	}

	.action-view.ns-0 .wikitable {
		clear:none;
	}

	.action-view.ns-0 .navbox {
		clear:none;
	}

	.action-view.ns-0 #coordinates {
		right:5px;
		top:-20px;
	}

	.action-view.ns-0 .tocnumber { display:none !important; }
	.action-view.ns-0 #toctitle h2 { color:#333333; }

	.action-view.ns-0 li.toclevel-1 > ul { margin-left:10px !important; }
	.action-view.ns-0 li.toclevel-2 > ul { margin-left:20px !important; }
	.action-view.ns-0 li.toclevel-3 > ul { margin-left:30px !important; }
	.action-view.ns-0 li.toclevel-4 > ul { margin-left:40px !important; }
	.action-view.ns-0 li.toclevel-5 > ul { margin-left:50px !important; }

	.action-view.ns-0 li.toclevel-1 > a { color:#444444; font-weight:bold; border-bottom:1px solid #444444;width:100%;display:inline-block; }
	.action-view.ns-0 li.toclevel-2 > a { color:#444444; }
	.action-view.ns-0 li.toclevel-3 > a { color:#444444; }
	.action-view.ns-0 li.toclevel-4 > a { color:#444444; }
	.action-view.ns-0 li.toclevel-5 > a { color:#444444; }
	.action-view.ns-0 li.toclevel-6 > a { color:#444444; }

	.action-view.ns-0 .magnify { display:none; }

	.action-view.ns-0 .NavFrame { clear:none !important; }

	.action-view.ns-0 #contentSub { display:inline-block !important; min-height:12px !important; }
	.action-view.ns-0 #contentSub br { display:none !important; }

	.action-view.ns-0 p > br { clear:none !important; }

	.action-view.ns-0 div.reflist { max-height:300px;overflow:auto; }

}