Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---------------------------------------------------------------------------
- ᴀʟʟ ɪɴ ᴏɴᴇ ᴘᴀɢᴇ
- © ᴍᴀᴅᴇ ʙʏ ᴄʜʟᴏᴇ
- [ ʜʏ89.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ] & [ ᴄʜsᴏ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
- ᴛʜᴇᴍᴇs ᴄᴀɴ ʙᴇ ғᴏᴜɴᴅ ᴀᴛ:
- [ ᴄʜᴄᴏᴅᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
- ---------------------------------------------------------------------------->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
- <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>
- <!---------------------------------------------------------------------------
- ɴᴏᴛᴇ: ғᴏʀ sᴏᴍᴇ ʀᴇᴀsᴏɴ ᴡʜᴀᴛ ᴅɪsᴘʟᴀʏs ᴏɴ ᴛʜᴇ ᴘʀᴇᴠɪᴇᴡ
- ᴏɴ ᴛʜᴇ ʀɪɢʜᴛ ɪs ᴍᴏsᴛ ʟɪᴋᴇʟʏ ɴᴏᴛ ᴛʜᴇ ᴇxᴀᴄᴛ sᴀᴍᴇ ᴀs
- ᴛʜᴇ ʟᴀʏᴏᴜᴛ ʙᴜɪʟᴛ (ғᴏʀ ᴇxᴀᴍᴘʟᴇ ғᴏɴᴛs). sᴀᴠᴇ ᴀɴᴅ sᴇᴇ
- ᴀʟᴛᴇʀᴀᴛɪᴏɴs ᴏɴ ᴛʜᴇ ᴀᴄᴛᴜᴀʟ ʙʟᴏɢ.
- ʙᴇsᴛ ᴠɪᴇᴡᴇᴅ ᴏɴ ɢᴏᴏɢʟᴇ ᴄʜʀᴏᴍᴇ!
- ---------------------------------------------------------------------------->
- <style type="text/css">
- body { background:#f8e6dc url('IMAGE URL') no-repeat;
- background-size:800px;
- background-position:center;}
- #s-m-t-tooltip { display: block;
- background: #9fe3d6;
- font:9px 'montserrat';
- letter-spacing: 1px;
- text-transform: uppercase;
- line-height:130%;
- color: #fff;
- text-align: center;
- margin-left: 25px;
- padding:8px;
- min-width: 40px;
- max-width: 150px;
- z-index: 9999999999;}
- ::-webkit-scrollbar-track {background-color:#fff;}
- ::-webkit-scrollbar-thumb {background-color:#9fe3d6;}
- ::-webkit-scrollbar {width:5px;height:5px;}
- ::selection { color: #fff; background: #9fe3d6; }
- ::-moz-selection { color: #fff; background: #9fe3d6; }
- ::-webkit-selection { color: #fff; background: #9fe3d6; }
- a { text-decoration:none;
- cursor:pointer;
- color:#fff;}
- .tabs {
- position: relative;
- margin:auto;
- margin-top: 150px;
- width: 705px;}
- .tabs input {
- position: absolute;
- z-index: 1000;
- width:140px;
- height: 35px;
- left: 0px;
- top: 0px;
- opacity: 0;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- cursor: pointer;}
- .tabs input#tab-2{ left: 140px;}
- .tabs input#tab-3{ left: 280px;}
- .tabs input#tab-4{ left: 420px;}
- .tabs input#tab-5{ left: 560px;}
- .tabs label {
- background: #ff9999;
- font: 15px 'montserrat';
- line-height: 40px;
- height: 40px;
- position: relative;
- padding: 0 20px;
- float: left;
- display: inline-block;
- width: 100px;
- color: #fff;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- margin-right:1px;}
- .tabs label:after {
- content: '';
- background: #fff;
- position: absolute;
- bottom: -2px;
- left: 0;
- width: 100%;
- height: 2px;
- display: block;}
- .tabs input:hover + label {background: #9fe3d6;}
- .tabs label:first-of-type {z-index: 5;}
- .tab-label-2 {z-index: 4;}
- .tab-label-3 {z-index: 3;}
- .tab-label-4 {z-index: 2;}
- .tab-label-5 {z-index: 1;}
- .tabs input:checked + label {
- background: #fff;
- color:#ff9999;
- z-index: 6;
- -webkit-animation: page 0.2s linear;
- -moz-animation: page 0.2s linear;
- -ms-animation: page 0.2s linear;
- -o-animation: page 0.2s linear;
- animation: page 0.2s linear;}
- .clear-shadow {clear: both;}
- .content { background: #fff;
- position: relative;
- width: 704px;
- z-index: 5;
- overflow:hidden;}
- .content div { position: absolute;
- top: 0;
- padding: 20px 40px;
- z-index: 1;
- opacity: 0;
- -webkit-transition: all linear 0.3s;
- -moz-transition: all linear 0.3s;
- -o-transition: all linear 0.3s;
- -ms-transition: all linear 0.3s;
- transition: all linear 0.3s;}
- .content-1, .content-3, .content-5 {-webkit-transform: translateX(-250px);-moz-transform: translateX(-250px);-o-transform: translateX(-250px);-ms-transform: translateX(-250px);transform: translateX(-250px);}
- .content-2, .content-4 {-webkit-transform: translateX(250px);-moz-transform: translateX(250px);-o-transform: translateX(250px);-ms-transform: translateX(250px);transform: translateX(250px);}
- .tabs input.tab-selector-1:checked ~ .content .content-1,
- .tabs input.tab-selector-2:checked ~ .content .content-2,
- .tabs input.tab-selector-3:checked ~ .content .content-3,
- .tabs input.tab-selector-4:checked ~ .content .content-4,
- .tabs input.tab-selector-5:checked ~ .content .content-5{
- position: relative;
- overflow-y: auto;
- height:350px;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- -o-transform: translateX(0px);
- -ms-transform: translateX(0px);
- transform: translateX(0px);
- z-index: 100;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- -webkit-transition: all ease-out 0.2s 0.1s;
- -moz-transition: all ease-out 0.2s 0.1s;
- -o-transition: all ease-out 0.2s 0.1s;
- -ms-transition: all ease-out 0.2s 0.1s;
- transition: all ease-out 0.2s 0.1s;}
- .content div h2,
- .content div h3{
- color: #9fe3d6;
- font: 900 16px 'montserrat';
- text-transform:uppercase;}
- .content div p{
- font-size: 14px cambria;
- line-height: 22px;
- font-style: italic;
- text-align: left;
- margin: 0;
- color: #777;
- padding: 5px 5px 5px 15px;
- border-left: 8px solid rgba(159,227,214, 0.2);}
- @keyframes "page" { 0% {left: 0;} 50% {left: 10px;}100% {left: 0;} }
- @-moz-keyframes page { 0% {left: 0;} 50% {left: 10px;} 100% {left: 0;}}
- @-webkit-keyframes "page" {0% {left: 0;} 50% {left: 10px;} 100% {left: 0;}}
- @-ms-keyframes "page" {0% {left: 0;} 50% {left: 10px;} 100% {left: 0;}}
- @-o-keyframes "page" {0% {left: 0;} 50% {left: 10px;} 100% {left: 0;}}
- .content-2 p{ font-size: 14px cambria;
- line-height: 22px;
- font-style: italic;
- text-align: left;
- margin: 0;
- color: #fff !important;;
- padding: 5px 5px 5px 5px;
- border-left:none !important;
- background: rgba(159,227,214, 1);}
- .content-2 li{
- font: 700 13px calibri;
- line-height: 22px;
- text-align: left;
- color: #555;
- list-style: none;
- padding: 10px;}
- .content-3 {padding-top:40px !important;}
- .content-3 img{ background:#fff;
- border: 1px solid #9fe3d6;
- padding: 15px;
- width:100px;
- height:100px;
- display:inline-block;
- margin:5px 5px 14px;}
- .content-3 h1 { background:#9fe3d6;
- color:#fff;
- padding:5px;
- width:122px;
- font:10px 'montserrat';
- text-transform:uppercase;
- text-align:center;
- margin-left:-137px;
- display:inline-block;}
- .content-4 table { width:550px;}
- .content-4 span { width:160px;
- text-align:center;
- margin:0px;
- display: inline-block;
- position: relative;
- margin: auto;}
- .content-4 h1 { background:#9fe3d6;
- color:#fff;
- padding:10px;
- width:140px;
- font:15px 'montserrat';
- text-transform:uppercase;
- text-align:center;
- margin-bottom:1px;}
- .content-4 a{ font: 700 10px calibri;
- letter-spacing:2px;
- line-height:80%;
- text-align: left;
- text-transform:uppercase;
- color: #fff;
- list-style: square;
- padding: 10px;
- background:#ff9999;
- width:140px;
- margin-bottom:1px;
- display:block;}
- .content-4 a:hover {background:#fff;
- color:#ff9999;}
- .content-5 {padding-top:40px !important;}
- .content-5 img{ background:#fff;
- border: 1px solid #ff9999;
- padding: 15px;
- width:70px;
- height:70px;
- opacity:0.9;
- margin:5px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;}
- .content-5 img:hover{ opacity:1;-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
- .credits{ position:fixed;
- letter-spacing:1px;
- right:10px;
- bottom:5px;
- z-index:9999999;}
- .credits a{ background:#9fe3d6;
- text-transform:uppercase;
- color:#fff;
- display:block;
- width:60px;
- font: 8px calibri;
- margin-bottom:5px;
- padding:2px;
- text-align:center;}
- </style>
- </head>
- <body>
- <!-------------------- TABS ------------------->
- <section class="tabs">
- <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
- <!-------------------- TAB #1 ------------------->
- <label for="tab-1" class="tab-label-1">About</label>
- <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
- <!-------------------- TAB #2 ------------------->
- <label for="tab-2" class="tab-label-2">Contact</label>
- <input id="tab-3" type="radio" name="radio-set" class="tab-selector-3" />
- <!-------------------- TAB #3 ------------------->
- <label for="tab-3" class="tab-label-3">Biases</label>
- <input id="tab-4" type="radio" name="radio-set" class="tab-selector-4" />
- <!-------------------- TAB #4 ------------------->
- <label for="tab-4" class="tab-label-4">Tags</label>
- <input id="tab-5" type="radio" name="radio-set" class="tab-selector-5" />
- <!-------------------- TAB #5 ------------------->
- <label for="tab-5" class="tab-label-5">Blogroll</label>
- <div class="clear-shadow"></div>
- <div class="content">
- <!-------------------- FIRST SECTION/ABOUT ------------------->
- <div class="content-1">
- <h2>TITLE</h2>
- <p>DESCRIPTION</p>
- <h2>TITLE</h2>
- <p>DESCRIPTION</p>
- </div>
- <!-------------------- SECOND SECTION/CONTACT ------------------->
- <div class="content-2">
- <h2>TITLE</h2>
- <p>QUESTION?</p>
- <li>ANSWER</li>
- <p>QUESTION?</p>
- <li>ANSWER</li>
- <!-------------------- ASK CODE ------------------->
- <br><center><iframe frameborder="0" height="190" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="600" style="line-height: 1.4;"></iframe></center>
- <!-------------------- ASK CODE ------------------->
- </div>
- <!-------------------- THIRD SECTION/BIASES ------------------->
- <div class="content-3">
- <center>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- <img src="IMAGE URL" /><h1>NAME</h1>
- </center>
- </div>
- <!-------------------- FOURTH SECTION/TAGS ------------------->
- <div class="content-4">
- <center>
- <table>
- <td style="vertical-align:top;">
- <span>
- <h1>tag list</h1>
- <a href="/">tag one</a>
- <a href="/">tag two</a>
- <a href="/">tag three</a>
- <a href="/">tag four</a>
- </span>
- <span>
- <h1>tag list</h1>
- <a href="/">tag one</a>
- <a href="/">tag two</a>
- <a href="/">tag three</a>
- <a href="/">tag four</a>
- </span>
- </td>
- <td style="vertical-align:top;">
- <span>
- <h1>tag list</h1>
- <a href="/">tag one</a>
- <a href="/">tag two</a>
- <a href="/">tag three</a>
- <a href="/">tag four</a>
- </span>
- <span>
- <h1>tag list</h1>
- <a href="/">tag one</a>
- <a href="/">tag two</a>
- <a href="/">tag three</a>
- <a href="/">tag four</a>
- </span>
- </td>
- <td style="vertical-align:top;">
- <span>
- <h1>tag list</h1>
- <a href="/">tag one</a>
- <a href="/">tag two</a>
- <a href="/">tag three</a>
- <a href="/">tag four</a>
- </span>
- </td>
- </table>
- </center>
- </div>
- <!-------------------- FIFTH SECTION/BLOGROLL ------------------->
- <div class="content-5">
- <center>
- {block:Following}
- {block:Followed}
- <a target="_blank" href="{FollowedURL}" title="{FollowedName}">
- <img src="{FollowedPortraitURL-96}" />
- </a>
- {/block:Followed}
- {/block:Following}
- </center>
- </div>
- </div>
- </section>
- <div class="credits">
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="http://bit.ly/1y3yIGf" title="coded by chloe">chso</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment