/*
@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Charlotte/TopMenu.css);
@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Charlotte/TabContent.css);
@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Charlotte/CategoryMenu.css);
@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Charlotte/Animation.css);
@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/covers_more.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);
*/
/*
HOW TO USE
Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes:
http://myanimelist.net/forum/?topicid=200320


When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below)
to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box.
Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial!


If the layout looks weird on your list after installing, you can try to alter your settings here.
Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards):
http://myanimelist.net/editprofile.php?go=listpreferences


If your list still has problems you can ask us about it here, or other questions:
http://myanimelist.net/forum/?topicid=200323


And you'll find further ways to customize your list here:
http://myanimelist.net/forum/?topicid=419405
*/

body {
	font-family: 'Ubuntu Mono';
	font-size: 14px;
	background-color: rgb(255, 255, 255);
	background-image: url(https://repo.hexatm.com/mal/MALbg.png);
	background-position: left center;
	background-attachment: fixed;
	background-size: cover;
}

body, a, .td1, .td2 { color: #919191; }

a { text-decoration: none; }

#list_surround {
	position: relative;
	left: calc(100% - 690px);
	width: 630px;
	margin-top: 100px;
}

#list_surround br { display:none; }

td[class^='td']:first-child {
	position: absolute;
	display: block;
	left: 5px;
	top: 280px;
	width: 190px;
	text-align: left;
	border-top: solid 1px #26bae0;
}

td[class^='td']:nth-child(3):before { content: 'score '; font-size: 13px; }

td[class^='td']:nth-child(3) {
	position: absolute;
	display: block;
	right: 5px;
	top: 262px;
	white-space: nowrap;
}

td[class^='td']:nth-child(4):before { content: 'progress '; font-size: 13px; }

td[class^='td']:nth-child(4) {
	position: absolute;
	display: block;
	left: 5px;
	top: 262px;
	white-space: nowrap;
}

/* Tags */
.table_header[width="125"] { display: none !important; }

td[class^='td'][width="125"] {
	pointer-events: none;
	position: absolute !important;
	display: table;
	left: 0 !important;
	bottom: 40px !important;
	width: 190px !important;
	padding: 0 5px;
	white-space: pre-line;
	font-weight: normal !important;
}

td[class^='td'][width="125"] a { color: #000000; font-weight: normal; }

td[class^='td']:nth-child(2) {
	position: absolute;
	display: block;
	/*left: 5px;*/
	top: 120px;
	width: 200px;
	height: auto;
	padding: 4px;
	line-height: 15px;
}

.animetitle {
	font-size: 16px;
	color: #26bae0;
}

.animetitle + small {
	font-size: 13px;
	text-transform: lowercase;
}

/* HEADERS */
.header_title {
	display: block;
	height: 210px;
	z-index: -1;
}

/* Headers pics */
.header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span {
	position: absolute;
	display: inline-block;
	margin-top: 30px;
	width: 620px;
	height: 150px;
	font-size: 0;
	/*background-image: url(http://i.imgur.com/3bryxU0.png);*/
	background-repeat: no-repeat;
	z-index: -1;
}

.header_cw span { background-image: url(http://repo.hexatm.com/mal/watching.png); }

.header_completed span { background-image: url(http://repo.hexatm.com/mal/completed.png); }

.header_onhold span { background-image: url(http://repo.hexatm.com/mal/onhold.png); }

.header_dropped span { background-image: url(http://repo.hexatm.com/mal/dropped.png); }

.header_ptw span { background-image: url(http://repo.hexatm.com/mal/ptw.png); }

.category_totals {
	padding: 5px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 1px 0 0 #26bae0, inset -1px 0 0 #26bae0, inset 0 1px 0 #26bae0, inset 0 -1px 0 #26bae0;
}

#grand_totals { display:none; }

#copyright {
	position: fixed;
	display: block;
	top: calc(50% - 25px);
	left: 70px;
	width: 365px;
	text-align: left !important;
	color: #FFFFFF;
	text-shadow: 0 0 .1em #26bae0, 0 0 .1em #26bae0;
}

#copyright:after { content: 'List designed by Hahaido.'; }

.hide:before {
	position: absolute;
	display: block;
	content: '';
	width: 198px;
	height: 300px;
	background-color: rgb(255, 255, 255);
	border: solid 1px #26bae0;
	z-index: -2;
}
/* default cover when no cover */
.hide:after {
	position: absolute;
	display: block;
	content: '';
	width: 200px;
	height: 120px;
	background-clip: content-box;
	background-color: rgb(255, 255, 255);
	background-image: url(https://repo.hexatm.com/mal/nocovertemp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	z-index: -1;
}

.hide {
	pointer-events: none;
	position: relative;
	display: block !important;
	margin-left: -200px;
	width: 200px;
	height: 120px;
	background-clip: content-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	float: left;
}
