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
Line 17: Line 17:
table.infobox-HITS h1 {
table.infobox-HITS h1 {
text-align:center;
text-align:center;
font-size:120%;
font-size:130%;
font-weight: bold;
font-weight: bold;
display:block;
display:block;
Line 26: Line 26:
table.infobox-HITS h2 {
table.infobox-HITS h2 {
text-align:center;
text-align:center;
font-size:100%;
font-size:110%;
font-weight: bold;
font-weight: bold;
display:block;
display:block;
Line 41: Line 41:
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size:68%;
}
}


Line 57: Line 56:
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size:68%;
}
}



Revision as of 10:14, 21 July 2009

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



/* ----------------- INFOBOXES GLOBAL ----------------- */
table.infobox-HITS {
width: 22em;
border: 1px solid #999999;
float: right; 
clear: right;
margin: 30px 0px 30px 30px;
padding: 0px 0px 0px 0px;
text-align: left;
font-size: 11px;
}

table.infobox-HITS h1 {
text-align:center;
font-size:130%;
font-weight: bold;
display:block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}

table.infobox-HITS h2 {
text-align:center;
font-size:110%;
font-weight: bold;
display:block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}



/* ----------------- INFOBOX SONG ----------------- */
table#infobox_song {
background-color: #FFFFCC;
color:#000033;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
}

h1#infobox_song {
background-color: #B1AD7A;
}



/* ----------------- INFOBOX ALBUM ----------------- */

table#infobox_album {
background-color: #E0EAF6;
color: #333333;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
}

h1#infobox_album {
background-color: #7D9FB0;
}

#infobox_album img {
border: 1px solid #000000;
}


/* ----------------- TRACKLIST GLOBAL ----------------- */
table.tracklist {
clear: all;
font-size: 88%;
border: 1px solid #d4d4d4;
}

table.tracklist th {
padding: 0px 4px 1px 4px;
margin: 0px;
border-bottom: 1px solid #666666;
}

table.tracklist td {}


/* ----------------- TRACKLIST ALBUMS ----------------- */

table#album {}

table#album th {
background-color: #778a99;
color: #ffffff;
}

table#album td {
background-color: #ecf2f7;
padding: 0px 4px 1px 4px;
}