MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FHEMWiki
K (Hauptseite Titel-Ausblendung)
(css-Style Drhirn für Hauptseite)
Zeile 23: Zeile 23:


body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
.syntax-shell * {
  background-color: black;
  color: #F9F9F9;
}
.syntax-shell .hll {
  background-color: #f7bebe;
  color: rgb(0,120,0);
}
.mainpagebox {
border: .125em solid #dfdfdf;
border-radius: .4em;
padding: .4em;
flex: 1 1 40%;
margin: .4em;
}
.flexbox {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-items: stretch;
}

Version vom 5. Februar 2017, 15:30 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* @body-background-color: #ffffe7;*/

body {
        background-color: #ffffe7;
}

a, a:visited, a:active, a.external, a.external:active, a.external:visited {
        color: #175717;
}

a:hover {
        color: #672727;
        text-decoration:none;
}

.mw-body {
        background-color: #ffffff;
}
#mw-page-base {
        /*background-image: none; */
}

body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }

.syntax-shell * {
   background-color: black;
   color: #F9F9F9;
}

.syntax-shell .hll {
   background-color: #f7bebe;
   color: rgb(0,120,0);
}

.mainpagebox {
 border: .125em solid #dfdfdf;
 border-radius: .4em;
 padding: .4em;
 flex: 1 1 40%;
 margin: .4em;
}

.flexbox {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-around;
 align-items: stretch;
}