@import url(http://fonts.googleapis.com/css?family=Cookie); /* Got a question or want to learn more? Try this link: http://myanimelist.net/forum/?topicid=419405&show=0#post1 */ /* 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://i1277.photobucket.com/albums/y497/larsbrummans/yandere165848game_cghanamiya_nagisakuroya_shinobuseifukutrumpleushinawareta_mirai_wo_motomete_zps751a82bf.png); background-attachment: fixed; background-size: cover; background-position: center; font-weight: light; background-repeat: no-repeat; background-color: black; font-family: Lucida Sans Unicode;} /* 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). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations). */ .header_title {background-color:blue; color:yellow; font-family: Cookie; font-size: 48px; height:52px; padding:2px;} /* SUB-HEADERS Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header {background-color:navy; border-width:0; font-weight:bold; padding:2px;} /* 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: cyan; font-family: Comic Sans MS; font-size: 16px;} /* 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;} /* LIST WIDTH Use this to increase the width of your list! */ #list_surround {width:750px; margin:auto; position: absolute !important; right: 50px !important;} /*OTHER CODES Important codes for the layout's setup. Don't mess with these unless you know exactly 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! */ a {text-decoration:none;} a:visited {text-decoration:none;} a:hover, a:visited:hover {color:red; text-decoration:underline;} .category_totals, .td1, .td2, #grand_totals, #copyright {background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); border-width:0; padding:2px;} .category_totals:hover, #grand_totals:hover, #copyright:hover {background-color:black; border-width:0; padding:2px;} tr:hover td[class^="td"] {background-color:black;} .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:cyan;} .status_not_selected a {color:white;} .thickbox {color:cyan; font-family:fantasy; font-size:12px;} .category_totals {height:30px;} #copyright, #grand_totals {text-align: center; margin:0 auto;} #copyright:after {content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info.";}