MediaWiki:Common.css: Difference between revisions

From Instructional Technologies
No edit summary
No edit summary
 
(180 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*Navigation styling*/
#left-navigation {
visibility: hidden;
}
#ca-view, #ca-history, #ca-viewsource {
visibility: hidden;
}
.mw-article-toolbar-container {
    display: flow-root;
    border-bottom: none;
}
/*Move search box to the right*/
.mw-header .vector-search-box {
    margin-left:50%;
}
/*Paragraph style*/
/*Paragraph style*/
* {
* {  
font-family: Tahoma, System sans-serif;  
font-family: Helvetica, Tahoma, System sans-serif;  
}
}


/*Body styling*/
/*Body styling*/
html {
html {
font-size: 125%;
font-size: 100%;
}
}


/* Heading styles*/
.mw-body {
h2 {
border-top: none;
background-color: #66d09a;
border-left: 1px  solid rgb(200,216,228);
overflow: auto;
padding-left: 10px;
border-bottom: none;
}
 
/*Hide Main Page first heading*/
.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1
.firstHeading {
display:none;  
}
}


.mw-body-content h2 {
/*Hide Canvas Page first heading*/
line-height:1.85;
.page-Canvas.action-view h1.firstHeading, body.page-Canvas.action-submit h1
.firstHeading {  
display:none;  
}
}


h3 {
/* Heading and section styles*/
background-color: #D5E6B1;
h1 {
padding-left: 0.5em;
overflow: auto;
overflow: auto;
font-weight: bold;
}
}


.vector-body h2 {
h2 {
padding-left: 0.5em;
overflow: auto;
margin-top: 0em;
font-weight: bold;
font-size: 0.75em;
}
}


.vector-body h3 {
h3 {
margin-top: 5px;
overflow: auto;
font-weight:normal;
font-size: 1.15em;
padding-bottom: .5em;
}
}
.vector-body h4 {
margin-top: 1em;
font-weight:normal;
}


h4, h5, h6 {
h4, h5, h6 {
font-family: System sans-serif;
font-weight: normal;
padding-left: 0.5em;
overflow: auto;
overflow: auto;
}
}


h4 {
h3, h4, h5, h6 {
    border-bottom: 3px solid #F8A97A;
padding-top: 1.5em;
}
}


h5 {
.mw-body h1, .mw-body-content h1 {
    border-bottom: 2px solid #F8A97A;
  font-size: 1.75em;
  text-align:left;
}
}


h6 {
.vector-body h2 {
    border-bottom: 1px solid #F8A97A;
margin-top: none;
padding-bottom: 0.20em;
}
}


.vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 {
.vector-body h3 {
    margin-top: 0.3em;
     margin-bottom: 0;
     margin-bottom: 0;
    line-height: 1.25;
font-size: 1.25em;
padding-bottom: 0.20em;
}
}


/* Horizontal line style */
.vector-body h4 {
hr {
    margin-bottom: 0;
border-top: 1px  solid rgb(200,216,228);
font-size: 1.25em;
padding-bottom: 0.20em;
}
 
.vector-body h5, .vector-body h6 {
    margin-bottom: 0;
font-size: 1.15em;
padding-bottom: 0.20em;
}
}


/*TOC Styling*/
/*Hyperlink styling*/
#toc {
.mw-parser-output a.extiw, .mw-parser-output a.external {
float: right;
    color: #3366bb;
border-style: solid;
border-color:  #75A9D5;
border-width: 1px;
padding: .5em;
margin-left: 2em;
font-size: .75em;
}
}


.tocnumber {  
a:visited {
display: none;  
    color: #5a3696;
}
}


#toc ul {
a {
list-style-image: none;
    color: #3366bb;
list-style-type: none;
}
}


#toc ul ul ul  {
/* Horizontal line styles*/
list-style-image: none;
h1 {
list-style-type: none;
    border:none;
}
h2 {
    border-bottom: 3px solid #00843d;
}
h3 {
    border-bottom: 2px solid #84bd00;
}
h4 {
    border-bottom: 1px solid #e87722;
}
}


