Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // Self-explanatory
- */
- BODY
- {
- background-image:
- url(http://i.imgur.com/Af7sI6K.png);
- background-attachment: fixed;
- background-position: bottom right;
- background-repeat: no-repeat;
- color:#4b4b4b;
- font-size:11px;
- font-family:myriad pro;
- background-color:#ffffff;
- }
- /*
- // Determines the positioning of your list
- */
- #list_surround
- {
- padding-left: 320px;
- width:500px;
- }
- /*
- // All links on your list
- */
- a
- {
- color:#e8cfed;
- text-decoration:none;
- }
- a:visited
- {
- color:#e8cfed;
- text-decoration:none;
- }
- a:hover
- {
- color:#ffffff;
- text-decoration:none;
- }
- /*
- // Alternating row color 1
- */
- .td1
- {
- color:#e8cfed;
- border-width:500px;
- border-style:none;
- border-color:4b4b4b;
- padding:2px;
- background-color:#e42d62;
- opacity:0.85;
- filter:alpha(opacity=85);
- }
- /*
- // Alternating row color 2
- */
- .td2
- {
- color:#e8cfed;
- border-width:500px;
- border-style:none;
- border-color:4b4b4b;
- padding:2px;
- background-color:#e42d62;
- }
- /*
- // This represents the "Anime Title", "Score", "# Eps" columns
- */
- .table_header
- {
- color:#4b4b4b;
- border-width:500px;
- border-style:none;
- border-color:#4b4b4b;
- background-color:#4b4b4b;
- padding: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:500px;
- border-color:#ffffff;
- border-style:none;
- color:#4b4b4b;
- padding:2px;
- font-size:11px;
- font-family:myriad pro;
- }
- /* Which 'status' up top is selected? */
- .status_selected
- {
- color:#fbfbfb;
- border-width:500px;
- border-style:none;
- border-color:#ffffff;
- padding:2px;
- background-color:#4b4b4b;
- }
- .status_not_selected
- {
- color:#fbfbfb;
- border-width:500px;
- border-style:none;
- border-color:#ffffff;
- padding:2px;
- background-color:#4b4b4b;
- }
- /*
- 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: 500px;
- }
- /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://i.imgur.com/O76Seeh.gif), progress !important;} /* End http://www.cursors-4u.com */
Advertisement
Add Comment
Please, Sign In to add comment