Actions

MediaWiki

Common.css: Difference between revisions

An Avatar.Global Resource

No edit summary
No edit summary
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div#mw-content-subtitle {display:none;}
h1.title {display:none;}
span.mw-page-title-main {display:none;}
h3#tagline {display:none;}
.mw-editsection {
.mw-editsection {
display:none;
display:none;
}
}


h1.customtitle {
margin-top:-30px;
}
.collapsible-header {
.collapsible-header {
  display:block;
  display:block;
Line 37: Line 44:
     width: 150px;
     width: 150px;
     list-style: none;
     list-style: none;
     padding: 0;
     padding: 0 0 0 10px;
     margin: 0;
     margin: 0;
     display: none;
     display: none;
Line 45: Line 52:
{
{
     height: 30px;
     height: 30px;
     background: #EEE;
     background: #adadad;
    padding-left:10px;
}
}
.third-level-menu > li:hover { background: #CCCCCC; }


.second-level-menu
.second-level-menu
{
{
     position: absolute;
     position: absolute;
     top: 30px;
     top: 23px;
     left: 0;
     left: 0;
     width: 150px;
     width: 280px;
     list-style: none;
     list-style: none;
     padding: 0;
     padding: 0;
Line 65: Line 72:
     position: relative;
     position: relative;
     height: 30px;
     height: 30px;
     background: #EEE;
     background: #adadad;
     margin-bottom:0px;
     margin-bottom:0px;
     margin-top:0px;
     margin-top:0px;
    width:180px;
    padding-left:10px;
    padding-right:10px;
}
}
.second-level-menu > li:hover { background: #CCCCCC; }


.top-level-menu
.top-level-menu
{
{
     list-style: none;
     list-style: none;
     padding: 0;
     padding: 0 10px 0 10px;
    margin: 0;
margin-left:-10px !important;
margin-top:-100px !important;
}
}


Line 82: Line 93:
     position: relative;
     position: relative;
     float: left;
     float: left;
     height: 30px;
     height: 35px;
    color:#eee;
    background: #adadad;
    padding-left:10px;
     padding-right:10px;
     padding-right:10px;
    background: #EEE;
}
}
.top-level-menu > li:hover { background: #CCCCCC; }


.top-level-menu li:hover > ul
.top-level-menu li:hover > ul
Line 97: Line 109:
/* Menu Link Styles */
/* Menu Link Styles */


.top-level-menu a /* Apply to all links inside the multi-level menu */
ul.top-level-menu a /* Apply to all links inside the multi-level menu */
{
{
    font-size:8pt;
     color: white;
     color: #666;
     text-decoration: none;
     text-decoration: none;
     padding: 0 0 0 10px;
     padding: .25em .5em .25em 0;
 
     /* Make the link cover the entire list item-container */
     /* Make the link cover the entire list item-container */
     display: inline-block;
     display: inline-block;
    line-height: 30px;
}
}
.top-level-menu > li:hover { background: #CCCCCC; }
.second-level-menu > li:hover { background: #CCCCCC; }
.third-level-menu > li:hover { background: #CCCCCC; }
.top-level-menu a:hover { color: #000000; }
.top-level-menu a:hover { color: #000000; }
.second-level-menu a:hover { color: #000000;}
.third-level-menu a:hover { color: #000000;}
/* END ALT MENUING */
/* END ALT MENUING */


/* MENUING */
 
#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu li p {
    margin-top:12px;
}
#coolMenu {
  display:inline-block;
    margin-bottom:20px;
    margin-left:0px;
/*    border-bottom: 1px dotted black */


}
#coolMenu > li {
    float: left;
}
#coolMenu li a {
display: block;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    padding:10px 12px 10px 12px;
}
#coolMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul li a {
    padding-left:0px;
      width:max-content;
}
#coolMenu ul.submenu {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul.subsubmenu {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul.submenuvert {
    position: absolute;
    margin-left:12px;
    display: none;
    z-index: 999;
}
#coolMenu li:hover ul.submenu {
    display: block;
    display:flex;
}
#coolMenu li:hover ul.submenuvert {
    display:block;
}
#coolMenu ul.submenu li:hover ul.subsubmenu {
    display: block;
 
}
/* Main Menu */
#coolMenu {
    font-family: Arial;
    font-size: 12px;
    background: white;
}
#coolMenu > li > a {
    color: #222;
    font-weight: 400;
}
#coolMenu  li:hover > a {
    background: #ddd;
    color: #000;
}
/* Submenu
------------------------------------------*/
#coolMenu ul.submenu {
    background: #eee;
  margin-top:-2px;
}
#coolMenu ul.submenuvert {
    background: #eee;
    padding-left:0px;
}
#coolMenu ul.submenu li:hover a {
    background: #ddd;
}
#coolMenu ul.subsubmenu {
    background: #daebda;
  margin-top:-2px;
}
#coolMenu ul.subsubmenu li:hover a {
    background: #ddd;
}
#coolMenu ul li a {
    color: #000;
    padding:8px;
}
/* submenu positioning */
ul.submenu:nth-child(2) {
margin-left:10px;
padding:5px;
}
ul.submenu:nth-child(3) {margin-left:0px;}
ul.submenu:nth-child(4) {margin-left:-20px;}
ul.submenu:nth-child(5) {margin-left:-30px;}
ul.submenu:nth-child(6) {margin-left:-60px;}
ul.submenu:nth-child(7) {margin-left:-40px;}
/* MENUING end */
/*
/*
div.topnav ul {
div.topnav ul {
Line 243: Line 137:
     overflow: hidden;
     overflow: hidden;
     background-color: #fffafa;
     background-color: #fffafa;
border-bottom: 1px solid #888
    border-bottom: 1px solid #888
}
}


Line 255: Line 149:
     color: #222;
     color: #222;
     text-align: center;
     text-align: center;
     padding: 14px 16px;
     padding: 0 10px 0 10px;
     text-decoration: none;
     text-decoration: none;
     transition: .8s background-color;
     transition: .8s background-color;
Line 286: Line 180:


div.nav ul a:hover:not(.active) {
div.nav ul a:hover:not(.active) {
     background-color: #f3fff3;
     background-color: #adadad;
}
}


div.nav ul .active {
div.nav ul .active {
background-color:#fafafa;
background-color:#adadad;
}
}


Line 316: Line 210:
padding-left:15px;
padding-left:15px;
     clear:left;
     clear:left;
     border-left: 1px solid #777 !important;
     border-left: 1px solid #adadad !important;
     display:block;
     display:block;
     }
     }
Line 329: Line 223:
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */
/* changes the default font used for MediaWiki headings to Noto Serif */
/* PIVOT THEME */
/* Custom colors - top bar*/
.tab-bar {
    background: #517e9f;
}
/* Navigation Labels on Sidebar */
/* style the labels */
ul.side-nav li ^
background:#123;
ul.side-nav label {
    background: #eee;
    color: #333;
    padding: .25em .5em;
}
ul.side-nav a {
    color: #fff !important;
}
/* sidebar background color */
body {
    background-color: #adadad !important;
}
Main Body of Page Content
/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #f1fefe;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

