MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus zitieren.at – Das Zitier-Wiki
Zur Navigation springen Zur Suche springen
Zeile 24: Zeile 24:
 
     border-right: #8898bf thin solid;
 
     border-right: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
 +
}
 +
 +
.mw-body-content .box-hauptseite-top-content p {
 +
line-height: 2;
 
}
 
}
  
Zeile 48: Zeile 52:
 
     border-right: #158e59 thin solid;
 
     border-right: #158e59 thin solid;
 
     border-left: #158e59 thin solid;
 
     border-left: #158e59 thin solid;
 +
}
 +
 +
.mw-body-content .box-hauptseite-gruen-content p {
 +
line-height: 2;
 
}
 
}
  
Zeile 68: Zeile 76:
 
     border-right: #972621 thin solid;
 
     border-right: #972621 thin solid;
 
     border-left: #972621 thin solid;
 
     border-left: #972621 thin solid;
 +
}
 +
 +
.mw-body-content .box-hauptseite-rot-content p {
 +
line-height: 2;
 
}
 
}
  
Zeile 87: Zeile 99:
 
     border-right: #8898bf thin solid;
 
     border-right: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
 
     border-left: #8898bf thin solid;
 +
}
 +
 +
.mw-body-content .box-hauptseite-bottom-content p {
 +
line-height: 2;
 
}
 
}

Version vom 25. Juni 2021, 16:27 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite h1 { display: none; }
/* Boxen Hauptseite */
.box-hauptseite-top {
    margin-bottom: 1em;
}

.box-hauptseite-top h2 {
    text-align: center;
    background-color: #d3d7de;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0.2em 0.8em;
    border: #5c6066 thin solid;
}

.box-hauptseite-top-content {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.3em 0.8em;
    border-bottom: #8898bf thin solid;
    border-right: #8898bf thin solid;
    border-left: #8898bf thin solid;
}

.mw-body-content .box-hauptseite-top-content p {
	line-height: 2;
}

.spalte-1-1, .spalte-1-2 {
    margin-bottom: 1em;
}

.box-hauptseite-gruen h2 {
    text-align: center;
    color: #158e59;
    background-color: #8bddc2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.2em 0.8em;
    border: #158e59 thin solid;
}

.box-hauptseite-gruen-content {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.3em 0.8em;
    border-bottom: #158e59 thin solid;
    border-right: #158e59 thin solid;
    border-left: #158e59 thin solid;
}

.mw-body-content .box-hauptseite-gruen-content p {
	line-height: 2;
}

.box-hauptseite-rot h2 {
    text-align: center;
    color: #972621;
    background-color: #dd938b;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.2em 0.8em;
    border: #972621 thin solid;
}

.box-hauptseite-rot-content {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.3em 0.8em;
    border-bottom: #972621 thin solid;
    border-right: #972621 thin solid;
    border-left: #972621 thin solid;
}

.mw-body-content .box-hauptseite-rot-content p {
	line-height: 2;
}

.box-hauptseite-bottom h2 {
    text-align: center;
    background-color: #d8e8ff;
    margin-bottom: 0;
    margin: 0;
    padding: 0.2em 0.8em;
    border: #8898bf thin solid;
}

.box-hauptseite-bottom-content {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.3em 0.8em;
    border-bottom: #8898bf thin solid;
    border-right: #8898bf thin solid;
    border-left: #8898bf thin solid;
}

.mw-body-content .box-hauptseite-bottom-content p {
	line-height: 2;
}