MediaWiki:Common.css

From SystersWiki
Revision as of 08:59, 29 May 2020 by Estragon (talk | contribs)

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.
/* CSS placed here will be applied to all skins */

.timeline-band-layer-inner {
    
}

@font-face {
    font-family: 'BlackChancery';
    src: url('File:BlackChancery.woff') format('woff')
    font-weight: normal;
    font-style: normal;
}

p {
	font-size: 22px;
	font-family: BlackChancery;
	color: #26263dff;
}

span.smw-value a {
  font-size: 22px;
  font-family: BlackChancery;
}

span.smw-value a:link {
  color: #42b1e8ff;
  background-color: transparent;
  text-decoration: none;
}

span.smw-value a:visited {
  color: #42b1e8ff;
  background-color: transparent;
  text-decoration: none;
}

span.smw-value a:hover {
  color: magenta;
  background-color: transparent;
  text-decoration: underline;
}

body {
  background-color: #fcfbf9ff;
}