Forum Settings
Forums
New
Dec 27, 2015 1:15 AM
#1

Offline
Feb 2010
12692
This layout is custom CSS. If you don't know how to install it, use the easy starter tutorial: Beginner's Tutorial

For more layouts check the Full list of Premade Layouts.

More useful topics: All CSS tutorials * Fixing or changing covers * Changing headers



One of Hahaido's early layouts! A combination of simplicity, functionality and beauty.




Layout code


@\import "https://fonts.googleapis.com/css2?family=Astloch&display=swap";
@\import "https://dl.dropboxusercontent.com/s/4ny5osuhorznwmg/CategoryMenu.css";
@\import "https://dl.dropboxusercontent.com/s/5pfd3pqga8wff2g/Style.css";
@\import "https://dl.dropboxusercontent.com/s/2ensrp19t4nwtvr/TabContent.css";
@\import "https://dl.dropboxusercontent.com/s/7upf15kf6dqkcxv/TopMenu.css";
@\import "https://dl.dropboxusercontent.com/s/ww53664rcvl65hm/Favorites.css";
{}


* { cursor: url('https://i.imgur.com/duQchL1.png') 2 16, auto; }

#list_surround br { display:none; }

body:before {
position: fixed !important;
display: block;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(https://i.imgur.com/0BBlhmS.png);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}

body {
background-image: url('https://i.imgur.com/NzjUdqh.png'); /* City background */
background-repeat: repeat;
color: #ffa67e;
font-size: 12px;
font-weight: 600;
font-family: 'Astloch', cursive; /* Custom font */
letter-spacing: 1.5px;
overflow-x: hidden;
}

a { text-decoration: none; }

#list_surround:before {
position: absolute !important;
display: block;
content: '';
left: 400px;
top: -154px;
width: 300px;
height: 156px;
background: url(https://i.imgur.com/xEGCmp2.png) no-repeat;
z-index: 1;
}


#mal\_cs_listinfo div:first-of-type:before {
content: 'There is no such thing as coincidence in this world, ';
color: #d9898a;
}



#mal\_cs_links div a[href*="addtolist"] {
visibility: visible !important;
position: fixed !important;
display: block !important;
content: none !important;
color: transparent !important;
text-shadow: none !important;
height: 48px;
width: 48px;
top: 68px !important;
left: 0 !important;
border: solid 1px #2b2742;
border-left: none;
background-color: rgba(43, 39, 66, 1);
background-image: url('https://i.imgur.com/jduKIX9.png') !important;
}


#mal\_cs_listinfo div:last-of-type a:after {
visibility: hidden;}

.status_not_selected a, .status_selected a {
background-color: #35366e;}





How to speed up and improve the layout look
For a better display, it's recommended you lower the number of list columns to better accommodate the layout table:
https://myanimelist.net/editprofile.php?go=listpreferences
You can also start the layout on Currently Watching or Reading rather than a larger category (go to Default Status Selected) to help speed up the load time. Save when done.




Thanks to Valerio_Lyndon for repairing this design!


Shishio-kunMay 24, 2023 4:06 PM
Reply Disabled for Non-Club Members
Dec 16, 2017 2:29 PM
#2

Offline
Feb 2010
12692
Layout fixed, new codes in the OP
Jan 16, 2020 2:21 PM
#3

Offline
Feb 2018
54
I am trying to do this layout but I can't tell which CSS is for the wallpaper and which is for the side character. I also tried to do the cursor but it wouldn't show up.

Here's what mine looks like:

@import "https://dl.dropboxusercontent.com/s/4ny5osuhorznwmg/CategoryMenu.css";
@import "https://dl.dropboxusercontent.com/s/5pfd3pqga8wff2g/Style.css";
@import "https://dl.dropboxusercontent.com/s/2ensrp19t4nwtvr/TabContent.css";
@import "https://dl.dropboxusercontent.com/s/7upf15kf6dqkcxv/TopMenu.css";
@import "https://dl.dropboxusercontent.com/s/ww53664rcvl65hm/Favorites.css";
{}


* { cursor: url('') 2 16, auto; }

#list_surround br { display:none; }

body:before {
position: fixed !important;
display: block;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url('');
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}

body {
background-image: url(''); /* City background */
background-repeat: repeat;
color: #ffa67e;
font-size: 12px;
font-weight: 600;
font-family: 'Astloch', cursive; /* Custom font */
letter-spacing: 1.5px;
overflow-x: hidden;
}

a { text-decoration: none; }

#list_surround:before {
position: absolute !important;
display: block;
content: '';
left: 400px;
top: -154px;
width: 300px;
height: 156px;
background: url('.png') no-repeat;
z-index: 1;
}


#mal\_cs_listinfo div:first-of-type:before {
content: 'There is no such thing as coincidence in this world, ';
color: #d9898a;
}



