MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
#content { font:Times 13px bold; }
 
#content { font:Times 13px bold; }
  
 
+
/* do not add automatic numbering to tables of contents */
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
+
#toc .tocnumber { display: none; }
.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}
 
 
 
a:visited { color: #0645AD !IMPORTANT; }
 
a.new:link { color: #cc2200 !IMPORTANT; }
 
a.new:visited { color: #a55858 !IMPORTANT; }
 

Aktuelle Version vom 25. Februar 2021, 23:09 Uhr

#content { font:Times 13px bold; }

/* do not add automatic numbering to tables of contents */
#toc .tocnumber { display: none; }