get paid to paste

Durarara

@import url(http://veriti.opendrive.com/files/OV81MjgxODdfcXZZMkg/mal_top_bar.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 IMAGE
*/
body {
background-image: url(http://image-upload.de/image/bzt9uc/0a45436f44.jpg);
background-size: cover;
background-attachment: fixed;
}



/*
HEADER COLOR AND FONT
These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc).
*/

.header_title {
background-color:;
padding-left: 10px;
color:#893D41;
font-style:italic;
font-family: century gothic;
font-weight:bold;
font-size:72px;
}



/*
SUB-HEADERS BACKGROUND COLOR COLOR
Below each main header is the sub-header which says Score, Episodes, Tags, etc.
*/

.table_header {
background-image:url(http://image-upload.de/image/StiEXe/358a5c9725.png);
background-repeat:repeat;
height:70px;
}



/*
ANIME/MANGA TITLE FONTS
This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc.
*/

.animetitle, .animetitle:visited {
color:white;
font-family: Gill Sans;
font-style: italic;
font-size:18px;
font-weight:bold;
}



/*
LIST FONTS
This is the type and color for more of the numbers, links, and words on the list itself!
*/

.td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
color:#CD8591;
font-family:Calibri;
}



/*
LIST WIDTH
Use this to increase the width of your list!
*/

#list_surround {
width:600px;
}



/*
LIST POSITION
Change "left" to "right" to switch the list side, or vice versa.
*/
#list_surround {
top:70px;
right: 20px;
position: absolute;}


/*
REPOSITION MAIN BACKGROUND
Change the position your background starts on your screen from with the two properties after "background-position" below.

For example, the default code starts it from the left and top corner of the screen. You change 'right' and 'top' with two properties, they can be any of the following: left, top, bottom, right, or center.

So if you want your background to start from the center of the screen, use "center center".
If you want it to start from the top and left, use "top left".
If you want it to start from the top and center, use "top center".
If you want it to start from the right and top, use "right top"
If you want it to start from the right and bottom, use "right bottom"
and so forth...

Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom.
*/

body {
background-position: right top;}


/*OTHER CODES
Important codes for the layout's setup. Please don't mess with these unless you know what you're doing! To learn more, use the link at the top of this CSS.
*/


body {
font-weight: light;
background-repeat: no-repeat;
background-color: #FBFDE8;
}
a {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:visited:hover {
color:red;
text-decoration:underline;
}
.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
background-image:url(http://image-upload.de/image/g25flK/1868093074.png);
background-repeat:repeat;
border-width:0;
padding:2px;
}

.category_totals:HOVER,
.td1:HOVER,
.td2:HOVER,
#grand_totals:HOVER,
#copyright:HOVER {background-color:black;
border-width:0;
padding:2px;
}
.status_selected {
background-color:white;
padding:2px;
color:#CD8591;
text-decoration: blink;
border-top:2px;
border-bottom:2px;
border-style:solid;
border-color:black;
border-right:0px;
border-left:0px;
}
.status_not_selected {
background-color:white;
padding:2px;
color:black;
border-top:2px;
border-bottom:2px;
border-style:solid;
border-color:black;
border-right:0px;
border-left:0px;
}
#copyright:after {
content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info. List design by Lirina";
}
.status_selected a{
color:#CD8591;
font-weight:bold;
}
.status_not_selected a{
color:#CD8591;
}
.thickbox {
color:cyan;
font-family:fantasy;
font-size:12px;
}
.header_title {
height:52px;
padding:2px;
padding-left:15px;
}
.table_header {
border-width:0;
font-weight:bold;
padding:2px;
}
.category_totals {
height:30px;
}
#copyright, #grand_totals {
text-align: center;
margin:0 auto;
}

Pasted: Jan 2, 2016, 6:19:29 am
Views: 282