User:Tigerpaw28/monacobook.css

From MediaWiki
Revision as of 21:02, 30 May 2020 by Tigerpaw28 (talk | contribs) (Adding TOC limiting css for testing)
Jump to navigationJump to search

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.
/* KIRED FUNCTIONS - Style include */
 @import "http://www.emopanda.com/tmp/kired_wikistyles.css";

.tt1_graynote2 {
	margin: .25em 1.5em .25em;
	background-color:#efefef;
	border: 2px solid #eeeeee;
	padding: 2px; text-align: left;
	font-style:italic;
	clear:left;
}

.tt1_graynote2 i{
	font-style:normal;
}

/*.tt1_graynote2:before{
	content:'Continuity Note: ';
	font-weight:900;
	font-style:normal;
}*/

/*
 * Allow limiting of which header levels are shown in a TOC;
 * <div class="toclimit-3">, for instance, will limit to
 * showing ==headings== and ===headings=== but no further.
 * Used in [[Template:TOC]]
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}