Änderungen

167 Bytes hinzugefügt ,  07:56, 13. Apr. 2016
keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1: −
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
+
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
 
 +
.mw-body h1, .mw-body h2 {
 +
    font-family: sans-serif;
 +
    line-height: 1.3;
 +
    margin-bottom: 0.25em;
 +
    padding: 0;
 +
}
 +
 
 +
/*Für Infoboxen mit Aufklappmenü*/
 
.mw-collapsible.fixtoggle > .mw-collapsible-toggle {
 
.mw-collapsible.fixtoggle > .mw-collapsible-toggle {
 
   float: none;
 
   float: none;
Zeile 52: Zeile 61:  
/* Buttons von Vorlage:pers */
 
/* Buttons von Vorlage:pers */
 
.button{
 
.button{
color: black;
+
  color: black;
display: block;
+
    display: block;
width:100%;
+
width: 100%;
height: 100%;
+
    height: 70px;
background-color: rgb(247, 247, 247);
+
    background-color: rgb(247,247,247);
font-size: 0.5em;
+
    padding: 10px 15px;
text-align: left;
+
    text-align: left;
text-decoration: none;
+
    font-family: Arial;
border-radius:2%;
+
    text-decoration: none;
border-top: rgb(229, 229, 229) 1px solid;
+
    border-radius: 5px;
border-left: rgb(229, 229, 229) 1px solid;
+
    border-top: #e5e5e5 1px solid;
border-bottom:rgb(229, 229, 229) 1px solid;
+
    border-left: #e5e5e5 1px solid;
border-right: rgb(229, 229, 229) 1px solid;
+
    border-bottom: #e5e5e5 1px solid;
 +
    border-right: #e5e5e5 1px solid;
 
}
 
}
   Zeile 82: Zeile 92:  
display: block;
 
display: block;
 
align:center;
 
align:center;
font-size: 0.5em;
  −
   
padding: auto;
 
padding: auto;
 
border:1px;
 
border:1px;
    
}
 
}