Hauptmenü öffnen

MediaWiki:Common.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: #ca-edit, #ca-viewsource { display: none!important; }“)
 
 
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
#ca-edit, #ca-viewsource {
+
#ca-viewsource {
 
display: none!important;
 
display: none!important;
 +
}
 +
 +
/* Custom Colors */
 +
a.new, #p-personal a.new {
 +
  font-weight: bold;
 +
  color: rgb(224,0,45);
 +
}
 +
 +
a:visited {
 +
    color: rgb(16,6,159);
 +
    font-weight: bold;
 +
}
 +
 +
a {
 +
    text-decoration: none;
 +
    color: rgb(16,6,159);
 +
    background: none;
 +
    font-weight: bold;
 +
}
 +
 +
div#mw-panel div.portal div.body ul li a {
 +
    color: rgb(16,6,159);
 +
    font-weight: normal;
 +
}
 +
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
    color: rgb(16,6,159);
 +
    font-weight: normal;
 +
}
 +
 +
div.vectorTabs li a {
 +
  font-weight: normal;
 +
}
 +
 +
div#p-personal > ul > li > a {
 +
  font-weight: normal;
 +
}
 +
 +
.mw-body-content a.external:visited, .mw-body-content a.external {
 +
  color: rgb(16,6,159);
 +
}
 +
 +
div#footer > ul > li > a {
 +
  font-weight: normal;
 +
}
 +
 +
div.vectorMenu li > a {
 +
  font-weight: normal;
 
}
 
}

Aktuelle Version vom 15. Mai 2018, 16:00 Uhr

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

#ca-viewsource {
display: none!important;
}

/* Custom Colors */
a.new, #p-personal a.new {
   font-weight: bold;
   color: rgb(224,0,45);
}

a:visited {
    color: rgb(16,6,159);
    font-weight: bold;
}

a {
    text-decoration: none;
    color: rgb(16,6,159);
    background: none;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a {
    color: rgb(16,6,159);
    font-weight: normal;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: rgb(16,6,159);
    font-weight: normal;
}

div.vectorTabs li a {
   font-weight: normal;
}

div#p-personal > ul > li > a {
   font-weight: normal;
}

.mw-body-content a.external:visited, .mw-body-content a.external {
   color: rgb(16,6,159);
}

div#footer > ul > li > a {
   font-weight: normal;
}

div.vectorMenu li > a {
   font-weight: normal;
}