get paid to paste

Turnip's Modern Layout

body.ownlist{
background:
url(http://i.imgur.com/I2RDOYz.png/)
repeat center center fixed,
url(http://i.imgur.com/poQXO58.jpg)
repeat center center fixed;
color:#33AFED;
font-weight:normal;
}

tr.list-table-data:hover td.data.status.watching {
background-color:#00EF16;
}
tr.list-table-data:hover td.data.status.completed {
background-color:#0049FF;
}
tr.list-table-data:hover td.data.status.plantowatch {
background-color:#fff;
}
tr.list-table-data:hover td.data.status.onhold {
background-color:#FFC500;
}
tr.list-table-data:hover td.data.status.dropped {
background-color:#FF0004;
}
a.icon-watch.ml4{
display:none;
}

tr.list-table-data:hover{
background-color:#1b1b1b;
}
tr.list-table-data:hover{
transition: 300ms all;
}

tr.list-table-data{
transition: 500ms all 100ms;
}
/* 
header is 1024px and centered in middle incanse you want to add an image at the top
*/

::-webkit-scrollbar{
width: 6px;
}
::-webkit-scrollbar-button{
display:none;
}
::-webkit-scrollbar-track{
background-color:#000;
width:5px;
}
::-webkit-scrollbar-track-piece{
display:none;
}
::-webkit-scrollbar-thumb{
background-color:#025EB5;
}

::-webkit-scrollbar:hover ::-webkit-scrollbar-thumb{
background-color:#0049FF;
}
::-webkit-scrollbar-corner{
display:none;
}
::-webkit-resizer{
display:none;
}


tr.list-table-data{
min-height:32px;
height: 50px;
}
.header{
padding-left:calc(50% - 530px);
padding-right:calc(50% - 530px);
height: 150px;
}
.header .header-title{
background: none;
width:1100px;
height: 200px;
position: absolute;
text-indent: -9999px;
overflow: hidden;
display: block;
margin-top: 0;
background-size: auto 150px;
}
.header-menu{border:none;
display:none;
}


/* cover image */

#cover-image{
border-top:#000 1px solid;
border-left:#000 1px solid;
border-right:#000 1px solid;
margin-top: 30px;
}

/* menu stuff */
.status-menu-container{
background-color:#101010;
border:#000 solid 1px;
width: 1040px;
}
.status-menu-container .status-menu .status-button{
color:#ededed;
}
.status-menu-container .status-menu .status-button:after{
background-color:#0541A1;
}
.status-menu-container .status-menu .status-button.on{
color:#fff;
}
.status-menu-container.fixed + div.list-block {
margin-top:48px;
}

/* side buttons */
.list-menu-float{
border:#000 solid 1px;
}
.list-menu-float .icon-menu{
background-color:#101010;
}
.list-menu-float .icon-menu:not(.profile):hover{
background-color:#015AB4;
}
.list-menu-float .icon-menu.setting:hover .text .link-style-setting{
border-top: #000 solid 1px;
}
.list-menu-float .icon-menu.setting:hover .text .link-list-setting, .list-menu-float .icon-menu.setting:hover .text .link-style-setting{
background-color:#015AB4;
}

/* list styling */

.list-table .list-table-data .tags .edit {
height: 0px;
width: 20px;
position:absolute;
margin-top:-10px;margin-left:-25px;
}

.list-table .list-table-data .data.title .link {
font-weight:normal;
font-size:12px;
}
.list-table .list-table-data .data.score .link {
font-weight:normal;
font-size:11px;
}
.list-table > tbody:nth-of-type(2n+1) {
background-color:#222;
}

.list-table > tbody:nth-of-type(2n) {
background-color:#2a2a2a;
}
.list-block{
margin-top:0px;
}
.list-table .list-table-data .data.tags{
padding-right:20px;
padding-left:20px;
}
.list-item{
background-color:#101010;
border-color: #101010;
}
.list-unit{
background-color: #111;
border-left:#000 1px solid;
border-right:#000 1px solid;

}

.list-table .list-table-header .header-title.tags {
padding-right:20px;
padding-left:20px;
}

.list-status-title, .list-stats{
background:
url(http://i.imgur.com/MdOqdUA.png)
repeat center center fixed;
text-shadow: 1px 1px 4px #000;
}

.list-container{
background-color:rgba(0,0,0,0);
width:1040px;
border:none;
}
a{
color:#33AFED;
font-weight:normal;
}
.list-table{
border:none;
}
.list-unit .list-status-title{
background-color:#0541A1;
} .list-unit .list-stats{
background-color:#0541A1;
}

.list-table .list-table-data .data {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left:0px #200 none;
border-right:0px #200 none;}

.list-table .list-table-header .header-title{
background-color:#101010;
border-color:#000;
background:none;
}
.list-table .list-table-header .header-title .link.sort{
color:#fff;
}
.list-table-header{
background-color:#101010;
}


/* This is all the white text for list */
.title .link.sort{
color:#e0e0e0;
}
.score .link{
color:#e0e0e0;
}
.progress{
color:#e0e0e0;
}
.progress .link{
color:#e0e0e0;
}
.data.number{
color:#33AFED;
}

.tags{
color:#e0e0e0;
}
.data.tags a {
color:#e0e0e0;
}

/* FOR EVERYONE ELSE */
.list-table .list-table-data a.edit-disabled{
color:#ddd;
}


/* copyright stuff */
#footer-block{
background-color:#101010;
margin-top: 50px;
height: 30px;
border-top: 1px solid #000;
}
#copyright {
color: #3AAEDD;
font-size: 16px;
text-shadow: 2px 2px 4px #000;
}

Pasted: Sep 1, 2016, 2:44:23 am
Views: 2,143