MediaWiki:Mobile.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 201: 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 554: Zeile 564:
}
}
.hgbox {
.hgbox {
   background-color: #eaecf0;
   background-color: var(--common-background);
}
}
.hgwindow {
.hgwindow {
Zeile 576: 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