MediaWiki:Common.css: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(visited links)
Regel 8: Regel 8:
 
#contentSub {display:none}
 
#contentSub {display:none}
 
#customTitle { font-size: 2em; line-height:1.2em; }
 
#customTitle { font-size: 2em; line-height:1.2em; }
  +
  +
/** 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;
  +
}

Versie van 25 feb 2015 15:24

/** 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; }

/** 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;
}