MediaWiki:Common.css

From Instructional Technologies
Revision as of 16:00, 5 January 2023 by Netzela (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*Paragraph style*/
* {
	font-family: Tahoma, System sans-serif; 
}

/*Body styling*/
html {
	font-size: 120%
}

/* Heading styles*/
h2 {
	font-weight: bold;
	background-color: #F8A97A; 
	overflow: auto;
}

.body-content h2 {
	line-height:1.85;
}

h3 {
	font-family: System sans-serif;
	font-weight: bold;
	background-color: #D5E6B1;
	overflow: auto;
}

h4, h5, h6 {
	font-family: System sans-serif;
	font-weight: bold;
	overflow: auto;
}

/* Horizontal line style */
hr {
	border: 3.0px solid rgb(200,216,228);
}

/*TOC Styling*/
#toc { 
	float: right;
	border-style: solid;
	border-color:  #75A9D5;
	border-width: 1px;
	padding: .5em;
	margin-left: 2em;
	font-size: .75em;
}

.tocnumber { 
	display: none; 
}

#toc ul {  
	list-style-image: none;
	list-style-type: none;
}

#toc ul ul ul  {  
	list-style-image: none;
	list-style-type: none;
}

.toclevel-2 {
	margin-left:5px;
}

.toclevel-3 {
	margin-left:10px;
}

.toclevel-4 {
	display: none;
}

.toctitle h2 {
	visibility: hidden;
}

.toctitle h2:before {
	visibility: visible;
	color: #444;
	content: 'Table of Contents';
	background-color: #FFF;
	font-weight: bold;
}