All pastes #2105896 Raw Edit

Stuff

public text v1 · immutable
#2105896 ·published 2012-01-25 03:14 UTC
rendered paste body

/*
// Self-explanatory
*/
BODY
        {
                
        background-image: url(http://myanimelist.net/images/userwalls/1060211.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: cover;
                    margin: 0;
        color: #FFFF66;
        font-size: 11.00px;
        font-family: Verdana, Arial;
        background-color: #000000;
        
        
        background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        }

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

#list_surround
{
    margin: 0 auto;    
    width: 920px;
}

/*
// All links on your list
*/

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

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

    a:hover
        {
        color: #FF0000;
        text-decoration: underline;
        }

/*
// Alternating row color 1 
*/

    .td1
        {
                
        filter:alpha(opacity=87);
        -moz-opacity:0.87;
        opacity: 0.87;
                
        color: #FFD170;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #606060;
        padding: 2px;
        background-color: #404040; 
        }
   
/*
// Alternating row color 2 
*/

    .td2
        {
                
        filter:alpha(opacity=87);
        -moz-opacity:0.87;
        opacity: 0.87;
                
        color: #DBB260;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #606060;
        padding: 2px;
        background-color: #202020; 
        }
   
/*
// This represents the "Anime Title", "Score", "# Eps" columns 
*/
   
    .table_header
        {
                
        filter:alpha(opacity=87);
        -moz-opacity:0.87;
        opacity: 0.87;
                
        color: #FFFF66;
        border-width: 1px 1px 1px 0px;
        border-style: solid;
        border-color: #606060;
        background-color: #000000;
        padding: 2px;
        }
    
/*
// headerLink represents the color of the links inside the table_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: #000000;
        border-style: solid;
        color: #000000;
        padding: 2px;
        font-size: 11.00px;
        font-family: Verdana, Arial;
        }
        

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

.status_selected
{

    filter: alpha(opacity=87;
    -moz-opacity: 0.87;
    opacity: 0.87;
    
    color: #FFD170;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #606060;
    padding: 2px;
    background-color: #404040;
    }

.status_not_selected
{

    filter: alpha(opacity=87;
    -moz-opacity: 0.87;
    opacity: 0.87;
    
    color: #DBB260;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #606060;
    padding: 2px;
    background-color: #202020;
    }

/*
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 the div surrounding "User's Anime List" at the top */

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

/* header_al_links is the div with 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: 920px;
}