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!
(finalizing custom font styling for page titles) |
(added new styles to tour date archive table) |
||
Line 83: | Line 83: | ||
/* ---------------- TOURDATE ARCHIVE TABLE -------------- */ | |||
.showsTable th { | |||
text-align: left; | |||
background: #fff; | |||
} | |||
.showsTable tr:nth-child(odd) { | |||
background: #eee; | |||
} | |||
.showsTable td { | |||
border-right: 1px solid #ddd; | |||
padding: 5px; | |||
} | |||
/* ----------------- INFOBOXES GLOBAL ----------------- */ | /* ----------------- INFOBOXES GLOBAL ----------------- */ | ||
.infobox-HITS { | |||
width: 22em; | width: 22em; | ||
border: 1px solid #999999; | border: 1px solid #999999; | ||
Line 153: | Line 164: | ||
/* ----------------- INFOBOX ALBUM ----------------- */ | /* ----------------- INFOBOX ALBUM ----------------- */ | ||
#infobox_album { | |||
background-color: #ecf2f7; | background-color: #ecf2f7; | ||
color: #333333; | color: #333333; | ||
Line 160: | Line 171: | ||
margin-top:0px; | margin-top:0px; | ||
} | } | ||
#infobox_album #heading_biggest { | #infobox_album #heading_biggest { | ||
background-color: #becad5; | background-color: #becad5; | ||
Line 173: | Line 183: | ||
/* ----------------- INFOBOX ARTIST ----------------- */ | /* ----------------- INFOBOX ARTIST ----------------- */ | ||
#infobox_artist { | |||
width: 25em; | width: 25em; | ||
background-color: #ecf7ee; | background-color: #ecf7ee; | ||
Line 202: | Line 212: | ||
/* ----------------- INFOBOX PERSON ----------------- */ | /* ----------------- INFOBOX PERSON ----------------- */ | ||
#infobox_Person { | |||
width: 280px; | width: 280px; | ||
background-color: #f6ecec; | background-color: #f6ecec; | ||
color: #333333; | color: #333333; | ||
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | ||
padding: | padding: 0; | ||
margin-top:0px; | margin-top:0px; | ||
} | } | ||
Line 253: | Line 263: | ||
table#album {} | table#album {} | ||
#album th { | |||
background-color: #878787; | background-color: #878787; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
#album tr {} | |||
#album td { | |||
background-color: #ececec; | background-color: #ececec; | ||
padding: 4px 9px; | padding: 4px 9px; | ||
Line 335: | Line 343: | ||
/* ------ END FRONT PAGE ----------- */ | /* ------ END FRONT PAGE ----------- */ | ||
.page-Tally_Hallmanac | .page-Tally_Hallmanac #mw-content-text { | ||
background-image: url(/wiki/images/hitsWiki_logo_faded.png); | background-image: url(/wiki/images/hitsWiki_logo_faded.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 341: | Line 349: | ||
} | } | ||
#mw-content-text { | |||
background-image: url(/wiki/images/wiki_bg_fader2.png); | background-image: url(/wiki/images/wiki_bg_fader2.png); | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Line 414: | Line 422: | ||
} | } | ||
#mw-panel div.portal { | |||
margin: 0 0px 0 0em; | margin: 0 0px 0 0em; | ||
} | } | ||
Line 497: | Line 505: | ||
} | } | ||
#bodyContent a { | |||
border-bottom: 1px dotted #AAA; | border-bottom: 1px dotted #AAA; | ||
} | } | ||
#bodyContent a:hover { | |||
border-bottom: 1px solid #999; | border-bottom: 1px solid #999; | ||
text-decoration:none; | text-decoration:none; | ||
Line 574: | Line 582: | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
#mw-navigation #mw-panel #p-HITS_Global_Nav h3:nth-child(1) { | #mw-navigation #mw-panel #p-HITS_Global_Nav h3:nth-child(1) {} | ||
} | |||
Line 587: | Line 593: | ||
} | } | ||
#mw-panel.noprint .body, | |||
#mw-panel .vector-menu-content { | |||
background-color: #e5e2d1; | background-color: #e5e2d1; | ||
padding-left: 5px; | padding-left: 5px; | ||
Line 605: | Line 611: | ||
} | } | ||
#mw-panel.noprint h5, | |||
#mw-panel div.vector-menu-content h5 { | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px | font-size: 14px | ||
} | } | ||
#mw-panel { | |||
top: 0px | top: 0px | ||
} | } | ||
Line 634: | Line 640: | ||
#p-Wiki_Navigation { | |||
display: none; | display: none; | ||
} | } | ||
#p-HITS_Global_Nav .body { | |||
background-color: inherit; | background-color: inherit; | ||
} | } | ||
#mw-panel .portal .body ul li a { | |||
font-weight: normal | font-weight: normal | ||
} | } | ||
#nav { | |||
position: inherit; | position: inherit; | ||
width: 100%; | width: 100%; | ||
Line 660: | Line 666: | ||
} | } | ||
#nav #menuicon { | |||
margin: 0px 2px 0px 2px | margin: 0px 2px 0px 2px | ||
} | } | ||
#hitsnav { | |||
width: 100%; | width: 100%; | ||
height: 22px; | height: 22px; | ||
Line 679: | Line 685: | ||
} | } | ||
#hitsnav #menuicon { | |||
margin: 0px 2px 0px 2px | margin: 0px 2px 0px 2px | ||
} | } | ||