#mal\_cs_links div a[href*="addtolist"] {
visibility: visible !important;
position: fixed !important;
display: block !important;
content: none !important;
color: transparent !important;
text-shadow: none !important;
height: 48px;
width: 48px;
top: 68px !important;
left: 0 !important;
border: solid 1px #2b2742;
border-left: none;
background-color: rgba(43, 39, 66, 1);
background-image: url('.jpg') !important;
}


#mal\_cs_listinfo div:last-of-type a:after {
visibility: hidden;}

.status_not_selected a, .status_selected a {
background-color: #35366e;}
Webtoons, anime, & manga fuel my soul
Jan 16, 2020 9:11 PM
#4

Offline
Feb 2010
12692
TruLuv113 said:
I am trying to do this layout but I can't tell which CSS is for the wallpaper and which is for the side character. I also tried to do the cursor but it wouldn't show up.

Here's what mine looks like:

@import "https://dl.dropboxusercontent.com/s/4ny5osuhorznwmg/CategoryMenu.css";
@import "https://dl.dropboxusercontent.com/s/5pfd3pqga8wff2g/Style.css";
@import "https://dl.dropboxusercontent.com/s/2ensrp19t4nwtvr/TabContent.css";
@import "https://dl.dropboxusercontent.com/s/7upf15kf6dqkcxv/TopMenu.css";
@import "https://dl.dropboxusercontent.com/s/ww53664rcvl65hm/Favorites.css";
{}


* { cursor: url('') 2 16, auto; }

#list_surround br { display:none; }

body:before {
position: fixed !important;
display: block;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url('');
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}

body {
background-image: url(''); /* City background */
background-repeat: repeat;
color: #ffa67e;
font-size: 12px;
font-weight: 600;
font-family: 'Astloch', cursive; /* Custom font */
letter-spacing: 1.5px;
overflow-x: hidden;
}

a { text-decoration: none; }

#list_surround:before {
position: absolute !important;
display: block;
content: '';
left: 400px;
top: -154px;
width: 300px;
height: 156px;
background: url('.png') no-repeat;
z-index: 1;
}


#mal\_cs_listinfo div:first-of-type:before {
content: 'There is no such thing as coincidence in this world, ';
color: #d9898a;
}



#mal\_cs_links div a[href*="addtolist"] {
visibility: visible !important;
position: fixed !important;
display: block !important;
content: none !important;
color: transparent !important;
text-shadow: none !important;
height: 48px;
width: 48px;
top: 68px !important;
left: 0 !important;
border: solid 1px #2b2742;
border-left: none;
background-color: rgba(43, 39, 66, 1);
background-image: url('.jpg') !important;
}


#mal\_cs_listinfo div:last-of-type a:after {
visibility: hidden;}

.status_not_selected a, .status_selected a {
background-color: #35366e;}


This original layout probably needs to be repaired with
https://www.youtube.com/watch?v=KWKJ3vyj2D8

in the CSS, body:before
https://dl.dropbox.com/u/78192465/MyAnimeList/xxxHolic/Images/Yuuko.png
was the render and body
https://dl.dropbox.com/u/78192465/MyAnimeList/xxxHolic/Images/background.png
was probably the background. Using layout-repair techniques would locate those images but looks like you don't need them
May 18, 2023 9:46 PM
#5

Offline
Feb 2010
12692
Still working well, beautiful design! :D
May 22, 2023 1:38 PM
#6
平沢唯

Offline
Dec 2016
2206
If the font isn't loading, add this import to the top:
@\import "https://fonts.googleapis.com/css2?family=Astloch&display=swap";
May 23, 2023 3:52 PM
#7

Offline
Feb 2010
12692
Valerio_Lyndon said:
If the font isn't loading, add this import to the top:
@\import "https://fonts.googleapis.com/css2?family=Astloch&display=swap";


Thanks the OP has been updated! :D
Apr 7, 2024 6:31 AM
#8
Offline
Aug 2016
2
hi!! i wanna use this layout but none of the images are loading and im not sure what to edit or where to find the original images !!
Apr 12, 2024 7:34 PM
#9
平沢唯

Offline
Dec 2016
2206
Reply to tsyndi
hi!! i wanna use this layout but none of the images are loading and im not sure what to edit or where to find the original images !!
@tsyndi Hi! I'm seeing this a bit late, but I have a repaired version on the Customiser. You can also find the plain images here or, as a last resort, in the list design archive.
Apr 18, 2024 9:23 PM
Offline
Aug 2016
2
Reply to Valerio_Lyndon
@tsyndi Hi! I'm seeing this a bit late, but I have a repaired version on the Customiser. You can also find the plain images here or, as a last resort, in the list design archive.
@Valerio_Lyndon thank you so much it works now !! i absolutely adore this layout tysm :D
Reply Disabled for Non-Club Members

More topics from this board

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

33 by iluvmozu »»
21 minutes ago

» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
Sep 24, 1:50 AM

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Sep 22, 4:35 AM

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

382 by Shishio-kun »»
Sep 22, 4:29 AM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Sep 22, 4:27 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login