MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WikiPedalia
(Test von Styleanpassungen) |
K (Linie dünner) |
||
Zeile 13: | Zeile 13: | ||
.color-left { | .color-left { | ||
height:0. | height:0.15em; | ||
background:#FF7000; | background:#FF7000; | ||
width:50%; | width:50%; | ||
Zeile 20: | Zeile 20: | ||
.color-right { | .color-right { | ||
display:inline-block; | display:inline-block; | ||
height:0. | height:0.15em; | ||
background:#FF7000; | background:#FF7000; | ||
width:50%; | width:50%; | ||
Zeile 26: | Zeile 26: | ||
} | } | ||
.color-middle { | .color-middle { | ||
height:0. | height:0.15em; | ||
background:#FF7000; | background:#FF7000; | ||
margin-left:15em; | margin-left:15em; | ||
margin-right:17em | margin-right:17em | ||
} | } |
Version vom 21. Juni 2018, 08:47 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body.page-WikiPedalia_-_Startseite.action-view h1.firstHeading, body.page-WikiPedalia_-_Startseite.action-submit h1.firstHeading { display: none; } a { color: #ff7000; text-decoration: none; } a:visited { color: #ff7000; text-decoration: none; } .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 }