
[MAL]—Pink/Brown Theme #01
By:
Jyuubi on
Feb 23rd, 2012 | syntax:
None | size: 4.09 KB | hits: 1,681 | expires: Never
/*
// Self-explanatory
*/
BODY
{
color: #7b675f;
font-size: 11px;
font-family: lucida sans unicode;
background-color: #483e38;
background-image: url('http://s5.postimage.org/bxbkhxfub/bg2.png');
}
/*
// Determines the positioning of your list
*/
#list_surround
{
margin: auto;
width: 700px;
}
/*
// All links on your list
*/
a
{
color: #d4636d;
text-decoration: none;
font-weight: normal;
}
a:visited
{
color: #d4636d;
text-decoration: none;
}
a:hover
{
color: #688689;
text-decoration: none;
}
/*
// Alternating row color 1
*/
.td1
{
color: #a18980;
border-width: 0px;
border-style: solid;
border-color: #6c5e55;
padding: 5px;
background-color: #554a43;
font-weight: normal;
}
/*
// Alternating row color 2
*/
.td2
{
color: #a18980;
border-width: 0px;
border-style: solid;
border-color: #6c5e55;
padding: 5px;
background-color: #5f524b;
}
/*
// This represents the "Anime Title", "Score", "# Eps" columns
*/
.table_header
{
color: #e0979e;
border-width: 0px;
background-color: #c54b56;
padding: 5px;
}
/*
// headerLink represents the color of the links inside the_header
*/
.table_headerLink
{
color: #e0979e;
}
.table_headerLink:Visited
{
color: #e0979e;
}
.table_headerLink:Hover
{
color: #e0979e;
}
/*
// 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: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.header_completed
{
font-family: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.header_onhold
{
font-family: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.header_dropped
{
font-family: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.header_ptw
{
font-family: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.header_title {
font-family: georgia;
font-size: 14px;
color: #a27f5a;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}
.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: px;
}