MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AG3D
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:
.title {
.title {
   font-size: 25px;
   font-size: 25px;
     color: #1f2c53;
     color: #000000;
     font-weight: normal;
     font-weight: normal;
}
}

Version vom 18. Januar 2021, 13:10 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: #000000;
    font-weight: normal;
}