Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ♡ MILKSHAKE BY DRUNKBLUSHED ♡
- — do not combine with other themes.
- — do not take copy or take parts of this theme.
- — do not remove credits and redistribute as your own.
- -->
- <html>
- <head>
- <meta name="color:background" content="#e7e7e7"/>
- <meta name="color:posts" content="#e7e7e7"/>
- <meta name="color:container" content="#f0f0f0"/>
- <meta name="color:borders" content="#ffffff"/>
- <meta name="color:accent" content="#93ad9d"/>
- <meta name="color:accent 2" content="#93ad9d"/>
- <meta name="color:bold" content="#93ad9d"/>
- <meta name="color:italic" content="#93ad9d"/>
- <meta name="color:text" content="#3c3c3c"/>
- <meta name="color:sidebar text" content="#3c3c3c"/>
- <meta name="color:link" content="#93ad9d"/>
- <meta name="color:permalink" content="#3c3c3c"/>
- <meta name="color:permalink bg" content="#93ad9d"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="https://via.placeholder.com/250x240"/>
- <meta name="image:tab" content="https://via.placeholder.com/170x390"/>
- <meta name="text:side desc" content="description here!"/>
- <meta name="text:title" content="MILKSHAKE"/>
- <meta name="text:tab subtitle" content="I LIKE IT LIKE A MILKSHAKE"/>
- <meta name="text:stats" content"name. age. tz. counter." />
- <meta name="text:side link title" content="extra" />
- <meta name="text:side link url" content="" />
- <meta name="text:tablink title1" content="link one" />
- <meta name="text:tablink url1" content="" />
- <meta name="text:tablink title2" content="link two" />
- <meta name="text:tablink url2" content="" />
- <meta name="text:tablink title3" content="link three" />
- <meta name="text:tablink url3" content="" />
- <meta name="text:tablink title4" content="link four" />
- <meta name="text:tablink url4" content="" />
- <meta name="text:tablink title5" content="link five" />
- <meta name="text:tablink url5" content="" />
- <meta name="text:tablink title6" content="link six" />
- <meta name="text:tablink url6" content="" />
- <meta name="text:tablink title7" content="link seven" />
- <meta name="text:tablink url7" content="" />
- <meta name="text:tablink title8" content="link eight" />
- <meta name="text:tablink url8" content="" />
- <title>{title}</title>
- <link href="https://fonts.googleapis.com/css?family=Roboto:400,900&display=swap" rel="stylesheet">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*----------------- FONTS -----------------*/
- @font-face { font-family:"tokyo"; src: url('https://dl.dropbox.com/s/jgq18n62iha87v6/Tokyo-Regular.ttf'); }
- @font-face { font-family: "creo"; src: url('https://dl.dropboxusercontent.com/s/uk7fcayvza8gd9t/Creo-ExtraBold.ttf') ;}
- @font-face { font-family: "HeyAugust"; src: url('https://dl.dropboxusercontent.com/s/0382ld3skkgq97c/Hey%20August.ttf') ;}
- /*----------------- TEXT STYLES -----------------*/
- body{
- background-color: {color:background};
- font-family: "roboto";
- color:{color:text};
- letter-spacing:1px;
- background-image:url({image:background});
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- text-transform:uppercase;
- }
- a:hover {
- color:{color:Link Hover};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- b,bold,strong{
- color:{color:bold};
- text-transform:uppercase;
- }
- em,i,italic{
- color:{color:italic};
- }
- big{
- font-size:12px;
- font-family: "roboto";
- }
- small,sup, sub{
- font-size:9px;
- }
- h1{font-family: "creo";
- letter-spacing:1.5px;
- padding:5px;
- text-align:center;
- font-size: 24px;
- text-transform:uppercase;
- line-height: 120%;
- color:{color:bold};}
- h2{font-family: "creo";
- letter-spacing:1.5px;
- padding:5px;
- text-align:right;
- font-size: 22px;
- text-transform:uppercase;
- line-height: 120%;
- color:{color:italic};}
- .posttitle{
- font-family: "creo";
- letter-spacing:1.5px;
- padding:5px;
- text-align:center;
- font-size: 30px;
- text-transform:uppercase;
- line-height: 120%;
- -webkit-text-stroke: 1px {color:bold};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- }
- blockquote{
- margin-left:0px;
- padding-left:15px;
- border-left: 1px solid {color:borders};
- width:95%;
- }
- .p { padding-top: 5px;}
- .ol, ul { margin-left: 30px; padding: 5px; }
- .ul { list-style-type: square; }
- ::-webkit-scrollbar-thumb {
- display: none;
- }
- ::-webkit-scrollbar {
- display: none;
- }
- #s-m-t-tooltip {
- z-index: 999999999999999999;
- background: #fff;
- font-size: 8px;
- line-height: 13px;
- letter-spacing: 1.5px;
- text-transform: uppercase;
- color: {color:text};
- font-weight:900;
- background-color:{color:posts};
- border:1px solid {color:borders};
- max-width: 150px;
- word-wrap: break-word;
- padding: 2px 5px 2px 6px;
- display: block;
- margin: 24px 14px 7px 12px;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- ::-moz-selection { background: {color:accent}; }
- ::selection { background: {color:accent}; }
- /*----------------- CONTAINERS & POSTS -----------------*/
- #entries{
- padding:30px;
- z-index:99;
- margin: auto;
- left:0px;
- top:0px;
- bottom:0px;
- right:0px;
- width:750px;
- position:absolute;
- height:500px;
- overflow-y:scroll;
- background-color:{color:container};
- overflow-x:hidden;
- border-radius:10px;
- }
- #container{
- width:450px;
- height:500px;
- position:absolute;
- display:block;
- overflow-x:hidden;
- margin-left:0px;
- border-radius:10px;
- }
- #post {
- font-size:9px;
- background-color:{color:posts};
- padding:25px;
- width:400px;
- z-index:99;
- margin-top:0px;
- margin-bottom:60px;
- margin-left:0px;
- line-height:160%;
- letter-spacing:1px;
- border-radius:10px;
- }
- #post .tags {position:relative;
- text-align:left;
- color:{color:link};
- padding:8px;
- font-size:6.5px;
- letter-spacing:2px;
- font-family: "roboto";
- text-transform:uppercase;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- margin-bottom:-20px;
- margin-top:5px;
- margin-left:-8px;
- }
- #post .tags a{
- color:{color:link};
- }
- #post img{
- max-width:400px;
- height:auto;
- }
- #post:hover .tags {position:relative;
- text-align:left;opacity:1;
- color:{color:link};
- padding:8px; width:auto;
- text-transform:uppercase;-webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- .tags a {color:{color:text};text-transform:uppercase;}
- .tags a:hover {color:{color:link hover};text-transform:uppercase;}
- .info{
- background:{color:permalink bg};
- position:relative;
- padding:12px;
- margin-top:20px;
- margin-bottom:0px;
- text-transform:uppercase;
- letter-spacing:2px;
- color:{color:permalink};
- font-size:8.5px;
- line-height:100%;
- border-radius:5px;
- }
- .info span{
- text-align:left;
- padding-left:-20px;
- text-transform:uppercase;
- margin-top:2px;
- padding-right:5px;
- }
- .info rb{
- right:0%;
- position:absolute;
- padding-right:0px;
- margin-top:-1px;
- }
- .info b{
- font-weight:900;
- color:{color:permalink};
- }
- .info a{
- margin-left:0px;
- font-size:8.5px;
- color: {color:permalink};
- }
- /*----------------- CUSTOMIZATIONS -----------------*/
- #stats{
- font-family:"tokyo";
- font-size:10px;
- position:fixed;
- margin-top:475px;
- margin-left:0px;
- color:{color:text};
- padding:5px 5px 8px 5px;
- width:240px;
- text-align:center;
- word-spacing:0px;
- height:9px;
- z-index:9999999999999999999999999999999;
- overflow:hidden;
- }
- #stats a{
- color:{color:text};
- }
- @import "compass/css3";
- .topwave{
- width: 600px;
- position: absolute;
- height: 600px;
- margin-top:-10px;
- }
- .topwavefill{
- fill:{color:accent};
- }
- #topwave{
- margin-left:180px;
- margin-top:-30px;
- width: 600px;
- height:600px;
- overflow: hidden;
- position:fixed;
- border-radius:0px 10px 0px 0px;
- }
- .bottomwave{
- width: 600px;
- position: absolute;
- height: 600px;
- margin-left:-35px;
- }
- .bottomwavefill{
- fill:{color:accent 2};
- margin-left:-5px;
- }
- #bottomwave{
- margin-left:-30px;
- margin-top:-70px;
- width: 600px;
- height:600px;
- overflow: hidden;
- position:fixed;
- border-radius:0px 0px 0px 10px;
- }
- .sideimage {position:fixed;z-index:9999; width:250px; height:240px;margin-left:0px; margin-top:0px; }
- .sideimage img {width:250px; height:240px; position:fixed;}
- #desc{
- width:210px; height:165px; padding:10px 20px 10px; font-size:8px; line-height:240%; text-transform:uppercase; text-align:justify; overflow:scroll;
- margin-top:285px; margin-left:0px; position:fixed; text-align-last:center;
- }
- #maintitle{
- width:250px;
- height:250px;
- color:{color:sidebar text};
- position:fixed;
- font-family:"heyaugust";
- font-size:48px;
- text-align: justify;
- text-align-last: center;
- overflow:auto;
- margin-top:-5px;
- }
- /*----------------- NAVIGATION & PAGINATION -----------------*/
- .tabs{
- width:235.5px;
- font-size:10px;
- z-index:999999999999999999999999999999;
- position:fixed;
- text-transform:uppercase;
- margin-left:0px;
- text-align:center;
- margin-top:240px;
- padding:7px 7px 12px;
- letter-spacing:2px;
- line-height:100%;
- background-color:{color:accent};
- font-family:"tokyo";
- border-radius:5px;
- }
- .tabs a{
- color:{color:text};
- display:inline-block;
- margin:3px;
- }
- #pagination {
- font-family: "roboto";
- font-size:10px;
- font-weight:900;
- width:400px;
- color:{color:accent};
- margin-left:0px;
- text-align:center;
- }
- #pagination a{
- display:inline-block;
- color:{color:link};
- padding:7px 10px 5px 10px;
- background-color:{color:posts};
- }
- #pagination a:hover{
- color:{color:pagination Hover};}
- /*----------------- ASK POSTS -----------------*/
- .question {
- padding:15px;
- background-color:{color:container};
- color:{color:text};
- margin-top:40px;
- margin-left:0px;
- width:370px;
- margin-bottom:20px;
- border-radius:10px;
- }
- .asker img {
- position:absolute;
- border-radius:50px;
- margin-left:-40px;
- margin-right:40px;
- margin-top:-10px;
- border:5px solid {color:bold};
- }
- .asker {
- padding-top:6px;
- background-color:{color:posts};
- padding:5px;
- color:{color:bold};
- font-size:16px;
- letter-spacing:1.5px;
- margin-left:33%;
- margin-top:5px;
- display:inline;
- width:auto;
- position:absolute;
- margin-bottom:10px;
- text-transform:uppercase;
- font-family:"creo";
- }
- .asker a{
- color:{color:bold};
- margin-top:-5px;
- }
- /*----------------- CHAT POSTS -----------------*/
- .answer span,.convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:container};color:{color:text};left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:container};border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:background};color:{color:text}}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:background};border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color:{color:text};
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:{color:container};color{color:text}}.user_4::after{border-color:{color:container}}.user_6{background-color:{color:container};color{color:text}}.user_6::after{border-color:{color:container}}.user_5{background-color:{color:background};color:{color:text}}.user_5::after{border-color:{color:link}}.user_3{background-color:{color:container};color{color:text}}.user_3::after{border-color:{color:container}}.user_7{background-color:{color:container};color{color:text}}.user_7::after{border-color:{color:container}}.user_8{background-color:{color:container};color{color:text}}.user_8::after{border-color:{color:container}}.user_9{background-color:{color:container};color{color:text}}.user_9::after{border-color:{color:container}}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- /*----------------- PERMALINK PAGE -----------------*/
- ol.notes {
- width:400px;
- padding: 0px;
- margin: 0px 0px;
- list-style-type: none;
- margin-left:5px;
- margin-top:-10px;
- font-size:9px;}
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:posts};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;}
- /*----------------- TABS STYLING -----------------*/
- .tabcontent {
- margin: auto;
- left:300px;
- top:0px;
- bottom:0px;
- right:0px;
- position:absolute;
- width:450px;
- height:500px;
- padding:30px;
- color:{color:text};
- z-index:999;
- -webkit-animation: fadeEffect 0.8s;
- animation: fadeEffect 0.8s;
- border-radius:10px;
- }
- @-webkit-keyframes fadeEffect {
- from {opacity: 0.1;}
- to {opacity: .9;}
- }
- @keyframes fadeEffect {
- from {opacity: 0.1;}
- to {opacity: .9;}
- }
- .tabsclose {
- font-size:14px;
- padding:3px;
- color:{color:italic};
- margin-top:-10px;
- margin-right:-10px;
- position:fixed;
- z-index:9999999999999999999999999;
- }
- .tabsclose:hover {
- cursor:pointer;
- }
- #tabsub{
- margin-top:415px;
- color:{color:text};
- font-family:"heyaugust";
- text-align:left;
- text-align-last:right;
- padding:0px;
- font-size:50px;
- width:450px;
- height:110px;
- margin-left:0px;
- line-height:95%;
- position:fixed;
- text-transform:uppercase;
- overflow:hidden;
- }
- #tabdesc{
- margin-top:5px;
- margin-left:0px;
- width:230px;
- height:230px;
- background-color:{color:posts};
- color:{color:text};
- padding:15px;
- position:fixed;
- font-size:9px;
- overflow-y:auto;
- text-align:justify;
- line-height:150%;
- border-radius:10px;
- }
- #tabdesc b{
- background-color:{color:permalink bg};
- color:{color:permalink};
- padding:3px;
- margin-right:5px;
- line-height:220%;
- font-size:8px;
- }
- #tabdesc a{
- background-color:{color:permalink bg};
- color:{color:permalink};
- padding:3px;
- margin-right:5px;
- line-height:220%;
- font-size:8px;
- }
- #tabdesc span{
- font-size:15px;
- font-family:"creo";
- color:{color:bold};
- float:left;
- padding:10px 5px 0px 0px;
- }
- #tabdesc p{
- margin-top:5px;
- margin-bottom:-5px;
- }
- #tablink{
- position:fixed;
- width:280px;
- height:100px;
- margin-left:0px;
- margin-top:285px;
- z-index:999999999999999999999999999;
- text-align:left;
- }
- #tablink a{
- background-color:{color:link};
- color:{color:posts};
- width:50px;
- height:50px;
- padding:0px;
- display:inline-block;
- border-radius:50%;
- font-size:25px;
- margin:0px 5px 10px 5px;
- text-align:center;
- }
- #tablink span{
- padding:5px;
- padding-top:11px;
- padding-right:5px;
- }
- #tablink a:hover{
- border-radius:50%;
- background-color:{color:container};
- color:{color:text};
- }
- #tab {
- margin-top:0px;
- position:absolute;
- margin-left:280px;
- margin-top:5px;
- }
- #tab img{
- border-radius:10px;
- width:170px;
- height:390px;
- }
- /*----------------- MUSE FILTERING -----------------*/
- .filterDiv {
- float: left;
- background-color:{color:posts};
- color: {color:text};
- width: 200px;
- height:105px;
- text-align: center;
- margin: 0px 12px 12px 0px;
- display: none;
- border-radius:10px;
- padding:10px;
- }
- .show {
- display: block;
- }
- .container {
- margin-top: 20px;
- overflow: scroll;
- width:465px;
- height:450px;
- border-radius:10px;
- }
- .btn {
- border: none;
- outline: none;
- padding:7px 7px 12px;
- background-color: {color:accent 2};
- color:{color:text};
- font-size:10px;
- font-family:"tokyo";
- cursor: pointer;
- border-radius:10px;
- letter-spacing:2px;
- }
- .btn.active {
- background-color: {color:bold};
- }
- /*----------------- MUSES CODES -----------------*/
- .musetitle{
- font-size:40px;
- color:{color:bold};
- font-family:"primetime";
- text-align:center;
- margin-top:-30px;
- margin-bottom:22px;
- }
- .musename{
- font-size:18px;
- font-family:"creo";
- color:{color:bold};
- position:relative;
- padding:0px;
- text-align:center;
- line-height:20%;
- width:110px;
- margin-left:85px;
- margin-top:10px;
- margin-bottom:5px;
- }
- .musedesc{
- width:110px;
- height:50px;
- overflow:none;
- font-size:8.5px;
- font-family:"roboto";
- text-align:justify;
- margin-left:85px;
- color:{color:text};
- margin-top:10px;
- position:relative;
- overflow:scroll;
- }
- .muselinks{
- width:200px;
- height:30px;
- margin-left:0px;
- margin-top:10px;
- display:block;
- text-align:Center;
- }
- .muselinks a{
- color:{color: link};
- font-size:12px;
- padding-top:14px;
- padding:5px;
- opacity:0.9;
- }
- .museimg img{
- width:75px;
- height:75px;
- float:left;
- display:inline;
- border-radius:50%;
- }
- /*----------------- CREDITS / DO NOT TOUCH! -----------------*/
- #credits{
- position:fixed;
- bottom:0px;
- right:10px;
- width:35px;
- height:35px;
- text-align:center;
- }
- #credits a{
- font-weight:bold;
- font-family:"creo";
- font-size:24px;
- -webkit-text-fill-color: {color:bold};
- }
- #credits a:hover{
- font-family:"creo";
- -webkit-text-stroke: 1px {color:bold};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <!----------------------NAVIGATION TAB---------------------->
- <div id="tabsDefault" class="tabcontent" style="overflow:auto;">
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:text}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center>
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"></a>
- {LinkCloseTag}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- <div style="z-index:99999999999999999999;">{Photoset}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h1>{Quote}</h1>
- {block:Source}
- <center>- {Source}</center>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}<br>
- <ul class="convo">{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:AlbumArt}
- <img src="{AlbumArtURL}" width="85px" align="left" style="margin-right:10px" />{/block:AlbumArt}
- <span class="audio">{AudioPlayerGrey}<br></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
- <div class="question">{Question}</div>
- {Answer}{/block:Answer}
- {block:IndexPage}
- <div class="info">
- {block:Date}
- <span><a href="{Permalink}" title="{TimeAgo}">
- <b>{Month} {DayOfMonthWithZero}</b></a>
- {block:NoteCount}with
- <b><a href="{Permalink}">{NoteCountWithLabel}</b></a>{/block:NoteCount}</span>
- {/block:Date}
- <rb>
- <span>
- {block:RebloggedFrom}
- <a href="{reblogparenturl}" title="via"><span class="th th-share-o"></span></a>{/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" title="source"><span class="th th-push-pin-o"></span></a>{/block:ContentSource}
- <a href="{ReblogURL}" title="reblog" target="_blank" class="reblog"><span class="th th-reload"></span></a></span></rb>
- </div>
- <div class="tags">{block:HasTags}
- {block:Tags}<a href="{TagURL}">#<font style="text-transform:uppercase;">{Tag}</font> </a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="info">
- {block:Date}<span>
- <a href="{Permalink}">
- <b>{Month} {DayOfMonthWithZero}</b></a> with <b><a href="{Permalink}">{NoteCountWithLabel}</b></a></span>
- {/block:Date}
- <span>
- </span>
- </div>
- <div class="tags">{block:HasTags}
- {block:Tags}<a href="{TagURL}">#<font style="text-transform:uppercase;">{Tag}</font> </a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:PermalinkPage}
- </div><!----POST END---->
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- <div style="margin-top:50px;margin-bottom:10px;">
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page"><span class="th th-chevron-left"></span></a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<a><span class="current_page">{PageNumber}</span></a>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page"><span class="th th-chevron-right"></span></a>{/block:NextPage}
- </div></div>
- {/block:Pagination}</div>
- </div>
- <!----------------------NAVIGATION TAB---------------------->
- <div id="tabsNavigate" class="tabcontent" style="display:none; overflow:hidden;">
- <div id="tab"><img src="{image:tab}"></div>
- <div id="tabsub">{text:tab subtitle}</div>
- <div id="tabdesc">
- <span>WHAT I DO</span>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer metus ipsum, malesuada nec mollis et, malesuada non lacus. Donec quis libero vitae dui tincidunt venenatis efficitur vel eros. Pellentesque fermentum iaculis massa, vel convallis tellus sodales nec. Vivamus eget lacus justo. </p>
- <br/><span>PLOT</span>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer metus ipsum, malesuada nec mollis et, malesuada non lacus. Donec quis libero vitae dui tincidunt venenatis efficitur vel eros. Pellentesque fermentum iaculis massa, vel convallis tellus sodales nec. Vivamus eget lacus justo. </p>
- <br/><span>MORE</span>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer metus ipsum, malesuada nec mollis et, malesuada non lacus. Donec quis libero vitae dui tincidunt venenatis efficitur vel eros. Pellentesque fermentum iaculis massa, vel convallis tellus sodales nec. Vivamus eget lacus justo. </p>
- </div>
- <!--TAB LINKS-->
- <div id="tablink">
- <a href="{text:tablink url1}" title="{text:tablink title1}"><span class="th th-star-o"></span></a>
- <a href="{text:tablink url2}" title="{text:tablink title2}"><span class="th th-confetti-o"></span></a>
- <a href="{text:tablink url3}" title="{text:tablink title3}"><span class="th th-cloud-3-o"></span></a>
- <a href="{text:tablink url4}" title="{text:tablink title4}"><span class="th th-folder-3-o"></span></a>
- <a href="{text:tablink url5}" title="{text:tablink title5}"><span class="th th-paperclip"></span></a>
- <a href="{text:tablink url6}" title="{text:tablink title6}"><span class="th th-diamond-o"></span></a>
- <a href="{text:tablink url7}" title="{text:tablink title7}"><span class="th th-users-o"></span></a>
- <a href="{text:tablink url8}" title="{text:tablink title8}"><span class="th th-list-o"></span></a>
- </div>
- </div><!--END NAVIGATION-->
- <!----------------------MUSES TAB---------------------->
- <div id="tabsMuses" class="tabcontent" style="display:none; overflow:hidden;">
- <div id="myBtnContainer">
- <button class="btn active" onclick="filterSelection('all')">ALL MUSES</button>
- <button class="btn" onclick="filterSelection('homme')"> homme</button>
- <button class="btn" onclick="filterSelection('femme')"> femme</button>
- <button class="btn" onclick="filterSelection('nonbinary')"> non-binary</button>
- <button class="btn" onclick="filterSelection('open')"> open</button>
- <button class="btn" onclick="filterSelection('closed')"> closed</button>
- </div>
- <div class="container">
- <!--MUSE-->
- <div class="filterDiv homme open"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">red</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv femme closed"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">blue</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv nonbinary open"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">yellow</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv femme closed"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">green</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv homme open"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">violet</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv nonbinary closed"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">orange</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv homme open"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">black</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv femme closed"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">white</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv nonbinary open"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">teal</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- <!--MUSE-->
- <div class="filterDiv femme closed"><!--category-->
- <div class="museimg">
- <img src="https://via.placeholder.com/75x75"></img>
- </div>
- <div class="musename">purple</div>
- <div class="musedesc">muse details right here! it's okay, this overflows anyway, so type away! wow, look at all of this space for details!</div>
- <div class="muselinks">
- <a href="/"><span class="th th-heart-1" title="musings"></span></a>
- <a href="/"><span class="th th-quote-down" title="interactions"></span></a>
- <a href="/"><span class="th th-camera" title="visage"></span></a>
- <a href="/"><span class="th th-pinterest" title="pinterest"></span></a>
- </div>
- </div><!--END MUSE-->
- </div></div><!--do not touch-->
- <!----------------------CONTAINER---------------------->
- <div id="entries">
- <div class="tabs">
- <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsDefault');">HOME</a>
- <a href="/ask">ASK</a>
- <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsNavigate');">EXPLORE</a>
- <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsMuses');">MUSES</a>
- </div>
- <div id="topwave">
- <svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" viewBox="0 0 496.88 599.63" xml:space="preserve" class="topwave">
- <path class="topwavefill" d="M246.6,0.5c3.4,11.3,6.8,22.7,10.2,34c8,26.6,16,53.2,24,79.8c6.2,20.6,12.6,41.6,24.8,59.3
- c19,27.5,49.9,44.1,80.3,57.8c30.4,13.7,62.4,26.1,87.2,48.5c38,34.3,56.3,89.5,101.1,114.4c23.8,13.2,53.2,15.7,78.9,6.8
- l0.5-401.6L246.6,0.5z" transform="translate(-103.12)"/>
- </svg>
- </div>
- <div id="bottomwave">
- <svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" viewBox="0 0 496.88 599.63" xml:space="preserve" class="bottomwave">
- <path class="bottomwavefill" d="M-5.6,404.6c14.8,17.8,31.5,34.5,51.8,45.7c12.7,6.9,26.4,11.5,40.4,15.3c57.5,15.7,117.6,18.5,177.1,21.2
- s119.6,5.5,177.2,21c57.6,15.5,113.2,45,149.4,92.3L-6,600L-5.6,404.6z" transform="translate(-103.12)"/>
- </svg>
- </div>
- <div id="maintitle">{text:title}</div>
- <div class="sideimage"><img src="{image:sidebar}" draggable="false"></div>
- <div id="desc">{text:side desc}</div>
- <div id="stats">{text:stats}</div>
- </div><!----ENTRIES END---->
- </div>
- <div id="credits">
- <a href="https://drunkblushed.tumblr.com/" title="made by dana">DB.</a></div>
- </body>
- <script>
- function openCity(evt, cityName) {
- var i, tabcontent, tablinks;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablinks");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" active", "");
- }
- document.getElementById(cityName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- // Get the element with id="defaultOpen" and click on it
- document.getElementById("defaultOpen").click();
- </script>
- <script>
- filterSelection("all")
- function filterSelection(c) {
- var x, i;
- x = document.getElementsByClassName("filterDiv");
- if (c == "all") c = "";
- for (i = 0; i < x.length; i++) {
- w3RemoveClass(x[i], "show");
- if (x[i].className.indexOf(c) > -1) w3AddClass(x[i], "show");
- }
- }
- function w3AddClass(element, name) {
- var i, arr1, arr2;
- arr1 = element.className.split(" ");
- arr2 = name.split(" ");
- for (i = 0; i < arr2.length; i++) {
- if (arr1.indexOf(arr2[i]) == -1) {element.className += " " + arr2[i];}
- }
- }
- function w3RemoveClass(element, name) {
- var i, arr1, arr2;
- arr1 = element.className.split(" ");
- arr2 = name.split(" ");
- for (i = 0; i < arr2.length; i++) {
- while (arr1.indexOf(arr2[i]) > -1) {
- arr1.splice(arr1.indexOf(arr2[i]), 1);
- }
- }
- element.className = arr1.join(" ");
- }
- // Add active class to the current button (highlight it)
- var btnContainer = document.getElementById("myBtnContainer");
- var btns = btnContainer.getElementsByClassName("btn");
- for (var i = 0; i < btns.length; i++) {
- btns[i].addEventListener("click", function(){
- var current = document.getElementsByClassName("active");
- current[0].className = current[0].className.replace(" active", "");
- this.className += " active";
- });
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment