Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
(Created page with "→‎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 { backgrou...")
 
(Blanked the page)
Tag: Blanking
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* 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 {
font-weight:bold;
font-size:14px;
}
#mw-panel {
top: 190px;
}
#p-personal {
top: 30px;
}
#left-navigation {
top: 38px;
}
#right-navigation {
margin-top: 85px;
}

Latest revision as of 23:52, 24 December 2018