.toclevel-2 {
hr {
margin-left:-10px;
border-top: 1px  solid rgb(200,216,228);
}
}


.toclevel-3 {
 
margin-left:-10px;
/*TOC container styling*/
html .mw-table-of-contents-container  {
font-size: 100%;
}
}


.toclevel-3 {
.sidebar-toc-title:before {
display: none;
visibility: visible;
color: #54595d;
content: 'Page ';
font-weight: bold;
}
}


.toctitle h2 {
.sidebar-toc .sidebar-toc-list-item a {
visibility: hidden;
    font-size: .75em;
}
}


.toctitle h2:before {
.sidebar-toc .sidebar-toc-title {
visibility: visible;
font-size: 1em;
color: #000;
content: 'Table of Contents';
background-color: #FFF;
font-weight: bold;
font-weight: bold;
border-bottom: 1px solid #D1E2F1;
border-bottom: 2px solid rgb(200,216,228);
}
}


.vector-body #toc ul {
.sidebar-toc-text {
line-height: 1.10em;
color: #000;
line-height: 14px;
}
}

Latest revision as of 10:42, 4 April 2023

/*Navigation styling*/
#left-navigation {
	visibility: hidden;
}

#ca-view, #ca-history, #ca-viewsource {
	visibility: hidden;
}

.mw-article-toolbar-container {
    display: flow-root;
    border-bottom: none;
}

/*Move search box to the right*/
.mw-header .vector-search-box {
    margin-left:50%;
}


/*Paragraph style*/
* { 
	font-family: Helvetica, Tahoma, System sans-serif; 
}

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

.mw-body {
	border-top: none;
	border-left: 1px  solid rgb(200,216,228);
	padding-left: 10px;
}

/*Hide Main Page first heading*/
.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1
.firstHeading { 
	display:none; 
}

/*Hide Canvas Page first heading*/
.page-Canvas.action-view h1.firstHeading, body.page-Canvas.action-submit h1
.firstHeading { 
	display:none; 
}

/* Heading and section styles*/
h1 {
	overflow: auto;
	font-weight: bold;
}

h2 {
	overflow: auto;
	font-weight: bold;
}

h3 {
	overflow: auto;
}

h4, h5, h6 {
	overflow: auto;
}

h3, h4, h5, h6 {
	padding-top: 1.5em;
}

.mw-body h1, .mw-body-content h1 {
  font-size: 1.75em;
  text-align:left;
}

.vector-body h2 {
	margin-top: none;
	padding-bottom: 0.20em;
}

.vector-body h3 {
    margin-bottom: 0;
	font-size: 1.25em;
	padding-bottom: 0.20em;	
}

.vector-body h4 {
    margin-bottom: 0;
	font-size: 1.25em;
	padding-bottom: 0.20em;
}

.vector-body h5, .vector-body h6 {
    margin-bottom: 0;
	font-size: 1.15em;
	padding-bottom: 0.20em;
}

/*Hyperlink styling*/
.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #3366bb;
}

a:visited {
    color: #5a3696;
}

a {
    color: #3366bb;
}

/* Horizontal line styles*/
h1 {
    border:none;
}
h2 {
    border-bottom: 3px solid #00843d;
}
h3 {
    border-bottom: 2px solid #84bd00;
}
h4 {
    border-bottom: 1px solid #e87722;
}

hr {
	border-top: 1px  solid rgb(200,216,228);
}


/*TOC container styling*/
html .mw-table-of-contents-container  {
	font-size: 100%;
}

.sidebar-toc-title:before {
	visibility: visible;
	color: #54595d;
	content: 'Page ';
	font-weight: bold;
}

.sidebar-toc .sidebar-toc-list-item a {
    font-size: .75em;
}

.sidebar-toc .sidebar-toc-title {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid rgb(200,216,228);
}

.sidebar-toc-text {
	color: #000;
	line-height: 14px;
}