MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(add heading padding-bottom) |
|||
Regel 7: | Regel 7: | ||
#firstHeading {display:none} |
#firstHeading {display:none} |
||
#contentSub {display:none} |
#contentSub {display:none} |
||
− | #customTitle { font-size: 2em; line-height:1.2em; } |
+ | #customTitle { font-size: 2em; line-height:1.2em; padding-bottom:4px; } |
/** voor quotes - https://en.wikipedia.org/wiki/Template:Quote */ |
/** voor quotes - https://en.wikipedia.org/wiki/Template:Quote */ |
Huidige versie van 13 okt 2017 om 06: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;
}