MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(test) |
(add heading padding-bottom) |
||
(7 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 */ |
||
+ | #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; |
||
+ | } |
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;
}