Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
} | } | ||
div#mw-panel.noprint h5, div#mw-panel div.portal { | div#mw-panel.noprint h5, div#mw-panel div.portal h5 { | ||
font-weight:bold; | font-weight:bold; | ||
font-size:14px; | font-size:14px; | ||
Line 46: | Line 46: | ||
#right-navigation { | #right-navigation { | ||
margin-top: 65px; | margin-top: 65px; | ||
} | |||
*/ LEFT NAV LINKS */ | |||
div#mw-panel div.portal div.body ul li a { | |||
font-weight: normal; | |||
} | } |
Revision as of 03:14, 14 December 2012
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #DDE8F0;
}
div#mw-panel.noprint div.body, div#mw-panel div.portal div.body {
background-color:#e5e2d1;
padding-left: 5px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 0px;
-webkit-border-radius: 7px 0px 0px 7px;
border-radius: 7px 0px 0px 7px;
-moz-box-shadow: -1px 3px 5px #7f7f7f;
-webkit-box-shadow: -1px 3px 5px #7f7f7f;
box-shadow: -1px 3px 5px #7f7f7f;
}
div#mw-panel.noprint h5, div#mw-panel div.portal h5 {
font-weight:bold;
font-size:14px;
}
div#mw-panel {
top: 200px;
}
#p-logo {
top: -170px;
}
#p-personal {
top: 30px;
}
#left-navigation {
top: 65px;
}
#right-navigation {
margin-top: 65px;
}
*/ LEFT NAV LINKS */
div#mw-panel div.portal div.body ul li a {
font-weight: normal;
}