get paid to paste

BRS by Teffycom

/* more variants found here: http://myanimelist.net/forum/?topicid=393503&show=40#msg19083156*/

@import "http://dl.dropbox.com/u/78340470/Past%20Stuff/bottommenuimport.css";

/*thin top bar*/
@import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css";

/*Fonts*/
@import url("http://fonts.googleapis.com/css?family=Tangerine");
@import url("http://fonts.googleapis.com/css?family=Lemon");
@import url("http://fonts.googleapis.com/css?family=Nova+Slim");
@import url(http://fonts.googleapis.com/css?family=Handlee);

/*
Got a question or want to learn more? Try this link:
http://myanimelist.net/forum/?topicid=419405&show=0#post1
*/

/*
Theme for Suzune-chan by Al_eXs
*/

/*
BACKGROUND IMAGE
This is the main background image for the whole page.
Change the image link to the background you want!

If you're not seeing a background, make sure you are copied the 
entire CSS code or added any new background image codes correctly. 
Also your image link may be broken, try uploading a new background then!
*/

body {
background-image: url(http://i1232.photobucket.com/albums/ff367/coolspot21/Konachancom-133052black_hairblack_rock_shooterguninsane_black_rock_shooterkuroi_matolong_hairshortsswordweapon_zps062bdd70.jpg);
background-attachment: fixed;
background-size: cover;
}



/*
HEADER COLOR AND FONT
These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc).
*/

.header_title {
background-color: rgba(14, 18, 29, 0.450);
color: #FFFFFF;
font-family: 'Handlee', cursive;
font-size:20px;
border-radius: 20px 20px 0px 0px;
font-weight: 700;
text-align: center;
text-shadow: 3px -1px 5px #0C0C0C;
}


/*
SUB-HEADERS BACKGROUND COLOR COLOR
Below each main header is the sub-header which says Score, Episodes, Tags, etc.
*/

.table_header {
background-color: rgba(14, 18, 29, 0.450);
}


/*
ANIME/MANGA TITLE FONTS
This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc.
*/

.animetitle, .animetitle:visited {
color:white;
font-family: "Nova Slim";
font-size:14px;
text-shadow: 4px -1px 5px #0C0C0C;
}

.animetitle + small {
color:#B6B6C5;
font-family: "Nova Slim";
font-size:12px;
}

/*
LIST FONTS
This is the type and color for more of the numbers, links, and words on the list itself!
*/

.td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
color:white;
font-size:13px;
font-family: "Nova Slim";
text-shadow: 4px -1px 5px #0C0C0C;
}



/*
LIST WIDTH
Use this to increase the width of your list!
*/

#list_surround {
margin: -25px auto 0;
width:950px;
}


/*
LIST POSITION
Change "left" to "right" to switch the list side, or vice versa. 
*/
#list_surround {
position: relative;
}


/*OTHER CODES
Important codes for the layout's setup. Please don't mess with these unless you know what you're doing. If you want to customize more on the page, use the link at the top of this CSS or ask in my club!
*/


body {
font-weight: light;
background-repeat: no-repeat;
background-color: #FFFFFF;
}
a {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:visited:hover {
color:#A6A6C7;
text-decoration:none;
}
.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
background-color: rgba(14, 18, 29, 0.500);
border-width:0;
transition: all .8s ease 0s;/* CSS3 reference */
-o-transition: all .8s ease 0s; /* for Opera compatibility */
-ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */
-moz-transition: all .8s ease 0s; /* for Firefox compatibility */
-webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */
}

.category_totals a,
.td1 a,
.td2 a,
#grand_totals a,
#copyright a {
transition: all .8s ease 0s;/* CSS3 reference */
-o-transition: all .8s ease 0s; /* for Opera compatibility */
-ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */
-moz-transition: all .8s ease 0s; /* for Firefox compatibility */
-webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */
}

.category_totals:HOVER,
.td1:HOVER,
.td2:HOVER,
#grand_totals:HOVER,
#copyright:HOVER {background-color:rgba(14, 18, 29, 0.700);
border-width:0;
}
#copyright:after {
content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs and info. Theme by Al_eXs.";
}
#copyright {
margin-bottom: 30px !important;
border-radius: 20px;
padding: 10px;
}
.status_selected {
background-color:black;
padding:2px;
color:white;
text-decoration: blink;
}
.status_not_selected {
background-color:black;
padding:2px;
color:white;
}
.status_selected a{
color:blue;
}
.status_not_selected a{
color:white;
}
.thickbox {
color:cyan;
font-family:fantasy;
font-size:12px;
}
.header_title {
padding:2px;
}
.table_header {
border-width:0;
font-weight:bold;
padding:2px;
}
.category_totals {
border-radius: 0px 0px 20px 20px;
height: 40px;
text-align: center;
}
#grand_totals {
text-align: center;
margin:0 auto;
border-radius: 20px;
padding: 10px 20px;
width: 600px;
}

Pasted: Jan 2, 2016, 5:20:25 am
Views: 1,332