Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME BY
- █▀▀█ █▀▄▀█ █▀▀▄ ▀█▀ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
- █░░█ █░▀░█ █░░█ ░█░ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
- ▀▀▀▀ ▀░░░▀ ▀░░▀ ▀▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
- DO NOT REMOVE CREDIT
- -->
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- S C R I P T S -->
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)', 'filter' : 'blur(20px)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- C O L O U R S -->
- <meta name="color:background" content="#1e1e1d"/>
- <meta name="color:links" content="#c9c9c9"/>
- <meta name="color:linkh" content="#985042"/>
- <meta name="color:title" content="#ffffff"/>
- <meta name="color:text" content="#c9c8c6"/>
- <meta name="color:bold" content="#c8841e"/>
- <meta name="color:italic" content="#985042"/>
- <meta name="color:decriptiontitle" content="#985042"/>
- <!-- L I N K S -->
- <meta name="text:link1URL" content="/"/>
- <meta name="text:link1name" content="home"/>
- <meta name="text:link2name" content="message"/>
- <meta name="text:link3name" content="bio"/>
- <meta name="text:link4name" content="nav"/>
- <meta name="text:link5name" content="rules"/>
- <meta name="text:link6name" content="verses"/>
- <meta name="text:username" content="paste your username here"/>
- <meta name="text:musicp" content="music player here"/>
- <!-- C O N T R O L S -->
- <meta name="if:music player" content="1">
- <meta name="text:width" content="650px"/>
- <meta name="text:height" content="450px"/>
- <meta name="text:leftmargin" content="570px"/>
- <meta name="text:topmargin" content="110px"/>
- <!---- P O P U P S --->
- <meta name="text:box1" content="insert faq html (askbox already there)"/>
- <meta name="text:box2" content="insert html"/>
- <meta name="text:box3" content="insert html"/>
- <meta name="text:box4" content="insert html"/>
- <!-- R G B A C O L O U R S -->
- <meta name="text:backgrounds" content="rgba(30,30,29,.6)"/>
- <meta name="text:accent" content="rgba(152,80,66,.4)"/>
- <!-- F O N T S -->
- <link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'>
- <!-- I M A G E S -->
- <meta name="image:background" content="https://static.tumblr.com/f056f41b4e5c76c40058415878447469/jlxoeum/EVmodpv9c/tumblr_static_58fkw94jh78c40kkg04cg0gw8.png"/>
- <meta name="image:info" content="https://static.tumblr.com/f52ce345c953a0deeace0b62a415f5b5/jlxoeum/XLxodpufg/tumblr_static_az02qee1o1kwgkw08wo8c4occ.png"/>
- <style type="text/css">
- /*---- T U M B L R C O N T R O L S ---*/
- /*-- PASTE THIS ANYWHERE IN YOUR CSS --*/
- /*-----------based on tutorial by bychloethemes------------*/
- #tumblr-controls{
- -webkit-filter:invert(100%);
- filter:invert(100%);
- }
- /*---- T O O L T I P ---*/
- div#qTip
- {
- font-family: 'Share Tech Mono', monospace;
- background: url({image:info}) fixed;
- letter-spacing: 2px;
- padding: 7px;
- border-bottom: 2px solid {text:accent};
- border-top: 2px solid {text:accent};
- border-radius: 5px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- font-size: 9px;
- text-align: center;
- line-height: 100%;
- text-transform: uppercase;
- padding: 5px;
- display: none;
- position: fixed;
- z-index: 9999999999999999999999;
- margin: 5px;
- }
- /*---- P O P U P ---*/
- .popup_block{
- display:none;
- background-color: {text:backgrounds};
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 5px;
- padding: 14px;
- background: {text:backgrounds};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- height: 400px;
- overflow-x: hidden;
- overflow-y: scroll;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background: {text:backgrounds}; /* change to #fff for solid white */
- }
- /*---- S E L E C T ---*/
- ::selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- text-shadow: none;
- }
- ::-moz-selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- text-shadow: none;
- }
- p::selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- text-shadow: none;
- }
- p::-moz-selection
- {
- opacity: 1;
- background: #464133;
- color: {color:accent};
- text-shadow: none;
- }
- /*---- S C R O L L ---*/
- ::-webkit-scrollbar-thumb:vertical {
- background: url({image:info});
- border-radius: 6px;
- height: 10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: rgba(31,31,31,.1);
- height:10px!important;
- }
- ::-webkit-scrollbar {
- background-color: rgba(31,31,31,.1);
- height:10px;
- width:12px;
- }
- #update ::-webkit-scrollbar-thumb:vertical {
- background: url({image:info});
- height: 4px;
- }
- #update ::-webkit-scrollbar-thumb:horizontal {
- background-color: rgba(31,31,31,.1);
- height:4px!important;
- }
- #update ::-webkit-scrollbar {
- background-color: rgba(31,31,31,.1);
- height:4px;
- width:4px;
- }
- /*---- M A I N T H E M E ---*/
- body {
- background: url("{image:background}") {color:background};
- background-attachment: fixed;
- background-repeat: no-repeat;
- margin:0px;
- color:{color:text};
- font-family: 'Arimo', arial;
- font-size: 12px;
- line-height:100%;
- text-shadow: 1px 0px 5px black, 1px 0px 2px black;
- }
- #posts img {
- max-width: 100%;
- }
- a {
- color: {color:links};
- text-decoration: none;
- transition: 1s ease-in-out;
- text-shadow: 0px 0px 1px black, 1px 1px 3px black, 0px 0px 1px {color:links}, 0px 0px 10px {color:links}, 0px 0px 20px {color:links};
- }
- a:hover {
- text-decoration: none;
- color: {color:linkh};
- transition: 1s ease-in-out;
- filter: blur(1px);
- -webkit-filter: blur(1px);
- text-shadow: 0px 0px 1px black, 1px 1px 3px black, 0px 0px 1px {color:linkh}, 0px 0px 10px {color:linkh}, 0px 0px 20px {color:linkh};
- }
- hr{
- background: url({image:info}) fixed;
- height: 5px;
- border: none;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- b, strong {
- font-family: 'Playfair Display', serif;
- text-transform: uppercase;
- color: {color:bold};
- font-weight: bold;
- text-shadow: 0px 0px 10px black, 0px 0px 5px black, 0px 0px 20px {color:bold}, 0px 0px 30px {color:bold};
- font-size: 110%;
- }
- i, em {
- color: {color:italic};
- font-size: 140%;
- font-family: "Slabo 27px", cursive;
- font-style: italic;
- text-shadow: 0px 0px 10px black, 0px 0px 5px black, 0px 0px 20px {color:italic}, 0px 0px 30px {color:italic};
- }
- b em, strong em, strong i, i strong, em strong, em b, b i, i b {
- font-size: 15px!important;
- font-style: italic;
- text-transform: none;
- font-family: "Arimo", Arial;
- }
- h1 i, h1 em, em h1, i h1, h2 i, h2 em, em h2, i h2{
- font-family: 'Playfair Display', serif;
- font-size: 100%;
- }
- code{
- font-family: 'Share Tech Mono', monospace;
- }
- pre {
- font-family: 'Share Tech Mono', monospace;
- background: url({image:info}) fixed;
- padding: 7px;
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 5px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- font-size: 12px;
- line-height: 100%;
- word-wrap: break-word;
- white-space: pre-wrap;
- padding: 7px;
- }
- blockquote{
- border-left: 5px solid {text:accent};
- border-radius: 10px;
- padding: 14px;
- margin-left: 10px;
- margin-right: 4px;
- background: {text:backgrounds};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- h1{
- color: rgba(0,0,0,.0);
- background: url({image:info}) fixed;
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 10px;
- text-align: center;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title}, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
- line-height: 100%;
- font-size: 30px;
- text-transform: uppercase;
- font-family: 'Playfair Display', serif;
- padding: 10px;
- box-shadow: 0px 0px 5px rgba(0,0,0,.4);
- }
- h2{
- color: rgba(0,0,0,.0);
- text-align: center;
- font-family: 'Playfair Display', serif;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title}, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
- line-height: 100%;
- text-transform: uppercase;
- }
- h3{
- color: rgba(0,0,0,.0);
- text-align: center;
- font-family: 'Playfair Display', serif;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title}, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
- line-height: 100%;
- }
- #entries {
- width: {text:width};
- height: {text:height};
- margin-top: {text:topmargin};
- margin-left: {text:leftmargin};
- overflow: scroll;
- overflow-x: hidden;
- }
- #posts{
- width: 500px;
- padding:10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- background: {text:backgrounds};
- margin-top: 10px;
- margin-bottom: 20px;
- margin-left: auto;
- margin-right: auto;
- border-radius: 10px;
- }
- /*---- N A V I G A T E ---*/
- #navigate {
- font-size: 60px;
- margin-left: 50px;
- top: 280px;
- position: fixed;
- -ms-transform: rotate(20deg); /* IE 9 */
- -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
- transform: rotate(20deg);
- }
- #navigate2 {
- font-size: 40px;
- margin-left: 210px;
- top: 320px;
- position: fixed;
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- }
- #navigate3 {
- font-size: 35px;
- margin-left:130px;
- top: 350px;
- position: fixed;
- -ms-transform: rotate(-49deg); /* IE 9 */
- -webkit-transform: rotate(-49deg); /* Chrome, Safari, Opera */
- transform: rotate(-49deg);
- }
- #navigate4 {
- font-size: 30px;
- margin-left: 50px;
- top: 360px;
- position: fixed;
- -ms-transform: rotate(-17deg); /* IE 9 */
- -webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
- transform: rotate(-17deg);
- }
- #navigate5 {
- font-size: 40px;
- margin-left: 200px;
- top: 390px;
- position: fixed;
- -ms-transform: rotate(37deg); /* IE 9 */
- -webkit-transform: rotate(37deg); /* Chrome, Safari, Opera */
- transform: rotate(37deg);
- }
- #music{
- font-size: 70px;
- margin-left: 100px;
- top: 260px;
- position: fixed;
- transition: 1s ease-in-out;
- }
- #musicbulk{
- font-size:12px;
- margin-top: 25px;
- opacity: 0;
- transition: 1s ease-in-out;
- }
- #music:hover #musicbulk{
- opacity: 1;
- transition: 1s ease-in-out;
- }
- #navi a {
- font-family: 'Playfair Display', serif;
- }
- /*---- M U S I C ---*/
- .playerbuttonbg {
- position: absolute;
- left: 10px;
- top: 10px;
- width: 80px;
- height: 80px;
- background-color: #000;
- 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;
- }
- .playerbuttonbg:hover {
- opacity: 0.7;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- margin-top: 30px;
- margin-left: 20px;
- width: 35px;
- height: 30px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: 3px;
- left: 6px;
- }
- .tumblr_audio_player {
- margin-top: -10px;
- margin-left: -5px;
- height: 90px;
- width: 270px;
- filter: invert(100%);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- text-transform: uppercase;
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 5px;
- overflow: hidden;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- width: 120px;
- height: 120px;
- }
- .audioimgwrapper img {
- width: 100%;
- }
- .trackdetails {
- width: 340px;
- text-transform: uppercase;
- display:inline-block;
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px .5px {color:text};
- text-align: left;
- font-family: 'Playfair Display', serif;
- padding-top: 4px;
- margin-left: 135px;
- padding-left: 20px;
- min-height: 100px;
- border-left: 5px solid {text:accent};
- border-radius: 10px;
- background: {text:backgrounds};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- .trackdetails em {
- color: {color:italic};
- text-transform: none;
- font-size: 120%;
- text-shadow: 0px 0px 10px {color:italic}, 0px 0px 20px {color:italic};
- }
- .audiowrapper {
- color: {color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- position: relative;
- display:inline-block;
- }
- /*---- P R E V / N E X T---*/
- #previ a {
- font-family: calibri;
- }
- #previ a:hover{
- }
- #previ1 {
- font-size: 70px;
- margin-left: 640px;
- margin-top: 50px;
- position: fixed;
- }
- #previ2 {
- font-size: 70px;
- margin-left: 1100px;
- margin-top: -515px;
- position: fixed;
- }
- /*---- A N S W E R S ---*/
- #asker {
- border-radius: 10px;
- text-shadow: 1px 1px 3px #333, 0px 0px 15px {color:titles};
- font-size: 14px;
- padding: 7px;
- min-height: 70px;
- display: inline-block;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #askiz a{
- color: {color:titles};
- }
- #askon a{
- color: {color:navlinks};
- text-shadow: 0px 0px 30px {color:navlinks}, 1px 1px 4px rgba(0,0,0,.6);
- }
- #askon a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 4px {color:navlinks};
- }
- #asker img{
- border-radius: 100%;
- background: {text:accent};
- border: 3px solid {text:accent};
- margin-left: 10px;
- margin-top: -10px;
- box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
- }
- #askiz {
- text-align: center;
- font-family: 'Playfair Display', serif;
- background: url({image:info}) fixed;
- border-top: 3px solid {text:accent};
- border-bottom: 3px solid {text:accent};
- border-radius: 10px;
- margin-top: -30px;
- color: {color:titles};
- font-weight: bold;
- text-shadow: 1px 1px 3px #333, 0px 0px 15px {color:titles};
- font-size: 18px;
- padding: 7px;
- min-height: 100px;
- }
- #asksh{
- text-shadow: none;
- text-transform: uppercase;
- font-weight: normal;
- padding: 10px;
- text-align: center;
- font-family: 'Playfair Display', serif;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title}, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
- font-size: 14px;
- line-height: 100%;
- }
- #askon{
- text-shadow: none;
- font-weight: bold;
- margin-top: -15px;
- text-align: left;
- margin-left: 35px;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title}, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;
- font-family: 'Calligraffitti', cursive;
- font-size: 30px;
- }
- /*---- I N F O ---*/
- #info{
- color: {color:title};
- text-align: center;
- text-shadow: 0px 0px 1px {color:title}, 1px 1px 3px rgba(0,0,0,.4), 0px 0px 20px {color:title};
- letter-spacing: 3px;
- font-family: 'Playfair Display', serif;
- font-size: 8px;
- margin-top: -5px;
- text-transform: uppercase;
- line-height: 100%;
- padding: 10px;
- border-top: 3px solid {text:accent};
- border-bottom: 3px solid {text:accent};
- border-radius: 10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- background: url({image:info}) fixed;
- }
- #info a{
- color: {color:title};
- text-shadow: 0px 0px 10px black, 0px 0px 5px black, 0px 0px 20px {color:title}, 0px 0px 30px {color:title};
- font-weight: bold;
- text-decoration: none;
- }
- #info a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 2px {color:decriptiontitle};
- }
- #inforite{
- text-align: center;
- font-weight: bold;
- letter-spacing: 10px;
- margin-top: 15px;
- }
- #inforite a{
- color: {color:bold};
- text-shadow: 0px 0px 10px black, 0px 0px 5px black, 0px 0px 20px {color:bold}, 0px 0px 30px {color:bold};
- text-decoration: none;
- }
- #inforite a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 2px {color:links};
- }
- #tagooo{
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- margin-top: 5px;
- font-size: 10px;
- font-family: 'Share Tech Mono', monospace;
- }
- #tagooo a {
- color: {color:links};
- text-shadow: 0px 0px 10px {color:links}, 1px 1px 4px rgba(0,0,0,.6);
- }
- #tagooo a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 2px {color:links};
- }
- /*---- N O T E S ---*/
- ol.notes {
- list-style-type: none;
- text-transform: uppercase;
- font-family: 'Share Tech Mono', monospace;
- letter-spacing: 1px;
- margin-top: 20px;
- width: 500px;
- padding:10px;
- background: {text:backgrounds};
- border-radius: 10px;
- margin-left: auto;
- margin-right: auto;
- }
- ol.notes a {
- color: {color:links};
- }
- ol.notes a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 2px {color:linkh};
- text-decoration: none;
- }
- ol.notes img {
- border-radius: 100%;
- margin-left: 5px;
- margin-top: 5px;
- }
- /*---- D E S C R I P T I O N
- ©omni themes, do not claim as your own---*/
- #update #utitle{
- margin-left: 535px;
- opacity: 1;
- margin-top: 200px;
- font-weight: bold;
- position: fixed;
- font-size: 15px;
- color: {color:decriptiontitle};
- text-shadow: 0px 0px 1px black, 1px 1px 3px black, 0px 0px 1px {color:decriptiontitle}, 0px 0px 10px {color:decriptiontitle}, 0px 0px 20px {color:decriptiontitle};
- font-family: 'Playfair Display', serif;
- -ms-transform: rotate(-90deg); /* IE 9 */
- -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
- transform: rotate(-90deg);
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- }
- #update:hover #utitle{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 4px {color:decriptiontitle};
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- }
- #ariamap{
- width: 140px;
- height: 300px;
- left: 430px;
- top: 20px;
- background: none;
- position: fixed;
- }
- #up{
- top: 10px;
- left: 20px;
- font-size:10px;
- opacity: 0;
- width: 190px;
- height: 200px;
- padding: 10px;
- position: fixed;
- text-align: justify;
- overflow-y: scroll;
- overflow-x: hidden;
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 5px;
- background: {text:backgrounds};
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- #update:hover #up{
- opacity: 1;
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- }
- /*---- C R E D I T ---*/
- /*------- DO NOT REMOVE CREDIT -------*/
- #themecredit {
- font-family: 'Share Tech Mono', monospace;
- background: url({image:info}) fixed;
- text-transform: uppercase;
- text-align: center;
- font-size: 10px;
- padding: 7px;
- border-bottom: 3px solid {text:accent};
- border-top: 3px solid {text:accent};
- border-radius: 5px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- line-height: 100%;
- padding: 7px;
- width: 220px;
- position: fixed;
- z-index: 99999999999999999;
- text-shadow: 1px 1px 2px rgba(114,111,64,.7), 0px 0px 20px {text:accent};
- left:20px;
- letter-spacing:1px;
- bottom:20px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="themecredit">
- ☾ <b>[</b> <a href="https://omnipotenceisoverrated.tumblr.com/themes"> omnipotenceisoverrated</a> <b>]</b>
- </div>
- <script type="text/javascript" src="https://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <!-- D E S C R I P T I O N & N A V I G A T I O N
- ©omni themes, do not claim as your own -->
- <div id="update">
- <div id="utitle">.DESCRIPTION</div>
- <div id="navi">
- <div id="navigate">
- <a href="{text:link1url}" title="{text:link1name}">I</a>
- </div>
- <div id="navigate2">
- <a href="#?w=520" rel="link2" class="poplight" title="{text:link2name}">II</a>
- </div>
- <div id="navigate3">
- <a href="#?w=520" rel="link3" class="poplight" title="{text:link3name}">III</a>
- </div>
- <div id="navigate4">
- <a href="#?w=520" rel="link4" class="poplight" title="{text:link4name}">IV</a>
- </div>
- <div id="navigate5">
- <a href="#?w=520" rel="link5" class="poplight" title="{text:link5name}">V</a>
- </div>
- {block:Ifmusicplayer}
- <div id="music">
- <a href="#" title="music player">♪</a>
- <p id="musicbulk">{text:musicp}</p>
- </div>
- {/block:Ifmusicplayer}
- </div>
- <div id="up">{Description}</div>
- </div>
- <!-- P O S T S -->
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h1 style="font-size: 20px;">❝{Quote}❞</h1>
- {block:Source}
- <h2><span style="letter-spacing: -2px;">————</span> {Source}</h2>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}{Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {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">
- {AudioPlayerBlack}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- <big>{block:TrackName}<p><center><em><span style="text-transform: uppercase;">{TrackName}</span></em></center>{/block:TrackName}</big><br><hr><br>
- {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
- {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
- {PlayCountWithLabel}</p>
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Answer}
- <div id="askon"><p>{Asker} wondered:</div><div id="asker"><img src="{AskerPortraitURL-64}"></div><div id="askiz"><p><div id="asksh"><big><big>❝</big></big> {Question} <big><big>❞</big></big></p></div></div><br><blockquote>{Answer}</blockquote>
- {/block:Answer}
- <div id="inforite">
- {block:Date}<a href="{Permalink}" title="posted {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month}, {Year}">I</a>{/block:Date} <a href="{ReblogURL}" title="reblog">II</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"
- title="reblogged From {ReblogParentTitle}">III</a> <a href="{ReblogRootURL}" title="originally from {ReblogRoottitle}">IV</a>{/block:RebloggedFrom}<br></div>
- <div id="info">
- Posted <a href="{Permalink}">{TimeAgo}</a>, with <a href="{Permalink}">{NoteCount} notes</a>
- </div>
- <div id="tagooo">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {PostNotes}{/block:Posts}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="previ">
- <div id="previ1">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- </div>
- <div id="previ2">
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- </div>
- </body>
- <!--start of tumblr controls-->
- <link href='https://static.tumblr.com/8pnyeus/AuJogrujr/tumblrcontrols.css' rel='stylesheet' type='text/css'>
- <ul id="tumblr-controls"><li><a href="https://tumblr.com/message/{name}" title="message" target="_blank"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg></a><li><a href="#" title="follow" onClick="MyWindow=window.open('https://tumblr.com/follow/{name}','MyWindow','width=600,height=360,top=120,left=400'); return false;"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.1,176c0,3.3,2.7,6,6,6h101.8c3.3,0,6-2.7,6-6c0-33.2-15-61.7-36.1-73.1c10.2-6.7,16.9-18.3,16.9-31.4c0-20.7-16.9-37.6-37.6-37.6S70.4,50.7,70.4,71.5c0,13.1,6.7,24.6,16.9,31.4C66.1,114.3,51.1,142.8,51.1,176z M82.4,71.5c0-14.1,11.5-25.6,25.6-25.6s25.6,11.5,25.6,25.6S122.1,97.1,108,97.1S82.4,85.6,82.4,71.5z M108,109.4c23.4,0,42.6,26.7,44.7,60.6H63.3C65.4,136.1,84.6,109.4,108,109.4z"/></svg></a>{block:PermalinkPage}{block:Posts}<li class="custom-like-button" title="like">{LikeButton}<div class="our_toggle"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></span></div><li><a href="{ReblogURL}" title="reblog"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7c34.7,0,63-28.3,63-63c0-34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-3.3,0.4-5.6,3.4-5.2,6.7L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80c9.4-14.1,25.3-22.8,42.5-22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a>{/block:Posts}<li><a href="#" title="share" onClick="MyWindow=window.open('/post/{postID}/embed','MyWindow','width=600,height=500,top=120,left=400'); return false;"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M163.1,86.3h-25.4c-3.3,0-6,2.7-6,6s2.7,6,6,6h19.4v71.2H58.9V98.3h21.4c3.3,0,6-2.7,6-6s-2.7-6-6-6H52.9c-3.3,0-6,2.7-6,6v83.2c0,3.3,2.7,6,6,6h110.2c3.3,0,6-2.7,6-6V92.3C169.1,89,166.4,86.3,163.1,86.3z"/><path d="M108,131c3.3,0,6-2.7,6-6V44.5l22.4,21.8c2.4,2.3,6.2,2.3,8.5-0.1c2.3-2.4,2.3-6.2-0.1-8.5L113.3,27c-2.2-2.1-5.5-2.2-7.9-0.4c-1.1,0.5-2,1.4-2.6,2.4L72.9,57.7c-2.4,2.3-2.5,6.1-0.2,8.5c1.2,1.2,2.8,1.8,4.3,1.8c1.5,0,3-0.6,4.2-1.7L102,46.4V125C102,128.3,104.7,131,108,131z"/></svg></a>{/block:PermalinkPage}<li><a href="https://tumblr.com/dashboard" title="dashboard"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M197.8,112.4l-86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-6C200,115.1,199.2,113.5,197.8,112.4z M162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/></svg></a></ul>
- <!--end of tumblr controls-->
- <!-- B O X E S -->
- <div id="link2" class="popup_block">
- {text:box1}
- <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="https://www.tumblr.com/ask_form/{text:username}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- <div id="link3" class="popup_block">
- {text:box2}
- </div>
- <div id="link4" class="popup_block">
- {text:box3}
- </div>
- <div id="link5" class="popup_block">
- {text:box4}
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment