Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!------------------------------------------
- (◍•ᴗ•◍)♡ ✧*。
- Full Potential 'All In One' Page (V1.0) by Chloe | @dontbrag | @bychloethemes
- > Do not delete/alter any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- -------------------------------------------
- How to cutomise ♡
- To change the appearance you will have to paste the relevant code above </style>
- You will need to use hex colours. You can generate hex colours here:
- http://www.colorpicker.com/ then replace YOUR_COLOUR with the 6 letters / numbers that are after the hashtag at the top of the website.
- /*Background colour:*/
- body {background-color:#YOUR_COLOUR;}
- /*Make background a repeating image (replace IMAGE_URL with a link to your image): */
- body {background: url(IMAGE_URL) repeat fixed;}
- /*Make background a stretched image (replace IMAGE_URL with a link to your image):*/
- body {background: url(IMAGE_URL) no-repeat center center fixed; background-size:cover;}
- /*Change text colour:*/
- body {color:#YOUR_COLOUR;}
- /*Round corners:*/
- #main {border-radius:5px;}
- /*Change the title color:*/
- .box h1 {color:#YOUR_COLOUR;}
- /*Remove the shadow from the titles:*/
- .box h1 {text-shadow:initial;}
- /*Change the borders (make all the colours the same):*/
- a, #main, ul#nav, #bio blockquote {border-color:1px solid #YOUR_COLOUR;} #main:before, .box hr {background:#YOUR_COLOUR;} .column {-webkit-column-rule: 1px solid #YOUR_COLOUR;-moz-column-rule: 1px solid #YOUR_COLOUR;column-rule: 1px solid #YOUR_COLOUR;}
- /*Change the nav text colour:*/
- ul#nav {color:#YOUR_COLOUR;}
- /*Change the accent:*/
- b, strong {color:#YOUR_COLOUR;} ul#nav li span:before {background:#YOUR_COLOUR;}
- /*Change the navigate links background:*/
- ul.tags li {background:#YOUR_COLOUR;}
- /*Change the navigate links hovered background:*/
- ul.tags li.hovered {background:#YOUR_COLOUR;}
- I advise not changing the font. Please do not mess with the heights / widths of things as you have a 99.99% chance of screwing things up. It is also advisable tht you do not attempt to change the main content's white background. I haven't given instructions on how to do so because I cannot see it looking good in any other colour.
- To change the tab title replace the word "etc" 5 lines below.
- There are instructions on customising the content below <body>
- ------------------------------------------->
- <meta charset="UTF-8" />
- <title>Etc</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <link rel="stylesheet" href="http://static.tumblr.com/yxfeliq/0gMo0fe39/style.css">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Playfair+Display' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <link rel="stylesheet" href="http://static.tumblr.com/yxfeliq/0gMo0fe39/style.css">
- <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/yxfeliq/yCjo1z6sc/full.potential.js"></script>
- <link rel="stylesheet" href="http://static.tumblr.com/yxfeliq/5nqo1z109/full.potential.css">
- <style type="text/css">
- /*----------Paste your settings below here------------*/
- /*----------Paste your settings above here------------*/
- </style>
- </head>
- <body>
- <!------------------------------------------------------------
- How to customise your content:
- To change the icon replace the image link just below. The icon needs to be square and a minimum of 150px x 150px
- Customising the biography: there are instructions on how to change it just below. Search for "bio stuff goes below here"
- Customising the message tab:
- 1. search for {name} and replace it with your URL.
- Don't add the .tumblr.com bit though. For example, I would replace it with bychloethemes . this step is incredibly important and if you don't do it the askbox won't work
- 2. search for "faq goes below here" to customise the faq.
- Customising the navi tab: search for "navi goes below here"
- The blogroll will look really odd in the preview, do not worry, it will look fine on your blog.
- ------------------------------------------------------------->
- <div id="main">
- <div id="icon"><a href="/" title="go home"><img src="https://41.media.tumblr.com/f21420816cbe4c020f2f24999e551f53/tumblr_o1km8obMZ91v5m5m0o4_250.jpg"></a></div>
- <ul id="nav">
- <li class="changer changer1 active" data-slidey="1"><span>Biography</span></li><!--
- --><li class="changer changer2" data-slidey="2"><span>Message</span></li><!--
- --><li class="changer changer3" data-slidey="3"><span>Navigate</span></li><!--
- --><li class="changer changer4" data-slidey="4"><span>Blogroll</span></li>
- </ul>
- <div id="carousel" class="slidey1"><!--
- --><div class="box">
- <h1>Biography</h1>
- <div id="bio" class="column">
- <!---------bio stuff goes below here----------------->
- <h3>This is a title</h3>
- <p>Your text should be wrapped in p tags like this. I'm just gonna go on for a little while so you can see. Below I am going to show you how to make a list.</p>
- <ul>
- <li>Here is list item one
- <li>and here is number two
- <li>you guessed it, this is number three
- </ul>
- <p>Here we have another paragraph. <b>This is some bold text</b>. <i>This is some italicised text</i>. <u>This is some underlined text</u>. Next I am going to show you a content break / horizontal rule</p>
- <hr>
- <p>Did you see it? How about a link? <a href="http://YOURURL">link name</a>. That's not too hard. Last thing I'm going to show you is how to make a numbered list.</p>
- <h3>My favourite TV shows</h3>
- <ol>
- <li>Parks and Recreation
- <li>Parks & Recreation
- <li>Parks and Rec
- <li>Parks & Rec
- </ol>
- <p>Your text will overflow into a second column. If you write a lot it will keep adding columns.</p>
- <!---------bio stuff goes above here----------------->
- </div>
- </div><!--
- --><div class="box">
- <h1>Message</h1>
- <div id="faq" class="column">
- <!---------faq goes below here----------------->
- <h3>This is how you type a question?</h3>
- <p>And this is how you write a reponse. If you have a long faq, like the bio, it will just keep making more columns. If your faq isn't very long remove the word column above.</p>
- <!---------faq goes above here----------------->
- </div>
- <iframe frameborder="0" border="0" scrolling="no" width="100%" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{name}.tumblr.com"></iframe>
- </div><!--
- --><div class="box">
- <h1>Navigate</h1>
- <div id="tag-box" class="column">
- <!--
- to customise the navi you will need to replace the word 'title' with your link section title. put your links after the http:// and replace 'link 1' with your link name.
- the link sections will not break in half to flow into
- another column, so you will have to rearrange them to fit
- nicely.
- to add another section paste the following below the "end"
- comment and above the "navi goes above here" comment. paste
- as many as you need and delete the links you don't need
- <div class="container">
- <h3>Section 1 title</h3>
- <ul class="tags">
- <li><a href="http://">link 1</a></li>
- <li><a href="http://">link 2</a></li>
- <li><a href="http://">link 3</a></li>
- <li><a href="http://">link 4</a></li>
- <li><a href="http://">link 5</a></li>
- <li><a href="http://">link 6</a></li>
- <li><a href="http://">link 7</a></li>
- <li><a href="http://">link 8</a></li>
- <li><a href="http://">link 9</a></li>
- </ul>
- </div>
- -->
- <!---------navi goes below here----------------->
- <!------------------------------->
- <div class="container">
- <h3>Title</h3>
- <ul class="tags">
- <li><a href="http://">link 1</a></li>
- <li><a href="http://">link 2</a></li>
- <li><a href="http://">link 3</a></li>
- <li><a href="http://">link 4</a></li>
- <li><a href="http://">link 5</a></li>
- <li><a href="http://">link 6</a></li>
- <li><a href="http://">link 7</a></li>
- <li><a href="http://">link 8</a></li>
- <li><a href="http://">link 9</a></li>
- </ul>
- </div>
- <!---------------------------------->
- <div class="container">
- <h3>Title</h3>
- <ul class="tags">
- <li><a href="http://">link 1</a></li>
- <li><a href="http://">link 2</a></li>
- <li><a href="http://">link 3</a></li>
- <li><a href="http://">link 4</a></li>
- <li><a href="http://">link 5</a></li>
- <li><a href="http://">link 6</a></li>
- </ul>
- </div>
- <!--------------end----------------->
- <!---------navi goes above here----------------->
- </div>
- </div><!--
- --><div class="box">
- <h1>Blogroll</h1>
- {block:Following}
- <ul id="blogroll" class="column">
- {block:Followed}
- <li class="follows">
- <img class="follow-pic" src="{FollowedPortraitURL-64}"><div class="follow-info"><span class="follow-url"><a href="{FollowedURL}" target="_blank">{FollowedName}</a></span><span class="follow-title">{FollowedTitle}</span></div>
- </li>
- {/block:Followed}
- </ul>
- {/block:Following}
- </div>
- </div>
- </div>
- <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5215379";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");</script></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement