get paid to paste

Kino

@import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css";
@import"http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css";



/*
HOW TO USE
Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes:
http://myanimelist.net/forum/?topicid=200320


When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) 
to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. 
Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! 


If the layout looks weird on your list after installing, you can try to alter your settings here.
Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards):
http://myanimelist.net/editprofile.php?go=listpreferences


If your list still has problems you can ask us about it here, or other questions:
http://myanimelist.net/forum/?topicid=200323


And you'll find further ways to customize your list here:
http://myanimelist.net/forum/?topicid=419405

*/


/* BACKGROUND */

body {
background-attachment:fixed;
background-clip:border-box;
background-color:transparent;
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/Wallpaper_zpsb54d9377.jpg);
background-position:0 10%, 0 0;
background-repeat:no-repeat no-repeat;
background-size:cover;
font-family:calibri;
}
#inlineContent {
display:inline-block !important;
height:1200px !important;
left:0 !important;
margin:auto !important;
position:fixed !important;
right:0 !important;
top:0 !important;
width:1200px !important;
z-index:-1 !important;
}


/* TITLE */

#list_surround {
background-attachment:scroll;
background-color:transparent;
background-image:url();
background-position:100% 0;
background-repeat:no-repeat no-repeat;
font-size:81.25%;
line-height:1;
margin:0 auto;
padding-bottom:10px;
padding-top:232px;
position:absolute;
right:-7px !important;
width:900px;
}


/*
TEXT
*/

body {
font-family:arial;
}
a {
color:#FFFFFF;
text-decoration:initial;
text-shadow:none;
}
a:hover {
color:#000;
text-shadow:none;





/*
CATEGORY LINKS
*/

}


/*
NO IDEA
*/


.table_header {
background-color:rgba(0, 0, 0, 0.6);
}
.table_header:first-of-type {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-left-radius:3px;
border-top-right-radius:0;
}
.table_header:nth-of-type(2) {
text-align:left;
}
.table_header:last-of-type {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-left-radius:0;
border-top-right-radius:3px;
}




/*
ROW COLORS
*/

.td1 {
background-color:rgba(70, 70, 70, 0.3);
height:65px;
}
.td2 {
background-color:rgba(30, 30, 30, 0.3);
height:65px;
}




/*
NO IDEA
*/

.table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
border:0 none;
padding:4px;
text-align:center;
vertical-align:top;
}
.table_header, .td1, .td2, .category_totals {
color:white;
}
.borderRBL {
line-height:normal !important;
}
[cellspacing="0"] {
line-height:17px;
}





/*
CATEGORY TOTALS
*/

.category_totals {
background-color:rgba(0, 0, 0, 0.6);
border-bottom-left-radius:20px;
border-bottom-right-radius:0;
border-top-left-radius:0;
border-top-right-radius:0;
color:#FFFFFF;
text-align:center;
}



/*
NO IDEA
*/

[class^="header_"] * {
background-repeat:no-repeat no-repeat;
font-size:0px;
height:200px;
line-height:24px;
padding-bottom:4px;
text-align:right;
vertical-align:bottom;
}
.header_title {
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
color:#FFFFFF;
display:inline-block;
font-style:italic;
height:auto;
padding:0 8px 0 0;
text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px;
}





/*
GRAND TOTALS
*/

#grand_totals {
background-color: rgba(0, 46, 184,0.8);
border:0 none;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#FFFFFF;
line-height:20px;
min-height:20px;
padding:8px;
text-align:center;
vertical-align:middle;
}




/*
COPYRIGHT
*/

#copyright {
background-color:rgba(180, 32, 48, 0.6);
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#EEEEEE;
line-height:17px;
margin-top:10px;
padding:8px;
text-align:center;
}
#copyright::after {
content:' CSS by Kyouhansha. Edits by Shishio-kun and Veriti. Google 'Shishio's Custom Lists' for more designs and info.';
}




/*
DVD COVERS
*/

.hide {
background-color:rgba(248, 162, 200, 0.701961);
background-position:50% 50%;
background-repeat:no-repeat no-repeat;
background-size:cover;
border:1px solid #FFF;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:0;
display:inline-block !important;
height:55px;
margin-left:33px;
margin-top:-65px;
position:absolute;
width:35px;
}
.hide:hover {
background-color:transparent;
background-repeat:no-repeat no-repeat;
background-size:cover;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
border-top-left-radius:20px;
border-top-right-radius:20px;
box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px;
margin-left:-140px;
padding-right:150px;
padding-top:220px !important;
position:absolute;
z-index:1;
}



