MediaWiki:Common.css

From Dukes of Hazzard Wiki
Revision as of 21:43, 9 April 2017 by Nel (talk | contribs)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body {
    background-color: #000033;
color:#FFFFFF;
}

div.vectorMenu h3 span {
    display: block;
    font-size: 0.8em;
    padding-left: 0.7em;
    padding-top: 1.375em;
    margin-right: 20px;
    font-weight: normal;
    color: #FFFFFF;
}

div#mw-panel div.portal h3 {
    font-size: 0.75em;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
    padding: 0.25em 0 0.25em 0.25em;
    cursor: default;
    border: none;
}

a{
color:#FF6600;
text-decoration:underline;
}

a:visited{
color:#A04000;
text-decoration:underline;
}
a.external.text{
color: #FF6600;
}

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

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

div#mw-panel div.portal div.body ul li a:visited{
color:#b30b0b;
text-decoration:underline;
}


/* increase Vector sidebar width to accommodate ads */
div#mw-panel { width: 14em; }
div#footer, #mw-head-base, div#content { margin-left: 14em; }
#left-navigation { margin-left: 14em; }


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

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

div#mw-page-base {
    background-color: #000033;
    background-image: url("http://www.hazzardnet.com/wp-content/uploads/2015/04/HNet_short_logo2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    top:0;
    height:280px;
}

div#mw-head-base {
top:225px;
}

div#mw-panel{
top:225px;
}