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!
m (styles for infobox misc (part 5)) |
(new infobox color tweaks (part 1?)) |
||
Line 106: | Line 106: | ||
/* ----------------- INFOBOXES GLOBAL ----------------- */ | /* ----------------- INFOBOXES GLOBAL ----------------- */ | ||
.infobox-HITS { | .infobox-HITS { | ||
width: | width: 300px; | ||
border: 1px solid #999999; | border: 1px solid #999999; | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
margin: | margin: 10px 0px 30px 30px; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
text-align: left; | text-align: left; | ||
line-height: 1.8em !important; | line-height: 1.8em !important; | ||
font-size: 11px; | font-size: 11px; | ||
-moz-border-radius-bottomleft: 7px; | -moz-border-radius-bottomleft: 7px; | ||
-moz-border-radius-bottomright: 7px; | -moz-border-radius-bottomright: 7px; | ||
-moz-border-radius-topleft: 7px; | -moz-border-radius-topleft: 7px; | ||
Line 122: | Line 123: | ||
-webkit-border-radius: 7px; | -webkit-border-radius: 7px; | ||
border-radius: 7px; | border-radius: 7px; | ||
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | |||
} | color:#000000; | ||
} | |||
table.infobox-HITS th { | table.infobox-HITS th { | ||
padding: 5px 2px 5px 2px; | padding: 5px 2px 5px 2px; | ||
} | } | ||
.infobox-HITS p { | .infobox-HITS p { | ||
line-height: 1.8em !important; | line-height: 1.8em !important; | ||
} | } | ||
#heading_biggest { | #heading_biggest { | ||
text-align:center; | text-align:center; | ||
font-size: | font-size:20px; | ||
font-weight: bold; | color: #000000; | ||
display:block; | font-weight: bold; | ||
margin: 0px 0px 0px 0px; | display:block; | ||
padding: 0px 0px 3px 0px; | margin: 0px 0px 0px 0px; | ||
padding: 0px 0px 3px 0px; | |||
} | line-height:normal !important; | ||
} | |||
#heading_bigger { | #heading_bigger { | ||
text-align:center; | text-align:center; | ||
font-size:14px; | font-size:14px; | ||
font-weight: bold; | font-weight: bold; | ||
display:block; | display:block; | ||
margin: 5px 0px 0px 0px; | margin: 5px 0px 0px 0px; | ||
padding: 0px | padding: 2px 0px 2px 0px; | ||
line-height:normal !important; | |||
} | } | ||
/* ----------------- INFOBOX SONG ----------------- */ | /* ----------------- INFOBOX SONG ----------------- */ | ||
table#infobox_song { | table#infobox_song { | ||
background-color: # | background-color: #f0e8ac; | ||
} | |||
} | |||
#infobox_song #heading_biggest { | #infobox_song #heading_biggest { | ||
background-color: # | } | ||
color: # | |||
} | #infobox_song #heading_bigger { | ||
background-color: #9c956d; | |||
color: #fff; | |||
text-shadow: 1px 1px 3px #000; | |||
} | |||
Line 174: | Line 178: | ||
#infobox_album { | #infobox_album { | ||
background-color: # | background-color: #accbf0; | ||
} | |||
#infobox_album #heading_biggest { | #infobox_album #heading_biggest { | ||
} | |||
} | |||
#infobox_album | #infobox_album #heading_bigger { | ||
background-color: #7187a2; | |||
} | color: #fff; | ||
text-shadow: 1px 1px 3px #000; | |||
} | |||
Line 193: | Line 194: | ||
#infobox_artist { | #infobox_artist { | ||
background-color: #acf0b7; | |||
background-color: # | } | ||
} | |||
#infobox_artist #heading_biggest { | #infobox_artist #heading_biggest { | ||
} | |||
} | |||
#infobox_artist #heading_bigger { | #infobox_artist #heading_bigger { | ||
background-color: # | background-color: #719e78; | ||
color: # | color: #fff; | ||
text-shadow: 1px 1px 3px #000; | |||
} | |||
} | |||
Line 221: | Line 210: | ||
/* ----------------- INFOBOX PERSON ----------------- */ | /* ----------------- INFOBOX PERSON ----------------- */ | ||
# | #infobox_person { | ||
background-color: #f0acac; | |||
} | |||
background-color: # | |||
} | |||
# | #infobox_person #heading_biggest { | ||
} | |||
} | |||
#infobox_person #heading_bigger { | |||
background-color: #9e7171; | |||
color: #fff; | |||
text-shadow: 1px 1px 3px #000; | |||
} | |||
Line 252: | Line 228: | ||
#infobox_misc { | #infobox_misc { | ||
background-color: #e0e0e0; | |||
background-color: # | } | ||
} | |||
#infobox_misc #heading_biggest { | #infobox_misc #heading_biggest { | ||
} | |||
} | |||
#infobox_misc #heading_bigger { | #infobox_misc #heading_bigger { | ||
background-color: # | background-color: #979797; | ||
color: # | color: #fff; | ||
text-shadow: 1px 1px 3px #000; | |||
} | |||
} | |||