get paid to paste

CSS for Poster layout

.status_selected a, .status_selected a:visited {
    background: url("http://img526.imageshack.us/img526/8228/2e3corb.png") repeat scroll center top transparent !important;
}

.status_selected a:hover {
}

#list_surround tab\le:nth-of-type(n+4) .category_totals {
   
}

#list_surround tab\le:nth-of-type(n+4) {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 324px !important;
    margin-bottom: 20px !important;
    margin-left: 9px !important;
    opacity: 0;
    position: relative;
    table-layout: fixed;
    width: 239px !important;
    z-index: 1 !important;
}
#list_surround tab\le:nth-of-type(n+4):hover {
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;

}

#list_surround tab\le:nth-of-type(n+4):hover {
    background-color: rgba(50, 50, 50, .6);
    float: left;
    opacity: 10;
    table-layout: fixed;
}

Pasted: Aug 28, 2014, 2:31:18 am
Views: 279