Before asking any questions:
This isn’t as easy as just copying and pasting, so you’re probably going to have to know a little bit of HTML. If you have any questions, feel free to ask-but please stay un-anon.
If you’d like to change the colors of the title and go back links, please find [type=radio]:checked ~ label { z-index: 6; color:#75bfbe; } and then change color. Once you do that, you can find a fun hex on colourlovers and use that. Or the same hex as your links.
Please like if you use/take.
If you need help adding/taking out characters, please send me a message!
How to install this code:
For adding the information and images, I capitalized and added stars to where you need to put the image. It needs to be uploaded on a host site for it to work.
The code has 9 characters. This is where knowing HTML kicks in. If you’d like to take out characters, take off all the codes after and including <div class=”tab”><input type=”radio” id=”tab-1” name=”tab-group-1” checked> before it hits </div><div class=”lyric”>. THE NUMBER WILL BE DIFFERENT DEPENDING ON WHAT CHARACTERS YOU WANT TO TAKE OUT. If you want to take out 7-9, start at <tab-7> (but get the stuff before it too, like <div class=”tab”> as i said earlier), and if you want to take out 5-9, you start at <tab-5> get it.
If you’d like to get fancy and make the black bar shorter once you take everything out, find .top {width: 500px; height: 200px; and change the height and after you do that, find.content { position: absolute; top: 100px; and subtract the same amount you took out of height in top. Basically, if you change it to 150, top would have to be 50. Don’t go any shorter then 150 for height though, it’ll look weird.
To add characters, it’s a lot harder. You’re going to have to do the same thing as step 2, but add height and top and then instead of taking out tabs, you should copy and past tabs 7-9 (including <div class=”tab”> and everything in step one) but change 7 to 10, 8 to 11 and 9 to 12, etc. From that point on margin-top has to be 75px and you’re going to have to edit that.
This is in a custom HTML page. Create a new page, click standard layout and change it to custom HTML and paste it there.