get paid to paste

Aris the Lion's Classic layout

@import url(http://storage.live.com/items/4A07C1EEED420167%21162);
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/more";

/*
Got a question or want to learn more? Try this link:
http://myanimelist.net/clubs.php?cid=19736
*/


/*
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://i.imgur.com/zOu39Z9.jpg);
background-attachment: fixed;
}



/*
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:Lucida Calligraphy;
font-size:30px;
}



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

.table_header {
background-color:purple;
}



/*
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:black;
font-family:Century Gothic, sans-serif;
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-family:Lucida Grande;
font-size:12px;
}



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

#list_surround {
border-radius: 25px 25px 25px 25px;
width:650px;
}



/*
LIST COLOR
The numbers in parenthesis below control the color of your list background itself. The first number is the amount

of red, the second amount of green, third blue, and each can be set to a maximum of 255 and minimum of 0. The 4th

number in parenthesis is the opacity amount, which can be set from .0 (invisible) to 1 (completely opaque).

For more info on RGBA color see this tutorial:
http://myanimelist.net/forum/?topicid=440525
*/


.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
background-color: rgba(218,165,32,1);
}



/*
ROW HOVER COLOR
Change the color you see on a row only when you put your cursor over it with this code, you use the same color

change style as in the above code.
*/

tr:hover [class^=td] {
background-color: rgba(184, 134, 11, 0.9) !important;
}



/*
REPOSITION MAIN BACKGROUND
Change the position your background starts on your screen from with the two properties after "background-position"

below.

You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom,

right, or center.

So if you want your background to start from the center of the screen, use "center center" after background-

position in the code below, replacing "center 43%".
If you want it to start from the top and left, use "top left"
If you want it to start from the top and center, use "top center".
If you want it to start from the right and top, use "right top"
If you want it to start from the right and bottom, use "right bottom"
and so forth...

Additionally, you can change "left" to a % to determine how far left or right the background starts from. For

example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout.

You can also change top to a % to change the amount you want to start it from the top or bottom.
*/

body{
background-position: center 43%;}




/*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!
*/

body {
font-weight: light;
background-repeat: no-repeat;
background-color: black;
}
#list_surround {
margin:auto;
background-image:url();
}
a {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:visited:hover {
color:black;
text-decoration:underline;
}
.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
border-width:0;
padding:2px;
}

.category_totals:HOVER,
.td1:HOVER,
.td2:HOVER,
#grand_totals:HOVER,
#copyright:HOVER {background-color:black;
border-width:0;
padding:2px;
}
#copyright:after {
content: " Layout coded by Ari_the_Lioness. All images belong to their respective owners.";
}
.thickbox {
color:cyan;
font-family:fantasy;
font-size:12px;
}
.header_title {
height:28px;
padding:2px;
}
.table_header {
border-width:0;
font-weight:bold;
padding:2px;
}
.category_totals {
height:30px;
}
#copyright, #grand_totals {
text-align: center;
margin:0 auto;
}
tr:hover [class^=td] {
-moz-transition: .2s linear;
-webkit-transition: .2s linear;
-o-transition: .2s linear;
}

body {
background-size: cover;
}


