MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AG3D
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:


.main-box{
.main-box{
     border-style:dashed;  
     border-style: solid;  
     border-width:1px;  
     border-width:1px;  
     border-color: #DDDDE3;  
     border-color: #DDDDE3;  
     padding: 5px;
     padding: 5px;
     padding-bottom: 10px;
     padding-bottom: 10px;
    margin-bottom: 10px;
}
}



Version vom 18. Januar 2021, 11:07 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

a:visited
{
color: red;
}

.main-box{
    border-style: solid; 
    border-width:1px; 
    border-color: #DDDDE3; 
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*Titel */

.title {
  font-size: 25px;
    color: #1f2c53;
    font-weight: normal;
}