MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Hypernet Wiki
Wechseln zu: Navigation, Suche
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
 
body {
 
body {
 
  background-color: #000;
 
  background-color: #000;
  color: #fff;
+
  color: #9e9e9e;
 
}
 
}
  
Zeile 8: Zeile 8:
 
     padding: 1em;
 
     padding: 1em;
 
     direction: ltr;
 
     direction: ltr;
 +
    background-color: #000;
 +
    color: #9e9e9e;
 +
}
 +
 +
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
  color: inherit;
 +
}
 +
 +
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
 +
  background-color: inherit;
 +
}
 +
 +
#mw-page-base, #mw-head-base, #mw-navigation {
 +
  background-color: #000;
 
}
 
}

Aktuelle Version vom 26. November 2018, 19:50 Uhr

/* Das folgende CSS wird für alle Nutzer der mobilen Ansicht geladen. */
body {
 background-color: #000;
 color: #9e9e9e;
}

.mw-body, .parsoid-body {
    padding: 1em;
    direction: ltr;
    background-color: #000;
    color: #9e9e9e;
}



h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
  background-color: inherit;
}

#mw-page-base, #mw-head-base, #mw-navigation {
  background-color: #000;
}