get paid to paste

Idolmaster simple

/*
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

*/


BODY
{

color: #081e6b;
font-size: 10.00px;
font-family: Verdana, Arial;
background-color: #010004;
background-image: url(http://i.imgur.com/aHUxeH3.gif);
background-repeat: repeat;
background-position: top left
}

/*
// Determines the positioning of your list
*/

div#list_surround{width:1000px;padding-top:500px; margin: auto 0% auto auto;
background-image: url(http://i.imgur.com/KlmXZOQ.png);
background-position: top left;
background-repeat: no-repeat;
margin-left: 0px;
margin-right:auto;
margin-top: 0px;
margin-bottom: 20px;
width:1000px;
position:absolute
}




/*
// All links on your list
*/

a
{
color: #000000;
text-decoration: none;
}

a:visited
{
color: #000000;
text-decoration: none;
}

a:hover
{
color: #4ab3ed;
text-decoration: line-through;
}

/*
// Alternating row color 1
*/


TD
{filter:alpha(opacity=0);
-moz-opacity:.80;
opacity:.80;}

.td1
{

color: #000000;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ffffff;
padding: 2px;
background-color: #ffffff;
}

/*
// Alternating row color 2
*/

.td2
{

color: #000000;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ffffff;
padding: 2px;
background-color: #ffffff;
}

/*
// This represents the "Anime Title", "Score", "# Eps" columns
*/

.table_header
{

color: #000000;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ffffff;
background-color: #ffffff;
padding: 2px;
}


/*
// headerLink represents the color of the links inside the_header
*/

.table_headerLink
{
color: ;
}

.table_headerLink:Visited
{
color: ;
}

.table_headerLink:Hover
{
color: ;
}


/*
// Controls the select form decoration (the drop down select box)
*/

.form
{
border-width: 1px 1px 1px 1px;
border-color: #ffffff;
border-style: solid;
color: #ffffff;
padding: 0px;
font-size: 11.00px;
font-family: Verdana, Arial;
}


/* Which 'status' up top is selected? */

.status_selected
{

color: #000000;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ffffff;
padding: 0px;
background-color: #ffffff;

}

.status_not_selected
{

color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ffffff;
padding: 0px;
background-color: #ffffff;

}

/*
Header classes for Currently Watching, Completed, Dropped, etc...
*/

.header_cw{
background-image: url(http://i.imgur.com/uvclrs5.png);
width:250px;
height:43px;
margin-left: 0px;
margin-right:auto;
margin-bottom: 5px;
}
.header_completed{
background-image: url(http://i.imgur.com/RrHbRs7.png);
width:250px;
height:43px;
margin-left: 0px;
margin-right:auto;
margin-bottom: 5px;
}
.header_onhold{
background-image: url(http://i.imgur.com/oFAHvrG.png);
width:250px;
height:43px;
margin-left: 0px;
margin-right:auto;
margin-bottom: 5px;
}
.header_dropped{
background-image: url(http://i.imgur.com/xNY3d57.png);
width:250px;
height:43px;
margin-left: 0px;
margin-right:auto;
margin-bottom: 5px;
}
.header_ptw{
background-image: url(http://i.imgur.com/NMNPUYN.png);
width:250px;
height:43px;
margin-left: 0px;
margin-right:auto;
margin-bottom: 5px;
}

.header_title {
display:none;
}


.category_totals
{
color: #000000;
}

#grand_totals
{
text-align: left;
color: #000000;
}

/* header_al is thesurrounding "User's Anime List" at the top */

.header_al
{
font-weight: bold;
font-size: 16px;
}

/* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
.header_al_links
{

}

/* controls what styles you can give to all the anime titles in your list */
.animetitle
{
font-weight: bold;
}

/*
copyright contains the "Producted by Garrett Gyssler" text
DO NOT REMOVE OR HIDE THIS DIV
IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
*/

#copyright
{
padding-top: 6px;
text-align: left;
margin: 0 auto;
width: px;
color: #000000;
}

Pasted: Jan 2, 2016, 6:13:53 am
Views: 221