Piezīme: Lai redzētu izmaiņas, pēc publicēšanas var nākties iztīrīt sava pārlūka kešatmiņu.

  • Firefox / Safari: Pieturi Shift un klikšķini uz Pārlādēt vai nospied Ctrl-F5 vai Ctrl-R (⌘-R uz Mac)
  • Google Chrome: Nospied Ctrl-Shift-R (⌘-Shift-R uz Mac)
  • Internet Explorer / Edge: Pieturi Ctrl un klikšķini uz Pārlādēt vai nospied Ctrl-F5
  • Opera: Nospied Ctrl-F5.
/* <source lang="css"> */
 
/* Don't display some stuff on the main page */
body.page-Sākumlapa #deleteconfirm,
body.page-Sākumlapa #t-cite,
body.page-Sākumlapa #footer-info-lastmod,
body.page-Sākumlapa #siteSub,
body.page-Sākumlapa #contentSub {
 display: none !important;
}
 
body.page-Sākumlapa #mp-topbanner {
margin-top: 0 !important;
}
 
#coordinates {
 position: absolute;
 top: 0em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 text-transform: none;
 white-space: nowrap;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -2em;
 margin-right: -10px;
 display: block !important;
}
 
/* FR topicon position */
div.flaggedrevs_short {
 position: absolute;
 top: -3em;
 right: 55px;
 z-index: 1;
 margin-left: 0;
 /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
 margin-right: -10px;
}
 
/* Menu over FR box */
div.vectorMenu div {
 z-index: 2;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#siteNotice .notice-all {
  margin-bottom: 1em !important;
  margin-right: 2px !important;
}
 
/* Adjust font-size for inline HTML generated TeX formulae */
.texhtml {
  font-size: 125%;
  line-height: 1.5em;
}

#content {
	color: black !important;
}
 
h1, h2 {
	font-family: inherit !important;
}
 
#firstHeading {
	font-size: 1.6em !important;
}