Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ♡ ADORE YOU 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="#e5e5e5"/>
- <meta name="color:container" content="#eaeaea"/>
- <meta name="color:posts" content="#f0f0f0"/>
- <meta name="color:accent" content="#94a0a8"/>
- <meta name="color:bold" content="#94a0a8"/>
- <meta name="color:italic" content="#676e73"/>
- <meta name="color:text" content="#363636"/>
- <meta name="color:sidebar text" content="#3c3c3c"/>
- <meta name="color:link" content="#f3f3f3"/>
- <meta name="color:borders" content="#e7e7e7"/>
- <meta name="color:permalink" content="#181818"/>
- <meta name="color:permalink bg" content="#b6bbbe"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="https://via.placeholder.com/200x340"/>
- <meta name="image:side bg" content="https://via.placeholder.com/280x420"/>
- <meta name="image:wallpaper" content="https://via.placeholder.com/170x360"/>
- <meta name="image:social icon" content="https://via.placeholder.com/50x50"/>
- <meta name="image:ig tv 1" content="https://via.placeholder.com/80x140"/>
- <meta name="image:ig tv 2" content="https://via.placeholder.com/80x140"/>
- <meta name="image:tinder" content="https://via.placeholder.com/170x170"/>
- <meta name="image:snap 1" content="https://via.placeholder.com/170x360"/>
- <meta name="image:snap 2" content="https://via.placeholder.com/170x360"/>
- <meta name="image:snap 3" content="https://via.placeholder.com/170x360"/>
- <meta name="image:twitter" content="https://via.placeholder.com/105x65"/>
- <meta name="text:main title" content=""/>
- <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="" />
- <title>{title}</title>
- <link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700,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.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.video iframe').each(function(){
- var scale = $(this).parents('.video').width() / 500;
- $(this).attr({
- width: Math.floor($(this).attr('width') * scale),
- height: Math.floor($(this).attr('height') * scale)
- });
- });
- });
- </script>
- <style type="text/css">
- /*----------------- FONTS -----------------*/
- @font-face { font-family: "primetime"; src: url('https://dl.dropboxusercontent.com/s/uzoszwd2yfzqmmx/PRIMETIME.ttf');}
- @font-face { font-family:"tokyo"; src: url('https://dl.dropbox.com/s/jgq18n62iha87v6/Tokyo-Regular.ttf'); }
- /*----------------- TEXT STYLES -----------------*/
- body{
- background-color: {color:background};
- font-family: 'roboto', sans-serif;
- 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;
- }
- 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;
- font-weight:700;
- }
- em,i,italic{
- color:{color:italic};
- }
- big{
- font-size:15px;
- font-family: 'roboto', sans-serif;
- }
- small,sup, sub{
- font-size:9px;
- line-height:180%;
- }
- h1{font-family: "primetime";
- letter-spacing:1px;
- padding:5px;
- text-align:center;
- font-size: 24px;
- text-transform:uppercase;
- line-height: 120%;
- color:{color:bold};}
- h2{font-family: "primetime";
- letter-spacing:1px;
- padding:5px;
- text-align:right;
- font-size: 22px;
- text-transform:uppercase;
- line-height: 120%;
- color:{color:accent};}
- h3{font-family: "primetime";
- letter-spacing:1px;
- padding:5px;
- text-align:right;
- font-size: 18px;
- text-transform:uppercase;
- line-height: 120%;
- color:{color:accent};}
- .posttitle{
- font-family: "primetime";
- letter-spacing:1px;
- padding:5px;
- text-align:center;
- font-size: 30px;
- text-transform:uppercase;
- line-height: 120%;
- -webkit-text-stroke: 1.5px {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 -----------------*/
- #bigcont{
- margin: auto;
- left:0px;
- top:0px;
- bottom:0px;
- right:0px;
- }
- #entries{
- padding:30px;
- z-index:99;
- margin: auto;
- left:0px;
- top:0px;
- bottom:0px;
- right:0px;
- width:700px;
- position:absolute;
- height:400px;
- overflow-y:scroll;
- background-color:{color:container};
- overflow-x:hidden;
- border:1px solid {color:borders};
- }
- #post {
- font-size:9px;
- background-color:{color:posts};
- padding:25px;
- width:350px;
- z-index:99;
- margin-top:10px;
- margin-bottom:60px;
- margin-left:290px;
- line-height:180%;
- letter-spacing:1px;
- border:1px solid {color:borders};
- }
- #post .tags {position:relative;
- text-align:left;
- color:{color:link};
- padding:8px;
- font-size:6.5px;
- letter-spacing:2px;
- font-family: 'roboto', sans-serif;
- 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:350px;
- 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%;
- }
- .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 -----------------*/
- #maintitle{
- font-family:"primetime";
- font-size:24px;
- position:fixed;
- margin-top:220px;
- margin-left:-15px;
- -webkit-text-stroke: 1px {color:sidebar text};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- width:250px;
- height:100px;
- text-align:center;
- word-spacing:-3px;
- z-index:999;
- line-height:120%;
- }
- #maintitle span{
- -webkit-text-fill-color: {color:sidebar text};
- }
- #stats{
- font-family:"tokyo";
- font-size:9px;
- position:fixed;
- margin-top:380px;
- margin-left:680px;
- color:{color:bold};
- background-color:{color:posts};
- padding:5px 5px 8px 5px;
- max-width:100px;
- text-align:center;
- word-spacing:0px;
- font-weight:400;
- line-height:90%;
- z-index:9999999999999999999999999999999;
- }
- .sideimage {position:fixed;z-index:99; width:200px; height:340px;margin-left:10px; margin-top:10px;}
- .sideimage img {width:200px; height:340px; position:fixed;}
- #sidebar {background:{color:sidebar}; width:280px; height:420px; position: fixed; margin-top:-30px; margin-left:-30px; overflow:hidden; background-image:url('{image:side bg}');}
- /*----------------- NAVIGATION & PAGINATION -----------------*/
- .tabs{
- width:270px;
- height:10px;
- font-size:9.5px;
- z-index:99999999999999999;
- position:fixed;
- text-transform:uppercase;
- margin-left:-30px;
- text-align:center;
- font-family:"tokyo";
- margin-top:390px;
- padding:15px 5px 15px 5px;
- letter-spacing:3px;
- line-height:110%;
- background-color:{color:permalink bg};
- }
- .tabs a{
- color:{color:permalink};
- padding:5px;
- }
- .tabs a:hover{
- padding-bottom:13px;
- border-bottom:2px solid {color:bold};
- }
- #pagination {
- font-family: 'roboto', sans-serif;
- font-size:10px;
- font-weight:900;
- width:400px;
- color:{color:accent};
- margin-left:290px;
- 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 -----------------*/
- .qt {
- padding:15px;
- background-color:transparent;
- border: 1px solid {color:borders};
- color:{color:text};
- padding-left:15px;
- margin-top:10px;
- margin-left:0px;
- width:320px;
- padding-bottom:20px;
- margin-bottom:20px;
- padding-top:20px;
- }
- .as img {
- position:absolute;
- border-radius:50px;
- margin-left:-40px;
- margin-right:40px;
- margin-top:-5px;
- border:3px solid {color:accent};
- }
- .as {
- padding-top:6px;
- background-color:{color:posts};
- padding:5px;
- color:{color:accent};
- font-size:16px;
- letter-spacing:1px;
- margin-left:16%;
- margin-top:-35px;
- display:inline;
- width:auto;
- position:absolute;
- margin-bottom:10px;
- text-transform:lowercase;
- font-family:"primetime";
- }
- .as a{
- color:{color:accent};
- }
- /*----------------- 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:350px;
- padding: 0px;
- margin: 0px 0px;
- list-style-type: none;
- margin-left:300px;
- 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 BASE CODE BY NCIGHBOURHOOD -----------------*/
- .tabscon {
- margin: auto;
- left:290px;
- top:0px;
- bottom:0px;
- right:0px;
- padding:30px;
- position:absolute;
- width:410px;
- height:400px;
- color:{color:text};
- background-color:{color:container};
- z-index:999;
- animation: fadeEffect 1s;
- }
- @-webkit-keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: .9;}
- }
- @keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: .9;}
- }
- .tabsclose {
- font-size:10px;
- padding:3px;
- color:{color:accent};
- margin-top:-13px;
- margin-right:-5px;
- float:right;
- }
- .tabsclose:hover {
- cursor:pointer;
- }
- /*----------------- TABS STYLING -----------------*/
- #sociallinks{
- margin-top:10px;
- padding:10px;
- font-size:32px;
- height:80px;
- margin-left:205px;
- line-height:80%;
- position:fixed;
- color:{color:link};
- }
- #sociallinks a{
- cursor:pointer;
- padding-right:15px;
- }
- #tabdesc{
- margin-top:85px;
- margin-left:215px;
- width:190px;
- height:110px;
- background-color:{color:container};
- color:{color:text};
- position:fixed;
- font-size:9px;
- overflow-y:auto;
- text-align:justify;
- line-height:150%;
- }
- #tabdesc b{
- background-color:{color:permalink bg};
- color:{color:permalink};
- padding:3px;
- margin-right:5px;
- line-height:220%;
- font-size:8px;
- }
- #tablink{
- position:fixed;
- width:230px;
- height:200px;
- text-align:left;
- margin-left:215px;
- margin-top:210px;
- z-index:999999999999999999999999999;
- color:{color:link};
- font-size:28px;
- font-family:"primetime";
- text-transform:uppercase;
- }
- #tablink a{
- -webkit-text-stroke: 1px {color:link};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- -webkit-transition:.8s;
- -moz-transition:.8s;
- }
- #tablink a:hover{
- -webkit-text-fill-color: {color:link};
- -webkit-transition:.8s;
- -moz-transition:.8s;
- }
- #android {
- width:170px;
- height:360px;
- margin-top:0px;
- position:fixed;
- border-radius:20px;
- border:10px solid #202020;
- background-color: #202020;
- }
- #android img{
- border-radius:10px;
- width:170px;
- height:360px;
- }
- #time{
- font-size:42px;
- color:white;
- text-shadow:0px 0px 4px #202020;
- margin-top:15px;
- margin-left:20px;
- position:fixed;
- font-weight:100;
- font-family:'roboto';
- width:200px;
- text-align:left;
- }
- #date{
- font-size:11px;
- color:white;
- text-shadow:0px 0px 4px #3e3e3e;
- margin-top:60px;
- margin-left:20px;
- width:200px;
- text-align:left;
- position:fixed;
- font-weight:400;
- font-family:'roboto';
- }
- #spotify{
- font-size:11px;
- background-color:rgb(256,256,256,0.7);
- margin-top:310px;
- margin-left:25px;
- width:120px;
- height:20px;
- padding:10px;
- text-align:left;
- position:fixed;
- font-weight:400;
- font-family:'roboto';
- border-radius:10px;
- }
- #spotify span{
- font-size:20px;
- color:{color:accent};
- padding-top:1px;
- padding-left:1px;
- }
- #spotify p{
- margin-left:35px;
- line-height:110%;
- margin-top:-20px;
- color: #3e3e3e;
- font-size:9px;
- }
- #spotify b{
- color: #3e3e3e;
- font-weight:800;
- }
- #overlay{
- border-radius:20px;
- border:10px solid #202020;
- width:170px;
- height:360px;
- position:fixed;
- margin-left:-10px;
- margin-top:-10px;
- }
- /*----------------- SOCIAL BASE -----------------*/
- .tabcontent {
- display: none;
- width:170px;
- height:360px;
- background-color:{color:posts};
- margin: auto;
- left:70px;
- top:0px;
- bottom:0px;
- right:0px;
- padding:0px;
- position:absolute;
- z-index:9999999999999999999;
- }
- .tabcontent {
- animation: fadeEffect 1s;
- }
- @keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- .tabclose {
- font-size:13px;
- padding:3px;
- color:{color:text};
- margin-top:7px;
- margin-left:4px;
- float:left;
- cursor:pointer;
- z-index:999999999999999;
- position:fixed;
- }
- /*----------------- INSTAGRAM -----------------*/
- #instahead{
- font-size:10px;
- position:fixed;
- margin-top:10px;
- margin-left:26px;
- width:120px;
- text-align:center;
- height:20px;
- font-weight:bold;
- color:{color:accent};
- }
- #instaicon{
- position:fixed;
- margin-top:35px;
- margin-left:10px;
- }
- #instaicon img{
- width:40px;
- height:40px;
- border-radius:50%;
- }
- #instastat1 span, #instastat2 span{
- font-size:9.5px;
- color:{color:italic};
- letter-spacing:0.5px;
- overflow:hidden;
- text-align:left;
- font-weight:bold;
- margin-left:0px;
- width:80px;
- }
- #instastat1 {
- font-size:8px;
- color:{color:text};
- text-align left;
- font-weight:none;
- width:30px;
- height:10px;
- text-transform:uppercase;
- margin-left:60px; margin-top:45px;
- position:fixed;
- line-height:150%;
- }
- #instastat2 {
- font-size:8px;
- color:{color:text};
- text-align left;
- font-weight:none;
- width:30px;
- height:10px;
- text-transform:uppercase;
- margin-left:100px; margin-top:45px;
- position:fixed;
- line-height:150%;
- }
- #instadetails{
- position:fixed;
- width:150px;
- padding:10px;
- height:80px;
- margin-top:75px;
- font-size:8.5px;
- line-height:160%;
- }
- #instadetails span{
- font-weight:bold;
- color:{color:accent};
- font-size:9px;
- padding-bottom:3px;
- }
- #instatv{
- position:fixed;
- width:170px;
- padding:1px;
- margin-top:205px;
- margin-left:0px;
- text-align:center;
- }
- #instatv img{
- width:80px;
- height:140px;
- margin-right:1px;
- }
- #instatvcaption1{
- position:fixed;
- width:70px;
- height:20px;
- font-size:8px;
- margin-left:10px;
- margin-top:110px;
- color:white;
- text-shadow:0px 0px 4px #3e3e3e;
- text-align:left;
- }
- #instatvcaption2{
- position:fixed;
- width:70px;
- height:20px;
- font-size:8px;
- margin-left:95px;
- margin-top:-35px;
- color:white;
- text-shadow:0px 0px 4px #3e3e3e;
- text-align:left;
- }
- .instabutton {
- margin-left:10px;
- position:fixed;
- margin-top:145px;
- }
- .instabutton a{
- font-size:8px;
- text-transform:uppercase;
- width:53px;
- text-align:center;
- display:inline-block;
- padding:3px;
- margin-right:4px;
- border-radius:5px;
- border:1px solid {color:borders};
- color:{color:text};
- }
- #instacategory{
- position:fixed;
- margin-top:170px;
- margin-left:17px;
- width:150px;
- height:80px;
- text-align:center;
- }
- #instacategory span{
- font-size:14px;
- color:{color:accent};
- padding:10px;
- margin-right:10px;
- }
- /*----------------- TINDER -----------------*/
- #tinderpic{
- width:170px;
- height:170px;
- position:fixed;
- }
- #tinderpic img{
- width:170px;
- height:170px;
- border-radius:10px 10px 0px 0px;
- }
- #tindername{
- position:fixed;
- margin-top:180px;
- margin-left:10px;
- font-size:18px;
- color:{color:accent};
- }
- #tindername span{
- font-weight:700;
- font-size:20px;
- }
- #tinderarrow a{
- background-color:{color:accent};
- color:{color:posts};
- border-radius:30px;
- padding-top:14px;
- padding:0px;
- width:35px;
- height:35px;
- font-size:15px;
- margin-top:150px;
- margin-left:125px;
- position:fixed;
- }
- #tinderarrow span{
- padding:10px;
- padding-top:10px;
- }
- #tinderdetails{
- position:fixed;
- margin-top:200px;
- width:150px;
- height:80px;
- padding:10px;
- font-size:8.5px;
- line-height:160%;
- }
- #tinderdetails span{
- color:{color:accent};
- margin-right:8px;
- }
- #tinderbar{
- position:fixed;
- display:block;
- border-bottom:1px solid {color:borders};
- width:170px;
- height:5px;
- margin-top:252px;
- }
- #tinderdesc{
- position:fixed;
- margin-top:257px;
- width:150px;
- height:80px;
- padding:10px;
- font-size:8.5px;
- line-height:160%;
- }
- #tinderbuttons{
- position:fixed;
- margin-top:310px;
- width:160px;
- padding:5px;
- height:80px;
- text-align:center;
- word-spacing:10px;
- }
- #tinderbuttons span{
- font-size:14px;
- background-color:{color:accent};
- color:{color:posts};
- padding:10px;
- border-radius:50px;
- }
- /*----------------- SNAPCHAT -----------------*/
- #snapchat img{
- width:170px;
- height:360px;
- border-radius:10px;
- position:absolute;
- opacity:1;
- }
- .snaptext1{
- opacity:1;
- position:absolute;
- z-index:99;
- }
- #snapchat2{
- opacity:0;
- position:absolute;
- z-index:999;
- }
- #snapchat:hover #snapchat2, .snaptext2{
- opacity:1;
- transition-delay:2s;
- z-index:999;
- }
- #snapchat3{
- opacity:0;
- position:absolute;
- z-index:9999;
- }
- #snapchat:hover #snapchat3, .snaptext3{
- opacity:1;
- position:absolute;
- transition-delay:4s;
- z-index:9999;
- }
- .snapusername{
- margin-left:25px;
- margin-top:10px;
- text-transform:uppercase;
- color:white;
- text-shadow:0px 0px 4px #3e3e3e;
- position:fixed;
- font-size:10px;
- font-weight:bold;
- z-index:99999;
- }
- .snaptime{
- margin-left:25px;
- margin-top:22px;
- text-transform:uppercase;
- color:white;
- text-shadow:0px 0px 4px #3e3e3e;
- position:fixed;
- font-size:9px;
- z-index:99999;
- }
- .snaptext1, .snaptext2, .snaptext3{
- color:white;
- background-color:rgb(0,0,0,0.4);
- font-size:8.5px;
- text-align:center;
- padding:5px;
- width:160px;
- position:absolute;
- margin-top: 250px;
- }
- /*----------------- TWITTER -----------------*/
- #twitterheader{
- position:fixed;
- width:170px;
- height:90px;
- background-color:{color:bold};
- border-radius:9px 9px 0px 0px;
- }
- #twitterdesign{
- position:fixed;
- width:170px;
- margin-top:25px;
- text-align:center;
- font-family:"primetime";
- font-size:18px;
- -webkit-text-stroke: 1px {color:posts};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- }
- #twittericon{
- position:fixed;
- margin-top:65px;
- margin-left:10px;
- }
- #twittericon img{
- width:50px;
- height:50px;
- border-radius:50px;
- border:2px solid {color:posts};
- }
- #twitterbutton{
- width:60px;
- padding:3px;
- border-radius:20px;
- font-size:8px;
- text-transform:uppercase;
- background-color:{color:accent};
- color:{color:posts};
- text-align:center;
- line-height:100%;
- padding-top:1px;
- display:block;
- position:fixed;
- margin-left:90px;
- margin-top:100px;
- letter-spacing:1px;
- }
- #twitterusername{
- font-size:12px;
- letter-spacing:0.5px;
- color:{color:accent};
- margin-left:10px;
- line-height:100%;
- margin-top:125px;
- position:fixed;
- }
- #twitterusername span{
- font-size:8.5px;
- font-family:'roboto';
- letter-spacing:1px;
- color:{color:text};
- }
- #twitterdetails{
- position:fixed;
- margin-top:155px;
- margin-left:10px;
- font-size:8.5px;
- font-family:'roboto';
- }
- #twitterdetails span{
- font-size:8.5px;
- font-family:'roboto';
- color:{color:accent};
- }
- #twittertabs{
- width:160px;
- padding:10px;
- position:fixed;
- margin-top:158px;
- z-index:999;
- }
- #twittertabs a{
- font-weight:bold;
- margin-right:18px;
- color:{color:text};
- font-size:9px;
- }
- #twittertabs .tweets{
- padding-bottom:9px;
- border-bottom:3px solid {color:accent};
- }
- #twitterbase{
- position:fixed;
- margin-top:195px;
- width:150px;
- height:120px;
- padding:10px;
- border-top:1px solid {color:borders};
- }
- #twitterbaseicon img{
- width:30px;
- height:30px;
- border-radius:50px;
- float:left;
- }
- #tweet{
- position:fixed;
- margin-top:5px;
- margin-left:40px;
- font-size:8.5px;
- width:105px;
- }
- #tweet b{
- font-weight:bold;
- }
- #tweet img{
- background-color:{color:accent};
- border-radius:10px;
- width:105px;
- height:65px;
- margin-top:10px;
- }
- #tweetreacts{
- margin-top:10px;
- font-size:9px;
- }
- #tweetreacts span{
- margin-right:3px;
- }
- /*----------------- CREDITS / DO NOT TOUCH! -----------------*/
- #credits{
- position:fixed;
- bottom:0px;
- right:5px;
- width:35px;
- height:35px;
- text-align:center;
- }
- #credits a{
- font-family:"primetime";
- font-size:18px;
- -webkit-text-stroke: 1px {color:accent};
- -webkit-text-fill-color: rgba(0, 0, 0, 0);
- }
- #credits a:hover{
- font-family:"primetime";
- -webkit-text-fill-color: {color:accent};
- }
- {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="tabsNavigate" class="tabscon alytut" style="display:none">
- <span onclick="this.parentElement.style.display='none'" class="tabsclose"><span class="th th-cross"></span></span>
- <div style="margin-bottom:10px;"></div>
- <!--android-->
- <div id="android"><img src="{image:wallpaper}"></div>
- <div id="time">3:09</div>
- <div id="date">Tues, December 3</div>
- <div id="spotify"><span class="th th-music"></span>
- <p> <b>SONG TITLE</b> <br/> Arist
- </div>
- <div id="sociallinks">
- <a class="tablinks" onclick="openCity(event, 'Instagram')"><span class="th th-instagram"></span></a>
- <a class="tablinks" onclick="openCity(event, 'Tinder')"><span class="th th-tinder"></span></a>
- <a class="tablinks" onclick="openCity(event, 'Snapchat')"><span class="th th-snapchat"></span></a>
- <a class="tablinks" onclick="openCity(event, 'Twitter')"><span class="th th-twitter-o"></span></a>
- </div>
- <!--TAB DESCRIPTION-->
- <div id="tabdesc">
- <b>NAME</b> First Last <br/>
- <b>AGE</b> xx years old <br/>
- <b>OCCUPATION</b> Occupation <br/>
- <b>LABEL</b> The Label <br/>
- <i>place your character's aesthetic here! feel free to add a lot, because this overflows anyway! isn't that cool?</i>
- </div>
- <!--TAB LINKS-->
- <div id="tablink">
- <a href="{text:tablink url1}">{text:tablink title1}</a><br/>
- <a href="{text:tablink url2}">{text:tablink title2}</a><br/>
- <a href="{text:tablink url3}">{text:tablink title3}</a><br/>
- <a href="{text:tablink url4}">{text:tablink title4}</a><br/>
- </div>
- </div><!--END NAVIGATION-->
- <!----------INSTAGRAM------------>
- <div id="Instagram" class="tabcontent">
- <span onclick="this.parentElement.style.display='none'" class="tabclose"><span class="th th-chevron-left"></span></span>
- <div id="overlay"></div>
- <div id="instahead">@username</div>
- <div id="instaicon"><img src="{image:social icon}"></div>
- <div id="instastat1">
- <span>450</span><br/>posts</div>
- <div id="instastat2">
- <span>145K</span><br/>followers</div>
- <div id="instadetails">
- <span>First Last</span><br/>
- Instagram description here! It's best if you keep this at 3 lines to avoid too much space!
- </div>
- <div class="instabutton">
- <a href="#">Following</a>
- <a href="#">Message</a>
- <a href="#" style="width:10px;"><span class="th th-chevron-down"></span></a>
- </div>
- <div id="instacategory">
- <span class="th th-dial"></span>
- <span class="th th-tv" style="padding-bottom:5px; border-bottom:2px solid {color:bold};"></span>
- <span class="th th-user"></span>
- </div>
- <div id="instatv">
- <div id="instatvcaption1">IG TV Caption Here!!</div>
- <img src="{image:ig tv 1}">
- <div id="instatvcaption2">IG TV Caption Here!</div>
- <img src="{image:ig tv 2}">
- </div>
- </div><!----------END INSTAGRAM------------>
- <!----------TINDER------------>
- <div id="Tinder" class="tabcontent">
- <span onclick="this.parentElement.style.display='none'" class="tabclose"><span class="th th-chevron-left"></span></span>
- <div id="overlay"></div>
- <div id="tinderpic"><img src="{image:tinder}"></div>
- <div id="tindername"><span>Name</span> 21</div>
- <div id="tinderarrow"><a href="#"><span class="th th-down-arrow"></span></a></div>
- <div id="tinderdetails">
- <span class="th th-briefcase-o"></span>Occupation, Workplace <br/>
- <span class="th th-diploma-o"></span>University <br/>
- <span class="th th-location-4-o"></span>2.5 kilometers away <br/>
- </div>
- <div id="tinderbar"></div>
- <div id="tinderdesc">Tinder description here! It's best if you keep this at 3 lines to avoid too much space!</div>
- <div id="tinderbuttons">
- <span class="th th-cross" style="margin-right:8px;"></span>
- <span class="th th-star" style="margin-right:8px;"></span>
- <span class="th th-heart-1"></span>
- </div>
- </div><!----------END TINDER------------>
- <!----------SNAPCHAT------------>
- <div id="Snapchat" class="tabcontent">
- <span onclick="this.parentElement.style.display='none'" class="tabclose"><span class="th th-chevron-left"></span></span>
- <div id="overlay"></div>
- <div id="snapchat">
- <div class="snaptime">6h ago</div>
- <div class="snapusername">First Last</div>
- <div class="snaptext1">Snapchat caption here!</div>
- <img src="{image:snap 1}"/>
- <div id="snapchat2">
- <div class="snaptext3">Snapchat caption here!</div>
- <img src="{image:snap 2}"/>
- </div>
- <div id="snapchat3">
- <div class="snaptext3">Snapchat caption here!</div>
- <img src="{image:snap 3}"/>
- </div>
- </div></div><!----------END SNAPCHAT------------>
- <!----------TWITTER------------>
- <div id="Twitter" class="tabcontent">
- <span onclick="this.parentElement.style.display='none'" class="tabclose"><span class="th th-chevron-left"></span></span>
- <div id="overlay"></div>
- <div id="twitterheader"></div>
- <div id="twitterdesign">TITLE HERE</div>
- <div id="twittericon"><img src="{image:social icon}"/></div>
- <div id="twitterbutton">following</div>
- <div id="twitterusername"><bold>Name</bold> <br/>
- <span>@username</span></div>
- <div id="twitterdetails">
- <span>200</span> Following
- <span>2.5K</span> Followers
- </div>
- <div id="twittertabs">
- <a href="#" class="tweets">Tweets</a>
- <a href="#">Media</a>
- <a href="#">Likes</a>
- </div>
- <div id="twitterbase">
- <div id="twitterbaseicon"><img src="{image:social icon}"/></div>
- <div id="tweet">
- <b>Name</b> @username <br/>
- this is the tweet! keep this at 3 lines max, alright?
- <img src="{image:twitter}"/>
- <div id="tweetreacts">
- <span class="th th-chat-bubble-o"></span>42
- <span class="th th-reblog"></span>15
- <span class="th th-heart-1-o"></span>101
- </div>
- </div></div></div><!----------END TWITTER------------>
- <!-------------------------------CONTAINER------------------------------->
- <div id="entries">
- <div class="tabs">
- <a href="/">HOME</a>
- <a href="/ask">INBOX</a>
- <a href="#" class="tablink tabsact" onclick="openAlytut(event, 'tabsNavigate');">EXPLORE</a>
- <a href="{text:side link url}">{text:side link title}</a>
- </div>
- <div class="sideimage"><img src="{image:sidebar}" draggable="false"></div>
- <!---
- <div id="stats">{text:stats}</div> --->
- <div id="sidebar">
- </div>
- <div id="maintitle">{text:main title}</div>
- {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}" width="350"></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="80px" 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}
- <div class="video">{Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="pt"></div>
- <div class="qt">{Question}</div>
- <div class="as"><img src="{AskerPortraitURL-24}">{Asker}</div>
- {Answer}{/block:Answer}
- {block:IndexPage}
- <div class="info">
- {block:Date}
- <span><a href="{Permalink}" title="{TimeAgo}">
- <b>{ShortMonth}{DayOfMonthWithZero}{ShortYear}</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>{ShortMonth}{DayOfMonthWithZero}{ShortYear}</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><!----ENTRIES END---->
- </div>
- <div id="credits">
- <a href="https://drunkblushed.tumblr.com/" title="theme by drunkblushed">DB.</a></div>
- </body>
- <script>
- function openAlytut(evt, alytutName) {
- var i, x, tablinks;
- x = document.getElementsByClassName("alytut");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablink");
- for (i = 0; i < x.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" tabsact", "");
- }
- document.getElementById(alytutName).style.display = "block";
- evt.currentTarget.className += " tabsact";
- }
- </script>
- <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";
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment