Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (9) « First ... « 2 3 [4] 5 6 » ... Last »
Dec 28, 2014 12:41 PM

Offline
Aug 2014
432
Few themes I made when I was trying stuff out, feel free to use them.
High School DxD:
Preview
Code
My Teen Romantic Comedy SNAFU:
Preview
Code
Sword Art Online :
Preview
Code
Psycho-Pass:
Preview
code
White Album 2:
Preview
Code


If you need any help customizing them to your need just pm me, I still got the files to change the header image and such.
SatiriquesJan 16, 2015 9:38 PM
Jan 15, 2015 5:25 PM
Captain

Offline
Jun 2014
929
T
Lilsk8ter said:
Black Rock Shooter - Square-styled layout
With background and cursor.

Preview: http://i.imgur.com/VvJiQNh.jpg
Cursor: http://fc02.deviantart.net/fs70/i/2012/363/f/e/black_rock_shooter_cursor_by_anime_rai-d4wwk78.gif

Code:


Thanks a lot!!....But... I'm having problems with the image at the top of the list...its because of my resolucion? (1920x1080)??
Jan 16, 2015 10:33 AM

Offline
Aug 2014
432
CamiloJTM said:
T
Lilsk8ter said:
Black Rock Shooter - Square-styled layout
With background and cursor.

Preview: http://i.imgur.com/VvJiQNh.jpg
Cursor: http://fc02.deviantart.net/fs70/i/2012/363/f/e/black_rock_shooter_cursor_by_anime_rai-d4wwk78.gif

Code:


Thanks a lot!!....But... I'm having problems with the image at the top of the list...its because of my resolucion? (1920x1080)??


You're missing a bracket.

Jan 17, 2015 1:51 PM

Offline
Dec 2014
4
Hi there, im looking for a manga list with covers, if its possible. Thanks!
Jan 17, 2015 2:29 PM

Offline
Aug 2013
520
Khammul said:
Hi there, im looking for a manga list with covers, if its possible. Thanks!
this is NOT a request topic! As for what you are asking for, there are tons of those avaliable already.




Jan 17, 2015 2:51 PM

Offline
Dec 2014
4
Oiomi-chan said:
Khammul said:
Hi there, im looking for a manga list with covers, if its possible. Thanks!
this is NOT a request topic! As for what you are asking for, there are tons of those avaliable already.


i know It is not the right place, but the request topic is closed. I've been watching some lists, but most do not work properly, or dont show the covers. I'll try a few more, thanks.
Jan 17, 2015 2:59 PM

Offline
Aug 2014
432
Khammul said:
Oiomi-chan said:
this is NOT a request topic! As for what you are asking for, there are tons of those avaliable already.


i know It is not the right place, but the request topic is closed. I've been watching some lists, but most do not work properly, or dont show the covers. I'll try a few more, thanks.


You can easily fix the covers, that's not really a problem. You could also take a list you like and use the tutorials to add the covers yourself.
Jan 18, 2015 1:10 PM

Offline
Oct 2013
31
so this is the list I am currently using. There wasn't a premade layout for kyoukai no kanata yet so I made this one. Oh and DOES display covers on hover

here's what it looks like:


heres the code if you like it XD:
[spoiler]
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);
@import url(http://storage.live.com/items/4A07C1EEED420167%21151);
@import "http://fonts.googleapis.com/css?family=Patrick+Hand+SC";
@import "https://dl.dropboxusercontent.com/u/102421246/MAL/CSS/EditButton.css";
* {
text-decoration: none;
}
body {
background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-image: url("http://fc00.deviantart.net/fs71/f/2014/166/d/5/mirai_kuriyama___kyoukai_no_kanata_by_yayaftw-d7mk7u6.png");
background-position: 23% 0;
background-repeat: no-repeat no-repeat;
background-size: cover;
font-family: 'Margarine', cursive;
}
#list_surround {
background-attachment: fixed;
background-position: 24% 0;
background-repeat: no-repeat no-repeat;
font-size: 15px;
height: 250px;
left: 0;
line-height: 2;
margin: 0 auto;
padding-bottom: 0;
padding-top: 25px;
position: absolute;
right: 0;
width: 850px;
z-index: 0;
}
td[class^="td"]:nth-of-type(2) {
width: 533px !important;
}
a {
color: white;
text-shadow: none;
}
tr:hover [class^="td"] {
background-color: rgba(176, 97, 163, 0.8);
transition: all 0.4s ease 0s;
}
tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 {
color: white !important;
font-weight: bold;
text-shadow: 1px 2px 3px black;
transition: all 0.4s ease 0s;
}
a:hover {
color: white !important;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
.td1:nth-of-type(5), .td2:nth-of-type(5) {
color: white;
}
.td1:nth-of-type(1), .td2:nth-of-type(1) {
color: white;
}
.table_header:nth-of-type(1) {
color: white;
}
.table_header:nth-of-type(2) {
text-align: left;
}
.table_header:nth-of-type(1), .table_header:nth-of-type(2), .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) {
}
.table_header:nth-of-type(5) {
border-bottom-right-radius: 0;
border-top-left-radius: 0;
color: white;
}
.table_header, .category_totals {
background-color:rgba(90, 49, 127, 0.7) ;
border: 0 none;
opacity: 1;
padding: 8px;
text-align: center;
vertical-align: top;
}
.td1, .td2 {
background-color: rgba(90, 49, 127, 0.7);
color: white !important;
padding: 5px;
}
.td1:nth-of-type(2), .td2:nth-of-type(2) {
text-align: left;
}
.table_header:nth-of-type(6) {
}
small {
color: ;
font-weight: bold;
text-shadow: 1px 2px black;
}
.table_header, .td1, .td2, .category_totals {
color: grey;
}
.borderRBL {
line-height: normal !important;
}
[cellspacing="0"] {
line-height: 17px;
}
.category_totals {
background-color: rgba(90, 49, 127, 0.7);
border-radius: 0 0 12px 12px;
color: white;
text-align: center;
}
.category_totals:hover {
background-color: ;
color: white;
}
[class^="header_"] * {
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
font-size: 30px;
height: 50px;
line-height: 24px;
margin-bottom: 6px;
margin-left: 5px;
padding-bottom: 9px;
text-align: center;
vertical-align: bottom;
}
.header_title {
border: medium none !important;
color: white !important;
height: auto;
padding: 0 8px 0 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#grand_totals {
background-color: ;
border: 0 none;
border-radius: 3px 3px 3px 3px;
color: white;
line-height: 20px;
min-height: 20px;
padding: 8px;
text-align: center;
vertical-align: middle;
}
.status_not_selected:hover {
color: white !important;
opacity: 1;
transition: all 0.4s ease 0s;
}
.status_not_selected, .status_selected {
background-color:rgba(174, 174, 174, 0.4) ;
border: 0 none !important;
border-radius: 10px 10px 10px 10px;
height: auto !important;
padding: 4px;
text-align: center !important;
width: 16.667% !important;
}
.status_not_selected a, .status_selected a {
background-color: rgba(64, 10, 50, 0.8);
border-color: rgba(48, 44, 64, 0.5);
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
display: block !important;
font-weight: bold;
padding: 8px;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.status_selected a {
background-color: #dda0dd;
border-color: rgba(164, 16, 32, 0.5);
}
.status_not_selected a:hover {
background-color: #dda0dd;
border-color: rgba(164, 16, 32, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.status_selected a:hover {
background-color: ;
border-color:rgba(164, 16, 32, 0.5) ;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.header_cw {
background-color: rgba(90, 49, 127, 0.7);
background-position: 97% 0;
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
z-index: 0 !important;
}
.header_completed {
background-color: rgba(90, 49, 127, 0.7);
background-position: 50% 0;
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
z-index: 0;
}
.header_onhold {
background-color: rgba(90, 49, 127, 0.7);
background-position: 100% 0;
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
}
.header_dropped {
background-color: rgba(90, 49, 127, 0.7);
background-position: 50% 0;
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
}
.header_ptw {
background-color: rgba(90, 49, 127, 0.7);
background-position: 50% 0;
background-repeat: no-repeat no-repeat;
border-radius: 20px 20px 0 0;
}
:hover + .hide {
background-position: center 50% !important;
background-repeat: no-repeat !important;
background-size: cover;
border-color: white;
border-radius: 25px 25px 25px 25px;
border-style: solid;
border-width: 3px;
display: block !important;
height: 350px;
left: 52px;
padding-bottom: 0;
position: fixed;
top: 160px;
width: 226px;
}
.hide:before {
background: none repeat scroll 0 0 transparent;
border-radius: 25px 25px 0 0;
color: white;
content: "";
padding-bottom: 5px;
position: absolute;
text-align: center;
top: -25px;
width: 225px;
}
.td1:nth-of-type(6) a, .td2:nth-of-type(6) a {
color: white !important;
}
#copyright, #copyright:hover {
background-color:rgba(90, 49, 127, 0.701961);
color:white;
font-size:12px;
padding:3px;
position:absolute;
width:100%;
border-top-left-radius:0;
}
#copyright:before {
color: white;
content: "Yume99";
font-size: 17px;
padding-right: 10px;
padding-top: 10px !important;
}
#copyright:after {
color: #FFD700;
content: " ";
padding-left: 20px;
}
Jan 19, 2015 10:39 PM

Offline
Aug 2014
39
This a Tokyo Ghoul design that I created from a premade layout for the anime list and I currently use it but everyone is free to use it.

How it looks


The code for you to use it
Jan 24, 2015 11:24 AM

Offline
Oct 2013
31
This is an is a ansatsu kyoushitsu that i made and have NOT BEEN USED
it displays the covers like my other design

heres a preview:


the code XD:
yume99Feb 11, 2015 3:16 PM
Jan 29, 2015 4:28 PM

Offline
Oct 2013
272
I have create several layouts for Darker than Black character Yin. Here is one I recently made but will no longer use so I figured I would share it since there aren't many for this series.








The code is listed below... enjoy
Feb 9, 2015 3:10 PM
Offline
Nov 2014
3
Here's a simple style I made.



and the code
aCanadianFeb 9, 2015 3:29 PM
Feb 9, 2015 3:16 PM

Offline
Aug 2013
520
aCanadian said:
Here's a simple style I made.

and the code
NICE NICE NICE :3 but please use spoilers for large images




Feb 9, 2015 3:30 PM
Offline
Nov 2014
3
Ah sorry about that, it's fixed now.
Feb 11, 2015 6:35 PM
Offline
May 2014
1
looking for a shigatsu wa kimi no uso layout!! if anybody could help or donate one thanks (:
Feb 12, 2015 12:05 AM

Offline
Aug 2013
520
samsaurus said:
looking for a shigatsu wa kimi no uso layout!! if anybody could help or donate one thanks (:
well, the name sounds familiar do I think there is one, but please keep requests in the request topic.




Feb 14, 2015 2:22 PM

Offline
Aug 2011
65
samsaurus said:
looking for a shigatsu wa kimi no uso layout!! if anybody could help or donate one thanks (:

I've made a layout based on Shigatsu requested by a user (แ…Œแด—แ…Œ ) http://myanimelist.net/forum/?topicid=1099375&show=80#msg37871899

โ–ฌโ–ฌโ–ฌโ–ฌโ–ฌ ⌈ Anime List โœ– Manga List โœ– Movie List โœ– Scans Team ⌋ โ–ฌโ–ฌโ–ฌโ–ฌ
Feb 25, 2015 3:52 PM

Offline
Jun 2011
7


Mar 1, 2015 9:22 AM

Offline
Feb 2010
12645
notawake said:
GitS themed layout... sort of. I guess by changing the background it goes well with other anime too. If you like it and find any bugs please let me know.
Preview:

Code:


You always release amazing work, like the Spacey Square layout. This one is exceptional too, great work! I've featured it on the front page (will be adding more layouts there as the week goes on).
Mar 2, 2015 6:06 PM
Captain

Offline
Jun 2014
929
Satiriques said:
CamiloJTM said:
T


Thanks a lot!!....But... I'm having problems with the image at the top of the list...its because of my resolucion? (1920x1080)??


You're missing a bracket.




Thanks for your help!!
Mar 4, 2015 6:47 AM

Offline
Feb 2010
12645
GENBrian said:
I made a Nanatsu No Taizai layout for anyone to use.
Credits to TheHolyPotato for the codes
https://www.dropbox.com/s/0yf3y4bqvzdz9sy/The%20seven%20deadly%20sins.css?dl=0
Click on the link for the code


Looks like many of the image links are broken or moved?
Mar 6, 2015 4:01 PM

Offline
Jul 2013
133
Donating my blue/white layout.
Preview (clickable):

Recommended settings :
Numbers
Score
Type
Episodes

The code :
https://noblueskydropfiles.github.io/blue_whiteV3.css

Edit Dec 17, 2016 : new imports+fellow writer
Update Jan 27, 2017 : switched from fellow writer to malcat
NoblueskyJan 27, 2017 12:33 PM
Mar 13, 2015 7:59 PM

Offline
Nov 2014
205
Donated my Tokyo Ghoul layout in the creative corner section a while ago and figured that I could post it here as well.

Preview: http://i.imgur.com/kfWkDAk.jpg

The code: http://pastebin.com/pG2VYBrs
Mar 18, 2015 6:16 PM

Offline
Jun 2013
6
Mar 19, 2015 4:53 PM

Offline
Oct 2012
2409
What happens when you design a manga list for an anime character you like? This ^^

In all seriousness, I have created a manga list design for Code Geass. Mostly has Lelouch in it.

Preview:



Code:

Mar 22, 2015 7:56 AM

Offline
Jul 2013
381
@notawake
Mmm I like it! Looks really sleek, and I'm diggin' the small covers!

โœฆโ€‡anime list | manga list | css list layouts โœฆ
Mar 24, 2015 10:59 PM
Offline
Sep 2014
2
i modified this using your guides.
thanks for guides and feel free to use if you like

preview:

code:
Apr 1, 2015 6:11 PM

Offline
Mar 2011
4232
These are really simple without much element.... but since the profile/About Me layout size now is way wider I've kinda got no use for these ... so I put it here if anyone want to use them... You'll have to adjust/edit & slice them yourself though~.~

Original Character

Ene

Haikyuu!!


I've never use this one. Made it during the disabled of BBcode, but since after that the available width in about me is wider... might as well make a new one~

Yakumo Yukari
Apr 2, 2015 4:40 AM
Offline
Dec 2014
1
/* 1) Generated covers */
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css);

/* 2) Base layout */
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/style.css);

/* 3) Top-bar icons */
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css);

/* 4) Layout theme */
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css);

/* 5) Addons - Add as many as you want */
body {
background-image: url(http://i.imgur.com/reG1ijw.jpg);
background-size: cover;
background-attachment: fixed;

/* Crusor */
cursor:url(http://fc02.deviantart.net/fs70/i/2012/363/f/e/black_rock_shooter_cursor_by_anime_rai-d4wwk78.gif) 1 2, auto;
}
a:hover {
cursor: url(http://fc02.deviantart.net/fs70/i/2012/363/f/e/black_rock_shooter_cursor_by_anime_rai-d4wwk78.gif) 1 2, auto;
}

/* 6) Options */
/* Determines the number of covers on each row, it should be a multiple of 242px */
#mal_control_strip, #list_surround {max-width: 1452px;}

/* Header picture */
#inlineContent {background-image: url(http://i.imgur.com/bQraOD5.jpg);}

/* Default picture when no cover is found */
.hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/mal.jpg);}

/* Links color */
a {color: ;}
Apr 10, 2015 12:35 PM

Offline
Mar 2013
20
This is a Valkyria Chronicles layout I just finished. I currently use it myself, but I don't mind if others use it as well.

Preview:

Code
required list settings:

image I used for marking favorites
Redlord307May 17, 2015 11:03 AM
Apr 22, 2015 4:13 PM
Offline
Sep 2014
2
My another modified square layout, i just improved last one and add some hover effects.
For live preview, i currently use it.

preview:

code:
Apr 26, 2015 3:22 PM

Offline
Apr 2008
125
Donating my Log Horizon layout. It's a mod of a Psycho-PASS layout I found on here a while back.

preview:

code:
Leader of Whiteout Scans
Current project: ReLIFE
Jun 20, 2015 2:08 PM

Offline
Mar 2015
308
As a huge Fate / Stay Night fan, I couldn't resist to make another skin of it (based on Ayame's awesome F/SN skin)

preview (seems like the img doesnt wanna pop up here, tried 3 different ways of bb-coding, my anime list has this skin so you can see it live, if a mod can make this img show here, plz edit it then):


code:
HiroyuukiJun 20, 2015 2:21 PM
Jun 20, 2015 7:53 PM
Offline
Jan 2015
1
Blazeflack said:
nBlur said:
I edited a bit u531355's Square layout..


I like it, I was actually thinking about re-making Square Layout with the same kind of design as you got going on. Perhaps I will just build on top of what you have already done, if you don't mind.

I also noticed 2 issues when viewing your list as a visitor:





Good job nonetheless.



do you have the cod? I can't find it anywhere.
If anyone have the code, Please send it to me.
Jun 21, 2015 3:13 AM

Offline
Mar 2015
308
deofre said:

do you have the cod? I can't find it anywhere.
If anyone have the code, Please send it to me.


you can easily access the codes itself from pages by right clicking the page and then click 'page source' or 'source' or smth.
Jun 21, 2015 9:32 PM

Offline
Feb 2010
12645
deofre said:
Blazeflack said:


I like it, I was actually thinking about re-making Square Layout with the same kind of design as you got going on. Perhaps I will just build on top of what you have already done, if you don't mind.

I also noticed 2 issues when viewing your list as a visitor:





Good job nonetheless.



do you have the cod? I can't find it anywhere.
If anyone have the code, Please send it to me.


