Difference between revisions of "MediaWiki:Common.css"

From Cargo Handbook - the world's largest cargo transport guidelines website
Line 1: Line 1:
/* h1, h2, h3, h4, h5, h6 {color: 003a81;}; */
+
/* CSS placed here will be applied to all skins */
  
/* displayed formula, formula number */
+
body {
div.texdisplay {
+
    background-color: #ffffff;
  margin: 3px; padding: 3px;
 
  background-color: transparent;
 
  text-align:center;
 
 
}
 
}
/* change to float:left if you want formula numbers appear on the left */
+
 
div.texdisplay span.dispno {
+
div#mw-panel div.portal div.body ul li a {
  float: right;
+
    color: #00b6dd;
 +
}
 +
 
 +
.mw-body h1, .mw-body h2 {
 +
    font-family: sans-serif;
 +
    line-height: 1.3;
 +
    margin-bottom: 0.25em;
 +
    padding: 0;
 +
}
 +
 
 +
div#mw-panel div.portal div.body ul li {
 +
    list-style-image: url("http://www.cargohandbook.com/skins/monobook/bullet.gif?2014-08-12T11:01:40Z");
 +
    list-style-type: square;
 +
}
 +
 
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
color: #00b6dd;
 +
}
 +
 
 +
a {
 +
    color: #00b6dd;
 +
   
 +
}
 +
 
 +
.mw-body a.external {
 +
    color: #00b6dd;
 +
}
 +
 
 +
.mw-body a.external:visited {
 +
    color: #00b6dd;
 +
}
 +
 
 +
a:visited {
 +
color: #00b6dd;
 
}
 
}
  
#column-content {
+
div#mw-head {
width: 100%;
+
    position: absolute;
float: right;
+
    right: 0;
margin: 0 0 .6em -12.2em;
+
    top: 208px;
padding: 0;
+
    width: 100%;
 +
    z-index: 100;
 
}
 
}
  
#ca-talk { display:none!important; }
+
.mw-body {
 +
    margin-left: 11em;
 +
    margin-top: 207px;
 +
    padding: 1.25em 1.5em 1.5em;
 +
}
  
#ca-watch { display:none;}
 
  
#mw-subcategories { display:none;}
+
div#mw-panel {
 +
    font-size: inherit;
 +
    left: 0;
 +
    padding-top: 1em;
 +
    position: absolute;
 +
    top: 160px;
 +
    width: 100em;
 +
}
 +
 
 +
#p-logo {
 +
    left: 0.5em;
 +
}
 +
#p-logo {
 +
    height: 290px;
 +
    left: 0;
 +
    position: absolute;
 +
    top: -160px;
 +
    width: 120em;
 +
}
 +
 
 +
 
 +
#p-logo a {
 +
    background-position: center center;
 +
    background-repeat: no-repeat;
 +
    display: block;
 +
    height: 287px;
 +
    text-decoration: none;
 +
    width: 120em;
 +
}
 +
 
 +
#mw-page-base {
 +
    background-color: #ffffff;
 +
    background-image: none;
 +
    background-position: left bottom;
 +
    background-repeat: repeat-x;
 +
    height: 5em;
 +
}
 +
 
 +
#p-personal {
 +
    right: 1em;
 +
}
 +
#p-personal {
 +
    position: absolute;
 +
    right: 0.75em;
 +
    top: -13em;
 +
    z-index: 100;
 +
}
 +
 
 +
div#mw-panel #p-logo + div.portal {
 +
    background-image: none;
 +
    margin-top: 120px;
 +
}
 +
 
  
 
#f-poweredbyico { display: none; }
 
#f-poweredbyico { display: none; }
  
 
#lastmod { display: none; }
 
#lastmod { display: none; }

Revision as of 13:59, 13 February 2017

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

body {
    background-color: #ffffff;
}

div#mw-panel div.portal div.body ul li a {
    color: #00b6dd;
}

.mw-body h1, .mw-body h2 {
    font-family: sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}

div#mw-panel div.portal div.body ul li {
    list-style-image: url("http://www.cargohandbook.com/skins/monobook/bullet.gif?2014-08-12T11:01:40Z");
    list-style-type: square;
}

div#mw-panel div.portal div.body ul li a:visited {
color: #00b6dd;
}

a {
    color: #00b6dd;
    
}

.mw-body a.external {
    color: #00b6dd;
}

.mw-body a.external:visited {
    color: #00b6dd;
}

a:visited {
color: #00b6dd;
}

div#mw-head {
    position: absolute;
    right: 0;
    top: 208px;
    width: 100%;
    z-index: 100;
}

.mw-body {
    margin-left: 11em;
    margin-top: 207px;
    padding: 1.25em 1.5em 1.5em;
}


div#mw-panel {
    font-size: inherit;
    left: 0;
    padding-top: 1em;
    position: absolute;
    top: 160px;
    width: 100em;
}

#p-logo {
    left: 0.5em;
}
#p-logo {
    height: 290px;
    left: 0;
    position: absolute;
    top: -160px;
    width: 120em;
}


#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 287px;
    text-decoration: none;
    width: 120em;
}

#mw-page-base {
    background-color: #ffffff;
    background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 5em;
}

#p-personal {
    right: 1em;
}
#p-personal {
    position: absolute;
    right: 0.75em;
    top: -13em;
    z-index: 100;
}

div#mw-panel #p-logo + div.portal {
    background-image: none;
    margin-top: 120px;
}


#f-poweredbyico { display: none; }

#lastmod { display: none; }