Forum Settings
Forums

[CSS][Classic] Fundamental Layout [6/23/17]

New
Jun 23, 2017 7:43 AM
#1

Offline
Jan 2012
58
Hi guys, I just want to share a layout that I made. I wanted a layout that looked simple and pleasing to the eye. This is what I came up with. It comes in two versions, light and dark. I hope you guys like it :).

*NOTE:
- For the covers to work correctly, change my username to your own in the mal-image import.
- For a version without covers, go here: https://myanimelist.net/forum/?topicid=1630701#msg51266377
- If you want to change the color of the header, add this to the bottom of the code and edit the colors in linear-gradient();
/* Header image*/
body:before {
  background-image: url("https://isaychris.github.io/themes/fundamental/assets/pattern1.png"), url("https://isaychris.github.io/themes/fundamental/assets/pattern2.png"), linear-gradient(120deg, #155799, #159957);
}




Fundamental V1.3 - Dark (clickable)



Usage:
@import url('https://mal-image.appspot.com/all/isaychris');
@import url('https://isaychris.github.io/themes/fundamental/v1.3/dark/layout.css');

/* Avatar */
#inlineContent {
  background-image: url('https://myanimelist.cdn-dena.com/images/userimages/1117293.jpg');
}

/* User tag */
#inlineContent:after {
  content: "iSayChris";
}



---------------------------------------------------------------------------------------------------------------


Fundamental V1.3 - Light (clickable)



Usage:
@import url('https://mal-image.appspot.com/all/isaychris');
@import url('https://isaychris.github.io/themes/fundamental/v1.3/light/layout.css');

/* Avatar */
#inlineContent {
  background-image: url('https://myanimelist.cdn-dena.com/images/userimages/1117293.jpg');
}

/* User tag */
#inlineContent:after {
  content: "iSayChris";
}

isaychrisJun 26, 2017 8:17 AM
Jun 23, 2017 7:43 AM
#2

Offline
Jan 2012
58
IN CONSTRUCTION

Other Themes:

Minimalist V6.1



Usage:
@import url('https://mal-image.appspot.com/all/isaychris');
@import url('https://isaychris.github.io/themes/minimal/v6.1/layout.css');

/* Background */
body {
    background-attachment: fixed !important;
    background-color: #f0f0f0 !important;
    background-image: url("https://isaychris.github.io/themes/minimal/assets/background.png") !important;
    background-repeat: repeat-x !important;
}

/* Banner */
:nth-child(5) .header_title {
    background: rgba(255, 255, 255, 0) url("https://isaychris.github.io/themes/minimal/assets/banner.gif") no-repeat scroll center center / 100% 100%;
}

/* User tag */
:nth-child(5) .header_title::before {
    content: "MyAnimeList";
}



--------------------------------------------------------------------------------------------


Sidebar V1



Usage:
@import url('https://mal-image.appspot.com/all/isaychris');
@import url('https://isaychris.github.io/sidebar/v1/layout.css');

/* Banner */
#list_surround::before {
  background-image: url("https://isaychris.github.io/themes/sidebar/assets/banner.gif");
}

/* Avatar */
#inlineContent {
  background-image: url("http://cdn.myanimelist.net/images/userimages/1117293.jpg");
}



--------------------------------------------------------------------------------------------


Current V1



Usage:
@import url('https://mal-image.appspot.com/all/isaychris');
@import url('https://isaychris.github.io/themes/current/layout.css');

/* Banner */
#list_surround::before {
  background-image: url("http://i.imgur.com/lxDniKJ.gif");
}

/* User tag */
#inlineContent::before {
  content: "水に流す";
}






isaychrisJun 23, 2017 9:05 AM
Jun 23, 2017 8:07 AM
#3

Offline
May 2015
1149
I always used your V1 layout when I was messing about with CSS but eventually turned to the modern layout when it was released but I'm really liking this new layout tons! Might end up switching back to classic.

Really nice work! I love it :3
Jun 24, 2017 10:59 AM
#4

Offline
Jan 2012
58
hey, thank you :).
Jun 24, 2017 3:26 PM
#5

Offline
Mar 2012
3
Thanks a lot for the awesome layout!!!
Jun 25, 2017 12:45 PM
#6

Offline
Jan 2012
58
Hey guys. I realized that not all would want covers on their list, so heres version 1.3.1


Fundamental V1.3.1 - Light


Usage:
@import url('https://isaychris.github.io/themes/fundamental/v1.3.1/light/layout.css');

/* Avatar */
#inlineContent {
  background-image: url('https://myanimelist.cdn-dena.com/images/userimages/1117293.jpg');
}

/* User tag */
#inlineContent:after {
  content: "iSayChris";
}



-----------------------------------------------------------


Fundamental V1.3.1 - Dark


Usage:
@import url('https://isaychris.github.io/themes/fundamental/v1.3.1/dark/layout.css');

