MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Viopedia
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
     margin-top: 30px;
 
     margin-top: 30px;
 
     margin-bottom: 15px;
 
     margin-bottom: 15px;
    font-family: "Trebuchet MS", Arial, sans-serif;
 
 
}
 
}
  
 
#content p {
 
#content p {
 
     line-height: 1.5;
 
     line-height: 1.5;
 +
}
 +
 +
#content {
 +
    font-family: "Trebuchet MS", Arial, sans-serif;
 
}
 
}
  

Version vom 9. Juni 2020, 23:07 Uhr

.table {
    width: auto !important;
    min-width: 65%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

#content p {
    line-height: 1.5;
}

#content {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#mw-head {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#footer {
    margin-top: 150px !important;
}