MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Dfg2 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Dfg2 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 60: | Zeile 60: | ||
#startseitelinks{ | #startseitelinks{ | ||
float: left; vertical-aligh:top; width:55% | float: left; vertical-aligh:top; | ||
width:55% | |||
min-width:17em; | |||
} | } | ||
#startseiterechts{ | #startseiterechts{ | ||
float: left; vertical-aligh:top; max-width:45%; min-width:17em; | float: left; | ||
vertical-aligh:top; | |||
max-width:45%; | |||
min-width:17em; | |||
} | } | ||
Version vom 7. Dezember 2018, 21:06 Uhr
/* <pre> */ /***** ** Table formatting *****/ table.wikitable, table.prettytable { margin:1em 1em 1em 0; background:#F9F9F9; border:1px #AAA solid; border-collapse:collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border:1px #AAA solid; padding:0.2em; } table.wikitable th, table.prettytable th { background:#F2F2F2; text-align:center; } table.wikitable caption, table.prettytable caption { margin-left:inherit; margin-right:inherit; } .hidden { display: none; } .kontaktabzug img { width: 50px; height: auto; } /* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ .my-buttons { padding: .5em; } .my-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .my-buttons a:hover, .my-buttons a:active { background-color: #bcd; border-style: inset; } body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; } #startseitelinks{ float: left; vertical-aligh:top; width:55% min-width:17em; } #startseiterechts{ float: left; vertical-aligh:top; max-width:45%; min-width:17em; } /* </pre> */