Jump to content

User:Aarakast/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*body {
	line-height: 1.7;
	hyphens: auto;
}
#bodyContentOuter {
    font-size: 1.1em;
}
.ts-inner {
    max-width: 105em;
}
#ca-talk a,
#ca-watch a,
#ca-unwatch a,
#ca-edit a,
.client-js #ca-edit a,
#ca-history a,
#ca-viewsource a,
#ca-view a,
#t-contributions a,
.tools-inline li[id^="ca-nstab-"] a {
	background-position: left center;
}

#siteSub,
#n-contact,
#n-sitesupport,
#n-Artikel-verbessern,
#n-Neuerartikel,
#coll-create_a_book {
  display: none;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
  font-family: 'Minion Pro', 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
}

#mw-content-text #coordinates, #mw-content-text #editcount, #mw-content-text #shortcut, body.ns-special #mw-content-text .specialpage-helplink {
    top: -3.5em;
    right: 0;
}

#siteNotice {
	display: none;
}*/