Actions

MediaWiki

Common.css: Difference between revisions

An Avatar.Global Resource

mNo edit summary
No edit summary
(173 intermediate revisions by 3 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 */


/* experimental begin */
b {font-weight:600;}


 
div#mw-content-subtitle {display:none;}
/*  fonts  */
h1.title {display:none;}
@font-face {
span.mw-page-title-main {display:none;}
    font-family: 'raleway-regular';
h3#tagline {display:none;}
    src: url('../fonts/raleway-regular.eot');
.mw-editsection {
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
display:none;
        url('../fonts/raleway-regular.woff') format('woff'),
        url('../fonts/raleway-regular.ttf') format('truetype'),
        url('../fonts/raleway-regular.svg#raleway-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
 
 
 
/*  General CSS 
*/
body{
    background: #fdfdfd;
}
}


.wrapper{
h1.customtitle {
    width: 1100px;
margin-top:-30px;
    margin: 0 auto;
}
}
 
.collapsible-header {
.clearfix:before, 
  display:block;
.clearfix:after {
  margin-bottom:16px !important;
    content: " ";  
    display: table; 
.clearfix:after { 
    clear: both;
}  
.clearfix { 
    *zoom: 1;
}
}


 
span.mw-headline {
.back_link{
  margin-bottom:16px !important;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    text-align: center;
    margin-bottom: 100px;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    padding: 20px 0;
    color:#3e3e3e;
    background: #f1efef;
}
}
 
#mw-content h1.firstHeading {
.back_link .arrow{
border-bottom: solid 1px #008b9c;
    vertical-align: middle;
    margin-right: 4px;
}
}
#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;}


.row{
.left80 {margin-left: -80px;}
    margin-bottom: 80px;
}
 
.row a:first-child{
    float: left;
}


.row a:last-child{
/* ALT MENUING */
    float: right;
}


.content{
/* Menu Styles */
    padding-top: 200px;
}
.content p{
    font-family: 'raleway-regular', arial;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 30px;
    color: #494747;
}


 
.third-level-menu
 
{
 
     position: absolute;
/*    Header Styling    */
     top: 0;
 
     right: -150px;
header{
     width: 150px;
     width: 100%;
     height: 100px;
     background: #4b5f6d;
    position: fixed;
}
 
.logo{
    float: left;
    margin-top: 33px;
}
 
 
 
/*    nav    */
nav{
     float: right;
}
 
nav ul li{
     list-style: none;
     list-style: none;
     float: left;
     padding: 0 0 0 10px;
     margin-left: 40px;
     margin: 0;
}
     display: none;
nav ul li a{
     display: block;
    height: 100%;
    line-height: 100px;
    text-decoration: none;
    color: #e5edf1;
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    letter-spacing: 1px;
}
}


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


 
     font-size:11pt;
 
 
 
 
 
 
nav ul li a .nav_arrow{
     display: inline-block;
    width: 9px;
    height: 7px;
    background: url('../images/nav_arrow.png') no-repeat;
    background-position: 0 0;
    margin-left: 6px;
 
    -webkit-transition:all linear .1s;
    -moz-transition:all linear .1s;
    -o-transition:all linear .1s;
    transition:all linear .1s;
}
}


nav ul li:hover > a .nav_arrow,
.second-level-menu
nav ul li .sm_style1_level1 > ul > li:hover > a .nav_arrow{
{
    background-position:  0 -8px;
     position: absolute;
}
     top: 27px;
 
 
 
 
.sm_style1_level1,
.sm_style1_level2,
.sm_style2_level1{
     width: 100%!important;
     height: 80px;
     left: 0;
     left: 0;
    top: 100px;
    background: #435765;
    position: absolute;
    opacity: 0;
    z-index: 2;
    /*  transition: <property> <duration> <timing-function> <delay>;  */
    -webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -moz-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -o-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform-style: preserve- 3 d;
    -moz-transform-style: preserve- 3 d;
    -o-transform-style: preserve- 3 d;
    transform-style: preserve- 3 d;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.sm_style1_level2{
    top: 80px;
    background: #3c4f5d;
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    -o-transition-delay:.2s;
    transition-delay:.2s;
}
nav ul li ul li{   
     list-style: none;
     list-style: none;
     float: left;
     padding: 0;
    display: block;
    text-align: center;
    border-right: 1px solid #3c4f5d;
     margin: 0;
     margin: 0;
     width: 19.9%;
     display: none;
}
}


nav ul li ul li:last-child{
.second-level-menu > li
     border-right: 0;
{
}
     position: relative;
 
    height: 40px;
nav ul li ul li a{
     background: #adadad;
     display: block;
     margin-bottom:0px;
     width: 100%;
     margin-top:0px;
     height: 100%;
     width: 250px;
     line-height: 80px;
     padding-left:10px;
     text-decoration: none;
     padding-right:10px;
     color: #e3eff4;
}


nav ul li ul li img.menu_icon{
     font-size:11pt;
     margin: 0 10px -5px 0;
}
}


nav ul li ul li li{
.top-level-menu
     border-right: 1px solid #334552;
{
     list-style: none;
    padding: 0 10px 0 10px;
margin-left:-10px !important;
margin-top:-100px !important;
}
}


 
.top-level-menu > li
 
{
 
 
 
 
 
 
nav ul li .sm_style2_level1 > ul > li{
     position: relative;
     position: relative;
     vertical-align: top;
     float: left;
    height: 35px;
    color:#eee;
    background: #adadad;
    padding-left:10px;
    padding-right:10px;
    font-size:11pt;
}
}


nav ul li li .preview{
.top-level-menu li:hover > ul
    display: block;
{
    width: 150px;
     /* On hover, display the next level's menu */
    height: 100px;
     display: inline;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #fff;
     opacity: 0;
 
 
    /* transition: <property> <duration> <timing-function> <delay>;  */
     -webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    -moz-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    -o-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
 
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
 
    -webkit-transform-style: preserve- 3 d;
    -moz-transform-style: preserve- 3 d;
    -o-transform-style: preserve- 3 d;
    transform-style: preserve- 3 d;
 
 
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
 
}
}


nav ul li li .preview .preview_arrow{
    display: block;
    position: absolute;
    width: 12px;
    height: 6px;
    background: url('../images/box-arrow.png') no-repeat;
    left: 50%;
    margin: -7px 0 0 -6px;
    text-align: center;
}


/* 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;
 
 
 
 
nav ul li:hover .sm_style1_level1,
nav ul li li:hover .sm_style1_level2,
nav ul li:hover .sm_style2_level1,
nav ul li li:hover .preview{
    opacity: 1;
 
     -webkit-transform: perspective(1000px) rotateX(0deg);
     -moz-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
}
 
nav ul li:hover .sm_style1_level1,
nav ul li:hover .sm_style2_level1{
    -webkit-transition-delay:.6s;
    -moz-transition-delay:.6s;
    -o-transition-delay:.6s;
    transition-delay:.6s;
}
 
nav ul li li:hover .sm_style1_level2,
nav ul li li:hover .preview{
    -webkit-transition-delay:.4s;
    -moz-transition-delay:.4s;
    -o-transition-delay:.4s;
    transition-delay:.4s;
}
}
.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;}


    html, body, div, span, object, iframe,
/* END ALT MENUING */
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
    }
 
    body {
        line-height:1;
    }
 
    img{
        max-width: 100%;
    }
 
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
        display:block;
    }
 
    nav ul {
        list-style:none;
    }
 
    blockquote, q {
        quotes:none;
    }


    blockquote:before, blockquote:after,
    q:before, q:after {
        content:'';
        content:none;
    }
    a {
        margin:0;
        padding:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
    }
    /* change colours to suit your needs */
    ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
    }
    /* change colours to suit your needs */
    mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
    }
    del {
        text-decoration: line-through;
    }
    abbr[title], dfn[title] {
        border-bottom:1px dotted;
        cursor:help;
    }
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    /* change border colour to suit your needs */
    hr {
        display:block;
        height:1px;
        border:0; 
        border-top:1px solid #cccccc;
        margin:1em 0;
        padding:0;
    }
    input, select {
        vertical-align:middle;
    }
