Přeskočit na obsah

Wikipedista:Matěj Grabovský/vector.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

/* Highlight redirects in pages lists */
.allpagesredirect a, .watchlistredir a { color: #080; }
 
/* Make the top navigation bar a bit lower in height */
#left-navigation {
  margin-top: 1.5em;
  margin-bottom: -1.5em;
}
#right-navigation { margin-top: 1.5em; }
#mw-page-base { height: 4em; }
 
/* Hide sidebar in smaller window */
@media screen and (max-width: 800px) {
  div#mw-panel { display: none; }
  div#content { margin-left: 0; }
  #mw-head-base { margin-left: 0; }
  #left-navigation { margin-left: 0; }
}
 
/* Only have one coloured border of blocks in diffs */
td.diff-addedline, td.diff-deletedline, td.diff-context {
  border-width: 0 0 0 1px;
  border-radius: 0;
}
 
/* Better typography */
#bodyContent { font-size: 1em; }
div#content h2, div#content #firstHeading { font-family: 'Linux Libertine O', Georgia, Times, serif; }
html, body { font-family: Calibri, 'Liberation Sans', Arial, sans-serif; }
html { font-size: 14px; }
div#content p { line-height: 1.6em; }
div#mw-panel div.portal div.body ul li { font-size: .85em; }
#mw-panel.collapsible-nav .portal h3 { font-size: .85em; }