/*
Anime List only

CURRENTLY WATCHING HEADER
This is the header above currently watching/reading. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. 

If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". 
*/
.header_cw {
background-image:url(http://i.imgur.com/dKTWML6.png);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
color:;
font-family:;
font-size:;
}



/*
COMPLETED HEADER
This is the header above your anime/manga that's completed. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. 

If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". 
*/
.header_completed {
background-image:url(http://i.imgur.com/FD6327k.png);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
color:;
font-family:;
font-size:;
}



/*
ON-HOLD HEADER
This is the header above your animes/mangas on-hold. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. 

If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". 
*/
.header_onhold {
background-image:url(http://i.imgur.com/VP7Unej.png);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
color:;
font-family:;
font-size:;
}



/*
DROPPED HEADER
This is the header above your dropped animes/mangas. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. 

If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". 
*/
.header_dropped {
background-image:url(http://i.imgur.com/DAkmkiJ.png);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
color:;
font-family:;
font-size:;
}



/*
PLAN TO WATCH HEADER
This is the header above the anime/manga you plan to see or read on your list. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. 

If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". 
*/
.header_ptw {
background-image:url(http://i.imgur.com/I8hS0ne.png);
height: 100px;
margin-bottom: 0px;
background-color: transparent;
background-repeat: no-repeat;
color:;
font-family:;
font-size:;
}

/*
REMOVE HEADER COLOR
You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section.
*/
.header_title {
background-color: transparent !important;
}

/*
OTHER CODES
Stuff I had to add after site changes. You need this otherwise the headers won't be visible.
*/
tbody
{background-color: transparent;
background-image: none;}


/*
REMOVE HEADER TEXT
These codes remove the original text like "Completed" and "Currently Watching" from
each category on the list. Some people will want the text gone so they can have their own custom logos. But if you want the text back, you have to remove this whole section. It shouldn't affect the images in any way.
*/
.header_title {
color: gray !important;
color: transparent !important;
font-size: 1px !important;
font-size: 0px !important;
font-size: 0 !important;
font-size: 0pt !important;
}

#list_surround {
position: absolute !important;
right: 50px !important;}


/*
Top 
*/

.table_header {
border-color: black;
border-style: solid;
border-width: 3px 0 0 !important;
}

/*
Top sides
*/
td.table_header:first-of-type {
border-color: black;
border-style: solid;
border-width: 3px 0 0 3px !important;
}
td.table_header:last-of-type {
border-color: black;
border-style: solid;
border-width: 3px 3px 0 0 !important;
}


/*
Sides of list table (anime/manga entries)
*/
.td1:first-of-type, .td2:first-of-type {
border-color: black;
border-style: solid;
border-width: 0 0 0 3px !important;
}
.td1:last-of-type, .td2:last-of-type {
border-color: black;
border-style: solid;
border-width: 0 3px 0 0 !important;
}


/*
Bottom and bottom sides
*/
.category_totals {
border-color: black;
border-style: solid;
border-width: 0 3px 3px !important;
}


/*
Other tables at bottom
*/
#grand_totals,
#copyright {
border-color: black;
border-style: solid;
border-width: 3px !important;
}

/* THUMBNAIL SETTINGS
Settings for the thumbnails of covers seen on your list. Height and width control the size, while margin-left and top can be added or taken away to change the position. Change the border size, type, or color, with the first border code.*/
.hide {
height:55px;
width:35px;
margin-left:33px;
margin-top:-65px;
border:1px solid #FFFFFF;
background-color:rgba(248, 162, 200, 0.7);
background-position:50% 50%;
background-repeat:no-repeat no-repeat;
background-size:cover;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:0;
display:inline-block !important;
position: absolute;
}

/*THUMBNAIL HOVER SETTING
This is the setting for the cover when you point to a thumbnail. Move the cover's position with the margin codes. Change its size with the padding codes. */
.hide:hover {
margin-left:-140px;
padding-right:150px;
padding-top:220px !important;
background-color:transparent;
background-repeat:no-repeat no-repeat;
background-size:cover;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
border-top-left-radius:20px;
border-top-right-radius:20px;
box-shadow:rgba(63, 52, 60, 0.55) 0 0 8px 8px;
position:absolute;
z-index:1;
}


/*THUMBNAIL HOVER FLICKER FIX
If you reposition your covers, and notice flickering, color this red, then reload your layout. Notice where the red bar appears when you point to your covers. Move that box with this code, over the parts where you point and see flickering. Then change it back to transparent! 
*/
.hide:hover:after {
background: transparent;
content: " ";
height: 75px;
left: 0;
position: absolute;
top: 0;
width: 210px;
z-index: 20;
}


/*ANIMATION FOR ZOOM
Change the timing of how long it takes for it zoom out here! Its set to .25 seconds by default.
*/
* {
-webkit-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}


/*ROW WIDTH AND SPACING
This will increase the height of your rows and move the anime title to the left. It might look funny on some layouts so you'll have to adjust it or ask for help! Height is the height, padding left is the space the anime title moves from the left. 
*/
.td1:nth-of-type(2), .td2:nth-of-type(2) {
height: 62px;
padding-left: 42px;
}

/*
CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT)
Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. 
*/

#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3),
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7),
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) {
display: tab\le-cell;
}

#list_surround small a:last-of-type {
display: none !important;
}

.animetitle + small {
visibility: visible !important;
}

#list_surround a[href*="http://myanimelist.net/panel.php?go=edit"],
#list_surround a[href*="http://myanimelist.net/editlist.php?type="], 
#list_surround a[href*="http://myanimelist.net/panel.php?go=add"] {
visibility: visible !important;
margin-right: 10px
}

.td1:nth-of-type(6) small, .td2:nth-of-type(6) small,
.td1:nth-of-type(5) small, .td2:nth-of-type(5) small,
.td1:nth-of-type(4) small, .td2:nth-of-type(4) small {
visibility: visible !important;
}

.td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover,
.td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover,
.td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{
text-decoration: underline;
}

Pasted: Sep 1, 2016, 2:24:40 am
Views: 45