rendered paste body
/*
// Self-explanatory
*/
BODY
{
color: ;
font-size: px;
font-family: ;
background-color: ;
background-image: url(http://www.theallineed.com/webmasters/graphics/background_textures_013.jpg);
}
/*
// Determines the positioning of your list
*/
#list_surround
{
width: px;
}
/*
// All links on your list
*/
a
{
color: ;
text-decoration: ;
}
a:visited
{
color: ;
text-decoration: ;
}
a:hover
{
color: ;
text-decoration: ;
}
/*
// Alternating row color 1
*/
.td1
{
color: ;
border-width: ;
border-style: ;
border-color: ;
padding: ;
background-color: ;
}
/*
// Alternating row color 2
*/
.td2
{
color: ;
border-width: ;
border-style: ;
border-color: ;
padding: ;
background-color: ;
}
/*
// This represents the "Anime Title", "Score", "# Eps" columns
*/
.table_header
{
color: ;
border-width: ;
border-style: ;
border-color: ;
background-color: ;
padding: ;
}
/*
// 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: ;
border-color: ;
border-style: ;
color: ;
padding: ;
font-size: px;
font-family: ;
}
/* Which 'status' up top is selected? */
.status_selected
{
color: ;
border-width: ;
border-style: ;
border-color: ;
padding: ;
background-color: ;
}
.status_not_selected
{
color: ;
border-width: ;
border-style: ;
border-color: ;
padding: ;
background-color: ;
}
/*
Header classes for Currently Watching, Completed, Dropped, etc...
*/
.header_cw
{
}
.header_completed
{
}
.header_onhold
{
}
.header_dropped
{
}
.header_ptw
{
}
.header_title {
font-size: 14px;
font-weight: bold;
}
.category_totals
{
}
#grand_totals
{
text-align: center;
}
/* 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: center;
margin: 0 auto;
width: px;
}