MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus WikiPedalia
(aus Common.css nach hier verschoben) |
K (so besser?) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 35: | Zeile 35: | ||
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif; | font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif; | ||
line-height: 1.25; | line-height: 1.25; | ||
margin: | margin: 0 0 0; | ||
} | } | ||
#toc ul, .toc ul { | #toc ul, .toc ul { | ||
Zeile 42: | Zeile 41: | ||
list-style: none; | list-style: none; | ||
} | } | ||
fieldset legend { | |||
padding: 0.5em 1.25em; | |||
background: #ffffff; | |||
font-weight: bold; | |||
color: #ff7000; | |||
} | |||
img { max-width: 100%; height: auto; width: auto; } |
Aktuelle Version vom 13. Juli 2018, 06:42 Uhr
/* CSS placed here will affect users of the Timeless skin */ .color-left { height:0.15em; background:#FF7000; width:50%; float:left } .color-right { display:inline-block; height:0.15em; background:#FF7000; width:50%; float:right } .color-middle { height:0.15em; background:#FF7000; margin-left:15em; margin-right:17em } #mw-content-container { background:#fff; word-wrap:break-word } #mw-content-container { border-bottom: solid 2px #ff7000; } #mw-content h1.firstHeading { margin: 0.25em 0 0.5em; border-bottom: solid 2px #eee; } #mw-content dt { font-weight: bold; font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif; line-height: 1.25; margin: 0 0 0; } #toc ul, .toc ul { margin: 0 0 0 1em; list-style: none; } fieldset legend { padding: 0.5em 1.25em; background: #ffffff; font-weight: bold; color: #ff7000; } img { max-width: 100%; height: auto; width: auto; }