Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- ✧ THEME #13 BY SKYOFRP - CHERRIES & WINE ✧
- theme made using neonbikethemes' base code. icons hosted by suiomi. muse page icons by alydae. imessage code by animalities. audio player code by padyluppet (& modified by me).
- edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
- enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:sidebar" content="">
- <meta name="image:abouttab" content="">
- <meta name="image:background" content="">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:sidebar" content="#f2f2f2" />
- <meta name="color:accent" content="#ff6f61" />
- <meta name="color:borders" content="#a6a6a6" />
- <meta name="color:links hover" content="#a0a0a0" />
- <meta name="color:text" content="#000000" />
- <meta name="color:chat bubble 1" content="#ffb6af">
- <meta name="color:chat bubble 2" content="#eeeeee">
- <meta name="text:title" content=""/>
- <meta name="text:tab 3 title" content="tab 3 title" />
- <meta name="text:tab 4 title" content="tab 4 title" />
- <meta name="text:link 1" content="/" />
- <meta name="text:link 1 title" content="link" />
- <meta name="text:link 2" content="/" />
- <meta name="text:link 2 title" content="link" />
- <meta name="text:link 3" content="/" />
- <meta name="text:link 3 title" content="link" />
- <meta name="text:link 4" content="/" />
- <meta name="text:link 4 title" content="link" />
- <meta name="text:link 5" content="/" />
- <meta name="text:link 5 title" content="link" />
- <meta name="text:link 6" content="/" />
- <meta name="text:link 6 title" content="link" />
- <meta name="text:url for askbox" content="" />
- <meta name="text:sidebar stats" content="name, age, pronouns, timezone...? whatever u want! keep it to one line tho!" />
- <meta name="text:one line" content="lyrics or whatever u want!" />
- <meta name="text:about description" content="description, rules, anything!" />
- <meta name="select:grayscale" title="0%" content="0%" />
- <meta name="select:grayscale" title="60%" content="60%" />
- <meta name="select:grayscale" title="70%" content="70%" />
- <meta name="select:grayscale" title="80%" content="80%" />
- <meta name="select:grayscale" title="90%" content="90%" />
- <meta name="select:grayscale" title="100%" content="100%" />
- <meta name="if:cherry" content="1">
- <meta name="if:thetruth" content="0"/>
- <meta name="if:contained" content="1"/>
- <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <!-- TOOLTIP SCRIPT (REMOVE ONLY IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
- <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>
- <link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <style type="text/css">
- /*----------------------------- FONTS ------------------------------- */
- @font-face { font-family: "tamoro script"; src: url('https://dl.dropboxusercontent.com/s/6cjwbj582ho61kv/TamoroScript_PersonalUseOnly.ttf?dl=0'); format("opentype");}
- @font-face { font-family: "frontage outline"; src: url('https://dl.dropboxusercontent.com/s/452n0o323kateo7/Frontage-Outline.otf?dl=0'); format("opentype");}
- @font-face { font-family: hightide; src: url('https://dl.dropboxusercontent.com/s/94upkctje3nnnmx/High%20Tide%20-%20Demo.ttf') ; }
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- SELECTION TOOL ------- */
- ::-moz-selection {
- background: {color:text};
- color: {color:background};
- }
- ::selection {
- background: {color:text};
- color: {color:background};
- }
- /* -------- SCROLLBAR ------- */
- ::-webkit-scrollbar {
- width: 0px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background:{color:background};
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background:{color:text};
- }
- ::-webkit-scrollbar-thumb:window-inactive {
- background: transparent;
- }
- /* ------- TOOLTIPS ------ */
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 10px;
- background-color:{color:accent};
- font-family:'work sans';
- font-size:10px;
- color:{color:posts};
- font-weight:bold;
- z-index:999999999999999999999999999999999999;
- padding:10px;
- border-radius:10px;
- text-transform:lowercase;
- letter-spacing:2px;
- }
- /* -------- BASICS ------- */
- body {
- background:{color:Background} url({image:background});
- color: {color:text};
- font-family:'work sans';
- font-size: 11px;
- margin: 0;
- padding: 0;
- word-wrap: break-word;
- line-height:150%;
- }
- a {
- color:{color:accent};
- text-decoration: none;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- a:hover{
- color:{color:links hover};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- b, strong {
- color:{color:accent};
- }
- blockquote {
- margin: 10px;
- padding-left:20px;
- padding-top:10px;
- padding-bottom:10px;
- padding-right:10px;
- background-color:{color:posts};
- border-radius:0px;
- border-left:solid 2px {color:accent};
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- p{
- margin-bottom:10px;
- }
- small, sub, sup {
- font-size:10px;
- }
- ul{
- list-style-type:square;
- }
- ol{
- list-style-type:;
- }
- h1, h1 a {
- font-family:'work sans';
- text-align:center;
- font-size:32px;
- letter-spacing:5px;
- text-transform:uppercase;
- color:{color:borders};
- line-height:120%;
- }
- h2 {
- font-family:'work sans';
- color:{color:accent};
- text-align:center;
- font-size:22px;
- letter-spacing:5px;
- text-transform:uppercase;
- line-height:120%;
- }
- #bigcon{
- width:420px;
- margin-left:auto;
- margin-right:auto;
- }
- .tabcontent {
- position:absolute;
- margin-left:auto;
- margin-right:auto;
- width: 420px;
- text-align:center;
- margin-bottom:0px;
- height:550px;
- max-height:550px;
- overflow-y:scroll;
- left:50%;
- margin-left:-100px;
- top:50%;
- margin-top:-300px;
- padding:10px;
- }
- #postcontainer {
- position:absolute;
- width: 420px;
- overflow:hidden;
- text-align:center;
- margin-bottom:20px;
- overflow-y:scroll;
- left:50%;
- margin-left:-100px;
- {block:ifcontained}
- top:50%;
- margin-top:-210px;
- height:420px;
- max-height:420px;
- overflow-y:scroll;
- {/block:ifcontained}
- padding:10px;
- }
- /* ----------------------------- HEADER STUFF ---------------------------*/
- #sidebar {
- background-color:{color:sidebar};
- position:fixed;
- width:200px;
- height:420px;
- margin-bottom:50px;
- text-align:center;
- margin-left:0px;
- top:50%;
- margin-top:-210px;
- left:50%;
- margin-left:-400px;
- padding:10px;
- border-radius:5px;
- }
- #sidebar img {
- width:80px;
- height:80px;
- border-radius:100px;
- border:solid 2px {color:accent};
- padding:3px;
- }
- .speechbubble{
- margin-bottom:20px;
- margin-top:10px;
- position: relative;
- background:{color:accent};
- color:#fff;
- border-radius: .4em;
- height:30px;
- }
- .speechbubble:after {
- content: '';
- position: absolute;
- bottom: 0;
- left: 50%;
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-top-color:{color:accent};
- border-bottom: 0;
- border-left: 0;
- margin-left: -5px;
- margin-bottom: -10px;
- }
- .blogtitle, .blogtitle a {
- font-family:'work sans';
- text-transform:lowercase;
- font-size:15px;
- letter-spacing:2px;
- font-weight:bold;
- color:#fff;
- z-index:9999;
- position:absolute;
- margin-top:5px;
- text-align:center;
- width:200px;
- left:50%;
- margin-left:-100px;
- margin-top:3px;
- }
- .subtitle {
- font-size:10px;
- font-family:'work sans';
- margin-top:0px;
- background-color:{color:accent};
- color:{color:posts};
- border-radius:3px;
- padding:3px;
- font-weight:bold;
- width:120px;
- text-align:center;
- left:50%;
- margin-left:40px;
- }
- .description{
- margin-bottom:20px;
- height:100px;
- max-height:100px;
- overflow-y:scroll;
- font-size:10px;
- background-color:{color:posts};
- padding:5px;
- border-radius:10px;
- color:{color:borders};
- line-height:2.5;
- border:solid 1px {color:borders};
- letter-spacing:2px;
- }
- #navbar{
- display:inline-block;
- text-align:center;
- }
- /* ------------------------------ TABS ------------------------------ */
- .tabs {
- width:100%;
- margin-left:0px;
- display:inline-block;
- }
- /*----- Tab Links -----*/
- /* Clearfix */
- .tab-links:after {
- display:block;
- clear:both;
- content:'';
- }
- .tab-links {
- z-index:9999999999;
- margin-top:3px;
- }
- .tab-links li {
- margin-right:3px;
- display:inline-block;
- list-style:none;
- text-transform:uppercase;
- margin-bottom:5px;
- }
- .tab-links a {
- padding-top:9px;
- padding-right:8px;
- padding-left:8px;
- padding-bottom:9px;
- display:inline-block;
- color:{color:accent};
- border-bottom:1px solid transparent;
- font-weight:bold;
- font-size:20px;
- font-family:'frontage outline';
- border-radius:10px;
- }
- .tab-links a:hover {
- text-decoration:none;
- -ms-transform: rotate(15deg); /* IE 9 */
- -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
- transform: rotate(15deg);
- }
- li.active a, li.active a:hover {
- color:{color:accent};
- -webkit-transition: all 1s;
- -moz-transition: all 1s;
- -o-transition: all 1s;
- -ms-transition: all 1s;
- transition: all 1s;
- }
- /*----- Content of Tabs -----*/
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /* --------------------------- POSTS (articles) --------------------- */
- article {
- float:left;
- background:{color:posts};
- padding: 10px;
- width: 400px;
- text-align:left;
- margin-bottom:80px;
- border-radius:5px;
- border:solid 1px {color:borders};
- }
- .photoset
- {
- border-radius:5px;
- -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
- filter: grayscale({select:grayscale});
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- opacity:0.9;
- }
- .photoset:hover {
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- opacity:1;
- }
- article img {
- height: auto;
- width:auto;
- max-width:100%;
- border-radius:5px;
- -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
- filter: grayscale({select:grayscale});
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- opacity:0.9;
- }
- article img:hover {
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- opacity:1;
- }
- /* ---------------------------- POST INFO -----------------------------*/
- .permalink, .permalink a {
- background-color:{color:accent};
- color:{color:posts};
- font-weight:bold;
- letter-spacing:2px;
- text-transform:lowercase;
- border-radius:3px;
- padding:3px;
- margin-bottom:5px;
- text-align:right;
- }
- .postinfo, .postinfo a {
- margin-top:10px;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:posts};
- padding:5px;
- border-radius:5px;
- letter-spacing:3px;
- font-size:10px;
- font-weight:bold;
- color:{color:borders};
- }
- .postinfo a:hover {
- color:{color:links hover};
- }
- .tags {
- margin-top:5px;
- font-weight:normal;
- }
- .tags a {
- color:{color:borders};
- text-transform:lowercase;
- font-size:10px;
- display:inline-block;
- }
- .tags a:hover {
- color:{color:links hover};
- letter-spacing:5px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- /* ---------------------------- NAVTAB ------------------------- */
- .aboutme {
- width:150px;
- height:160px;
- max-height:160px;
- overflow-y:scroll;
- background-color:{color:posts};
- padding:10px;
- border-radius:10px;
- border:solid 1px {color:borders};
- font-size:10px;
- z-index:999;
- top:50%;
- margin-top:100px;
- font-size:10px;
- padding:5px;
- line-height:2.5;
- letter-spacing:2px;
- }
- .aboutpic {
- width:220px;
- float:right;
- }
- .aboutpic img {
- width:220px;
- height:400px;
- border-radius:10px;
- float:right;
- top:50%;
- margin-top:100px;
- border:solid 2px {color:accent};
- padding:3px;
- }
- h5 {
- font-family:'work sans';
- text-transform:uppercase;
- font-weight:bold;
- padding:5px;
- font-size:26px;
- color:{color:borders};
- text-align:right;
- margin-top:-0px;
- width:150px;
- line-height:100%;
- margin-top:30px;
- letter-spacing:3px;
- border-bottom:solid 2px {color:accent};
- max-height:50px;
- overflow:hidden;
- }
- h6 {
- float:right;
- margin-top:-350px;
- margin-right:10px;
- text-transform:uppercase;
- font-size:20px;
- font-family:'frontage outline';
- line-height:150%;
- background: -webkit-linear-gradient(20deg, {color:gradient one}, {color:gradient two});
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- width:190px;
- }
- .aboutlinks {
- width:165px;
- margin-top:-10px;
- text-align:center;
- display:inline-block;
- margin-left:-40px;
- }
- .aboutlinks a {
- font-family:'frontage outline';
- font-size:20px;
- background-color:{color:accent};
- padding:10px;
- border-radius:100px;
- display:inline-block;
- width:20px;
- height:20px;
- color:{color:posts};
- margin:5px;
- z-index:9999999999999999999999999;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .aboutlinks a:hover {
- background-color:{color:posts};
- color:{color:accent};
- -ms-transform: rotate(15deg); /* IE 9 */
- -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
- transform: rotate(15deg);
- }
- /* ---------------------------- MUSES ------------------------- */
- .muse {
- width:100px;
- height:110px;
- display:inline-block;
- padding:10px;
- margin:5px;
- background:{color:posts};
- border-radius:10px;
- }
- .muse img {
- width:80px;
- height:80px;
- border-radius:100px;
- border:solid 2px {color:accent};
- padding:3px;
- -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
- filter: grayscale({select:grayscale});
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .muse img:hover {
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- h4 {
- font-family:'work sans';
- padding:5px;
- font-size:18px;
- margin-top:-20px;
- z-index:99999999999999999;
- color:{color:accent};
- text-transform:uppercase;
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- }
- h4:hover {
- -ms-transform: rotate(7deg); /* IE 9 */
- -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
- transform: rotate(7deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* ---------------------------- POST NOTES ------------------------- */
- ol.notes {
- display:block;
- text-align:left;
- list-style-type:none;
- margin-left:-35px;
- }
- ol.notes li.note{
- margin-bottom:5px;
- }
- .pagenotes {
- text-align:left;
- margin-top:15px;
- }
- .pagenotes img{
- margin-right:5px;
- margin-top:5px;
- margin-bottom:-5px;
- border-radius:100px;
- }
- /* -------------------------- POST TYPES -------------------------- */
- /*----------chat---------*/
- /* IMESSAGE CHAT POST */
- .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:chat bubble 2};color:#000;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:chat bubble 2};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:chat bubble 1};color:#000}
- .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:chat bubble 1}; 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: #666666;
- font-family:'rubik';
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- /* QUOTES */
- .quote{
- font-family:'work sans';
- text-align:center;
- font-size:20px;
- line-height:110%;
- }
- .quotesource{
- text-align:center;
- margin-bottom:15px;
- margin-top:15px;
- }
- /* QUESTIONS */
- .question{
- margin-bottom:0px;
- text-transform:uppercase;
- letter-spacing:2px;
- text-align:center;
- background-color:{color:sidebar};
- color:{color:borders};
- border-radius:5px;
- padding:20px;
- }
- .answer {
- font-size:11px;
- }
- .askerimg{
- position:relative;
- float:right;
- border-radius:100px;
- }
- .asker {
- font-family:'work sans';
- text-align:center;
- font-size:20px;
- text-transform:lowercase;
- }
- /*----------audio---------*/
- .playerbuttonbg {
- position: absolute;
- left: 25px;
- top: 25px;
- background-color:transparent;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- padding-bottom:20px;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 32px;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- overflow: hidden;
- width: 100px;
- height: 100px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 150px;
- font-family:'work sans';
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:3px;
- text-align:center;
- line-height:100%;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /* ------------------------- PAGINATION ------------------------- */
- #pagination{
- position:static;
- margin-top:30px;
- text-align:center;
- }
- .pagibutton {
- position:relative;
- display:inline-block;
- padding:5px;
- text-transform:uppercase;
- font-weight:bold;
- border-radius:5px;
- margin-right:5px;
- height:15px;
- margin-top:20px;
- color:{color:borders};
- }
- .pagibutton a {
- color:{color:borders};
- }
- .pagibutton a:hover {
- letter-spacing:3px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*----------credit---------*/
- .credit {
- font-size:15px;
- position:fixed;
- font-weight:normal;
- bottom:10px;
- right:15px;
- z-index:10;
- text-align:right;
- }
- .credit a {
- background-color:{color:accent};
- color:{color:posts};
- padding-top:6px;
- padding-right:7px;
- padding-left:6px;
- border-radius:5px;
- }
- .credit a:hover {
- color:{color:accent};
- background-color:{color:posts};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="bigcon">
- <div class="credit">
- <a title="skyofrp" href="https://skyofrp.tumblr.com/"><span class="th th-avocado-o
- "></span></a></div>
- <!--SIDEBAR-->
- <div id="sidebar">
- <div class="speechbubble">
- <div class="blogtitle">
- <a href="/">{text:title}</a>
- </div>
- </div>
- <img src="{image:sidebar}">
- <div id="navbar">
- <div class="tabs">
- <ul class="tab-links">
- {block:ifcherry}
- <li class="active" style="margin-left:-30px">
- <a title="home" href="#tab1"><span class="th th-directions-o"></span></a></li>
- <li><a title="ask" href="#tab2"><span class="th th-paperclip"></span></a></li>
- <li><a title="{text:tab 3 title}" href="#tab3"><span class="th th-watermelon-o"></span></a></li>
- <li><a title="{text:tab 4 title}" href="#tab4"><span class="th th-cherry-o"></span></a></li>
- {/block:ifcherry}
- {block:ifthetruth}
- <li class="active" style="margin-left:-30px">
- <a title="home" href="#tab1"><span class="th th-earth-o"></span></a></li>
- <li><a title="ask" href="#tab2"><span class="th th-moon-o"></span></a></li>
- <li><a title="{text:tab 3 title}" href="#tab3"><span class="th th-fox-o"></span></a></li>
- <li><a title="{text:tab 4 title}" href="#tab4"><span class="th th-ufo-o"></span></a></li>
- {/block:ifthetruth}
- </ul>
- </div>
- <div class="description">{description}</div>
- <div class="subtitle"><span class="th th-quote-up"></span> {text:sidebar stats}</div>
- <!--PAGINATION-->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">
- <div class="pagibutton">( back )</a></div>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">
- <div class="pagibutton">( forward )</a></div>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <!-- --------------------------- TABS -------------------------- -->
- <div class="tabs">
- <!-- --------------------------- TAB 1 -------------------------- -->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div id="postcontainer">
- {block:Posts}
- <article>
- <!--PERMALINK-->
- <div class="permalink">
- <a title="{TimeAgo}" href="{Permalink}">
- {block:Date}
- <span class="th th-calendar-o"></span> {DayofWeek}, {Month} {DayofMonth}{DayofMonthSuffix}, {Year}
- {/block:Date}
- </a>
- </div>
- <!--TEXT POST-->
- {block:Text}
- {block:Title}
- <h1 class="title">
- <a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}
- {/block:Text}
- <!--PHOTO POST-->
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" />
- {LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- <!--PHOTOSET POST-->
- {block:Photoset}
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
- {/block:Photoset}
- <!--QUOTE POST-->
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="quotesource">— <b>{Source}</b></div>
- {/block:Source}
- {/block:Quote}
- <!--LINK POST-->
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--CHAT POST-->
- {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}
- <!--AUDIO POST-->
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayer}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}<h2>{TrackName}</h2>{/block:TrackName}<br/>
- {block:Artist}{Artist}{/block:Artist}<br/>
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- <!--VIDEO POST-->
- {block:Video}
- <div class="video">
- <div class="video-player">{Video-400}</div>
- {/block:Video}
- <!--ANSWER POST-->
- {block:Answer}
- <div class="askerimg"><img src="{AskerPortraitURL-64}"></div>
- <div class="question">{Question}
- <div class="asker">— {Asker}</div></div>
- <p><div class="answer">{Answer}</div>
- {/block:Answer}
- <!--CAPTIONS-->
- {block:Caption}
- {Caption}
- {/block:Caption}
- <!--POST INFORMATION-->
- <div class="postinfo">
- <!--NOTES-->
- {block:NoteCount}
- <a title="{NoteCountwithLabel}" href="{Permalink}"> <span class="th th-heart-1-o"></span> {NoteCountwithLabel}</a>
- {/block:NoteCount}
- <!--VIA AND SOURCE-->
- {block:RebloggedFrom}
-
- <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-layers-o"></span> via</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
-
- <a title="{SourceTitle}" href="{SourceURL}"><span class="th th-home-o"></span> source</a>
- {/block:ContentSource}
- {block:RebloggedFrom} {/block:RebloggedFrom}
- <!--TAGS-->
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- <!--POST NOTES-->
- {block:PostNotes}
- <div class="pagenotes">{PostNotes-16}</div>
- {/block:PostNotes}
- </article>
- {/block:Posts}
- <!--Close of article-->
- </div>
- </div>
- <!-- -------------------------- TAB 2 -------------------------- -->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <h1 style="margin-top:100px;">ask</h1>
- <div align="center">
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{text:url for askbox}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></div>
- </div>
- </div>
- <!-- -------------------------- TAB 3 -------------------------- -->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <div class="aboutpic"><img src="{image:abouttab}"></div>
- <div class="aboutme">{text:about description}</div>
- <h5>{text:one line}</h5>
- <div class="aboutlinks">
- {block:ifcherry}
- <a title="{text:link 1 title}" href="{text:link 1}"><span class="th th-orange-o"></span></a>
- <a title="{text:link 2 title}" href="{text:link 2}"><span class="th th-apple-o"></span></a>
- <a title="{text:link 3 title}" href="{text:link 3}"><span class="th th-lollipop-o"></span></a>
- <a title="{text:link 4 title}" href="{text:link 4}"><span class="th th-pie-o"></span></a>
- <a title="{text:link 5 title}" href="{text:link 5}"><span class="th th-cake-4-o"></span></a>
- <a title="{text:link 6 title}" href="{text:link 6}"><span class="th th-donut-1-o"></span></a>
- {/block:ifcherry}
- {block:ifthetruth}
- <a title="{text:link 1 title}" href="{text:link 1}"><span class="th th-alien-o"></span></a>
- <a title="{text:link 2 title}" href="{text:link 2}"><span class="th th-stars-o"></span></a>
- <a title="{text:link 3 title}" href="{text:link 3}"><span class="th th-planet-1-o"></span></a>
- <a title="{text:link 4 title}" href="{text:link 4}"><span class="th th-planet-2-o"></span></a>
- <a title="{text:link 5 title}" href="{text:link 5}"><span class="th th-meteorite-o"></span></a>
- <a title="{text:link 6 title}" href="{text:link 6}"><span class="th th-constellation-o"></span></a>
- {/block:ifthetruth}
- </div>
- </div>
- </div>
- <!-- -------------------------- TAB 4 -------------------------- -->
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/7LTV0KA.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/3PrC6Y3.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/K0dUdqe.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/OGHVKzX.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/SlD2DV6.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/QD5ancR.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/C1YvYKf.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/Ex1ol9o.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/MRUb7YP.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/Avdrf6c.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/KPILlKn.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/7pLNSPF.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/7LTV0KA.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/3PrC6Y3.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/K0dUdqe.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/OGHVKzX.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/SlD2DV6.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/QD5ancR.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/C1YvYKf.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/Ex1ol9o.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/MRUb7YP.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/Avdrf6c.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/KPILlKn.png">
- <h4>muse name</h4>
- </a>
- </div>
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/7pLNSPF.png">
- <h4>muse name</h4>
- </a>
- </div>
- <!--- to add another muse, just copy this:
- <div class="muse">
- <a title="muse name, age, label." href="/">
- <img src="https://i.imgur.com/tDVMvip.png">
- <h4>muse name</h4>
- </a>
- </div>
- ---->
- </div>
- </div>
- <!-- END OF TABS -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment