MediaWiki:Common.css

From sapijaszko.net
Revision as of 21:41, 21 February 2017 by Gsapijaszko (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

p {
  margin: 0 .5em 0 .5em;
  line-height: 1.5em;
  text-indent: 1em;
  text-align: justify;
  text-justify: distribute;
} 

.wyposrodkowany {
  text-align:center;
}

.poem p {
  margin: 1.5em 0 1.5em 3em;
  line-height: 1.2em;
  text-indent: 0em;
  text-align:justify;
  text-justify:distribute;
}

/* to usuwa tagline */
body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; }