MediaWiki:Common.css: Difference between revisions

From LNTwww
David (talk | contribs)
Die Seite wurde neu angelegt: „#content { font:Times 13px bold; }“
 
No edit summary
Line 1: Line 1:
#content { font:Times 13px bold; }
#content { font:Times 13px bold; }
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.interwiki { color: #3366BB; } /* interwiki links */
/*.mw-body-content a:link.external { color: #3366BB; }*/ /* external links */
.mw-body-content a.interwiki:visited { color: #3366BB; }
/* .mw-body-content a.external:visited { color: #3366BB; } */
.mw-body-content a.external {color: #008000}
.mw-body-content a.external:visited {color: #008000}

Revision as of 16:01, 7 May 2018

#content { font:Times 13px bold; }


.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.interwiki { color: #3366BB; } /* interwiki links */
/*.mw-body-content a:link.external { color: #3366BB; }*/ /* external links */
.mw-body-content a.interwiki:visited { color: #3366BB; }
/* .mw-body-content a.external:visited { color: #3366BB; } */



.mw-body-content a.external {color: #008000}
.mw-body-content a.external:visited {color: #008000}