get paid to paste

Ginger Minimalist by Aziza

/*
// Self-explanatory
*/
BODY
{
background-image:
url(http://i43.tinypic.com/23htwsz.jpg);
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: 20px;

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...
*/

/*
CURRENTLY WATCHING/READING HEADER
This is the header above currently watching/reading. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list.
*/
.header_cw {
background-image:url(http://i52.tinypic.com/slohle.jpg);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
}



/*
COMPLETED HEADER
This is the header above completed animes and manga. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list.
*/
.header_completed {
background-image:url(http://i52.tinypic.com/23rv4lv.jpg);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;

}



/*
ON-HOLD HEADER
This is the header above your animes/mangas on-hold. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list.
*/
.header_onhold {
background-image:url(http://i55.tinypic.com/29l1j68.jpg);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
}



/*
DROPPED HEADER
This is the header above your dropped animes/mangas. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list.
*/
.header_dropped {
background-image:url(http://i51.tinypic.com/8vnapx.jpg);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
}



/*
PLAN TO WATCH/READ HEADER
This is the header above the anime/manga you plan to see or read on your list. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list.
*/
.header_ptw {
background-image:url(http://i43.tinypic.com/3095yr4.jpg);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
}

/*
REMOVE HEADER TEXT
These codes remove the text like "Completed" and "Currently Watching" from 
each category on the list. You're supposed to make your own logos and text to replace the original header texts and put them in the background sections above. This section overrides any related codes. If you want the text back, you have to remove this whole section. 
*/
.header_title {
color: gray !important; 
color: transparent !important;
font-size: 1px !important;
font-size: 0px !important;
font-size: 0 !important;
font-size: 0pt !important;
} 


.category_totals
{
color:#ffffff;
border-width:500px;
border-style:none;
border-color:4b4b4b;
padding:2px;
background-color:#4b4b4b; 


}

#grand_totals
{
color:#ffffff;
border-width:500px;
border-style:none;
border-color:4b4b4b;
padding:2px;
background-color:#4b4b4b; 

text-align: center;
}

/* header_al is thesurrounding "User's Anime List" at the top */

#list_surround {
background-image: url(http://i53.tinypic.com/25rdmk4.jpg);
background-position: right top;
background-repeat: no-repeat;
padding-top: 140px;
}


.header_al
{
font-weight: regular;
font-size: 11px;
}

/* 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: regular;
}

/*
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;
}

Pasted: Jan 2, 2016, 5:49:26 am
Views: 571