Benutzer:Hausgeist/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Und weg.) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
#projektbox h2 { | |||
background:#b7b7b7; | |||
border:1px solid #8b8b8b; | |||
font-family:serif; | |||
font-size:1.1em; | |||
font-weight:bold; | |||
line-height:1.5; | |||
margin:0; | |||
padding:.1em 0 | |||
} | |||
#projektbox .h-willkommen h2 { | |||
font-size:1.5em | |||
} | |||
#projektbox .inhalt { | |||
background:#e7e7e7; | |||
border:1px solid #8b8b8b; | |||
border-top:0; | |||
font-size:.9em; | |||
min-height:0; | |||
padding:.3em .8em .4em | |||
} | |||
#projektbox .inhalt .mehr { | |||
clear:both; | |||
font-size:85%; | |||
margin-top:.8em; | |||
text-align:right | |||
} | |||
#projektbox.p-box { | |||
background:#F9F9F9; | |||
border:1px solid #8b8b8b; | |||
padding: .2em; | |||
overflow:auto | |||
} | |||
Version vom 29. Juli 2018, 13:31 Uhr
#projektbox h2 {
background:#b7b7b7;
border:1px solid #8b8b8b;
font-family:serif;
font-size:1.1em;
font-weight:bold;
line-height:1.5;
margin:0;
padding:.1em 0
}
#projektbox .h-willkommen h2 {
font-size:1.5em
}
#projektbox .inhalt {
background:#e7e7e7;
border:1px solid #8b8b8b;
border-top:0;
font-size:.9em;
min-height:0;
padding:.3em .8em .4em
}
#projektbox .inhalt .mehr {
clear:both;
font-size:85%;
margin-top:.8em;
text-align:right
}
#projektbox.p-box {
background:#F9F9F9;
border:1px solid #8b8b8b;
padding: .2em;
overflow:auto
}