MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WikiPedalia
K (Noch ein Versuch)
K (Styles nach Timeless.css verschieben (falls ich die Doku richtig verstanden habe))
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:
     color: #ff7000;
     color: #ff7000;
     text-decoration: none;
     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
}
#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: 1.5em 0 0.5em;
        margin-top: 1.5em;
}
#toc ul {
    list-style: none;
}
}

Aktuelle Version vom 29. Juni 2018, 06:30 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;
}