MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 119: Zeile 119:
     color: var(--link-color-visited);
     color: var(--link-color-visited);
   }
   }
}
.last-modified-bar {
  border-bottom: solid 1px var(--common-border);
  background-color: var(--common-background);
  color: var(--text-color);
}
.mw-ui-button:link,
.mw-ui-button:active,
.mw-ui-button:visited {
  background-color: var(--common-background);
  color: var(--text-color);
  border-color: var(--common-border);
}
}
/******************
/******************
Zeile 189: Zeile 201:
   display: block;
   display: block;
   line-height: 1.3em;
   line-height: 1.3em;
}
pre.output,
.content pre.output,
.pre.output {
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  font-family: 'Andale Mono', 'Courier New', monospace;
  font-size: 86%;
  padding: 0.8rem;
}
}
code,
code,
Zeile 202: Zeile 224:
   .mw-highlight .linenos {
   .mw-highlight .linenos {
     color: var(--text-color);
     color: var(--text-color);
  }
  .mw-highlight .hll {
    background-color: #393921;
   }
   }
}
}
Zeile 207: Zeile 232:
.text-white {
.text-white {
   color: #FFF !important;
   color: #FFF !important;
}
.text-black {
  color: #000 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
}
.text-default {
.text-default {
Zeile 530: Zeile 564:
}
}
.hgbox {
.hgbox {
   background-color: #eaecf0;
   background-color: var(--common-background);
}
}
.hgwindow {
.hgwindow {
Zeile 552: Zeile 586:
   border-color: rgba(255, 255, 255, 0.4);
   border-color: rgba(255, 255, 255, 0.4);
}
}
.hgborder > :first-child,
.hgborder > p:first-of-type,
.wrapper > :first-child,
.wrapper > p:first-of-type,
.hgbox > :first-child,
.hgbox > p:first-of-type,
.hgwindow > :first-child,
.hgwindow > p:first-of-type,
.hgdrawer > :first-child {
.hgdrawer > p:first-of-type {
   margin-top: 0;
   margin-top: 0;
   padding-top: 0;
   padding-top: 0;
}
}
.hgborder > :last-child,
.hgborder > p:last-child,
.wrapper > :last-child,
.wrapper > p:last-child,
.hgbox > :last-child,
.hgbox > p:last-child,
.hgwindow > :last-child,
.hgwindow > p:last-child,
.hgdrawer > :last-child {
.hgdrawer > p:last-child {
   margin-bottom: 0;
   margin-bottom: 0;
   padding-bottom: 0;
   padding-bottom: 0;
8.581

Bearbeitungen

Navigationsmenü