Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // Self-explanatory
- */
- BODY {
- color: #bababa;
- font-size: 11px;
- font-family: calibri;
- background-color: #fff;
- background-image: url('http://i49.tinypic.com/fodok0.png');
- }
- /*
- // Determines the positioning of your list
- */
- #list_surround {
- margin: auto;
- width: 650px;
- }
- /*
- // All links on your list
- */
- a {
- color: #a0a389;
- text-decoration: none;
- }
- a:visited {
- color: #a0a389;
- text-decoration: none;
- }
- a:hover {
- color: #a0a389;
- text-decoration: none;
- }
- /*
- // Alternating row color 1
- */
- .td1 {
- color: #bababa;
- border-width: 0px;
- border-style: solid;
- border-color: #fbfbfb;
- padding: 8px;
- background-color: #fbfbfb;
- font-weight: normal;
- }
- /*
- // Alternating row color 2
- */
- .td2 {
- color: #bababa;
- border-width: 0px;
- border-style: solid;
- border-color: #f3f3f3;
- padding: 8px;
- background-color: #f3f3f3;
- }
- /*
- // This represents the "Anime Title", "Score", "# Eps" columns
- */
- .table_header {
- color: #fff;
- border-width: 0px;
- background-color: #bc9bb8;
- padding: 8px;
- }
- /*
- // headerLink represents the color of the links inside the_header
- */
- .table_headerLink {
- color: #fff;
- }
- .table_headerLink:Visited {
- color: #fff;
- }
- .table_headerLink:Hover {
- color: #fff;
- }
- /* Which 'status' up top is selected? */
- .status_selected {
- font-size: 10px;
- color: #bc9bb8;
- padding: 10px;
- background-color: #fbfbfb;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .status_selected a {
- color: #bc9bb8;
- }
- .status_not_selected {
- font-size: 10px;
- color: #bc9bb8;
- padding: 10px;
- background-color: #fbfbfb;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .status_not_selected a {
- color: #bc9bb8;
- }
- /*
- Header classes for Currently Watching, Completed, Dropped, etc...
- */
- .header_title {
- font-family: georgia;
- font-size: 22px;
- color: #c3c5b0;
- font-weight: normal;
- text-transform: lowercase;
- font-style: italic;
- letter-spacing: 2px;
- margin-bottom: 5px;
- margin-left: 20px;
- }
- #grand_totals {
- text-align: center;
- }
- /* header_al is thesurrounding "User's Anime List" at the top */
- .header_al {
- font-weight: bold;
- font-size: 16px;
- }
- /* 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