Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Page 002. Optimized for Tumblr on desktop. Compatible with Google Chrome, Mozilla Firefox, Opera, Safari, and Internet Explorer.
- This page is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.
- http://creativecommons.org/licenses/by-nc-nd/4.0/
- /********************************************************************/
- If you like the pre-made version of this theme, installation is easy.
- 1. Go to customize your main blog and add a page
- 2. Select "Custom Layout", and paste this code into the blank space
- 3. Add your information to the page; everything you can edit is labelled
- 4. Select "Update" and save your changes
- That's it! Now you have a custom all-in-one page!
- -->
- <!DOCTYPE html><html>
- <head>
- <title>1ST TITLE HERE</title> <!-- the title in the browser tab -->
- <link rel="shortcut icon" href="FAVICON URL HERE"/> <!-- the small pixel next to the title-->
- <!-- !DON'T TOUCH -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
- <!-- GOOGLE FONTS -- if you want to change the font, add it here! -->
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,500,400italic,500italic' rel='stylesheet' type='text/css'>
- <!-- now the customization begins -->
- <style type="text/css">
- /************************* SCROLLBAR CUSTOMIZATION *************************/
- ::-webkit-scrollbar-track {
- background-color:#e8e1f5; /* the scrollbar color */
- /* !don't touch; the below makes the scroll's background transparent */
- background-clip:padding-box; border:3px solid rgb(0, 0, 0); border:3px solid rgba(0, 0, 0, 0); -webkit-background-clip:padding-box;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#e8e1f5; /* the scrollbar color */
- border-radius:5px; /* how round your scrollbar is; the higher the number, the rounder it is */
- /* !don't touch; the below makes the scroll's background transparent */
- background-clip:padding-box; border:0px solid rgb(0, 0, 0); border:0px solid rgba(255, 0, 0, 0); -webkit-background-clip: padding-box;
- }
- ::-webkit-scrollbar { width:5px; } /* how thick your scrollbar is; recommended values are 5px and 7px */
- /*************************** GRADIENT BACKGROUND ***************************/
- html {
- background:-webkit-linear-gradient(#fff4fa, #cff5eb); /* your BG in safari */
- background: -o-linear-gradient(#fff4fa, #cff5eb); /* your BG in opera */
- background: -moz-linear-gradient(#fff4fa, #cff5eb); /* your BG in mozilla firefox */
- background: linear-gradient(#fff4fa, #cff5eb); /* standard gradient BG code */
- height:100%; /* removing this will break the gradient BG */
- }
- body {
- color:#a5a5a5; /* general text color [info paragraphs, link subtitles and FAQ questions] */
- font:11px ubuntu; /* !don't touch, this keeps the line-height stable */
- letter-spacing:1px; /* space between letters in general text */
- line-height:17px; /* space between lines in general text */
- /* !don't touch the bottom three */
- margin:0; overflow-x:hidden; padding:0;
- }
- /********************************** LINKS **********************************/
- a {
- color:#cfc3ea; /* link color */
- text-decoration:none; /* your options are none, underline, overline, and line-through */
- }
- /****************************** FAQ ANSWERS ******************************/
- blockquote {
- background:#fbfbfb; /* background color */
- border-left:1px dashed #e5e5e5; /* border color */
- color:#b8b8b8; /* text color */
- /* !don't touch, these dictate the blockquote positioning */
- margin-left:12px; padding-top:1px; padding-left:12px; padding-bottom:1px; padding-right:0; width:90%; word-wrap:break-word;
- }
- /********************************* SIDEBAR ********************************/
- #sidebar {
- margin-left:-570px; /* how far it is from the left of the tabs box */
- margin-top:130px; /* !don't touch; how far it is from the top */
- }
- /********** PORTRAIT IMAGE **********/
- .portrait {
- background-color:rgba(255, 255, 255, 0.4); /* the color and transparency of the portrait background. I usually use white [255, 255, 255] and black [0, 0, 0]. the last number is the transparency, 0 being completely gone and 1 being completely there. you can use decimals! */
- border:1px solid #ffffff; /* image border color */
- border-radius:5px; /* how round the image is */
- /* shadow */
- -webkit-box-shadow:6px 6px 0px -1px #ffffff;
- box-shadow:6px 6px 0px -1px #ffffff;
- display:block; /* !don't touch; keeps things in place */
- margin:0 auto; /* !don't touch; centers the image */
- margin-top:20px; margin-bottom:30px; /* !don't touch */
- padding:13px; /* how large the background is */
- width:110px; /* image size */
- }
- /**** INDEX, MESSAGE, ARCHIVE, ETC ****/
- .navigate {
- background-color:rgba(255, 255, 255, 0.4); /* the color and transparency of the navigation background. I usually use white [255, 255, 255] and black [0, 0, 0]. the last number is the transparency, 0 being completely gone and 1 being completely there. you can use decimals! */
- border:1px solid #ffffff; /* navigation border color */
- border-radius:5px; /* how round the nav box is */
- /* shadow */
- -webkit-box-shadow:6px 6px 0px -1px #ffffff;
- box-shadow:6px 6px 0px -1px #ffffff;
- display:block; /* !don't touch; keeps things in place */
- margin:0 auto; /* !don't touch; centers the image */
- height:112px; /* how tall the nav box is */
- padding:13px; /* how large the background is */
- width:110px; /* how wide the nav box is */
- }
- .navi {
- background-color:#ffffff; /* background color */
- font-size:10px; /* link text size */
- margin-bottom:3px; /* spacing between links */
- padding:9px; /* how thick the link boxes are */
- text-align:center; /* if the text falls to the left, center, or right */
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- }
- .navi a { color:#d3cae7; } /* link color */
- /********************************** TITLE **********************************/
- .title {
- color:#ffffff; /* title color */
- display:block; /* !don't touch; keeps things in place */
- font:15px ubuntu; /* title font and size */
- letter-spacing:1px; /* space between letters */
- margin-top:30px; /* !don't touch */
- text-align:center; /* if the text falls to the left, center, or right */
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- }
- /****************************** OUTER TABS BOX ******************************/
- .tabs {
- background-color:rgba(255, 255, 255, 0.4); /* the color and transparency of the navigation background. I usually use white [255, 255, 255] and black [0, 0, 0]. the last number is the transparency, 0 being completely gone and 1 being completely there. you can use decimals! */
- border:1px solid #ffffff; /* navigation border color */
- border-radius:5px; /* how round the nav box is */
- /* shadow */
- -webkit-box-shadow:6px 6px 0px -1px #ffffff;
- box-shadow:6px 6px 0px -1px #ffffff;
- display:block; /* !don't touch; keeps things in place */
- margin:0 auto; /* !don't touch; centers the image */
- margin-top:-405px; /* !don't touch */
- margin-bottom:25px;/* space between the tabs box and the inbox */
- padding:13px; padding-top:3px; /* size of the background */
- width:350px; /* size of the tabs box */
- }
- /* !don't touch */
- .tab-links:after { clear:both; content:''; display:block; }
- .tab-links li { float:left; list-style:none; margin-right:47px; }
- /********************************** TABS **********************************/
- /**************** NONACTIVE ****************/
- .tab-links a {
- background:#ffffff; /* bg color; same as the rest of the box */
- border-radius:3px 3px 0px 0px; /* how round the tab corners are */
- color:#ccede4; /* text color */
- display:inline-block; /*!don't touch; keep things in place */
- font:11px ubuntu; /* font family and size */
- /* !don't touch */
- margin-left:-40px;
- padding:9px 15px;
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- transition:all linear 0.15s; /* !don't touch */
- }
- /***** NONACTIVE TABS ON HOVER + ACTIVE TAB *****/
- .tab-links a:hover, li.active a, li.active a:hover {
- background:#d8f3eb; /* background color */
- color:#ffffff; /* text color */
- text-decoration:none; /* your options are none, underline, overline, and line-through */
- }
- /****************************** INNER TABS BOX ******************************/
- .tab-content {
- background:#ffffff; /* background color */
- border-radius:5px; border-top-left-radius:0px; /* how rounded inner corners are */
- font:10px open sans; /* font family and size */
- height:300px; /* how tall the tabs box is */
- letter-spacing:1px; /* spacing between letters */
- line-height:18px; /* spacing between lines */
- margin-top:-11px; /* !don't touch */
- overflow-y:scroll; /* enables scrolling */
- padding:13px; padding-top:0px; padding-bottom:0px; /* !don't touch */
- }
- /* !don't touch */
- .tab { display:none; }
- .tab.active { display:block; }
- /************************ ABOUT + QUESTION SUBTITLES ************************/
- .h {
- font-size:10px; /* text size */
- letter-spacing:1px; /* spacing between letters */
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- }
- /****************************** LINK SUBTITLES ******************************/
- .hl, .hr {
- font-size:10px; /* font size */
- letter-spacing:1px; /* spacing between letters */
- text-align:center; /* if the text falls to the left, center, or right */
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- width:144px; /* must match the width of the link boxes */
- }
- /******************************** LINK BOXES ********************************/
- .ll, .lr {
- background:#fbfbfb; /* background color */
- margin-bottom:5px; /* vertical space between boxes */
- padding:6px; /* background size */
- width:144px; /* link box size; must match the width of link subtitles */
- }
- .ll a, .lr a { color:#cddfea; } /* text color */
- /******************************** BLOGROLL ********************************/
- #blogroll { margin-left:-6px; margin-top:12px; } /* !don't touch */
- .blogicon {
- background:#f8f8f8; /* background color */
- border:1px dashed #ebe3f8; /* border color */
- border-radius:3px; /* how round the icon is */
- margin-left:2px; margin-bottom:2px; /* space between icons */
- padding:9px; /* background size */
- }
- /********************************* ASK BOX *********************************/
- .inbox {
- background-color:rgba(255, 255, 255, 0.4); /* the color and transparency of the portrait background. I usually use white [255, 255, 255] and black [0, 0, 0]. the last number is the transparency, 0 being completely gone and 1 being completely there. you can use decimals! */
- border:1px solid #ffffff; /* image border color */
- border-radius:5px; /* how round the image is */
- /* shadow */
- -webkit-box-shadow:6px 6px 0px -1px #ffffff;
- box-shadow:6px 6px 0px -1px #ffffff;
- display:block; /* !don't touch; keeps things in place */
- margin:0 auto; /* !don't touch; centers the image */
- overflow:hidden; /* !don't touch */
- padding:13px; /* background size */
- }
- /********************************* TOOLTIPS *********************************/
- #s-m-t-tooltip {
- background:#ffffff; /* background color */
- border-radius:2px; /* how round the box is */
- color:#d3cae7; /* text color */
- font-size:9px; /* font size */
- letter-spacing:1px; /* space between letters */
- text-transform:uppercase; /* this can be uppercase, lowercase, or none */
- /* !don't touch */
- display:block;
- margin:20px 10px 10px 10px;
- max-width:100px;
- padding:6px; padding-bottom:3px;
- word-wrap:break-word;
- z-index:999999;
- }
- {CustomCSS}
- </style>
- <!-- Tabs Script !don't touch -->
- <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
- <script>
- jQuery(document).ready(function() {
- jQuery('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = jQuery(this).attr('href');
- // Show/Hide Tabs
- jQuery('.tabs ' + currentAttrValue).show().siblings().hide();
- // Change/remove current tab to active
- jQuery(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <!-- End Tabs Script -->
- <!-- Tooltips -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <!-- End Tooltips -->
- </head>
- <body>
- <!-- now we begin editing the content -->
- <!--------------------------------- SIDEBAR --------------------------------->
- <div id="sidebar">
- <img class="portrait" src="https://33.media.tumblr.com/82f2e49c0928ab58aabbe9f3d6a326ea/tumblr_inline_nnzuql1HMU1sjbgbx_500.gif" alt=""/><!-- portrait image; paste URL in src="" between quotations -->
- <div class="navigate"><!-- side links below; don't remove the credit! -->
- <div class="navi"><a href="/">return</a></div>
- <div class="navi"><a href="http://tumblr.com">leave</a></div>
- <div class="navi"><a href="http://maomuthemes.tumblr.com">credit</a></div>
- </div><!-- end navigate -->
- <div class="title">2ND TITLE HERE</div><!-- tabs box title -->
- </div><!-- end sidebar -->
- <!------------------------------ MAIN CONTENT ------------------------------>
- <div class="tabs">
- <ul class="tab-links">
- <li class="active"><a href="#tab1">Info</a></li><!-- 1st tab title -->
- <li><a href="#tab2">links</a></li><!-- 2nd tab title -->
- <li><a href="#tab3">FAQ</a></li><!-- 3rd tab title -->
- <li><a href="#tab4">Blogroll</a></li><!-- 4th tab title -->
- </ul><!-- end tab links -->
- <div class="tab-content">
- <!---------------------------------- INFO ---------------------------------->
- <div id="tab1" class="tab active">
- <p class="h"><img src="https://38.media.tumblr.com/1de16fef2de4cdd76a5ab29513f02c30/tumblr_inline_nnzqjpJD7A1sjbgbx_500.gif" alt=""/> <!-- if you want a cute pixel next to the text; paste URL in src="" between quotations -->
- <font style="background:#f8f8f8; color:#f5c9d9; padding:0px 4px 0px 4px;"> <!-- bg and text colors -->
- name: your name here </font></p> <!-- content -->
- <p class="h"><img src="https://38.media.tumblr.com/1de16fef2de4cdd76a5ab29513f02c30/tumblr_inline_nnzqjpJD7A1sjbgbx_500.gif" alt=""/> <!-- pixel -->
- <font style="background:#f8f8f8; color:#f5c9d9; padding:0px 4px 0px 4px;"> <!-- bg and text colors -->
- age: your age here </font></p> <!-- content -->
- <p class="h"><img src="https://38.media.tumblr.com/1de16fef2de4cdd76a5ab29513f02c30/tumblr_inline_nnzqjpJD7A1sjbgbx_500.gif" alt=""/> <!-- pixel -->
- <font style="background:#f8f8f8; color:#f5c9d9; padding:0px 4px 0px 4px;"> <!-- bg and text colors -->
- location: your location here </font></p> <!-- content -->
- <p>First paragraph. Add as many as you want!</p>
- <p>Second pargraph. Here is how you <i>italicize</i>, <b>bold</b>, make a <blockquote>blockquote</blockquote> <s>strikethrough</s>, <small>shrink text</small>, or <big>enlarge</big> it.</p>
- <p>Third paragraph. The scrollbar will appear once the text exceeds the length of the box, no worries!</p>
- </div><!-- End Info -->
- <!------------------------------ LINKS / TAGS ------------------------------>
- <div id="tab2" class="tab">
- <table><tr>
- <!-- left side; odd numbered boxes -->
- <td valign="top">
- <div class="hl"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 01: section</div><!-- section title + pixel; paste pixel URL in src="" between quotations -->
- <div class="ll"><!-- your links below; don't be afraid to add more links, the boxes actually look cool when they're uneven lengths -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- <div class="hl"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 03: section</div><!-- section title + pixel -->
- <div class="ll"><!-- your links below -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- <div class="hl"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 05: section</div><!-- section title + pixel -->
- <div class="ll"><!-- your links below -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- </td><!-- end left -->
- <!-- right side; even numbered boxes -->
- <td valign="top">
- <div class="hr"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 02: section</div><!-- section title + pixel -->
- <div class="lr"><!-- your links below -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- <div class="hr"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 04: section</div><!-- section title + pixel -->
- <div class="lr"><!-- your links below -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- <div class="hr"><img src="https://38.media.tumblr.com/5a9278ec34403f30c4f8663291e4ea3f/tumblr_inline_nnzqjivtg21sjbgbx_500.gif" alt=""/> 06: section</div><!-- section title + pixel -->
- <div class="lr"><!-- your links below -->
- <a href="URL HERE">+ link one</a><br>
- <a href="URL HERE">+ link two</a><br>
- <a href="URL HERE">+ link three</a><br>
- <a href="URL HERE">+ link four</a><br>
- <a href="URL HERE">+ link five</a><br>
- </div><!-- end links -->
- </td><!-- end right -->
- </tr></table><!-- end table -->
- </div><!-- End Links/Tags -->
- <!---------------------------------- FAQ ---------------------------------->
- <div id="tab3" class="tab">
- <!-- Question 1 -->
- <p class="h"><img src="https://38.media.tumblr.com/da548d07de4e670debfa41a3fbc5bf73/tumblr_inline_nnzqkwzOZo1sjbgbx_500.gif" alt=""/> Q: QUESTION HERE</p>
- <blockquote>A: ANSWER HERE</blockquote>
- <!-- Question 2 -->
- <p class="h"><img src="https://38.media.tumblr.com/da548d07de4e670debfa41a3fbc5bf73/tumblr_inline_nnzqkwzOZo1sjbgbx_500.gif" alt=""/> Q: QUESTION HERE</p>
- <blockquote>A: ANSWER HERE</blockquote>
- <!-- Question 3 -->
- <p class="h"><img src="https://38.media.tumblr.com/da548d07de4e670debfa41a3fbc5bf73/tumblr_inline_nnzqkwzOZo1sjbgbx_500.gif" alt=""/> Q: QUESTION HERE</p>
- <blockquote>A: ANSWER HERE</blockquote>
- <!-- Question 4 -->
- <p class="h"><img src="https://38.media.tumblr.com/da548d07de4e670debfa41a3fbc5bf73/tumblr_inline_nnzqkwzOZo1sjbgbx_500.gif" alt=""/> Q: QUESTION HERE</p>
- <blockquote>A: ANSWER HERE</blockquote>
- <!-- Question 5 -->
- <p class="h"><img src="https://38.media.tumblr.com/da548d07de4e670debfa41a3fbc5bf73/tumblr_inline_nnzqkwzOZo1sjbgbx_500.gif" alt=""/> Q: QUESTION HERE</p>
- <blockquote>A: ANSWER HERE</blockquote>
- <!-- To add another question, copy and paste everything underneath Question 5 from <p class="q"> to the end </blockquote> and fill it in. -->
- </div><!-- End FAQ -->
- <!-------------------------------- BLOGROLL -------------------------------->
- <!-- you don't really need to edit this -->
- <div id="tab4" class="tab">
- <div id="blogroll">
- {block:Following}
- {block:Followed}
- <a title="{FollowedName}" target="_blank" href="{FollowedURL}"><img class="blogicon" src="{FollowedPortraitURL-40}" alt=""/></a>
- {/block:Followed}
- {/block:Following}
- </div>
- </div><!-- End Blogroll -->
- </div><!-- end tab content -->
- </div><!-- end tabs -->
- <!--------------------------------- ASK BOX --------------------------------->
- <!-- make sure you change YOURURLHERE to your URL -->
- <iframe class="inbox" frameborder="0" border="0" scrolling="no" width="350" height="260" allowtransparency="true" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com"></iframe><!-- End Ask Box -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement