Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // Self-explanatory
- */
- BODY
- {
- color: #abab92;
- font-size: 10px;
- font-family: tahoma, sans-serif;
- background-color: #f1f1f1;
- background-image: url('http://s5.postimage.org/btk1qjn1z/mal_02.png');
- }
- /*
- // Determines the positioning of your list
- */
- #list_surround
- {
- margin: auto;
- width: 600px;
- }
- /*
- // All links on your list
- */
- a
- {
- color: #ea918e;
- text-decoration: none;
- font-weight: normal;
- }
- a:visited
- {
- color: #ea918e;
- text-decoration: none;
- }
- a:hover
- {
- color: #ea918e;
- text-decoration: none;
- }
- /*
- // Alternating row color 1
- */
- .td1
- {
- color: #abab92;
- border-width: 0px;
- border-style: solid;
- border-color: #f1f1f1;
- padding: 5px;
- background-color: #ebebeb;
- font-weight: normal;
- }
- /*
- // Alternating row color 2
- */
- .td2
- {
- color: #abab92;
- border-width: 0px;
- border-style: solid;
- border-color: #f1f1f1;
- padding: 5px;
- background-color: #e6e6e6;
- }
- /*
- // This represents the "Anime Title", "Score", "# Eps" columns
- */
- .table_header
- {
- color: #d19d77;
- border-width: 0px;
- background-color: #F9CDAD;
- padding: 5px;
- }
- /*
- // headerLink represents the color of the links inside the_header
- */
- .table_headerLink
- {
- color: #d19d77;
- }
- .table_headerLink:Visited
- {
- color: #d19d77;
- }
- .table_headerLink:Hover
- {
- color: #d19d77;
- }
- /*
- // 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
- {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .header_completed
- {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .header_onhold
- {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .header_dropped
- {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .header_ptw
- {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .header_title {
- font-family: Book Antiqua, serif;
- font-size: 12px;
- color: #83AF9B;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .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: normal;
- }
- /*
- 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: 15px;
- text-align: center;
- margin: 0 auto;
- width: px;
- }
Advertisement
Add Comment
Please, Sign In to add comment