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 60: | Line 60: | ||
div#nav { | div#nav { | ||
position:inherit; | position:inherit; | ||
width: | width:100%; | ||
height:22px; | height:22px; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
Line 67: | Line 67: | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
border-top: 1px solid #797865; | border-top: 1px solid #797865; | ||
border-bottom: | border-bottom: 2px solid #797865; | ||
text-align:left; | text-align:left; | ||
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; | font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; |
Revision as of 03:35, 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;
}
/* HITS GLOBAL NAV */
div#nav {
position:inherit;
width:100%;
height:22px;
padding: 0px 0px 0px 0px;
background-color: #868573;
background-image:url(../images/design_files/HITS2_menuBG2.gif);
background-repeat:repeat-x;
border-top: 1px solid #797865;
border-bottom: 2px solid #797865;
text-align:left;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div#nav img#menuicon {
margin: 0px 2px 0px 2px;
}
table#hitsnav {
width:100%;
height:22px;
padding: 0px 0px 0px 0px;
background-color: #868573;
background-image:url(/images/design_files/HITS2_menuBG2.gif);
background-repeat:repeat;
border-top: 1px solid #797865;
border-bottom: 1px solid #797865;
text-align:left;
font-family: Trebuchet, Verdana, Helvetica, Arial, Geneva, "Lucida Sans";
font-size:14px;
color:#333333;
}
table#hitsnav img#menuicon {
margin: 0px 2px 0px 2px;
}
table.milonictable {
background-color:transparent !important;
}