Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EDIT THE TITLES
- --------------------------
- 【 o.1 CHANGE THE PAGE TITLE 】
- This is what will show up on your browser tab. If you want to change it, just change the text here: <title>Media Page!</title>
- 【 o.2 CHANGE 'TABLE OF CONTENTS' TITLE 】
- Edit this:
- <div id="toc">Table of Contents</div>
- 【 o.3 CHANGE THE TABLE OF CONTENTS TITLES】
- These are the links that will appear under 'Table of Contents'. Edit these:
- <b>✖</b> <a class="scroll" a href="#1">TV Shows</a> <br>
- <b>✖</b> <a class="scroll" a href="#2">Anime</a> <br>
- <b>✖</b> <a class="scroll" a href="#3">Games</a> <br>
- <b>✖</b> <a class="scroll" a href="#4">Music</a>
- 【 o.4 CHANGE THE MAIN TITLES】
- For instance, to change the big teal 'TV Shows' title, edit this;
- <div class="page_title">TV Shows</div>
- ADDING AND REMOVING LINKS
- -------------------------------------------
- 【 o.1 ADDING LINKS 】
- Let's say you have more to add under Table of Contents.
- You would want to copy and paste another line like this:
- <b>✖</b> <a class="scroll" a href="#5">New Section</a>
- Make sure you edit the number to whatever the next number is.
- The next step is to add this new section by copying and pasting EVERYTHING from
- <!--M U S I C S T A R T S H E R E!!!!-->
- to
- <!--M U S I C E N D S H E R E!!!!-->
- Change 'M U S I C' to whatever your new section is and right after the new start, add '<div id="5"></div>'. Remember it's only 5 because that's the next number. Edit everything accordingly. Anything after a fifth section would be '6' and whatnot. Anyway, your new section should start out like this;
- <!--N E W S E C T I O N S T A R T S H E R E!!!!-->
- <div id="5"></div>
- 【 o.2 REMOVING LINKS】
- To remove a link, just delete the link:
- <b>✖</b> <a class="scroll" a href="#4">Music</a> <----- DELETE THIS.
- Then you want to delete EVERYTHING from
- <!--M U S I C S T A R T S H E R E!!!!-->
- to
- <!--M U S I C E N D S H E R E!!!!-->
- and there you go! That whole section is gone! :)
- EDITING YOUR DESCRIPTION
- ------------------------------------------
- 【 o.1 EDIT YOUR DESCRIPTION】
- Edit the obvious text here;
- <div id="description">This is where your description goes! The maximum size of the picture is 150 x 150.
- <br><br>
- <center><a href="http://myanimelist.net/animelist/Jayn">my anime list</a> ✖ <a href="http://steamcommunity.com/id/Jaynabelle">steam</a> ✖ <a href="http://www.last.fm/user/Krystellia">last.fm</a> </center>
- </div>
- You can also delete those links, obviously. They're just example ones.
- EDITING PICTURES
- -----------------------------
- 【 o.1 EDIT THE PORTRAIT】
- To edit the portrait at the top, replace the link here with one of your own image. Please use a perfect square image for the best results.
- <div id="portrait"><img src="http://static.tumblr.com/pgongfd/8Oqn6ojhe/01.png"></div> <-- EDIT THE LINK THERE.
- 【 o.2 EDIT THE SHOW/MEDIA IMAGES】
- Edit the URL here;
- <div class="image"><img src="http://static.tumblr.com/pgongfd/w32n6ohl1/02.png"></div>
- Each show/anime/game/music will have one of those. Edit accordingly.
- ADDING AND REMOVING SHOWS/MEDIA
- ------------------------------------------------------
- Each individual piece of media will have a helpful marker before and after it.
- 【 o.1 ADD MEDIA 】
- To add a show, for instance, simply copy and paste this whole thing after the last one;
- <!--SHOW STARTS HERE-->
- <div class="show"><div class="image"><img src="http://static.tumblr.com/pgongfd/w32n6ohl1/02.png"></div>
- <div class="show_title">[ SHOW TITLE HERE ]</div>
- <div class="show_stats">
- <b>ON EPISODE:</b> What episode are you on?
- <br><b>THOUGHTS:</b> What do you think about the show?
- <br><b>RATING:</b> ★★★★☆
- </div>
- </div>
- <!--SHOW ENDS HERE-->
- AN IMPORTANT NOTE: After the VERY last block in a category, there will be an extra 'div' after 'show ends here'. Don't copy and paste that or you'll break the page lol. It's indented differently so help but yeah, just a warning.
- 【 o.2 REMOVE MEDIA 】
- To remove a show, delete this whole thing;
- <!--SHOW STARTS HERE-->
- <div class="show"><div class="image"><img src="http://static.tumblr.com/pgongfd/w32n6ohl1/02.png"></div>
- <div class="show_title">[ SHOW TITLE HERE ]</div>
- <div class="show_stats">
- <b>ON EPISODE:</b> What episode are you on?
- <br><b>THOUGHTS:</b> What do you think about the show?
- <br><b>RATING:</b> ★★★★☆
- </div>
- </div>
- <!--SHOW ENDS HERE-->
- EDITING MEDIA
- -----------------------
- To edit the show/anime/game/whatever's information ... Edit everything between <!--SHOW STARTS HERE--> and <!--SHOW ENDS HERE-->
- 【 o.1 EDIT SHOW TITLE】
- <div class="show_title">[ SHOW TITLE HERE ]</div> <--- Edit this
- 【 o.2 EDIT EPISODE NUMBER, THOUGHTS, AND RATINGS】
- Edit the categories here accordingly;
- <div class="show_stats">
- <b>ON EPISODE:</b> What episode are you on?
- <br><b>THOUGHTS:</b> What do you think about the show?
- <br><b>RATING:</b> ★★★★☆
- </div>
- ANY QUESTIONS?
- ------------------------
- Contact littlejayneycakes.tumblr.com :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement