/* // Self-explanatory */ BODY { color: #515151; font-size: 10px; font-family: Trebuchet MS, sans-serif; background-color: #000; letter-spacing: 1px; background-image: url('http://s5.postimage.org/fuzfpbl2r/argyle.png'); } /* // Determines the positioning of your list */ #list_surround { margin: auto; width: 700px; } /* // All links on your list */ a { color: #357f54; text-decoration: none; font-weight: normal; } a:visited { color: #357f54; text-decoration: none; } a:hover { color: #619099; text-decoration: none; } /* // Alternating row color 1 */ .td1 { color: #515151; border-width: 0px; border-style: solid; border-color: #0f0f0f; padding: 5px; background-color: #0f0f0f; font-weight: normal; } /* // Alternating row color 2 */ .td2 { color: #515151; border-width: 0px; border-style: solid; border-color: #131313; padding: 5px; background-color: #131313; } /* // This represents the "Anime Title", "Score", "# Eps" columns */ .table_header { color: #619099; border-width: 0px; background-color: #18525d; padding: 5px; } /* // headerLink represents the color of the links inside the_header */ .table_headerLink { color: #619099; } .table_headerLink:Visited { color: #619099; } .table_headerLink:Hover { color: #619099; } /* // 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: #698e9d; font-weight: normal; border-bottom: 2px solid #18525d; padding: 5px; background-color: #0f0f0f; font-family: consolas; font-size: 9px; text-transform: uppercase; } .status_not_selected { color: #698e9d; font-weight: normal; border-bottom: 2px solid #18525d; padding: 5px; background-color: #0f0f0f; font-family: consolas; font-size: 9px; text-transform: uppercase; } .status_not_selected a { color: #699d8a; } /* Header classes for Currently Watching, Completed, Dropped, etc... */ .header_cw { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .header_completed { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .header_onhold { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .header_dropped { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .header_ptw { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .header_title { font-family: courier new; font-size: 16px; color: #526e65; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; } .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; }