MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WikiPedalia
K (Wird so das grün überschrieben?) |
K (Balken heller) |
||
| Zeile 14: | Zeile 14: | ||
.color-left { | .color-left { | ||
height:0.15em; | height:0.15em; | ||
background:# | background:#FEF0DB; | ||
width:50%; | width:50%; | ||
float:left | float:left | ||
| Zeile 21: | Zeile 21: | ||
display:inline-block; | display:inline-block; | ||
height:0.15em; | height:0.15em; | ||
background:# | background:#FEF0DB; | ||
width:50%; | width:50%; | ||
float:right | float:right | ||
| Zeile 27: | Zeile 27: | ||
.color-middle { | .color-middle { | ||
height:0.15em; | height:0.15em; | ||
background:# | background:#FEF0DB; | ||
margin-left:15em; | margin-left:15em; | ||
margin-right:17em | margin-right:17em | ||
| Zeile 36: | Zeile 36: | ||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
border-bottom: solid 2px # | border-bottom: solid 2px #FEF0DB; | ||
} | } | ||
#mw-content h1.firstHeading { | #mw-content h1.firstHeading { | ||
Version vom 25. Juni 2018, 06:05 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:#FEF0DB;
width:50%;
float:left
}
.color-right {
display:inline-block;
height:0.15em;
background:#FEF0DB;
width:50%;
float:right
}
.color-middle {
height:0.15em;
background:#FEF0DB;
margin-left:15em;
margin-right:17em
}
#mw-content-container {
background:#fff;
word-wrap:break-word
}
#mw-content-container {
border-bottom: solid 2px #FEF0DB;
}
#mw-content h1.firstHeading {
margin: 0.25em 0 0.5em;
border-bottom: solid 2px #eee;
}