MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WikiPedalia
K (Hier auch) |
(Test von Styleanpassungen) |
||
| Zeile 11: | Zeile 11: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.color-left { | |||
height:0.35em; | |||
background:#FF7000; | |||
width:50%; | |||
float:left | |||
} | |||
.color-right { | |||
display:inline-block; | |||
height:0.35em; | |||
background:#FF7000; | |||
width:50%; | |||
float:right | |||
} | |||
.color-middle { | |||
height:0.35em; | |||
background:#FF7000; | |||
margin-left:15em; | |||
margin-right:17em | |||
} | |||
Version vom 21. Juni 2018, 08:40 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.35em;
background:#FF7000;
width:50%;
float:left
}
.color-right {
display:inline-block;
height:0.35em;
background:#FF7000;
width:50%;
float:right
}
.color-middle {
height:0.35em;
background:#FF7000;
margin-left:15em;
margin-right:17em
}