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 39: | Line 39: | ||
color:#000033; | color:#000033; | ||
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | ||
font-size: | font-size:68%; | ||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
} | } | ||
Line 55: | Line 55: | ||
color: #333333; | color: #333333; | ||
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif; | ||
font-size: | font-size:68%px; | ||
} | } | ||
Line 67: | Line 67: | ||
/* ----------------- TRACKLIST GLOBAL ----------------- */ | |||
table.tracklist { | table.tracklist { | ||
clear: all; | clear: all; | ||
Line 81: | Line 81: | ||
table.tracklist td {} | table.tracklist td {} | ||
/* ----------------- TRACKLIST ALBUMS ----------------- */ | |||
table#album {} | table#album {} | ||
Line 88: | Line 91: | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
table#album td { | table#album td { | ||
background-color: #ecf2f7; | background-color: #ecf2f7; | ||
padding: 0px 4px 1px 4px; | padding: 0px 4px 1px 4px; | ||
} | } |
Revision as of 17:07, 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;
}
table.infobox-HITS h1 {
text-align:center;
font-size:120%;
font-weight: bold;
display:block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}
table.infobox-HITS h2 {
text-align:center;
font-size:100%;
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;
font-size:68%;
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;
font-size:68%px;
}
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;
}