Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Page 04 - About by wonderfullythemes --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--SCRIPT FOR THE SLIDING DROPDOWN MENUS-->
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('average');
- }); }); </script>
- <style type="text/css">
- .links_list { margin:0px; padding:0px; width:100%;}
- .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin-left:1px; margin-right:1px;margin-top:1px;margin-bottom:10px;text-align:center;font-size:12px;font-style:italic;letter-spacing:1px;padding:7px;background-color:#000;color:#fff;}
- .links_body { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:30px;text-align:left;margin-top:-5px;display:none;}
- </style>
- <style type="text/css">
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#000; /*-- change the colour of the scrollbar here--*/
- }
- ::-webkit-scrollbar {
- height:4px;
- width:4px;
- padding-right:2px;
- background-color:#fff; /*--change the colour of the scrollbar background here--*/
- }
- /*--TOOLTIPS--*/
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'pt sans';
- font-size:8px;
- background-color:#000; /*--change the background colour of the tooltips here--*/
- color:#fff; /*--change the font colour of the tooltips here--*/
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- /*--basic font--*/
- body {
- background:#fff;
- margin:0px;
- color:#000; /*--change basic text colour--*/
- font-family:'calibri';
- font-size:11px;
- line-height:100%;
- font-style: none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- /*--basic image--*/
- img {
- max-width:100%;
- }
- /*--basic link setup--*/
- a:link, a:visited, a:active {
- color:#1bcc5c; /*--change the link colour here--*/
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:#51e5ca; /*--change the link on hover colour here--*/
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--MAIN BOX--*/
- #container {
- width:420px;
- padding:10px;
- margin-left:490px;
- margin-top:60px;
- height:470px;
- position:fixed;
- }
- #text {
- width:380px;
- padding:10px;
- height:440px;
- overflow-y:scroll;
- margin-bottom:10px;
- }
- /*--LEFT HAND CORNER IMAGE--*/
- #image {
- width:auto;
- height:auto;
- padding:10px;
- }
- #image img {
- width:250px; /*--toggles the width of the image--*/
- height:300px; /*--toggles the height--*/
- }
- /*--CODE FOR BASIC INFO (NAME/AGE/COUNTRY)--*/
- #container:hover #info {
- margin-left:260px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #info {
- width:105px;
- height:280px;
- padding:10px;
- position:fixed;
- margin-top:-310px;
- margin-left:160px;
- line-height:30px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--LINKS TO THE SIDE OF THE MAIN BOX--*/
- #otherlinks {
- height:370px;
- width:200px;
- position:fixed;
- text-align:right;
- padding-top:20px;
- padding-right:10px;
- margin-top:100px;
- margin-left:255px;
- border-right:4px solid #000;
- }
- #otherlinks a {
- color:#1bcc5c; /*--change the colour of the side links here--*/
- line-height:45px;
- padding:5px;
- width:auto;
- text-transform:lowercase;
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #otherlinks a:hover {
- background-color:#000; /*--change the background colour of the sidelinks on hover--*/
- color:#51e5ca; /*--change the colour of the sidelinks on hover--*/
- padding-left:30px;
- padding-top:5px;
- padding-right:5px;
- padding-bottom:5px;
- letter-spacing:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--TITLE AND MAIN LINKS BELOW THE BOX--*/
- #sidebar {
- width:380px;
- height:50px;
- position:fixed;
- margin-left:500px;
- margin-top:560px;
- padding:10px;
- z-index:2;
- background-color:#fff;
- }
- #title2 {
- color:#000; /*--change the title colour here--*/
- font-style:italic; /*--can be changed to "none"--*/
- font-weight:none; /*-- can be changed to "bold"--*/
- letter-spacing:1px;
- text-align:left; /*--can be changed to "right" "center" or "justify"--*/
- font-size:15px; /*--controls the size--*/
- height:20px;
- margin-top:-10px;
- margin-left:-10px;
- background-color:#fff; /*--change the background colour of the title here--*/
- padding-top:30px;
- padding-right:20px;
- padding-bottom:20px;
- padding-left:20px;
- width:140px;
- z-index:3;
- }
- #links {
- width:160px;
- height:20px;
- margin-left:170px;
- margin-top:-70px;
- position:fixed;
- background-color:#fff;
- border-left:2px solid #1bcc5c; /*-- change the border width and colour here. "solid" can be changed to "dashed" "double" or "dotted"--*/
- padding-top:30px;
- padding-right:20px;
- padding-left:40px;
- padding-bottom:20px;
- z-index:6;
- }
- #links a {
- width:100px;
- overflow:hidden;
- color:#1bcc5c; /*--change the colour of the main links here--*/
- margin-right:10px;
- text-align:left; /*-- can be changed to "center" "right" or "justify"--*/
- border-bottom:2px solid transparent; /*-- the "transparent" hides the underline here but shows it on hover--*/
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links a:hover {
- color:#51e5ca; /*--change the colour of the main links on hover here--*/
- border-bottom:2px solid #000; /*-- change the width and colour of the underline here. "solid" can be changed to "dashed" "double" or "dotted". if you change the width here make sure to change it in the #links a tag--*/
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--CREDIT DO NOT REMOVE OR CHANGE--*/
- #cred {
- position:fixed;
- font-family:'calibri';
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- letter-spacing:1px;
- }
- </style></head><body>
- <!--START OF MAIN BOX-->
- <div id="container">
- <!--replace below url with your own-->
- <div id="image"><img src="http://31.media.tumblr.com/6ca7f4b2678ce568efcbd45718dc24be/tumblr_n22oe0x2s81sk9x8yo4_500.jpg"></div>
- <div id="info">
- <!--if you dont want to display your name/age/country then erase and enter your desired title. i suggest making it something than be answered with one line only otherwise the spacing will be a little uneven-->
- <div style="background-color:#000;color:#fff;padding:3px;letter-spacing:4px;text-transform:uppercase;font-size:12px;font-style:italic;margin-left:-10px;margin-top:-10px;width:120px;">name</div><p>
- enter name here<br><br>
- <div style="background-color:#000;color:#fff;padding:3px;letter-spacing:4px;text-transform:uppercase;font-size:12px;font-style:italic;margin-left:-10px;margin-top:-20px;width:120px;">age</div><p>
- enter age here<br><br>
- <div style="background-color:#000;color:#fff;padding:3px;letter-spacing:4px;text-transform:uppercase;font-size:12px;font-style:italic;margin-left:-10px;margin-top:-20px;width:120px;">country</div><p>
- enter country here<br>
- </div>
- <div id="text">
- <!-- the main/rlly long stuff about you goes here, can be shows/hobbies/ships whatever really. type inbetween the <blockquote></blockquote> tags, theres unlimited length-->
- <div class="links_list">
- <p class="links_head">Title</p> <!-- type your desired title where my "Title" is-->
- <div class="links_body">
- <blockquote> <!--erase my examples and type what you want below this line and above </blockquote>-->
- <div style="background-color:#000; padding:2px; color:#fff; text-transform:uppercase;text-align:center;">titles</div>
- Normal text, <b>bold</b>, <u>underline</u>, <i>italic</i>, <s>strikethrough</s>.<br>
- new paragraph<p>
- page break
- </blockquote>
- </div></div>
- <!--repeat the above instructions for the following boxes-->
- <div class="links_list">
- <p class="links_head">Title</p>
- <div class="links_body">
- <blockquote>write your text here!</blockquote>
- </div></div>
- <div class="links_list">
- <p class="links_head">Title</p>
- <div class="links_body">
- <blockquote>write your text here!</blockquote>
- </div></div>
- <div class="links_list">
- <p class="links_head">Title</p>
- <div class="links_body">
- <blockquote>write your text here!</blockquote>
- </div></div>
- <!--NOTE: if you'd like more boxes then copy the following code:
- <div class="links_list">
- <p class="links_head">Title</p>
- <div class="links_body">
- <blockquote>write your text here!</blockquote>
- </div></div>
- below this note but above the </div> tag you see there-->
- <!--eg. copy the code over this comment right here-->
- </div>
- </div>
- <div id="otherlinks">
- <!--replace "URL HERE" with your desired URL and replace "link" with your desired title-->
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a><br>
- <a href="URL HERE">link</a>
- </div>
- <div id="sidebar">
- <div id="title2">About</div> <!--change the title here-->
- <div id="links">
- <!-- change the following two links to whatever you'd like. if you really want a 3rd link here im ok with you replacing my credit HOWEVER YOU MUST KEEP THE ONE IN THE CORNER (that one will not get in the way of anything i promise you. ofc if you want to keep both thats cool too c:-->
- <a href="/">Home</a>
- <a href="/faq">FAQ</a>
- <a href="http://wonderfullythemes.tumblr.com">Credit</a>
- </div>
- </div>
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">THEME</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement