MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Leonie (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Leonie (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 76: | Zeile 76: | ||
.indextitle { | .indextitle { | ||
font-size: 20px; | font-size: 20px; | ||
color: # | color: #000000; | ||
font-weight: normal; | font-weight: normal; | ||
text-align: center; | text-align: center; | ||
| Zeile 84: | Zeile 84: | ||
.indextitle-b { | .indextitle-b { | ||
font-size: 20px; | font-size: 20px; | ||
color: # | color: #000000; | ||
font-weight: normal; | font-weight: normal; | ||
text-align: center; | text-align: center; | ||
Version vom 18. Januar 2021, 18:09 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*a:link{
color: #48505c;*/
/*a:visited{
color: #dedede;*/
.invisible-box{
border-style: solid;
border-width:1px;
border-color: #ffffff;
margin-top: 10px;
}
.text-box{
border-style: solid;
border-width:1px;
border-color: #dedede;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
}
.description-box{
border-style: solid;
border-width:1px;
border-color: #dedede;
padding: 5px;
padding-bottom: 10px;
margin-bottom: 10px;
}
.main-box{
border-style: solid;
border-width:1px;
border-color: #dedede;
background-color: #92a5c1;
padding: 5px;
padding-bottom: 20px;
padding-top: 20px;
/*margin-bottom: 10px;*/
}
.stacked-main-box-container{
display: flex;
flex-direction: column;
border-color: #001d61;
/*background-color: #001d61;*/
margin-bottom: 10px;
}
.stacked-main-box{
flex: 1;
}
.stacked-main-box:nth-child(2n){
margin-top: 10px;
}
/*Titel */
.title {
font-size: 25px;
color: #000000;
font-weight: normal;
}
.indextitle-main {
font-size: 25px;
color: #000000;
font-weight: normal;
text-align: left;
background-color: #ffffff;
}
.indextitle {
font-size: 20px;
color: #000000;
font-weight: normal;
text-align: center;
background-color: #92a5c1;
}
.indextitle-b {
font-size: 20px;
color: #000000;
font-weight: normal;
text-align: center;
background-color: #92a5c1;
margin: -5px;
}
/*Grid */
.wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 10px;
}
/*Tabelle*/
.wikitable {
colspan="6";
width= 100%;
}