get paid to paste

Dark Vocaloid by Akiroz

/*********************************************************/
/* MAL Miku Style by b1o2r3i4s5 (2012)                   */
/* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */
/*********************************************************/

/****************/
/* Icon top bar */
/****************/

@import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css";

/*********************/
/* Anime Cover Image */
/*********************/

@import "https://malcat-gen.appspot.com/series?preset=more";

/***************************************/
/* Background & Universal text Styling */
/***************************************/

body {
    background-image: url(https://dl.dropbox.com/s/wdzbfx5hi28c7jw/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right bottom;
    color: #fff;
    font-size: 14.20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    /*text-shadow: 2px 2px 6px #aaa;*/
}

/*************/
/* List Area */
/*************/

#list_surround {
    margin-left:15px;
    margin-top:-60px;
    margin-bottom: 100px;
    width:800px;
    background: rgba(0, 0, 0, 0.6);
    
/* Gradient Borders */
    border: 20px solid transparent;
    -moz-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    -webkit-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    -o-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

/****************************/
/* Highlights Rows on Hover */
/****************************/

table:hover tbody tr .td1, table:hover tbody tr .td2 {
    background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png);
    background-size:100% 100%;
}

/* Highlight Image for First Column */
table:hover tbody tr .td1:first-of-type, table:hover tbody tr .td2:first-of-type
{background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);}

/* Highlight Image for Last Column */
table:hover tbody tr .td1:last-of-type, table:hover tbody tr .td2:last-of-type
{background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);}

/* Cover Image */
table:hover+.hide
{
    display:block !important;
    position:fixed;
    top:160px;
    left:830px;
    width:225px;
    height:350px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 30px solid transparent;
    -moz-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    -webkit-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    -o-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
    border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Preview text */
table:hover+.hide:before
{
    content:"Preview \a ";
    white-space: pre;
    display:block;
    font-weight: bold;
    padding: 3px;
    font-size: 18px;
    margin-top:-30px;
}

/*****************/
/* Table Styling */
/*****************/

/* Table Header Styling */
.header_title
{
    font-weight: bold;
    padding: 3px;
    text-align:center;
    font-size: 20px;
/* Highlight Table Headers */
    background-image:url(https://dl.dropbox.com/s/bogat6oa13f6iyl/hl.png);
    background-size:100% 100%;
}

/* Table cell Styling */
.td1, .td2, .table_header {padding: 2px 3px;}

/* Links Styling */
a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

/*************************/
/* Hides category totals */
/*************************/

.category_totals {display:none;}

/********************/
/* Grand Total Area */
/********************/

#grand_totals
{
    padding:3px;
    margin-bottom:20px;
    text-align:center;
    font-size:12px;
/* Highlight Grand total Header */
    background-image:url(https://dl.dropbox.com/s/bogat6oa13f6iyl/hl.png);
    background-size:100% 70%;
    background-position:center top;
    background-repeat:no-repeat;
}

/*Grand total Header*/
#grand_totals:before
{
    content:"Grand Totals \a ";
    white-space: pre;
    font-weight: bold;
    padding: 3px;
    text-align:center;
    font-size: 18px;
}

/******************/
/* Copyright Info */
/******************/

#copyright
{
    padding:3px;
    font-size:12px;
    margin-bottom:5px;
}

/*****************/
/* Style Credits */
/*****************/

#copyright:before
{
    content:"CSS Style created by b1o2r3i4s5 \a Special Thanks to Kyouhansha, al_exs, and Shishio-kun \a \a";
    white-space: pre;
}

Pasted: Jan 2, 2016, 5:50:30 am
Views: 372