Difference between revisions of "MediaWiki:Common.css"

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;
}
}