Forskel mellem versioner af "MediaWiki:Common.css"

Fra Den Fælleskommunale Rammearkitektur
Skift til: Navigation, Søgning
Linje 1: Linje 1:
 
/** CSS inkluderet her vil være aktivt for alle brugere. */
 
/** CSS inkluderet her vil være aktivt for alle brugere. */
 +
 +
div#content h2 {
 +
    font-size: 1.45em;
 +
}
  
 
div#content h3 {
 
div#content h3 {
Linje 6: Linje 10:
  
 
div#content h4 {
 
div#content h4 {
font-size: 1.1em;  
+
font-size: 1.15em;  
 
border-bottom: 1px solid LightGray;
 
border-bottom: 1px solid LightGray;
 
padding-bottom: 5px;
 
padding-bottom: 5px;
 
}
 
}

Versionen fra 9. aug 2018, 13:13

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

div#content h2 {
    font-size: 1.45em;
}

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

div#content h4 {
font-size: 1.15em; 
border-bottom: 1px solid LightGray;
padding-bottom: 5px;
}