MediaWiki:Common.css

De Harvestopia
Aller à la navigation Aller à la recherche

Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/*Hintergrund*/
body /*{
	background:#d4edfc;}*/ 
	{background-image:url(http://192.168.30.4/trampeltier_wiki/images/1/1f/Background.jpg);
	background-repeat:no-repeat;
	margin:0px 1024px 768px 0px;
	background-attachment:scroll;

}


#mw-head 
	{background:#d4edfc;}

div#content {
	background:#f0f5de;
}

/*Rahmen Inhaltsverzeichnis*/
	#toc, .toc {background:#d4edfc;
	border:6px outset #d4edfc;
	-moz-border-radius:4px;
}

div#mw-panel div.portal div.body ul li a  {

	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 16px solid #6f93a7;
	border-right: 5px solid #6f93a7;
	border-top: 1px solid #6f93a7;
	border-bottom: 1px solid #6f93a7;
	background: -moz-linear-gradient(top, #d4edfc, #90bacc);
	-moz-border-radius:4px;
	color: #000;
	text-decoration: none;
	width: 70%;

}

div#mw-panel div.portal div.body ul li a:hover {
	background: -moz-linear-gradient(top, #c4deb4, #95c672);
	color:#FFF;
}



table.wikitable {
  background:#d9e6b1;
  font:left;
  text-align:center;
  -moz-border-radius:4px;
}