Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- THEME BY
- █▀▀█ █▀▄▀█ █▀▀▄ ▀█▀ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
- █░░█ █░▀░█ █░░█ ░█░ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
- ▀▀▀▀ ▀░░░▀ ▀░░▀ ▀▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
- DO NOT REMOVE CREDIT
- -->
- <html xmlns="http://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="http://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)'}).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="#1f1f1f"/>
- <meta name="color:links" content="white"/>
- <meta name="color:linkh" content="black"/>
- <meta name="color:title" content="white"/>
- <meta name="color:accent" content="#4b3058"/>
- <meta name="color:text" content="#c2c2c2"/>
- <meta name="color:blockline" content="#4b3058"/>
- <meta name="color:blockcolour" content="#0c0c0c"/>
- <meta name="color:bold" content="#5d4469"/>
- <meta name="color:italic" content="white"/>
- <meta name="color:navlinks" content="#888888"/>
- <!-- I M A G E S -->
- <meta name="image:background" content="http://static.tumblr.com/909a8c0064a9c5471d55903106138e31/jlxoeum/wWlnvt8nk/tumblr_static_1wsnd3ydlo2s0gs8wscwskc8.png"/>
- <meta name="image:info" content="http://static.tumblr.com/1b7eaab9b16a4b2da7b8d0b5faecc192/jlxoeum/cGYnvt8nk/tumblr_static_c5hvtrm355w0oo84kk8808c8s.png"/>
- <!-- C O N T R O L S -->
- <meta name="text:entriesleft" content="400px"/>
- <meta name="text:entriestop" content="220px"/>
- <meta name="text:boxheight" content="400px"/>
- <meta name="text:accent" content="rgba(116,60,150,.4)"/>
- <meta name="text:backgrounds" content="rgba(32,32,32,.8)"/>
- <!-- L I N K S -->
- <meta name="text:link1URL" content="/"/>
- <meta name="text:link1name" content="home"/>
- <meta name="text:link2URL" content="/ask"/>
- <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"/>
- <!---- U P D A T E S --->
- <meta name="text:tab1name" content="TAB ONE"/>
- <meta name="text:tab2name" content="TAB TWO"/>
- <meta name="text:tab3name" content="TAB THREE"/>
- <meta name="text:tab4name" content="TAB FOUR"/>
- <meta name="text:tab1text" content="TEXT TEXT"/>
- <meta name="text:tab2text" content="TEXT TEXT"/>
- <meta name="text:tab3text" content="TEXT TEXT"/>
- <meta name="text:tab4text" content="TEXT TEXT"/>
- <!---- 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"/>
- <!-- F O N T S -->
- <link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
- <!---- O T H E R --->
- <meta name="text:url" content="insert username"/>
- <!-- S L I D E -->
- <meta name="if:previ" content=""/>
- <meta name="if:grey" content=""/>
- <style type="text/css">
- /*---- P O P U P ---*/
- .popup_block{
- display:none;
- background-color: {text:backgrounds};
- border: 1px solid {text:accent};
- height: 400px;
- overflow-x: hidden;
- overflow-y: scroll;
- padding:20px;
- border-radius: 10px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- .popup_block img{
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- filter: blur(10px);
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:rgba(32,32,32,.5); /* change to #fff for solid white */
- }
- /*---- S C R O L L ---*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {text:accent};
- border-radius: 6px;
- height: 10px;
- }
- ::-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;
- }
- /*---- S E L E C T ---*/
- ::selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- }
- ::-moz-selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- }
- p::selection
- {
- opacity: 1;
- background: #000;
- color: {color:accent};
- }
- p::-moz-selection
- {
- opacity: 1;
- background: #464133;
- color: {color:accent};
- }
- /*---- T O O L T I P ---*/
- div#qTip
- {
- background-color: {text:backgrounds};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- border-radius: 3px;
- border: 2px solid {text:accent};
- text-align: center;
- font-size: 10px;
- text-transform: uppercase;
- display: none;
- position: fixed;
- z-index: 9999999999999999999999;
- margin: 2px;
- color:{color:text};
- font-weight: bold;
- padding: 2px;
- }
- /*---- C U R S O R ---*/
- body {
- cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
- }
- /*---- 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;
- font-size: 11px;
- line-height:100%;
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- {block:IfNotPrevi}
- overflow: hidden;
- {/block:IfNotPrevi}
- }
- sub, sup, small {
- font-size: 11px;
- }
- a {
- color: {color:links};
- text-decoration: none;
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- }
- a:hover{
- color: {color:linkh};
- text-shadow: 0px 0px 10px {color:linkh};
- }
- b, strong {
- color: {color:bold};
- }
- i, em {
- color: {color:italic};
- font-family: Calligraffitti;
- font-size: 140%;
- font-style: normal;
- }
- h1 i, h1 em, h2 i, h2 em, #ocehans i, #ocehans em {
- font-family: Arimo;
- font-size: 100%;
- }
- pre {
- font-family: monospace;
- background-color: rgba(32,32,32,.5);
- padding: 7px;
- border-radius: 10px;
- border: 1px solid {text:accent};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- font-size: 11px;
- line-height: 100%;
- }
- #posts img {
- max-width: 100%;
- }
- h1{
- color: {color:title};
- text-align: center;
- text-transform: uppercase;
- background: {color:accent};
- line-height: 100%;
- font-size: 30px;
- padding: 10px;
- border-radius: 10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- background-image: url("{image:info}");
- }
- h2{
- color: {color:title};
- font-size: 20px;
- text-align: center;
- line-height: 100%;
- text-transform: uppercase;
- }
- h3{
- text-align: center;
- line-height: 100%;
- }
- blockquote{
- border-left: 10px solid {color:blockline};
- padding: 10px;
- margin-left: 10px;
- margin-right: 10px;
- background: rgba(31,31,31,.7);
- border-radius: 20px 10px 10px 20px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- #info{
- color: {color:title};
- text-align: center;
- margin-top: 10px;
- text-transform: uppercase;
- background: {color:accent};
- line-height: 100%;
- padding: 10px;
- border-radius: 10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-shadow: 1px 1px 3px rgba(0,0,0,.4);
- background-image: url("{image:info}");
- }
- #tagooo{
- text-align: center;
- text-transform: uppercase;
- margin-top: 5px;
- font-size: 10px;
- }
- #navigate {
- font-size: 70px;
- margin-left: 520px;
- top: 50px;
- position: fixed;
- }
- #navigate2 {
- font-size: 50px;
- margin-left: 580px;
- top: 30px;
- position: fixed;
- }
- #navigate3 {
- font-size: 40px;
- margin-left: 570px;
- top: 90px;
- position: fixed;
- }
- #navigate4 {
- font-size: 50px;
- margin-left: 520px;
- top: 130px;
- position: fixed;
- }
- #navigate5 {
- font-size: 30px;
- margin-left: 620px;
- top: 70px;
- position: fixed;
- }
- #navi a {
- color: {color:navlinks};
- text-shadow: 0px 0px 5px {color:navlinks}, 1px 1px 4px rgba(0,0,0,.6);
- }
- #navi a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 5px {color:navlinks}, 1px 1px 4px rgba(0,0,0,.6);
- }
- #pages{
- font-size: 60px;
- font-family: Calibri;
- margin-top: -560px;
- margin-left: 700px;
- }
- #pages a{
- color: {color:navlinks};
- }
- #pages a:hover{
- color: rgba(0,0,0,.0);
- text-shadow: 0px 0px 5px {color:linkh};
- }
- #entries {
- width: 550px;
- height: {text:boxheight};
- margin-top: {text:entriestop};
- margin-left: {text:entriesleft};
- overflow: scroll;
- overflow-x: hidden;
- }
- #posts{
- width: 500px;
- padding:10px;
- background: {text:backgrounds};
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: auto;
- margin-right: auto;
- border-radius: 10px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- #chatty b{
- text-transform: uppercase;
- }
- ol.notes {
- list-style-type: none;
- text-transform: uppercase;
- width:500px;
- border-radius: 5px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 20px;
- padding: 15px;
- background: rgba(31,31,31,.7);
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- ol.notes img {
- border-radius: 100%;
- margin-left: 5px;
- margin-top: 5px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #askiz a{
- color: {color:titles};
- }
- #askiz a:hover{
- color: rgba(187,181,150,.0);
- text-shadow: 0px 0px 1px {color:titles};
- }
- #asker img{
- border-radius: 100%;
- display: inline-block;
- margin: 5px;
- margin-left: 10px;
- box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
- }
- #askiz {
- text-align: center;
- font-family: Calligraffitti;
- background-image: url("{image:info}");
- color: {color:titles};
- font-weight: bold;
- background-color: rgba(32,32,32,.5);
- border-radius: 10px;
- text-shadow: 1px 1px 3px #333, 0px 0px 15px {color:titles};
- {color:accent}dow: 1px 1px 3px rgba(0,0,0,.4);
- font-size: 23px;
- padding: 7px;
- min-height: 70px;
- }
- #asksh{
- text-align: center;
- margin-top: -20px;
- text-shadow: none;
- text-transform: uppercase;
- font-family: Calibri;
- font-size: 10px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 10px;
- top: 10px;
- width: 40px;
- height: 40px;
- background-color: #000;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- 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: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- margin-top: 10px;
- margin-left: 2px;
- width: 35px;
- height: 30px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- margin-top: -20px;
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -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;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 100%;
- overflow: hidden;
- border: 3px solid {color:accent};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 100%;
- }
- .trackdetails {
- width: 370px;
- text-transform: uppercase;
- display:inline-block;
- text-align: left;
- padding-top: 4px;
- margin-left: 90px;
- padding-left: 20px;
- min-height: 100px;
- border-radius: 20px 10px 10px 20px;
- border-left: 10px solid {color:accent};
- background: rgba(31,31,31,.7);
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*---- C R E D I T ---*/
- /*------- DO NOT REMOVE CREDIT -------*/
- #credyo {
- font-family: monospace;
- width: 220px;
- background-color: rgba(32,32,32,.5);
- padding: 7px;
- border-radius: 5px;
- border: 1px solid {text:accent};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- text-align: center;
- font-size: 10px;
- line-height: 100%;
- text-transform: uppercase;
- position: fixed;
- z-index: 99999999999999999;
- text-shadow: 1px 0px 2px rgba(114,111,64,.7);
- left:20px;
- letter-spacing:1px;
- bottom:20px;
- }
- /*---- G R A Y I M G ---*/
- {block:Ifgrey}
- #posts img, iframe.photoset {
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- filter: grayscale(100%);
- opacity: 0.5
- -webkit-transition-duration: 1s; /* Safari */
- transition-duration: 1s;
- }
- {/block:Ifgrey}
- /*---- U P D A T E S ---*/
- #ocehans1{
- height:14px;
- text-align:center;
- overflow:hidden;
- overflow-y: scroll;
- margin-top:-1px;
- border-bottom: 1px solid {text:accent};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:10px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans1:hover{
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans2{
- height:14px;
- text-align:center;
- overflow:hidden;
- border-bottom: 1px solid {text:accent};
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans2:hover{
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans3{
- height:14px;
- text-align:center;
- overflow:hidden;
- border-bottom: 1px solid {text:accent};
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans3:hover{
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans4{
- height:14px;
- text-align:center;
- overflow:hidden;
- border-bottom: 1px solid {text:accent};
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans4:hover{
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans5{
- height:14px;
- text-align:center;
- overflow:hidden;
- border-bottom: 1px solid {text:accent};
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size:8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans5:hover{
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans{
- text-align:left;
- border-radius: 5px;
- font-size:8px;
- text-transform:uppercase;
- opacity: 1;
- position:fixed;
- font-family:calibri;
- right:30px;
- letter-spacing:1px;
- width:190px;
- z-index:999999;
- padding:4px;
- top:30px;
- background-color: rgba(32,32,32,.5);
- border: 1px solid {text:accent};
- box-shadow: 1px 1px 3px rgba(0,0,0,.4);
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="credyo">
- ☾ <b>[</b> <a href="http://omnipotenceisoverrated.tumblr.com/themes"> omnipotenceisoverrated</a> <b>]</b>
- </div>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <!-- L I N K S -->
- <div id="navi">
- <div id="navigate">
- <a href="{text:link1url}" title="{text:link1name}">✘</a>
- </div>
- <div id="navigate2">
- <a href="#?w=520" rel="link2" class="poplight" title="{text:link2name}">✘</a>
- </div>
- <div id="navigate3">
- <a href="#?w=520" rel="link3" class="poplight" title="{text:link3name}">✘</a>
- </div>
- <div id="navigate4">
- <a href="#?w=520" rel="link4" class="poplight" title="{text:link4name}">✘</a>
- </div>
- <div id="navigate5">
- <a href="#?w=520" rel="link5" class="poplight" title="{text:link5name}">✘</a>
- </div></div>
- <!-- U P D A T E S -->
- <div id="ocehans">
- <center>
- <div id="ocehans1">
- <div style="font-size:11px;">DESCRIPTION</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
- <br>
- {Description}
- <p></p>
- </div>
- </div>
- <div id="ocehans2">
- <div style="font-size:11px;">{text:tab1name}</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
- <p></p>
- {text:tab1text}
- </div></div>
- <div id="ocehans3">
- <div style="font-size:11px;">{text:tab2name}</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
- <p></p>
- {text:tab2text}
- </div></div>
- <div id="ocehans4">
- <div style="font-size:11px;">{text:tab3name}</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
- <p></p>
- {text:tab3text}
- </div></div>
- <div id="ocehans5">
- <div style="font-size:11px;">{text:tab4name}</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
- <p></p>
- {text:tab4text}
- </div></div>
- </div></div></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}
- <h2>"{Quote}"</h2>
- {block:Source}
- <h3>—— {Source}</h3>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" style="text-decoration: underline;" class="link" {Target}>{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- <div id="chatty">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}{Line}<br>
- {/block:Lines}
- </div>
- {/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">
- <b><big>{block:TrackName}<p>{TrackName}{/block:TrackName}</big></b><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="asker"><img src="{AskerPortraitURL-64}"></div><div id="askiz"><p>{Asker} wondered:<div id="asksh">{Question}</p></div></div><br><blockquote>{Answer}</blockquote>
- {/block:Answer}
- <div id="info">
- {block:Date}<a href="{Permalink}" title="posted {TimeAgo}">✘</a>{/block:Date} <a href="{Permalink}" title="with {NoteCountWithLabel}">✘</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"
- title="reblogged From {ReblogParentTitle}">✘</a> <a href="{ReblogRootURL}" title="originally from {ReblogRoottitle}">✘</a>{/block:RebloggedFrom}<br></div>
- <div id="tagooo">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {PostNotes}{/block:Posts}
- {/block:Posts}
- </div>
- <div id="pages">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- </body>
- <!-- 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="http://www.tumblr.com/ask_form/{text:url}.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></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