Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- LIMITLESS
- theme #01 by @666rps
- THANK YOU TO:
- - @neonbikethemes for the tabs base code/script
- - @htmlqueens for the tooltip base code/script
- RULES:
- - do not use as a base.
- other than the above credits,
- this was coded entirely by @666rps.
- - do not move or alter the credit.
- - do not steal code.
- - like and/or reblog the post.
- -->
- <head><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}
- <meta name="image:bg" content=""/>
- <meta name="image:header" content=""/>
- <meta name="color:bg" content="#e7e7e7"/>
- <meta name="color:header" content="#b8b8b8"/>
- <meta name="color:title" content="#5d63b0"/>
- <meta name="color:container" content="#ffffff"/>
- <meta name="color:posts" content="#e7e7e7"/>
- <meta name="color:text" content="#767676"/>
- <meta name="color:links" content="#4c4c4c"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:accent" content="#669f93"/>
- <meta name="color:border" content="#c9c9c9"/>
- <meta name="color:tags" content="#c6c6c6"/>
- <meta name="text:title" content="title here"/>
- <meta name="if:GrayscaleMuseIcons" content="0"/>
- <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700|Montserrat:400,700" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $('.museh').on('click', function() {
- $parent_box = $(this).closest('.muse');
- $parent_box.siblings().find('.museb').hide(500);
- $parent_box.find('.museb').slideToggle(500);
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*
- Check the gray comments that look like this in the code for customization options.
- If you need anymore help customizing, contact @666rps.
- */
- #s-m-t-tooltip {
- max-width: 300px;
- background-color: {color:accent};
- color: {color:posts};
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- z-index: 999999;
- margin: 10px 7px -2px 10px;
- font-size: 9px;
- padding: 2px 5px;
- font-weight: 700;
- letter-spacing: 1px;
- font-family: 'Montserrat', calibri, sans-serif;
- text-transform: uppercase;
- text-align: center;
- }
- @font-face { font-family: "fashion_light"; src: url('https://dl.dropboxusercontent.com/s/0wsl42bnojrx0cb/Fashion%20Fetish%20Light.ttf'); format("truetype");}
- @font-face { font-family: "fashion"; src: url('https://dl.dropboxusercontent.com/s/hgjzriga1ji2gjt/Fashion%20Fetish%20Regular.ttf'); format("truetype");}
- ::selection {
- background: {color:accent};
- color: {color:bg};
- }
- ::-moz-selection {
- background: {color:accent};
- color: {color:bg};
- }
- ::-webkit-selection {
- background: {color:accent};
- color: {color:bg};
- }
- ::-webkit-selection {
- background: {color:accent};
- color: {color:bg};
- }
- ::-webkit-scrollbar {
- background-color: transparent;
- height: 2px;
- width: 2px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:accent};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: transparent;
- height: 5px;
- }
- .tmblr-iframe, #tumblr_controls {
- position: fixed;
- z-index: 999999999999;
- opacity: 0.5;
- -webkit-filter: invert(100%);
- filter: invert(100%);
- }
- html, body {
- height: 100%;
- }
- body {
- background: {color:bg} url({image:bg});
- background-size: cover;
- color: {color:text};
- font-family: 'Muli', calibri, sans-serif;
- font-size: 11px;
- margin: 0;
- line-height: 15px;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- overflow: hidden;
- }
- small, sub, sup {
- font-size: 11px;
- }
- b, strong {
- color: {color:accent};
- text-transform: uppercase;
- border-bottom: 1px dashed {color:accent};
- font-weight: 700;
- font-family: 'Montserrat', helvetica, sans-serif;
- }
- i, em, s, strike {
- letter-spacing: 1px;
- color: {color:title};
- }
- blockquote {
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- border-left: 1px solid {color:border};
- margin: 7px;
- }
- blockquote blockquote ul {
- width: 80%;
- }
- hr {
- border: 0;
- height: 1px;
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
- }
- a {
- color: {color:links};
- text-decoration: none;
- border-bottom: none;
- letter-spacing: 0px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- text-decoration: none;
- color: {color:links hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- ul {
- list-style-type: none;
- margin-left: 3em;
- padding-left: 10px;
- line-height: 125%;
- }
- ul > li:before {
- content: '─';
- display: inline-block;
- font-size: 0.8em;
- width: 2em;
- margin-left: -2.1em;
- }
- h1 {
- font-weight: bold;
- font-size: 28px;
- text-align: center;
- color: {color:accent};
- line-height: 100%;
- font-family: 'fashion', helvetica, sans-serif;
- text-transform: uppercase;
- letter-spacing: -1px;
- }
- h2 {
- color: {color:title};
- font-family: 'fashion_light', helvetica, sans-serif;
- font-size: 22px;
- text-align: center;
- line-height: 120%;
- text-transform: uppercase;
- }
- h2 small {
- font-size: 16px;
- }
- h3 {
- color: {color:accent};
- text-transform: uppercase;
- letter-spacing: 2px;
- font-size: 14px;
- font-family: 'Muli', helvetica, calibri, sans-serif;
- text-align: center;
- font-weight: bold;
- margin: 5px 0;
- }
- pre {
- font-size: 10px;
- background-color: {color:accent};
- color: {color:posts};
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- padding: 5px;
- line-height: 125%;
- }
- #container {
- background-color: {color:container};
- height: 550px;
- width: 460px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -240px;
- margin-left: -240px;
- padding: 5px;
- }
- .header {
- position: absolute;
- height: 100px;
- width: 470px;
- margin-top: -105px;
- margin-left: -5px;
- background: url('{image:header}') {color:header};
- }
- .title {
- position: absolute;
- text-align: right;
- font-family: 'fashion', helvetica, calibri, sans-serif;
- color: {color:title};
- font-size: 26px;
- font-weight: bold;
- letter-spacing: 3px;
- width: 350px;
- margin-left: 110px;
- height: 20px;
- bottom: 0;
- right: 10px;
- text-shadow: 2px 1px 0 {color:posts};
- }
- .tab-nav {
- position: absolute;
- text-align: center;
- width: 75px;
- margin-left: 0;
- }
- .tab-nav li {
- display: inline-block;
- list-style: none;
- }
- .tab-nav li:before {
- content: '';
- }
- .tab-nav li a {
- display: inline-block;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%;
- border-radius: 100%;
- border: 2px solid {color:posts};
- background: {color:accent};
- color: {color:posts};
- padding: 5px;
- width: 15px;
- height: 15px;
- font-size: 15px;
- margin: 4px 2px;
- }
- li.active a, li a:hover {
- color: {color:accent};
- background: {color:posts};
- border: 2px solid {color:accent};
- }
- .tab {
- display: none;
- background: url('') {color:container};
- width: 440px;
- height: 530px;
- padding: 10px;
- position: absolute;
- }
- .tab.active {
- display: block;
- }
- .tab.x {
- background: {color:posts};
- width: 420px;
- height: 510px;
- overflow: auto;
- }
- #tab2 img {
- width: 65px;
- height: 65px;
- margin: 5px;
- padding: 5px;
- border: 3px dashed {color:accent};
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- }
- .guidelines, .about-mun {
- border: 1px solid {color:border};
- width: 250px;
- padding: 15px;
- height: 100px;
- overflow: auto;
- text-align: justify;
- margin: 25px 15px;
- }
- ul.gl {
- margin-left: 10px;
- }
- .center-nav {
- margin: 10px auto;
- text-align: center;
- width: 350px;
- }
- .center-nav a {
- background: {color:title};
- color: {color:posts};
- padding: 5px;
- margin: 2px;
- width: 155px;
- display: inline-block;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 12px;
- }
- .center-nav a:hover {
- background: {color:accent};
- letter-spacing: 3px;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- #tab3 {
- text-align: center;
- }
- .muse {
- margin: 0 auto;
- width: 85%;
- }
- .museh {
- font-family: "fashion_light", helvetica, calibri, sans-serif;
- font-size: 18px;
- font-weight: bold;
- padding: 10px;
- background-color: {color:title};
- color: {color:posts};
- cursor: pointer;
- margin: 32px auto;
- text-transform: uppercase;
- }
- .museh img {
- float: left;
- width: 60px;
- height: 60px;
- margin-top: -25px;
- margin-left: -25px;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border: 3px dashed {color:title};
- cursor: pointer;
- {block:ifGrayscaleMuseIcons}
- border: none;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- {/block:ifGrayscaleMuseIcons}
- }
- .museb {
- display: none;
- float: right;
- margin-top: -15px;
- width: 88%;
- }
- .musei {
- padding: 0 15px;
- }
- .musel {
- margin-top: 10px;
- width: 100%;
- background: {color:accent};
- line-height: 200%;
- }
- .musel a {
- color: {color:posts};
- padding: 5px;
- font-weight: bold;
- text-transform: uppercase;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .pagi {
- width: 450px;
- text-align: center;
- letter-spacing: 3px;
- }
- .pagi a {
- color: {color:posts};
- font-family: Muli, calibri, sans-serif;
- font-size: 44px;
- font-weight: bold;
- letter-spacing: 1px;
- text-transform: uppercase;
- border: none;
- padding: 3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .pagi a:hover {
- color: {color:links hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .posts {
- width: 440px;
- height: 530px;
- overflow: auto;
- overflow-x: hidden;
- }
- .post {
- background-color: {color:posts};
- padding: 20px;
- width: 400px;
- margin-bottom: 15px;
- }
- .post ul {
- list-style-type: none;
- margin-left: 3em;
- padding-left: 10px;
- line-height: 125%;
- }
- .post ul > li:before {
- content: '─';
- display: inline-block;
- font-size: 0.8em;
- width: 2em;
- margin-left: -2.1em;
- }
- .post img, .post li, .post blockquote {
- max-width: 100%;
- height: auto;
- }
- .post ol {
- list-style: decimal-leading-zero;
- }
- blockquote img {
- max-width: 100%;
- height: auto;
- border: none;
- }
- .info {
- border-top: 1px solid {color:border};
- padding-top: 5px;
- text-transform: uppercase;
- font-size: 8px;
- margin-top: 12px;
- margin-bottom: 5px;
- }
- .info a, .like_button::before, .like_button:hover::before {
- border: none;
- }
- .info b {
- border: none;
- font-size: 8px;
- }
- .lnr-redo {
- padding-right: 5px;
- }
- .like_button {
- position:relative;
- display:inline;
- overflow:hidden;
- width:1.5em;
- }
- .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- opacity:0;
- }
- .like_button::before {
- position:relative;
- content:'♡';
- color:{color:Links};
- }
- .like_button:hover:before {
- color: red;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .like_button.liked::before {
- color: red;
- }
- .tags {
- font-size: 7px;
- text-transform: uppercase;
- text-align: justify;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- line-height:105%;
- }
- .tags a {
- color: {color:tags};
- margin-right: 5px;
- border: none;
- }
- .tags a:hover {
- color: {color:links hover};
- letter-spacing: 1px;
- }
- ol.notes {
- background-color: {color:posts};
- padding-left: 15px;
- margin: 25px 0px 0px 0px;
- list-style-type: none;
- }
- ol.notes a {
- border: none;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- border: none;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- border: none;
- }
- .quote {
- font-family: 'fashion_light', helvetica, sans-serif;
- font-weight: bold;
- font-size: 26px;
- text-align: center;
- line-height: 100%;
- }
- .quote bl {
- color: {color:accent};
- }
- .quotesource {
- text-align: right;
- margin-top: 10px;
- }
- ul.bubble {
- overflow: hidden;
- padding: 0;
- margin: 0;
- font-family: Helvetica Neue, sans-serif;
- font-size: 12px;
- list-style: none;
- }
- ul.bubble li:before {
- content: '';
- margin-right: 0px;
- }
- ul.bubble li {
- margin: 0 0 5px;
- border-radius: 1em;
- padding: .5em 10px;
- max-width: 75%;
- clear: both;
- position: relative;
- list-style: none;
- }
- ul.bubble li strong {
- color: #000;
- text-transform: uppercase;
- font-size: 12px;
- font-family: Helvetica Neue, sans-serif;
- letter-spacing: none;
- border: none;
- }
- .user_1,.user_3,.user_5,.user_7,.user_9,.user_11,.user_13,.user_15,.user_17,.user_19,.user_21,.user_23,.user_25,.user_27,.user_29,.user_31,.user_33,.user_35,.user_37,.user_39,.user_41,.user_43,.user_45,.user_47,.user_49 {
- float: left;
- background: #d8d9d9;
- color: #000;
- left: 3px;
- }
- .user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after,.user_13::after,.user_15::after,.user_17::after,.user_19::after,.user_21::after,.user_23::after,.user_25::after,.user_27::after,.user_29::after,.user_31::after,.user_33::after,.user_35::after,.user_37::after,.user_39::after,.user_41::after,.user_43::after,.user_45::after,.user_47::after,.user_49::after {
- content:"";
- position: absolute;
- left: -.5em;
- bottom: 0;
- width: .5em;
- height: 1em;
- border-right: .5em solid #d8d9d9;
- border-bottom-right-radius: 1em .5em;
- }
- .user_2,.user_4,.user_6,.user_8,.user_10,.user_12,.user_14,.user_16,.user_18,.user_20,.user_22,.user_24,.user_26,.user_28,.user_30,.user_32,.user_34,.user_36,.user_38,.user_40,.user_42,.user_44,.user_46,.user_48,.user_50 {
- right: 3px;
- float: right;
- background-color: #a9bdc4;
- color: #000;
- }
- .user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after,.user_14::after,.user_16::after,.user_18::after,.user_20::after,.user_22::after,.user_24::after,.user_26::after,.user_28::after,.user_30::after,.user_32::after,.user_34::after,.user_36::after,.user_38::after,.user_40::after,.user_42::after,.user_44::after,.user_46::after,.user_48::after,.user_50::after {
- content: "";
- position: absolute;
- right: -.5em;
- bottom: 0;
- width: .5em;
- height: 1em;
- border-left: .5em solid #a9bdc4;
- border-bottom-left-radius: 1em .5em;
- }
- .portrait {
- float: left;
- margin: 0px 5px 0 0px;
- padding: 5px;
- border: 1px solid {color:border};
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- }
- .portrait img {
- width: 35px;
- height: 35px;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- }
- .asker {
- font-family: 'fashion_light', helvetica, sans-serif;
- font-size: 18px;
- text-align: right;
- letter-spacing: 2px;
- z-index: 999;
- color: {color:links};
- margin-top: -5px;
- font-weight: bold;
- }
- .speech {
- background: #f1f1f1;
- color: {color:text};
- text-align: justify;
- margin: 5px 0px 5px 55px;
- padding: 10px;
- border: 1px dashed {color:container};
- }
- .playerbutton {
- position: relative;
- width: 30px;
- height: 35px;
- margin-left: 3px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -7px;
- left: 2px;
- }
- .tumblr_audio_player {
- height: 50px;
- width: 300px;
- }
- .playerbuttonbg {
- position: absolute;
- width: 35px;
- height: 35px;
- background-color: #e4e4e4;
- padding: 10px;
- -moz-border-radius: 25px;
- -webkit-border-radius: 25px;
- border-radius: 25px;
- }
- .trackdetails {
- width: auto;
- display: inline-block;
- margin-left: 70px;
- font-size: 10px;
- letter-spacing: 1px;
- padding: 5px;
- line-height: 15px;
- }
- .trackdetails b {
- letter-spacing: -1px;
- }
- .audiowrapper {
- position: relative;
- display: inline-block;
- }
- .cdt {
- position: fixed;
- bottom: 15px;
- left: 15px;
- }
- .cdt a {
- font-size: 14px;
- background-color: {color:accent};
- padding: 6px 6px 4px 6px;
- border-bottom: none;
- -moz-border-radius: 25px;
- -webkit-border-radius: 25px;
- border-radius: 25px;
- }
- .cdt a i {
- color: {color:bg};
- }
- .cdt a:hover {
- background-color: {color:bg};
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- .cdt a:hover i {
- color: {color:accent};
- }
- </style>
- </head>
- <body>
- <div class="cdt"><a title="theme by nic" href="http://666rps.tumblr.com"><i class="lnr lnr-heart"></i></a></div>
- <div id="container">
- <div class="header">
- <div class="title">{text:title}</div>
- <div class="tabs">
- <ul class="tab-nav">
- <li class="active">
- <a title="home" href="/"><span class="lnr lnr-home"></span></a></li>
- <li><a title="contact" href="#tab1"><span class="lnr lnr-star"></span></a></li>
- <li><a title="information" href="#tab2"><span class="lnr lnr-diamond"></span></a></li>
- <li><a title="muses" href="#tab3"><span class="lnr lnr-camera"></span></a></li>
- </ul>
- </div>
- </div>
- <div class="tabs">
- <div class="tab active">
- <div class="posts">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}{/block:Text}
- {block:Photo}
- <div class="faded"><img src="{PhotoURL-HighRes}" width="100%"></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><bl>❝</bl> {Quote} <bl>❞</bl></div>
- {block:Source}<div class="quotesource"> ─ {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}<br>
- <ul class="bubble">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="playerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerGrey}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <center>{Video-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}<a href="{AskerURL}"><span class="portrait"><img src="{AskerPortraitURL-40}" align="left"></span></a>
- <div class="speech"><span></span>{Question}</div>
- <div class="asker">– {Asker}</div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="info">
- <b><a title="{TimeAgo}" href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a>
- {block:ContentSource} /
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <div style="text-align:right;margin-top:-15px;">
- <a href="{ReblogURL}" target="_blank" class="details"><span class="lnr lnr-redo"></span></a>
- {LikeButton color="grey" size="10"}
- </div>
- {/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- <div class="pagi">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="tab1" class="tab x">
- <h1>Any Questions?</h1>
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <h1>Leave Me Something!</h1>
- <iframe frameborder="0" scrolling="no" width="100%" height="530" id="submit_form" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]-->
- </div>
- <div id="tab2" class="tab x">
- <div class="guidelines left">
- <h3>Guidelines</h3>
- <ul class="gl">
- <li>guideline one here</li>
- <li>guideline two here</li>
- <!-- To add another guideline, copy/paste the following directly above this line:
- <li>guideline here</li>
- -->
- </ul>
- </div>
- <img class="right" src="http://placehold.it/65">
- <img class="right" src="http://placehold.it/65">
- <div style="clear: both;"></div>
- <div class="center-nav">
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <div class="about-mun right">
- <h3>About the Mun</h3>
- write whatever you want about yourself here. you might want to include your name or alias, time zone, age, and pronouns, as well as activity level or how busy you are. you can list other blogs you have with a <a href="/">link</a> to each, like that.
- </div>
- <img class="left" src="http://placehold.it/65">
- <img class="left" src="http://placehold.it/65">
- <div style="clear: both;"></div>
- </div>
- <div id="tab3" class="tab x">
- <h1>Muses</h1>
- <!-- Muse one begins here. -->
- <div class="muse">
- <div class="museh">
- <img src="http://placehold.it/60">
- muse name
- </div>
- <div class="museb">
- <div class="musei">
- <strong>birth name:</strong> birth name <strong>stage name:</strong> stage name <strong>gender:</strong> gender <strong>orientation:</strong> orientation <strong>date of birth:</strong> date of birth <strong>place of birth:</strong> place of birth <strong>occupation:</strong> occupation <strong>face claim:</strong> face claim
- </div>
- <div class="musel">
- <a title="stats" href="/">01.</a>
- <a title="visual" href="/">02.</a>
- <a title="musings" href="/">03.</a>
- <a title="threads" href="/">04.</a>
- <a title="starters" href="/">05.</a>
- <!-- To add another link, copy/paste the following directly above this line:
- <a title="link title" href="/">06.</a>
- -->
- </div>
- </div>
- <div style="clear: both;"></div>
- </div>
- <!-- Muse one ends here. -->
- <!-- Muse two begins here. -->
- <div class="muse">
- <div class="museh">
- <img src="http://placehold.it/60">
- muse name
- </div>
- <div class="museb">
- <div class="musei">
- <strong>birth name:</strong> birth name <strong>stage name:</strong> stage name <strong>gender:</strong> gender <strong>orientation:</strong> orientation <strong>date of birth:</strong> date of birth <strong>place of birth:</strong> place of birth <strong>occupation:</strong> occupation <strong>face claim:</strong> face claim
- </div>
- <div class="musel">
- <a title="stats" href="/">01.</a>
- <a title="visual" href="/">02.</a>
- <a title="musings" href="/">03.</a>
- <a title="threads" href="/">04.</a>
- <a title="starters" href="/">05.</a>
- </div>
- </div>
- <div style="clear: both;"></div>
- </div>
- <!-- Muse two ends here. -->
- <!-- To add another muse, paste the following directly above this line:
- <div class="muse">
- <div class="museh">
- <img src="https://68.media.tumblr.com/307ba6e4db175dfa9812c1d9f8aac673/tumblr_oja9lxQqCC1urkt8fo8_250.png">
- johnny
- </div>
- <div class="museb">
- <div class="musei">
- <strong>birth name:</strong> seo young ho <strong>stage name:</strong> johnny <strong>gender:</strong> cisgender male <strong>orientation:</strong> unknown <strong>date of birth:</strong> february 9, 1995 <strong>place of birth:</strong> chicago, il, usa <strong>occupation:</strong> rapper <strong>face claim:</strong> himself
- </div>
- <div class="musel">
- <a title="stats" href="/">01.</a>
- <a title="visual" href="/">02.</a>
- <a title="musings" href="/">03.</a>
- <a title="threads" href="/">04.</a>
- <a title="starters" href="/">05.</a>
- </div>
- </div>
- <div style="clear: both;"></div>
- </div>
- -->
- </div>
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </body>
- <script>
- $(document).ready(function() {
- $('.tabs .tab-nav a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- $('.tabs ' + currentAttrValue).fadeIn(700).siblings().hide();
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#tabOptions li a').click(function() {
- var tabClass = $(this).attr('class');
- $('#tabOptions li').removeClass('active');
- $(this).parent().addClass('active');
- if(tabClass == 'all') {
- $('#tab-container').children('div.item').show();
- }
- else {
- $('#tab-container').children('div:not(.' + tabClass + ')').hide();
- $('#tab-container').children('div.' + tabClass).show();
- }
- return false;
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment