Forum Settings
Forums

DVD-display Beginners layout! Turns your titles into their DVD covers!

New
Jun 1, 2012 10:05 PM
#1

Offline
Feb 2010
12687
This layout is custom CSS. If you don't know how to install it, use the easy Beginner's Tutorial in this section:
http://myanimelist.net/forum/?topicid=419405

The design is intended for both anime and manga lists. For more layouts check the full list of Premade Layouts:
http://myanimelist.net/forum/?topicid=318587[/b]


Put your cursor on a row, see the DVD cover!


Here's a Beginner's layout which features the trick that turns your titles into their DVD covers when you put your cursor on their row! Normally, turning the titles into pics is a high level technique but we've made it so even a beginner can have this and be able to learn and customize your layout easily like with the other beginner's layouts.

How to customize the layout
There's notes in the code for customizing the layout's background colors and fonts, similar to other beginner's layouts. You can ask here if you have a question. Also there's a darker version for manga lists at the bottom and instructions on how to put the manga version's style on the anime list if you want that one.

Customizing the cover pic transition
You'll see the pics for your titles when you put your cursor over the rows on your list, as in the example pic above.

You can change the timing of the transition with the notes in the layout. Scroll to TABLE ROWS TRANSITION in the code. You can change the time it takes for the window with the pic to fully "open" (first number) and the time it takes to start to open (second number). For example, settings of .5s ease 2s; would mean it takes a half second for the anime to pic to fully open and 2 seconds after you put your cursor on the row for it to start opening. You can play around with the timing by editing your CSS (you'll have to change each row).

What to do if some of your covers don't show up
If you're missing covers, you'll need to use a CSS cover generator for an #animetitle CSS. This is different than a #more CSS from other layouts. You can make one for yourself with a CSS generator (use Blink! or Genku), or look for solutions to other problems:
http://myanimelist.net/forum/?topicid=1162203

If you're getting the wrong covers on your list, like anime covers on a manga list, see problems 3 and 4.

Ask below if you have questions on anything.




Code for copying the layout
These are the codes for the layout. Just copy and paste it into your CSS edit box. One is for anime lists and the other for manga lists. Get the code from the spoilers below each pic.

Anime list code

A light background and clear table color with green tinted overlays when you point to the list.
Code:



Manga list version

Here's the version for manga lists. Its darker. If you want this darker version for your anime list, just use this CSS below for your anime list but switch the top line of the anime list CSS above with this one.
Code




Thanks for u531355 for the generator and Hahaido for the trick on line-height transition.
Shishio-kunJun 28, 2014 12:58 AM
Reply Disabled for Non-Club Members
Jun 17, 2012 10:56 PM
#2

Offline
Feb 2012
582
Quick question.

How difficult would this be to implement on my existing list? (I'm using two backgrounds a main and a gif over the main)

Would I need any additional codes or could I just drop in the DVD cover codes into my existing CSS code?
Jun 18, 2012 12:18 AM
#3

Offline
Apr 2012
181
sisgood said:
Quick question.

How difficult would this be to implement on my existing list? (I'm using two backgrounds a main and a gif over the main)

Would I need any additional codes or could I just drop in the DVD cover codes into my existing CSS code?

Yes, you can implement this, but you need to know a little of CSS to know what part have to change or delete from your existing list to avoid some declarations crashproblems, like the line height(in my list I got this crashproblem, so I change a little the code to fit in my list).
al_exsJun 18, 2012 3:15 AM
Jun 18, 2012 12:20 AM
#4

Offline
Feb 2010
12687
sisgood said:
Quick question.

How difficult would this be to implement on my existing list? (I'm using two backgrounds a main and a gif over the main)

Would I need any additional codes or could I just drop in the DVD cover codes into my existing CSS code?


I can't think how to gauge the difficulty for that. But you can just add the codes from this layout with yours and reproduce the effect on it, yes. However the text in the tags will make them really wide on hover. You can add this code to probably remove that problem:

td:nth-of-type(4) {
line-height: 20px !important;
}
Jun 8, 2013 8:46 PM
#5
lagom
Online
Jan 2009
107202
hello i copied this codes

.td1, .td2 {
transition: line-height .5s ease .1s;
-o-transition: line-height .5s ease .1s;
-moz-transition: line-height .5s ease .1s;
-webkit-transition: line-height .5s ease .1s;
}

tr:hover .td1, tr:hover .td2 {
line-height: 340px;
}

and i like to know what other codes do i have to copy in order to get the DVD Covers when i hover my mouse on a title
Jun 8, 2013 11:31 PM
#6

Offline
Feb 2010
12687
j0x said:
hello i copied this codes

.td1, .td2 {
transition: line-height .5s ease .1s;
-o-transition: line-height .5s ease .1s;
-moz-transition: line-height .5s ease .1s;
-webkit-transition: line-height .5s ease .1s;
}

tr:hover .td1, tr:hover .td2 {
line-height: 340px;
}

and i like to know what other codes do i have to copy in order to get the DVD Covers when i hover my mouse on a title


http://myanimelist.net/forum/?topicid=453755
Jun 9, 2013 3:31 AM
#7
lagom
Online
Jan 2009
107202
Shishio-kun said:
j0x said:
hello i copied this codes

.td1, .td2 {
transition: line-height .5s ease .1s;
-o-transition: line-height .5s ease .1s;
-moz-transition: line-height .5s ease .1s;
-webkit-transition: line-height .5s ease .1s;
}

tr:hover .td1, tr:hover .td2 {
line-height: 340px;
}

and i like to know what other codes do i have to copy in order to get the DVD Covers when i hover my mouse on a title


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


thanks Shishio-kun i will check it out
Jun 28, 2014 1:01 AM
#8

Offline
Feb 2010
12687
These layouts and their tutorials have been fixed and updated too.
Reply Disabled for Non-Club Members

More topics from this board

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

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
Yesterday, 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

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

Shishio-kun - Feb 16, 2023

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