.subscriptions_list { width:700px; border-left: 1px solid #444; border-right: 1px solid #444; margin: 1em auto; padding: 0; background-color:#222; border-spacing:0; text-align: left; } .subscriptions_list td, .subscriptions_list th { padding:5px 5px 2px 5px; vertical-align:center; border-top: 1px solid #444; border-bottom: 1px solid #111; } .subscriptions_list .chkb { text-align:center; } .subscriptions_list td.info { width:200px; padding-top:2em; vertical-align:top; } .subscriptions_list tr .actions { visibility:hidden; } .subscriptions_list tr:hover .actions { visibility:visible; } .subscriptions_list td.date { width:250px; padding-top:2em; vertical-align:top; } .subscriptions_list tr.row2 { background-color:#222; } .subscriptions_list tr.row1 { background-color:#333; } .subscriptions_list tr.not-validated { background-color:#433; } .subscriptions_list tr.header th, .subscriptions_list tr.footer td { height:30px; } .subscriptions_list tr.header th, .subscriptions_list tr.footer.row1 td { background: #333333; background: -moz-linear-gradient(top, #333333 0%, #222222 100%); background: -webkit-linear-gradient(top, #333333 0%,#222222 100%); background: -o-linear-gradient(top, #333333 0%,#222222 100%); background: -ms-linear-gradient(top, #333333 0%,#222222 100%); background: linear-gradient(top, #333333 0%,#222222 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); } .subscriptions_list tr.footer.row2 td { background: #222222; background: -moz-linear-gradient(top, #222222 0%, #333333 100%); background: -webkit-linear-gradient(top, #222222 0%,#333333 100%); background: -o-linear-gradient(top, #222222 0%,#333333 100%); background: -ms-linear-gradient(top, #222222 0%,#333333 100%); background: linear-gradient(top, #222222 0%,#333333 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=0 ); } .subscriptions_list img.thumbnail { max-width:120px; max-height:90px; } .subscriptions_list a.unsub { color:#f66; } .subscriptions_list a.unsub:hover { color:#f11; }