2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Line 52: | Line 52: | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
font-weight: normal; | font-weight: normal; | ||
} | |||
/* HITS GLOBAL NAV */ | |||
div#nav { | |||
position:inherit; | |||
width:965px; | |||
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: 1px 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; | |||
} | } |