MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AnnoWiki 1800
Wechseln zu: Navigation, Suche
Zeile 39: Zeile 39:
  
  
.mw-body-content a:link { color: #663200; } /* normal unvisited links */
+
.mw-body-content a:link { color: #000; } /* normal unvisited links */
 
.mw-body-content a:link:active { color: #000; } /* active links */
 
.mw-body-content a:link:active { color: #000; } /* active links */
 
.mw-body-content a:link.new { color: red; } /* new links */
 
.mw-body-content a:link.new { color: red; } /* new links */

Version vom 26. November 2018, 20:17 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 { 
} 


.mw-body-content a:link { color: #000; } /* normal unvisited links */
.mw-body-content a:link:active { color: #000; } /* active links */
.mw-body-content a:link.new { color: red; } /* new links */
.mw-body-content a:link.interwiki { color: #660000; } /* interwiki links */
.mw-body-content a:link.external { color: #000080; } /* external links */
.mw-body-content a.interwiki:visited { color: #660000; }
.mw-body-content a.external:visited { color: #000080; }


/* 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;  }