Here's the Endless Summer Layout by Cateinya, edited by me, Haoto Akiyama
I changed the background image to one you desire. In case if you/or anyone want the Shigatsu wa Kimi no Uso. Change the "background-image" 's link into this: http://jonvilma.com/images/your-lie-in-april-15.jpg
/*
Endless Summer Layout by Cateinya
Shigatsu wa Kimo no Uso Layout edited by Haoto Akiyama
Thanks to Syaoran3 (covers) and BurntJelly (genres, synopsis) for their generators
*/
/* information on the left (end of line) */
.list-item:nth-of-type(5n) .data:not(.title):not(.status):not(.score):not(.progress):not(.chapter):not(.volume),
.list-item:nth-of-type(5n + 1) .data:not(.title):not(.status):not(.score):not(.progress):not(.chapter):not(.volume) {
margin-left: var(--margin-left-data-last-in-row);
}
#copyright:after {
/* Custom copyright text */
content: "Endless Summer Layout by Cateinya.";
}
/* OTHER */
/* fix for browsers that do not support variables (IE I'm looking at you) */
/* Note : those browsers seems to have dificulties with transform too (used in category menu). Fix not found yet */
@supports not (margin-left:var(--checkvar)) {
.list-table:before {
background: rgba(0,0,0,0.5);
border-radius: 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
content: "It seems like your browser does not support some of the features of my layout. This may result in a bad experience while browsing my list ! Try viewing this page with another browser (Chrome or Firefox are fine).";
display: block;
font-size: 1.5em;
margin-top: 100px;
padding: 10px;
text-align: center;
}
All Comments (3) Comments
I changed the background image to one you desire. In case if you/or anyone want the Shigatsu wa Kimi no Uso. Change the "background-image" 's link into this: http://jonvilma.com/images/your-lie-in-april-15.jpg