get paid to paste

Minimalist black by Blazeflack

/* Icon-style top menu bar */
@import "http://dl.dropbox.com/u/78340470/Touhou%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategoryTouhou.css";

/*
// Self-explanatory*/
body
{
color:#999;
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
font-size:11px;
font-family:Verdana, Arial;
background-image:url('http://i.imgur.com/AHg72.jpg');
background-color:#000;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}

/*
// Determines the positioning of your list*/
#list_surround
{
width:900px;
margin:0 auto;
}

/*
// All links on your list*/
a
{
color:#51819F;
text-decoration:none;
}

a:visited
{
color:#51819F;
text-decoration:none;
}

a:hover
{
color:#51819F;
text-decoration:underline;
}

/*
// Alternating row color 1 */
.td1
{
background:rgba(0, 0, 0, 0.5);
color:#999;
border-color:#333;
border-style:solid;
border-width:0 1px 1px 0;
padding:2px;
}

/*
// Alternating row color 2 */
.td2
{
background:rgba(0, 0, 0, 0.5);
color:#999;
border-color:#333;
border-style:solid;
border-width:0 1px 1px 0;
padding:2px;
}

/*
// This represents the "Anime Title", "Score", "# Eps" columns */
.table_header
{
color:#999;
background:rgba(0, 0, 0, 0.75);
border-color:#333;
border-style:solid;
border-width:1px 1px 1px 0;
padding:2px;
}

/*
// Controls the select form decoration (the drop down select box)*/
.form
{
color:#999;
font-size:11px;
font-family:Verdana, Arial;
border-color:#333;
border-style:solid;
border-width:1px;
padding:2px;
}

/* Which 'status' up top is selected? */
.status_selected
{
color:#000;
background:rgba(0, 0, 0, 0.75);
font-weight:700;
text-decoration:underline;
border-color:#333;
border-style:solid;
border-width:0 1px 1px 0;
padding:2px;
}

.status_selected a
{
text-decoration:underline;
}

.status_not_selected
{
color:#000;
background:rgba(0, 0, 0, 0.75);
border-color:#333;
border-style:solid;
border-width:0 1px 1px 0;
padding:2px;
}

/*
Header classes for Currently Watching, Completed, Dropped, etc...*/
.header_title
{
font-size:20px;
font-weight:700;
text-align:center;
text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.category_totals
{
text-align:center;
background:rgba(0, 0, 0, 0.75);
border-color:#333;
border-style:solid;
border-width:0 1px 1px;
}

#grand_totals
{
text-align:center;
background:rgba(0, 0, 0, 0.75);
border-color:#333;
border-style:solid;
border-width:1px 1px 1px 1px;
}

/* header_al is thesurrounding "User's Anime List" at the top */
.header_al
{
font-weight:700;
font-size:16px;
}

/* header_al_links is thewith your "Profile" and "MyAnimeList home" links 
controls what styles you can give to all the anime titles in your list */
.animetitle
{
font-weight:700;
}

/*
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;
width:900px;
margin:0 auto;
}

Pasted: Jan 2, 2016, 8:44:49 am
Views: 298