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:Common.css"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
.infobox { | |||
width: 300px; | width: 300px; | ||
border: 1px solid #999999; | border: 1px solid #999999; | ||
Line 10: | Line 8: | ||
clear: right; | clear: right; | ||
} | } | ||
.infobox h1 { | |||
text-align:center; | |||
font-size:14px; | |||
font-weight: bold; | |||
display:block; | |||
{ | |||
Line 20: | Line 25: | ||
#infobox_song h1 { | #infobox_song h1 { | ||
background-color: #B1AD7A; | background-color: #B1AD7A; | ||
} | } | ||
Line 31: | Line 33: | ||
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | ||
font-size:9px; | font-size:9px; | ||
} | } | ||
#infobox_album h1 { | #infobox_album h1 { | ||
background-color: #7D9FB0; | background-color: #7D9FB0; | ||
} | } |
Revision as of 01:25, 20 July 2009
/* CSS placed here will be applied to all skins */
.infobox {
width: 300px;
border: 1px solid #999999;
float: right;
clear: right;
}
.infobox h1 {
text-align:center;
font-size:14px;
font-weight: bold;
display:block;
{
#infobox_song {
background-color: #FFFFCC;
color:#000033;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
#infobox_song h1 {
background-color: #B1AD7A;
}
#infobox_album {
background-color: #E0EAF6;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
#infobox_album h1 {
background-color: #7D9FB0;
}