MediaWiki:Monobook.css

Wikipediya, ensiklopediya xosere ra

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* <source lang="css"> */
 
/* Don't display some stuff on the main page */
body.page-Pela_Seri #deleteconfirm,
body.page-Pela_Seri #t-cite,
body.page-Pela_Seri #lastmod,
body.page-Pela_Seri #siteSub,
body.page-Pela_Seri #contentSub,
body.page-Pela_Seri h1.firstHeading {
    display: none !important;
}

/* Display "Wikipediya, ansiklopediya xoser" */
#siteSub {
  display: inline;
  font-style: italic;
  font-size: 100%;
  font-weight: normal;
}

#bodyContent #siteSub a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  padding-right: 0;
}

body.page-Pela_Seri #siteSub, 
body.page-Pela_Seri #contentSub, 
body.page-Pela_Seri h1.firstHeading {
    display: none !important;
}