For now use
http://pasted.co/9314062b
Shishio-kunJun 24, 2015 8:56 AM
Jun 23, 2015 1:57 PM
Offline
Sep 2013
2
I need help. I can't find this CSS. I really want this Layout.

Jun 24, 2015 7:43 AM
Offline
Jul 2014
17
Bolaxinha said:
I need help. I can't find this CSS. I really want this Layout.



I also need help finding that layout as well
Jun 24, 2015 7:47 AM
Offline
Jul 2014
17
Shishio-kun said:
deofre said:



do you have the cod? I can't find it anywhere.
If anyone have the code, Please send it to me.


For now use


That used to be my layout but it is broken now
Shishio-kunJun 24, 2015 8:56 AM
Jun 24, 2015 8:56 AM

Offline
Feb 2010
12645
BoyScouts1 said:
Shishio-kun said:


For now use


That used to be my layout but it is broken now


Whoops I posted the wrong link
http://pasted.co/9314062b
Jun 24, 2015 2:31 PM

Offline
Feb 2010
12645
I've rehosted the space-themed Square layout and also made manga versions in this topic:

http://myanimelist.net/forum/?topicid=1398354

Jun 24, 2015 8:12 PM
Offline
Sep 2013
2
Shishio-kun said:
I've rehosted the space-themed Square layout and also made manga versions in this topic:

http://myanimelist.net/forum/?topicid=1398354



Thank you so much for your help! :D
Jul 3, 2015 10:38 PM

Offline
Feb 2011
216
iSable said:
Only recently joined MAL. Took me a while to get the lists up to date. But once I did I ended up here while searching for the ways to improve the looks of the lists. I sort of ended up mashing up different styles and codes I found here while editing here and there apart from doing additional stuff with Adobe Photoshop. This is what I got. Feel free to use :)





Hi, thanks for sharing it!
I changed the placement of the covers because they were too low on my screen and I could not see them but I'm having a problem with the menu bar, it seems dropbox deleted the info and it's not working anymore. I tried to replace it but when I do, the wallpaper and the also covers stop showing, so I must be doing something terribly wrong. Help!

Edit: I was able to fix it!!! Yay! :D

Annnd I was wondering if it is possible to change the location of the menu bar from the right side to the left one? It's working perfectly now, but it covers a little bit of the "watching" sign. Is there a tutorial I can follow? Thanks!
TatarataJul 7, 2015 4:11 PM
Jul 7, 2015 6:38 AM

Offline
Oct 2014
3711
goshujin_sama241 said:
I have create several layouts for Darker than Black character Yin. Here is one I recently made but will no longer use so I figured I would share it since there aren't many for this series.








The code is listed below... enjoy

Thanks I loved it
Jul 7, 2015 4:44 PM

Offline
Jun 2015
479
BoyScouts1 said:
Bolaxinha said:
I need help. I can't find this CSS. I really want this Layout.



I also need help finding that layout as well


Shishio have that layout I think
Jul 7, 2015 4:58 PM

Offline
Feb 2010
12645
KenHyakuya said:
BoyScouts1 said:


I also need help finding that layout as well


Shishio have that layout I think


Already took care of this:
http://myanimelist.net/forum/?topicid=393503&show=150#msg40521063
Jul 8, 2015 9:51 AM
Offline
Jul 2015
6
Shokugeki no soma Template
Template layout click here.

Code

DroxiJul 8, 2015 9:55 AM
Jul 9, 2015 6:47 PM

Offline
Aug 2014
1543
Jazlo_v2 said:
Shokugeki no soma Template
Template layout click here.

Code



Wow real nice! I'll start using it :)
Jul 20, 2015 7:58 AM

Offline
Jun 2014
740
So, all I have to do is copy and paste a coding right?
Reply Disabled for Non-Club Members
Pages (9) « First ... « 2 3 [4] 5 6 » ... Last »

More topics from this board

» [CSS - MODERN] โšก๏ธ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

381 by KabukiChouNights »»
Yesterday, 10:56 AM

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM

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

Valerio_Lyndon - Apr 19, 2018

1261 by KiranaStarr »»
Aug 16, 5:48 PM

» [CSS] โญ๏ธ Customize your List Cursor + Cursor Fixes

Shishio-kun - Mar 8, 2021

30 by Shishio-kun »»
Jul 28, 3:17 AM

» How To Have Different Banner/Cover image & Background Image For Manga & Anime Lists

YasminaRegina - Jul 25

2 by YasminaRegina »»
Jul 26, 1:02 AM
Itโ€™s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login