MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AnnoWiki 1800
Wechseln zu: Navigation, Suche
Zeile 40: Zeile 40:
 
} /* interwiki links */
 
} /* interwiki links */
 
.mw-body-content a:link.interwiki, .mw-body-content a.interwiki {  
 
.mw-body-content a:link.interwiki, .mw-body-content a.interwiki {  
color: #ff0000 !IMPORTANT;
+
color: #009900 !IMPORTANT;
 
}
 
}
.mw-body-content a.interwiki:visited {
 
color: #ff0000 !IMPORTANT;
 
}
 
/* external links */
 
.mw-body-content a:link.external {
 
color: #ff0000 !IMPORTANT;
 
}
 
 
  
  

Version vom 26. November 2018, 20:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

	/* Head */
	#mw-page-base {
	  height: 5em;
	  background-position: bottom left;
	  background-repeat: repeat-x;
	  /* This image is only a fallback (for IE 6-9), so we do not @embed it. */
	  background-image: url(/w/skins/Vector/images/page-fade.png?1d168);
	  background-color: #f5eed9;
	  background-image: -webkit-linear-gradient(top, #ffffff 50%, #f5eed9 100%);
	  background-image: -moz-linear-gradient(top, #ffffff 50%, #f5eed9 100%);
	  background-image: linear-gradient(#ffffff 50%, #f5eed9 100%);
	  background-color: #ffffff;
	}


/* Content */
#content { 
background-color: #fff; 
border: 1px solid #663200;
} 


/* Inner Content */
#bodyContent { 
background-color: #fff; 
} 


/*  Titel einer Seite */
#firstHeading { 
} 


/* Kategorien-Box unterhalb des Artikels */
#catlinks { 
} 

} /* interwiki links */
.mw-body-content a:link.interwiki, .mw-body-content a.interwiki { 
color: #009900 !IMPORTANT;
}



/* Menü auf der linken Seite */
#mw-panel { 
} 

a#mw-panel:link , a#mw-panel, a#mw-panel:visited  {
font-color: #000;
text-decoration: none;
}

a#mw-panel:hover  {
font-color: #663200;
text-decoration: underline;
}


/* Logobereich */
#p-logo { 
} 


/* Navigation */
#p-navigation {  } 


/* Tools Menü*/
#p-tb {  } 


/* Werkzeuge Titel */
#p-tb-label { } 


/* Bereich Werkzeuge */
#p-tb .body {  } 


/* Footer */
#footer {  } 


/* Body */
body { background-color: #f5eed9;  }