MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 44: | Line 44: | ||
div#mw-panel div.portal div.body ul li a{ | div#mw-panel div.portal div.body ul li a{ | ||
font-size:16px;/*added by Nel*/ | |||
color: #FF6600; | color: #FF6600; | ||
} | } | ||
| Line 70: | Line 71: | ||
div#mw-head { | div#mw-head { | ||
position: absolute; | position: absolute; | ||
top: | top: 175px; | ||
right: 0; | right: 0; | ||
width: 100%; | width: 100%; | ||
| Line 78: | Line 79: | ||
div#mw-page-base { | div#mw-page-base { | ||
background-color: #000033; | background-color: #000033; | ||
background-image: url("http://www.hazzardnet.com/ | background-image: url("http://www.hazzardnet.com/wiki/images/HNetWikiHeader.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
top:0; | top:0; | ||
height: | height:190px; | ||
margin-bottom: | margin-bottom:65px; | ||
} | } | ||
div#mw-head-base { | div#mw-head-base { | ||
top: | top:175px; | ||
} | } | ||
div#mw-panel{ | div#mw-panel{ | ||
top: | top:190px; | ||
} | } | ||
Latest revision as of 16:18, 28 February 2025
/* 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{
font-size:16px;/*added by Nel*/
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: 175px;
right: 0;
width: 100%;
}
div#mw-page-base {
background-color: #000033;
background-image: url("http://www.hazzardnet.com/wiki/images/HNetWikiHeader.png");
background-repeat: no-repeat;
background-position: center;
top:0;
height:190px;
margin-bottom:65px;
}
div#mw-head-base {
top:175px;
}
div#mw-panel{
top:190px;
}