Benutzer:Daniel Bohrer/monobook.css: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
K (import aus wikipedia.de)
 
(kein Unterschied)

Aktuelle Version vom 24. Mai 2011, 19:46 Uhr

table.metadata { display:block; }
.highlight { background-color:#ffaa00; }

/** red visited links on special pages */
.special a:visited { color: red; }

/** As fallback, scrollbars will be added for very wide cells instead of text overflowing or widening */
table.diff td div {
  overflow: visible !important;
}

/* make preview scrollable */
#wikiPreview {
  border: 1px solid grey;
  height: 30em;
  margin-bottom: 1em;
  overflow: auto;
  padding: 0 1em;
}