MediaWiki:Vector.css

De BWpedia
Sauter à la navigation Sauter à la recherche

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.
/* CSS placed here will affect users of the Vector skin */

	#guibox {
		background-color:rgba(255,255,255,0.2);
		border:2px solid #A96000;
		padding:10px;
		width:25%;

		/*arrondir les coins en haut à gauche et en bas à droite*/
		border-radius:15px 15px 15px 15px; 
		-moz-border-radius:15px 15px 15px 15px;
		-webkit-border-radius:15px 15px 15px 15px;
	}

/* HTML */
	div#html{
		position: absolute;
		z-index: 10;
	}

/* BODY */
	body {
		background: transparent fixed url('/images/1/1f/Background.jpg');
	}

/* MW-PAGE-BASE */
	div#mw-page-base {
		display: block;
		position: fixed; 
		
		top: 15px;
		right:1%;
		width: 0px;
		height: 0px;
		background-color: rgba(0, 0, 0, 0.70);
		background-image: url('/images/4/4e/Biohazard_logo.png');
		background-repeat: no-repeat;
		background-size: 50px 47px;
		background-position: center top;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border:0px ridge rgb(252,216,7);
		border-radius: 20px;
		box-shadow: 0px 4px 4px #1c1a19;
		z-index: 3;
	}

/* P-LOGO */
	div#p-logo { 
		background: rgb(0, 0, 0)
			    url('/images/e/e5/Image_top.png')
			    no-repeat;
		background-position: center;
		width: 100%;
		height: 182px;
		left: 0px;
		top: 0px;
		position: absolute;
		z-index: 2;
	}

	div#p-logo a { 
		background-image: url('/images/e/e1/Bwteam_logo.png') !important;  
		position: absolute; 
		right: 22px; 
		top: 27px;
	}

	#p-logo a {
		width: 60px;
		height: 60px;
	}

/* MW-HEAD */
	div#mw-head {
		z-index: 4;
	}

	#pt-userpage, #pt-anonuserpage, #pt-login {
		background: none;
	}
		
/* P-PERSONAL */
	div#p-personal {
		display: block;
		position: absolute; 
		top: 135px;
		left: 50%;
		margin-left: -212.5px;
		width: 550px;
		height: 25px;
		background-color: rgba(200, 200, 200, 0.70);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 20px;
		box-shadow: 0px 4px 4px #1c1a19;
		z-index: 4;
	}

	#p-personal div.vectorTabs li.selected a, div.vectorTabs li.selected a span, div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span {
		color: rgb(239, 210, 66);
	}

	#p-personal ul {
		display: table;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 25px;
		padding-left: unset;
	}

	#p-personal ul li#pt-userpage, #p-personal ul li#pt-createaccount {
		margin-left: unset;
	}

	#p-personal ul li {
		padding-left: unset !important; /* Override another !important */
	}

	div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
		color: rgb(239, 210, 66) !important;	
	}


/* LEFT-NAVIGATION */
	div#left-navigation {
		display: none !important; 
	}
			
	/* PAGE */
	/* DISCUSSION */
	
/* RIGHT-NAVIGATION */

	div#simpleSearch {
		background-color: transparent !important;
		background-image: none !important;
		margin-top: 50px !important;
		width: 143px !important;
		padding-right: 4px !important;
	}

	div#p-search {
		position: absolute; 
		top: -135px;
		left: 5px;
		width: 150px;
		height: 120px;
		background-color: rgba(0, 0, 0, 0.70);
		background-image: url('/images/4/4e/Biohazard_logo.png');
		background-repeat: no-repeat;
		background-size: 50px 47px;
		background-position: center top;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border:3px ridge rgb(196,98,39);
		border-radius: 0px 20px 0px 20px ;
		box-shadow: 0px 4px 4px #1c1a19;
		z-index: 4;
	}


	input#searchInput {
		background-color: rgba(255,255,255,0.15) !important;
		width: 123px !important;
	}

	input#searchGoButton {
		display: none !important;
	}

	input#mw-searchButton.searchButton {
		width: 147px;
		border-radius: 5px;
		background-color: rgba(255,130,0,0.15) !important; 
	}

	#p-search form, #p-search input {
		color: rgb(239, 210, 66) !important;
		background-color: transparent;
		margin-left: 1px;
	}

	div#mw-searchButton {
		margin-left: 2px;
	}

	div#right-navigation {
		display: flex;
		font-size: 15px;
		background-color: rgba(255, 255, 255, 0.20);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 20px;
		box-shadow: 0px 4px 4px #1c1a19;
		height: 25px;
		position: absolute;
		top: 145px;
		left: 0px;
		margin: 0;
	}


	div#p-views a ul {
		height: 15px;
	}

	div.vectorTabs span {
		background: none !important;
	}


	/* LIRE */
	/* MODIFIER */
	/* AFFICHER L'HISTORIQUE */
	/* MENU DEROULANT */
	
	/* BLOC RECHERCHE */
	/* REMPLIR */
	/* LIRE */
	/* RECHERCHER */

	/* On enlève les barres autours de lire/modifier/afficher l'historique */
	div.vectorTabs, div.vectorTabs li.selected, div.vectorTabs li a, div.vectorTabs li a span, div.vectorTabs ul, div.vectorTabs ul li, div.vectorMenu h5 a, div#mw-head div.vectorMenu h3 {
		background-image: none;
		color: rgb(255, 153, 0);
		background-color: transparent;
		font-weight : bold;

	}

	div.vectorMenu h3 span {
		padding-top: unset;
		color: rgb(255, 153, 0);
		font-weight: bold;
		height: 25px;
		line-height: 25px;
	}

	div.vectorMenu h3 a {
		height: 25px;
	}

	div.vectorTabs {
		float: none;
		height: unset;
	}

	div.vectorTabs ul {
		margin-top: -1px;
		float: none;
	}

	div.vectorTabs ul li {
		line-height: 25px;
	}

	div.vectorTabs span a {
		padding-top: 0px;
		float: none;
	}

	div#mw-head div.vectorMenu h3 {
		float: none;
		height: unset;
		padding-right: 0px;
		margin-right: 0px;
	}

	#ca-unwatch.icon a, #ca-watch.icon a {
		text-indent: 100%;
		padding-top: unset;
		margin-top: unset;
		height: 25px;
	}
	
	/* On enlève la barre en dessous du titre de la page */
	h1 {
		border-bottom: none;
	}