/* Avatar */
#inlineContent {
  background-image: url('https://myanimelist.cdn-dena.com/images/userimages/1117293.jpg');
}

/* User tag */
#inlineContent:after {
  content: "iSayChris";
}


isaychrisJun 25, 2017 12:50 PM
Jun 25, 2017 6:42 PM
#7

Offline
Apr 2014
244
used your minimal layout before and now using this.
good stuff 👌and thanks
Jul 30, 2017 9:20 AM
#8
Offline
Oct 2016
3
Jul 30, 2017 2:00 PM
Offline
Jul 2018
564612
@uskfantasma add it at the TOP of your css code, not bottom
Jul 30, 2017 3:47 PM
Offline
Oct 2016
3
ryukan said:
@uskfantasma add it at the TOP of your css code, not bottom


Thx man <3 :DDDDDDDDDDDDDD
Jan 25, 2018 5:48 AM
Offline
Oct 2013
2
Hi Chris ! :D I would like to thank you to every custom list you have done ! They are pretty usefull :D well, is there any way too change the header of the new list ? I love it but i wanted to put a picture instead of the 2 colors and my avatar.
Sorry for my roughly english ! Have a nice day
Aug 8, 2018 6:40 AM

Offline
Apr 2014
244
can i has code for modern version ? :3
Sep 25, 2018 1:51 PM
Offline
Jul 2017
2
Hi,

I've been trying to implement the fundamental light theme on my list design and i've stumbled into a couple of problems.

1. my profile picture will not appear
2. my username wont appear underneath the picture
3. the icons for the anime shows are blank

any idea on how to fix this?

Many Thanks

p.s. keep making awesome themes
Oct 6, 2018 1:07 AM

Offline
Aug 2015
1326
I'm really liking this new layout tons! Might end up switching back to classic.


Mar 10, 2019 9:38 PM

Offline
May 2015
2
I tried to install one of these, it all works fine except the little images next to the anime titles. Any solution? :o
Mar 11, 2019 5:23 PM

Offline
Feb 2010
11294
Grayroad said:
I tried to install one of these, it all works fine except the little images next to the anime titles. Any solution? :o


https://myanimelist.net/forum/?topicid=439897

check under
How to fix missing or blurry preview pictures (covers, thumbnails, etc)
Mar 11, 2019 6:37 PM

Offline
May 2015
2
Shishio-kun said:
Grayroad said:
I tried to install one of these, it all works fine except the little images next to the anime titles. Any solution? :o


https://myanimelist.net/forum/?topicid=439897

check under
How to fix missing or blurry preview pictures (covers, thumbnails, etc)


ty kind man, resolved!
Apr 10, 2021 6:31 AM

Offline
Jun 2020
586
Only question/problem I have is the cover pic sticking to the bottom, as you can see here:



You think there might be a way to make it stay in the center or possibly adjust to the height of the row?

If you are still active I hope you might be able to help out, but either way this might just be te best list design out there imo, and I'll definetly stick with it for a while, amazing work! :)

『歌』
◁  ❚❚  ▷
‎‎‎‎‎‎‎‏‏‎ ‎
Apr 18, 2021 4:34 PM
Offline
Nov 2018
1
Really liking the layout. I discovered that when I went into icognito mode to view my profile, it would break the whole page. Like this: https://imgur.com/a/bSYChvd
I'm found a fix on this site, in case you want a point of reference.
source: https://myanimelist.net/forum/?topicid=439897

For me changing:
@import url('https://isaychris.github.io/themes/fundamental/v1.3/dark/layout.css');
into
@import "https://isaychris.github.io/themes/fundamental/v1.3/dark/layout.css";
seemed to fix this issue for me.
Mar 17, 2022 10:44 PM

Offline
Nov 2016
60
DimitrovN said:
Only question/problem I have is the cover pic sticking to the bottom, as you can see here:



You think there might be a way to make it stay in the center or possibly adjust to the height of the row?

If you are still active I hope you might be able to help out, but either way this might just be te best list design out there imo, and I'll definetly stick with it for a while, amazing work! :)


I fixed it by changing width in #list_surround to 940px.

More topics from this board

» How to Export/Backup Your Anime List Automatically! (TamperMonkey Script)

hacker09 - May 18, 2020

7 by Vapor_AU »»
Apr 26, 5:56 PM

» The Poetry thread ( 1 2 3 4 5 )

TheConquerer - Sep 17, 2015

220 by 707supremacist »»
Apr 26, 5:42 PM

» What software(s) and hardware(s) do you use for digital drawings?

DesuMaiden - Apr 16

18 by 707supremacist »»
Apr 26, 5:29 PM

» Share Your YouTube Channel/Videos! ( 1 2 3 4 5 ... Last Page )

nin-tendo - Dec 16, 2022

363 by nin-tendo »»
Apr 26, 12:25 PM

» Protect or punish?

DollzchanAi - Apr 18

4 by DollzchanAi »»
Apr 25, 6:15 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login