MediaWiki:Common.css

Vikoli kara
Revision as of 05:32, 5 f’Śägmuai 2020 by Jevalddjin (tsuihanu | contribs)
Jump to navigation Jump to 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 / Edge: 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 */
.callout {
	border-style: solid;
	border-width: 1px;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 90%;
}

.issue {
	border-color: #ffad99;
	background-color: #ffe6e6;
}

.request {
	border-color: #ffca99;
	background-color: #fff3e6;
}

.nb {
	border-color: #6696ff;
	background-color: #e6eeff;
}

.transcript {
	border-style: solid;
	border-width: 1px;
	margin: 10pt;
	padding: 10pt 10pt 10pt 10pt;
	border-color: #666677;
	background-color: #eeeeff;
	font-family: sans-serif;
}

.transcipt ol li:before {
  content: counter(level1) " ";
  counter-increment: level1;
}

.compact-para p ~ p {margin-top: -.5em;}