MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Hypernet Wiki
Wechseln zu: Navigation, Suche
Zeile 20: Zeile 20:
 
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
 
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
 
   background-color: inherit;
 
   background-color: inherit;
 +
}
 +
 +
#mw-head-base{
 +
display: none;
 
}
 
}

Version vom 5. November 2018, 23:03 Uhr

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

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



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

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

#mw-head-base{
 display: none;
}