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"

Jump to navigation Jump to search
no edit summary
Line 203: Line 203:
/* ----------------- TRACKLIST GLOBAL ----------------- */
/* ----------------- TRACKLIST GLOBAL ----------------- */
table.tracklist {
table.tracklist {
clear: all;
clear: both;
font-size: 11px;
font-size: inherit;
border: 1px solid #878787;
border: 1px solid #878787;
width: 55em;
width: inherit;
background-color: #ececec;
}
}


table.tracklist th {
table.tracklist th {
padding: 0px 4px 1px 4px;
padding: 4px;
margin: 0px;
margin: 0px;
border-bottom: 1px solid #666666;
border-bottom: 1px solid #666666;
Line 233: Line 234:
table#album td {
table#album td {
background-color: #ececec;
background-color: #ececec;
padding: 0px 4px 1px 4px;
padding: 4px;
border-bottom: 1px solid #c6c6c6;
border-bottom: 1px solid #c6c6c6;
}
}

Navigation menu