/* experimental end */


/*
div.topnav ul {
div.topnav ul {
     list-style-type: none;
     list-style-type: none;
Line 445: Line 143:
     overflow: hidden;
     overflow: hidden;
     background-color: #fffafa;
     background-color: #fffafa;
border-bottom: 1px solid #888
    border-bottom: 1px solid #888
}
}


Line 457: Line 155:
     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 488: Line 186:


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;
}
}
*/




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


div.toc  
div.toc  
{
{
   display:none;
   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;
    }


div.definition, div.definition p:first-of-type
 
{
 
    padding: 15px;
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
    border: 1px solid #eee;
 
 
 
body, p {font-family: "Noto", serif}
div#content h1, div#content h2,  div#content h3, div#content h4 {
  font-family: "Noto Sans", sans !important;
}
 
div#content p, div#content li {
line-height:2;
font-family: "Noto", serif
font-size:12pt;
}
div#content li {
line-height:1.8;
}
div#content h1 {
font-weight:600 !important;
font-size:28px !important;
}
 
div#content h2 {
font-weight:600 !important;
font-size:20px !important;
}
 
div#content h3 {
font-weight:600 !important;
font-size:18px !important;
}
}
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")


body {font-family: "Noto Sans", sans-serif}
div#content h3 {
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
font-weight:bold;
font-size:14px !important;
}
/* PIVOT THEME */  


div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* Custom colors - top bar*/
/* changes the default font used for MediaWiki headings to Noto Serif */
.tab-bar {
    background: #517e9f;
    background: ##fafffa;
}
/* 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 13:23, 19 March 2025

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

b {font-weight:600;}

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:16px !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;

    font-size:11pt;
}

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

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

    font-size:11pt;
 }

.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;
    font-size:11pt;
}

.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, p {font-family: "Noto", serif}
div#content h1, div#content h2,  div#content h3, div#content h4 {
   font-family: "Noto Sans", sans !important;
}

div#content p, div#content li {
line-height:2;
font-family: "Noto", serif
font-size:12pt; 
}
div#content li {
line-height:1.8;
}
div#content h1 {
font-weight:600 !important;
font-size:28px !important;
}

div#content h2 {
font-weight:600 !important;
font-size:20px !important;
}

div#content h3 {
font-weight:600 !important;
font-size:18px !important;
}

div#content h3 {
font-weight:bold;
font-size:14px !important;
}
/* PIVOT THEME */ 

/* Custom colors - top bar*/
.tab-bar {
    background: #517e9f;
    background: ##fafffa;
}
/* 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;
}