Advertisement
Guest User

Chuuni CSS

a guest
Mar 4th, 2013
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);@import url(http://fonts.googleapis.com/css?family=Quattrocento:400,700);@import url(https://dl.dropbox.com/u/11174326/Chu2/filters.css);* { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}::selection { background: #f1d641; /* Safari */ color: #fff;}::-moz-selection { background: #f1d641; /* Firefox */ color: #fff;}/* Styling the document body */BODY { margin: 0; color: #e8f6fa; font-size: 12px; font-family: 'Quattrocento Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background-color: #061221; background-image: url('https://dl.dropbox.com/u/11174326/Chu2/bg1.png'); background-repeat: no-repeat; background-position: fixed; background-size: 100% auto;}/* Positioning the entire list */#list_surround::before { content: url('https://dl.dropbox.com/u/11174326/Chu2/rikkaswish.png'); position: relative; z-index: -1; top: 130px; height: 620px;}#list_surround{ margin: 0 auto; width: 1140px; margin-top: -130px;}#copyright::before { content: "Tyrant\2018s Eye theme by James Wu";}#list_surround >, #grand_totals, #copyright { width: 754px !important; float: right;}/* Link styles */ a { color: #e8f6fa; text-decoration: none; } a:visited { color: #e8f6fa; text-decoration: none; } a:hover { color: #e8f6fa; border-bottom: 1px solid #e8f6fa; } a:active { position: relative; top: 1px; }/* Generic styles */ {}small { padding: 2px 2px 0px 2px; color: #fff; text-transform: uppercase; background-color: rgba(132, 149, 154, 1); margin-left: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: 0px -1px 0px #061221;}div[style="float: right;"] small { background-color: transparent !important; border-radius: 0px !important;}/*// Alternating row color 1*/ .td1 { color: #e8f6fa; padding: 10px; background-color: rgba(57, 57, 57, 0.7); } /*// Alternating row color 2*/ .td2 { color: #e8f6fa; padding: 10px; background-color: rgba(84, 84, 84, 0.7); } .category_totals { background-color: rgba(132, 149, 154, 1); padding: 10px; text-align: center; text-transform: uppercase; border-top: 1px solid #e8f6fa !important; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; } /*// This represents the "Anime Title", "Score", "# Eps" columns*/ .table_header { background-color: rgba(132, 149, 154, 1); padding: 10px; text-transform: uppercase; border-bottom: 2px solid #061221 !important; } /*// headerLink represents the color of the links inside the_header*/ .table_headerLink { color: #e8f6fa; } .table_headerLink:visited { color: ; } .table_headerLink:hover { color: ; }/*// Controls the select form decoration (the drop down select box)*/ .form { border-width: 1px 1px 1px 1px; border-color: #000000; border-style: solid; color: #000000; padding: 2px; font-size: 11.00px; font-family: Verdana, Arial; } /* Which 'status' up top is selected? */.status_selected, .status_not_selected { color: #000000; padding: 10px; background-color: #061221; margin: 10px 0px; position: relative; height: 66px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.status_selected a, .status_not_selected a { position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in*/ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */}.status_selected{ opacity: 1 !important}.status_not_selected{}/*Header classes for Currently Watching, Completed, Dropped, etc...*/.header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span{ font-family: 'Quattrocento', serif; font-weight: 700; font-size: 30px !important; text-transform: uppercase; text-shadow: 0px 0px 20px #adfcfe;}.header_cw span:hover, .header_completed span:hover, .header_onhold span:hover, .header_dropped span:hover, .header_ptw span:hover{ text-shadow: 0px 0px 30px #adfcfe;}.header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw{ margin-top: 20px !important;}.header_onhold {}.header_dropped {}.header_ptw {}.header_title { font-size: 14px; font-weight: bold;}#grand_totals{ margin-top: 50px; text-align: center; text-transform: uppercase; position: relative; z-index: 1;}/*#grand_totals::after { content: url('https://dl.dropbox.com/u/11174326/Chu2/apples.png'); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -2;}*//* header_al is thesurrounding "User's Anime List" at the top */.header_al{ font-weight: bold; font-size: 16px;}/* header_al_links is thewith your "Profile" and "MyAnimeList home" links */.header_al_links{}/* controls what styles you can give to all the anime titles in your list */.animetitle{ /*font-weight: bold;*/}/*copyright contains the "Producted by Garrett Gyssler" textDO NOT REMOVE OR HIDE THIS DIVIF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO*/#copyright{ padding-top: 6px; text-align: center; margin: 0 auto; width: 920px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement