MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Hypernet Wiki
Wechseln zu: Navigation, Suche
(Markierungen: Mobile Bearbeitung, Mobile Web-Bearbeitung)
Zeile 2: Zeile 2:
 
body {
 
body {
 
  background-color: #000;
 
  background-color: #000;
  color: #fff;
+
  color: #9e9e9e;
 
}
 
}
  
Zeile 9: Zeile 9:
 
     direction: ltr;
 
     direction: ltr;
 
     background-color: #000;
 
     background-color: #000;
     color: #fff;
+
     color: #9e9e9e;
 
}
 
}
  

Version vom 5. November 2018, 23:10 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 {
 display: none;
}