Revision as of 19:19, 17 March 2025

/* CSS placed here will be applied to all skins */

div#mw-content-subtitle {display:none;}
h1.title {display:none;}
span.mw-page-title-main {display:none;}
h3#tagline {display:none;}
.mw-editsection {
display:none;
}

h1.customtitle {
 margin-top:-30px;
}
.collapsible-header {
 display:block;
 margin-bottom:16px !important;
}

span.mw-headline {
  margin-bottom:18px !important;
}
#mw-content h1.firstHeading {
border-bottom: solid 1px #008b9c;
}
#mw-content h1, #mw-content h2 {border-bottom: solid 1px #008b9c;}

 .color-middle, .color-left, .color-right {color:#008b9c;background:#008b9c;}
a {color:#008b9c;}
a:hover {color:#cb4a3b;}

li a.selflink {font-weight:bold !important;}

.left80 {margin-left: -80px;}

/* ALT MENUING */

/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
    height: 30px;
    background: #adadad;
    padding-left:10px;
}

.second-level-menu
{
    position: absolute;
    top: 23px;
    left: 0;
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: #adadad;
    margin-bottom:0px;
    margin-top:0px;
    width:180px;
    padding-left:10px;
    padding-right:10px;
}

.top-level-menu
{
    list-style: none;
    padding: 0 10px 0 10px;
 margin-left:-10px !important;
 margin-top:-100px !important;
 
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 35px;
    color:#eee;
    background: #adadad;
    padding-left:10px;
    padding-right:10px;
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

ul.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    color: white;
    text-decoration: none;
    padding: .25em .5em .25em 0;

    /* Make the link cover the entire list item-container */
    display: inline-block;
}
.top-level-menu > li:hover { background: #CCCCCC; }
.second-level-menu > li:hover { background: #CCCCCC; }
.third-level-menu > li:hover { background: #CCCCCC; }

.top-level-menu a:hover { color: #000000; }
.second-level-menu a:hover { color: #000000;} 
.third-level-menu a:hover { color: #000000;} 

/* END ALT MENUING */


/*
div.topnav ul {
    list-style-type: none;
    margin: 0;
    margin-bottom:28px;
    padding: 0;
    overflow: hidden;
    background-color: #fffafa;
    border-bottom: 1px solid #888
}

div.topnav li {
    float: left;
   ;
}

div.topnav li a {
    display: block;
    color: #222;
    text-align: center;
    padding: 0 10px 0 10px;
    text-decoration: none;
    transition: .8s background-color;
}


div.nav ul {
    list-style-type: none;
    margin: 0;
    margin-bottom:28px;
    padding: 0;
    overflow: hidden;
    background-color: #fafffa;
 border-bottom: 1px solid #888
}

div.nav li {
    float: left;
   ;
}

div.nav li a {
    display: block;
    color: #222;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: .8s background-color;
}

div.nav ul a:hover:not(.active) {
    background-color: #adadad;
}

div.nav ul .active {
background-color:#adadad;
}

*/


div.toc-mobile h2 {
   display:none;
}


div.toc 
{
   display:none;
}
div#toc {
  display:none;
}


blockquote.definition, div.definition {
    margin-top:30px;
    margin-bottom:25px;
    padding-top:0px;
padding-left:15px;
    clear:left;
    border-left: 1px solid #adadad !important;
    display:block;
    }



@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")

body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */

/* PIVOT THEME */ 

/* Custom colors - top bar*/
.tab-bar {
    background: #517e9f;
}
/* Navigation Labels on Sidebar */
/* style the labels */
ul.side-nav li ^
background:#123;

ul.side-nav label {
    background: #eee;
    color: #333;
    padding: .25em .5em;
}
ul.side-nav a {
    color: #fff !important;
}
/* sidebar background color */
body {
    background-color: #adadad !important;
}
Main Body of Page Content
/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #f1fefe;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}