MediaWiki:Common.css: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(custom page header)
(add heading padding-bottom)
 
(6 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
h2 { margin-top:15px; }
h2 { margin-top:15px; }
a:visited {color:#0645AD}
a.external:visited {color:#3366BB}


/** voor custom pagetitles */
/** voor custom pagetitles */
#firstheading {display:none}
#firstHeading {display:none}
#contentSub {display:none}
#contentSub {display:none}
#customTitle { font-size: 2em; line-height:1.2em; padding-bottom:4px; }
/** voor quotes - https://en.wikipedia.org/wiki/Template:Quote */
blockquote.templatequote {
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}

Huidige versie van 13 okt 2017 07:22

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
h2 { margin-top:15px; }
a:visited {color:#0645AD}
a.external:visited {color:#3366BB}

/** voor custom pagetitles */
#firstHeading {display:none}
#contentSub {display:none}
#customTitle { font-size: 2em; line-height:1.2em; padding-bottom:4px; }

/** voor quotes - https://en.wikipedia.org/wiki/Template:Quote */
blockquote.templatequote {
     margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}