/*
NO IDEA
*/

.td1:nth-of-type(2), .td2:nth-of-type(2) {
padding-left:35px;
text-align:left;
}
.td1:nth-of-type(6), .td2:nth-of-type(6) {
background-attachment:scroll;
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:repeat repeat;
border-bottom-style:none !important;
border-bottom-width:medium !important;
display:inline-block;
font-family:cursive;
font-size:9pt;
height:0 !important;
left:70px;
line-height:16px !important;
margin-top:16px;
position:absolute;
text-align:justify !important;
width:720px;
z-index:2;
}
.table_header:nth-of-type(6) {
display:none;
}
span[id*="tagRow"] {
display:block !important;
}
span[id*="tagLinks"] {
display:none !important;
}
a, .td1, .td2, .category_totals {
-webkit-transition:all 0.25s ease-in-out 0s;
}



/******************/
/* CATEGORY LINKS */
/******************/

/********************************/
/* Note: */
/* Properties in "Watching" */
/* are applied to others as well*/
/********************************/

/* Watching */
#list_surround .status_selected, #list_surround .status_not_selected {
background-color:transparent;
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/Watch_zps7123657d.png);
background-position:right top;
background-size:contain;
background-repeat:no-repeat;

display:block;
position:absolute;
height:80;
width:300px;
left:-375px;
top:374px;
padding:0px;

/* Rounded Edges */
border:1px solid transparent;
border-radius: 20px;
-webkit-background-clip: padding-box !important;
background-clip: padding-box !important;
}

/* Completed */
#list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected {
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/Comp_zpsb038bd6f.png);
background-position:right top;
top:474px;
}

/* On-Hold */
#list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected {
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/OnHold_zpsc7fddeb6.png);
background-position:left top;
top:574px;
}

/* Dropped */
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/Dropped_zps2d9edd4a.png);
background-position:right top;
top:674px;
}

/* Plan to Watch */
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/PlanToWatch_zpsb14417a8.png);
background-position:left top;
top:774px;
}

/* All */
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
background-image:url(http://i1308.photobucket.com/albums/s608/TheHolyPotato/Legendres%20Category%20Links/All_zps549974fa.png);
background-position:right top;
top:874px;
}


/* Invisable Links */
.status_selected a, .status_not_selected a,
.status_selected:hover a, .status_not_selected:hover a {
color: transparent;
display:block;
width:300px;
height:80px;
}

/********************/
/* CATEGORY HEADERS */
/********************/

.header_cw {
background-color:transparent;
background-image:url(http://i47.tinypic.com/jpgfi9.png);
background-position:0 125px;
background-repeat:no-repeat no-repeat;
height:50px;
margin-bottom:0;
margin-top:-100px;
}
.header_completed {
background-color:transparent;
background-image:url(http://i46.tinypic.com/op5hg1.png);
background-position:0 125px;
background-repeat:no-repeat no-repeat;
height:50px;
margin-bottom:0;
margin-top:-100px;
}
.header_onhold {
background-color:transparent;
background-image:url(http://i47.tinypic.com/25jv6h4.png);
background-position:0 130px;
background-repeat:no-repeat no-repeat;
height:50px;
margin-bottom:0;
margin-top:-100px;
}
.header_dropped {
background-color:transparent;
background-image:url(http://i47.tinypic.com/25yzx2g.png);
background-position:0 125px;
background-repeat:no-repeat no-repeat;
height:50px;
margin-bottom:0;
margin-top:-100px;
}
.header_ptw {
background-color:transparent;
background-image:url(http://i48.tinypic.com/2m3mjj8.png);
background-position:0 130px;
background-repeat:no-repeat no-repeat;
height:50px;
margin-bottom:0;
margin-top:-100px;
}
.status_selected {
display:block;
}
.status_not_selected {
display:block;
}

.status_not_selected {
opacity:0.7;
}
.status_not_selected:hover {
color:transparent;
opacity:1;
}
.table_header:first-of-type {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-left-radius:20px;
border-top-right-radius:0;
}
* {
-webkit-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;}



/*DVD COVER HOVER GLITCH FIX (Chrome/Safari/Firefox/Opera only)*/
.hide:hover:after {
    background: transparent;
    content: " ";
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 20;
}

Pasted: Dec 31, 2015, 8:40:51 am
Views: 155