/* MW-PANEL */

	#mw-panel div.portal div.body
	{
		background-image: none !important;
	}

	#mw-panel div.portal
	{
		background-image: none !important;
		margin-top: 15px !important;
	}




	#mw-panel div.portal div.body ul li a
		{
		color: rgb(255, 153, 0) !important;
		font-size: 13px !important;
		font-weight : bold !important;
		}
	#mw-panel div.portal div.body ul li a:visited
		{
		color: rgb(255, 153, 0) !important;
		font-size: 13px !important;
		font-weight : bold !important;
		}
	#mw-panel div.portal div.body ul li a:hoover
		{
		color: rgb(255, 153, 0) !important;
		font-size: 13px !important;
		font-weight : bold !important;
		}
	#mw-panel div.portal h3 
		{
		color: rgb(0, 0, 0) !important;
		font-weight :  bold !important;
		font-size: 16px !important;
		}
	div#mw-panel
		{
		margin-top: 22px;
		display: inline-block;
		height: auto;
		width: 167px;
		margin-top: 190px;
		margin-left: 7px;
		position: initial !important;
		vertical-align: top;
		border: 3px ridge rgb(0, 0, 0);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-shadow: 0px 4px 4px #1c1a19;
		margin-bottom: 25px;
		padding-top: 1em;
		background-color: rgba(136, 136, 136, 0.7)
		}
	/* NAVIGATION */
	/* LIENS */
	/* BOITE A OUTILS */

/* CONTENT */ 
	#content {
		margin-top: 102px; width: 86.7%;
		margin-bottom: 25px;
		padding: 1em !important;
		display: block;
		top: 87px;
		right:0;
		left: 25px;
		height: 33px;
		width: auto;
		position: absolute;
		vertical-align: top;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border:2px ridge rgb(53,63,53);
		border-radius: 20px;
		box-shadow: 0px 4px 4px #1c1a19;
		background: transparent;
		background-image: url('/images/1/1d/Nw_bckg_short.png');
		background-repeat: repeat;
		background-size: 879px 66px;
	}

	h1#firstHeading.firstHeading {
		background-image: none;
		color: white;
	}


	/* BODY CONTENT */
	div#bodyContent {
		margin-top: 15px;
		left: 0px;
		right: 0px;
		height: 300px;
		width: auto;
		overflow: auto;
		position: absolute;  
		background-image: none; 
		padding: 1em;
		background-color: rgba(136, 136, 136, 0.90); 
		height: auto; 
		width: auto;
		vertical-align: top;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border:3px ridge rgb(0,0,0);
		border-radius: 20px;
		box-shadow: 0px 4px 4px #1c1a19;
	}

	a {
		color: rgb(10,30,220);
	}



/* FOOTER */
	div#footer {
		display: none !important;
		position: fixed; 
		top: 8px;
		left: 770px;
		width: 500px;
		height: 18px;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		background-color: transparent;
		background-image: url('/images/e/e0/Footer.png');
		background-repeat: no-repeat;
		background-size: auto 100%;
		z-index: 4;
	}

	#footer ul li {
		padding: 0;
		color: rgb(0, 0, 0);
		font-size: 12px;
		margin-left: 100px;
		width: 400px;
		border-radius: 5px 10px 15px 20px;
		font-weight:bold !important
		margin-top:-5px;
	}

	#footer img {
		display: none;
	}

	#footer-places {
		display:none !important;
	}