Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // Self-explanatory
- */
- BODY {
- color: #acacac;
- font-size: 7px;
- font-family: tahoma;
- background-color: #efefef;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- /*
- // Determines the positioning of your list
- */
- #list_surround {
- margin: auto;
- width: 700px;
- }
- /*
- // All links on your list
- */
- a {
- color: #f991b1;
- text-decoration: none;
- font-weight: normal;
- }
- a:visited {
- color: #f991b1;
- text-decoration: none;
- }
- a:hover {
- color: #f991b1;
- text-decoration: none;
- }
- /*
- // Alternating row color 1
- */
- .td1 {
- color: #acacac;
- border-width: 0px;
- border-style: solid;
- border-color: #f6f6f6;
- padding: 5px;
- background-color: #f6f6f6;
- font-weight: normal;
- }
- /*
- // Alternating row color 2
- */
- .td2 {
- color: #acacac;
- border-width: 0px;
- border-style: solid;
- border-color: #fdfdfd;
- padding: 5px;
- background-color: #fdfdfd;
- }
- /*
- // This represents the "Anime Title", "Score", "# Eps" columns
- */
- .table_header {
- color: #f396ae;
- border-width: 0px;
- background-color: #f991b1;
- padding: 5px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- /*
- // headerLink represents the color of the links inside the_header
- */
- .table_headerLink {
- color: #ffffff;
- }
- .table_headerLink:Visited {
- color: #ffffff;
- }
- .table_headerLink:Hover {
- color: #ffffff;
- }
- /*
- // 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: #acacac;
- font-weight: bold;
- padding: 8px;
- background-color: #fdfdfd;
- font-family: arial black;
- font-size: 8px;
- text-transform: uppercase;
- margin-left: 5px;
- }
- .status_selected a {
- color: #acacac;
- text-decoration: line-through;
- }
- .status_selected a:hover {
- color: #f991b1;
- }
- .status_not_selected {
- color: #acacac;
- font-weight: bold;
- padding: 8px;
- background-color: #fdfdfd;
- font-family: arial black;
- font-size: 8px;
- text-transform: uppercase;
- margin-left: 5px;
- }
- .status_not_selected a {
- color: #acacac;
- }
- .status_not_selected a:hover {
- color: #f991b1;
- }
- /*
- Header classes for Currently Watching, Completed, Dropped, etc...
- */
- .header_title {
- font-family: arial black;
- font-size: 40px;
- color: #f991b1;
- font-weight: bold;
- text-transform: uppercase;
- letter-spacing: -5px;
- text-align: center;
- padding-bottom: 5px;
- margin-top: 15px;
- }
- .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: 6px;
- text-align: center;
- margin: 0 auto;
- width: px;
- }
Advertisement
Add Comment
Please, Sign In to add comment