Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: table.infobox { width: 300px; border: 1px solid #999999; float: right; clear: right; } #infobox_song { background-color…')
 
Line 34: Line 34:
}
}


#infobox_song h1 {
#infobox_album h1 {
text-align:center;
text-align:center;
font-size:12px;
font-size:12px;

Revision as of 18:22, 19 July 2009

/* CSS placed here will be applied to all skins */




table.infobox {
width: 300px;
border: 1px solid #999999;
float: right; 
clear: right; 
}


#infobox_song {
background-color: #FFFFCC;
color:#000033;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

#infobox_song h1 {
text-align:center;
font-size:12px;
background-color: #B1AD7A;
display:block;
}

#infobox_album {
background-color: #E0EAF6;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;

}

#infobox_album h1 {
text-align:center;
font-size:12px;
background-color: #7D9FB0;
display:block;
}