Forskel mellem versioner af "MediaWiki:Common.css"

Fra Den Fælleskommunale Rammearkitektur
Skift til: Navigation, Søgning
Linje 7: Linje 7:
 
div#content h4 {
 
div#content h4 {
 
     font-size: 1.1em; text-decoration: underline;
 
     font-size: 1.1em; text-decoration: underline;
 +
    border-bottom: 1px #00FF00;
 +
    padding-bottom: 5px;
 
}
 
}

Versionen fra 9. aug 2018, 13:06

/** CSS inkluderet her vil være aktivt for alle brugere. */

div#content h3 {
    font-size: 1.3em;
}

div#content h4 {
    font-size: 1.1em; text-decoration: underline;
    border-bottom: 1px #00FF00; 
    padding-bottom: 5px;
}