Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- theme by merel (oswin-oswald.tumblr.com / labyrinthines.tumblr.com)
- do not remove, change or move the credit in any way.
- do not repost it and claim it as your own.
- do not create a similar looking theme. coding a theme to look like
- mine is still stealing.
- do not use it as a base.
- -->
- <html>
- <head>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Accent Colour 1" content="turquoise"/>
- <meta name="color:Accent Colour 2" content="#252525"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="text:Font" content="cambria"/>
- <meta name="text:Link 1" content="Link one"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="Link two"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content="Link three"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="Link four"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content="Link five"/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Font Size" content="10px"/>
- <meta name="text:Font Size Description" content="7px"/>
- <meta name="text:Maintitle" content="Give me the burden, give me the blame."/>
- <script type="text/javascript">
- function toggleDiv(toggle){
- if(document.getElementById(toggle).style.display == 'block'){
- document.getElementById(toggle).style.display = 'none';
- }else{
- document.getElementById(toggle).style.display = 'block';
- }
- }
- </script>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
- <script src="http://dl.dropbox.com/u/70381927/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
- <script src="http://dl.dropbox.com/u/70381927/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
- <script src="http://dl.dropbox.com/u/70381927/jquery.serialScroll-1.2.2-min.js" type="text/javascript"></script>
- <style type="text/css">
- p {
- text-a;ogn:justify;
- }
- body {
- color:{color:Text};
- background-color: {color:Background};
- background-attachment:fixed;
- font-family:{text:Font};
- font-size:{text:Font Size};
- background-repeat:no-repeat;
- background-position:center;
- line-height: 120%;
- text-align:justify;
- }
- a:link, a:active, a:visited {
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- color: {color:Text};
- font-size: {text:Font Size};
- text-align: center;
- text-decoration: none;
- text-transform: lowercase;
- }
- a:hover {
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- color: {color:Accent Colour 1};
- font-size: {text:Font Size};
- text-align: center;
- text-decoration: none;
- text-transform: lowercase;
- }
- a img {
- border: 0px;
- }
- .content {
- background-color: {color:Background};
- font-family: {text:Font};
- font-size: {text:Font Size};
- left: 0;
- line-height: 100%;
- margin: 100px auto auto;
- padding: 0;
- color: {color:Text};
- position: absolute;
- right: 385px;
- width: 472px;
- z-index: 990;
- }
- .entry {
- position: relative;
- text-align: justify;
- display: inline-block;
- margin-bottom: 190px;
- width: 400px;
- background-color: {color:Background};
- padding:10px;
- }
- .entry p {
- text-align:justify;
- padding:5px 0px;
- }
- .tags {
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- font-size: 7px;
- margin-top:5px;
- padding: 5px 0px;
- letter-spacing: 1px;
- line-height: 100%;
- background-color:transparent;
- min-height:6px;
- text-transform: uppercase;
- text-align:justify;
- min-height: 15px;
- height: 15px;
- display: block;
- }
- h3 {
- color: {color:Text};
- font-size: 15px;
- font-weight: lighter;
- letter-spacing:0px;
- line-height: 3px;
- margin: 25px 0px 25px 0px ;
- text-align: justify;
- }
- h3 a:link, h3 a:active, h3 a:visited {
- color: {color:Text};
- font-size: 15px;
- font-weight: lighter;
- letter-spacing: 0px;
- line-height: 3px;
- margin: 15px 0 0;
- text-align: justify;
- }
- h3 a:hover {
- color:{color:Accent Colour 2};
- }
- blockquote li {
- margin-left:40px;
- }
- blockquote {
- border-left: 1px solid {color:Accent Colour 2};
- font-size: {text:Font Size};
- margin: 10px 0 10px 35px;
- padding: 1px 15px;
- text-align: justify;
- }
- blockquote a:link, blockquote a:active, blockquote a:visited {
- font-size:{text:Font Size};
- }
- .quote {
- color: {color:Text};
- font-size: {text:Font Size};
- font-style: italic;
- margin-left:70px;
- margin-right:20px;
- }
- .source {
- margin-top:1px;
- margin-bottom:5px;
- text-transform:uppercase;
- font-weight:lighter;
- font-size:{text:Font Size};
- line-height: 20px;
- margin-bottom:20px;
- text-align: right;
- padding-right: 10px
- }
- .link {
- color: {color:Text};
- font-size: 15px !important;
- font-weight: 400;
- letter-spacing: 2px;
- line-height: 15px;
- padding: 5px;
- text-align: right;
- text-transform: lowercase;
- }
- .link a:link {
- line-height:15px;
- padding: 5px;
- font-weight:400;
- font-size: 15px !important;
- text-transform:lowercase;
- letter-spacing:0px;
- text-align:center;
- color: {color:Text};
- }
- .link:hover {
- color: {color:Accent Colour 1};
- }
- ul.chat {
- margin: 10px 0px 10px 0px;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px; margin:3px;
- padding: 3px;
- }
- .chat li.odd {
- background-color:{color:Post Background};
- margin-bottom: 1px;
- color: {color:Text};
- }
- .chat li.even {
- background-color: {color:Post Background};
- margin-bottom: 1px;
- color: {color:Text};
- }
- .label {
- font-weight: bold;
- }
- .notes li {
- padding-bottom:1.3em;
- text-transform:uppercase;
- font-size:7px;
- margin-left:-10px;
- letter-spacing:1px; }
- .notes a:link {
- text-transform:uppercase;
- }
- .notes li img.avatar {
- font-size: 8px;
- height: 16px;
- line-height: 7px;
- margin-left: -20px;
- margin-right: 5px;
- text-transform: uppercase;
- width: 16px;
- margin-bottom: -5px; }
- ol.notes {
- list-style: none outside none;
- }
- .asker {
- font-size: {text:Font Size};
- font-style: italic;
- height: 40px;
- letter-spacing: 0;
- line-height: 40px;
- padding-right: 60px;
- text-align: right;
- text-transform: lowercase;
- }
- .asker a:link, .asker a:active, .asker a:visited {
- font-size: {text:Font Size};
- font-style: italic;
- height: 40px;
- letter-spacing: 0;
- line-height: 40px;
- padding-right: 0px;
- text-align: right;
- text-transform: lowercase;
- }
- .asker a:hover {
- font-size: {text:Font Size};
- font-style: italic;
- height: 40px;
- letter-spacing: 0;
- line-height: 40px;
- padding-right: 0px;
- text-align: right;
- text-transform: lowercase;
- }
- ul, menu, dir {
- display: block;
- list-style-type: disc;
- padding:0pt;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- -webkit-padding-start: 0px;
- }
- .entrytags p {
- padding: 2px 20px;
- }
- .entrytags {
- padding: 0px;
- text-align: justify;
- position: relative;
- }
- .reblogicons a:link, .reblogicons a:active, .reblogicons a:visited {
- background-color: transparent;
- color: #161617;
- font-size: 9px;
- font-style: italic;
- font-weight: normal;
- letter-spacing: 0;
- line-height: 10px;
- margin-right: 0px !important;
- opacity: 1;
- padding: 4px 0;
- text-transform: lowercase;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- }
- .reblogicons a:hover {
- background-color: transparent;
- color: #161617;
- font-size: 9px;
- font-style: italic;
- font-weight: normal;
- letter-spacing: 0;
- line-height: 10px;
- margin-right: 0px;
- opacity: 1;
- padding: 4px 0;
- text-transform: lowercase;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- }
- .tagsi a:link, .tagsi a:active, .tagsi a:visited {
- background-color: transparent;
- color: #000;
- font-size: 9px;
- font-style: italic;
- font-weight: normal;
- letter-spacing: 0;
- line-height: 10px;
- margin-right: 20px;
- opacity: 1;
- padding: 4px 0;
- text-transform: lowercase;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- }
- .tagsi a:hover {
- background-color: transparent;
- color: {color:Accent Colour 1};
- font-size: 9px;
- font-style: italic;
- font-weight: normal;
- letter-spacing: 0;
- line-height: 10px;
- margin-right: 20px;
- opacity: 1;
- padding: 4px 0;
- text-transform: lowercase;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- }
- .photoset .photoset_row .photoset_photo {
- margin-left: 5px !important;
- margin-top: 5px !important;
- }
- .photoset_row img {
- margin-bottom: -5px;
- }
- .players {
- background-color: #fff;
- border-radius: 70px;
- left: 30px;
- width: 70px;
- border-radius: 70px 70px 70px 70px;
- height: 50px;
- margin: auto;
- opacity: 0.8;
- position: absolute;
- top: 225px;
- z-index: 3000;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- }
- .speler {
- height: 27px;
- margin: 1px;
- overflow: hidden;
- width: 28px;
- z-index:10000;
- }
- .dtr {
- background-color: transparent;
- font-size: 8px;
- height: 150px;
- left: 0;
- margin: auto;
- position: absolute;
- right: 435px;
- top:80px;
- width: 472px;
- z-index: 10000;
- }
- .dtrwhoop {
- background-color: transparent;
- color: transparent;
- font-size: 9px;
- height: 100px;
- line-height: 105%;
- opacity: 1;
- padding: 0;
- text-align: justify;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- width: 472px;
- z-index: 10000000;
- }
- .dtr:hover .dtrwhoop {
- background-color: {color:Post Background} !important;
- color: {color:Text};
- font-size: 9px;
- height: 198px;
- line-height: 105%;
- margin-top: -30px;
- opacity: 0.9;
- padding: 0;
- text-align: justify;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- width: 472px;
- z-index: 10000000;
- }
- .dtr:hover .whitebg {
- background-color:{color:Post Background} !important;
- color:#1a1a1a;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- }
- .whitebg {
- background-color: transparent;
- color: transparent;
- font-size: {text:Font Size Description};
- font-style: italic;
- letter-spacing: 0;
- margin: auto;
- padding: 5px 17px 10px;
- text-transform: lowercase;
- transition: all 0.6s ease-in-out 0s;
- width: 300px;
- }
- .wit a:link, .wit a:active, .wit a:active {
- font-size: 7px;
- letter-spacing: 0;
- text-transform: uppercase;
- }
- .wit a:hover {
- font-size: 7px;
- letter-spacing: 0;
- text-transform: uppercase;
- color:{color:Accent Colour 1};
- }
- .withnotes a {
- color: {color:Accent Colour 1};
- font-size: 7px;
- letter-spacing: 0;
- text-transform: uppercase;
- }
- #s-m-t-tooltip {max-width:300px;
- padding:2px;
- margin:10px 0px 0px 10px;
- padding:3px 5px;
- background-color:{color:Accent Colour 1};
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- font-family:cambria;
- color:#000;
- z-index:999 }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "Phone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
- <title>{Title}</title>
- </head>
- <body>
- <center>
- <div style="height: 210px; width: 100%; position: fixed; left: 0px; top: 0px; background-color: {color:Accent Colour 1};"></div>
- <div style="position: fixed; margin: auto; right: 0px; color: rgb(255, 255, 255); z-index: 1000; line-height: 25px; width: 300px; text-align: justify; top: 146px; font-weight: normal; left: 424px; font-family: times new roman; font-size: 10px; text-transform: uppercase; letter-spacing: 2px;">{text:Maintitle}</div>
- <div style="height: 70px; width: 100%; position: fixed; background-color: {color:Accent Colour 2}; left: 0px; top: 210px;"></div>
- <div style="position: fixed; margin: auto; bottom: 0px; right: 0px; border-right: 1px solid rgb(226, 226, 226); background-repeat: repeat-y; padding-right: 12px; background-image: url({image:Sidebar}); width: 350px; background-position: center; height: 500px; left: 450px;"></div>
- <div class="content" style=" padding-top:300px; position: absolute; ">
- <div class="wit"><div class="dtr"><div class="dtrwhoop">
- <div style="z-index: 10; background-repeat: no-repeat; background-image: url({PortraitURL-40}); height: 40px; width: 40px; background-position: 33% 31%; margin: auto auto 5px;"></div><div style="width:400px; margin:auto; height:20px; background-color:#fff; padding:7px; text-align:center; font-family:playfair display; font-size:15px; font-style:italic; letter-spacing:2px; color:#000;"><div style="width: 300px; margin: auto; padding-top: 10px; border-top: 0px solid {color:Accent Colour 1}; padding-bottom:20px; ">
- <div style="font-family:times new roman; font-family:7px; display:inline; letter-spacing:3px; margin-right:10px;"><a title="home" href="/">i.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="message" href="/ask">ii.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="{text:Link 1}" href="{text:Link 1 URL}">iii.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="{text:Link 2}" href="{text:Link 2 URL}">iv.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="{text:Link 3}" href="{text:Link 3 URL}">v.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="{text:Link 4}" href="{text:Link 4 URL}">vi.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:10px;"><a title="{text:Link 5}" href="{text:Link 5 URL}">vii.</a></div>
- <div style="display:inline; letter-spacing:3px; margin-right:0px;"><a title="theme credit" href="http://oswin-oswald.tumblr.com">viii.</a></div>
- </div>
- </div>
- <div class="whitebg">{Description}</div>
- </div> </div>
- </div>
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:IndexPage}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {/block:PermalinkPage}
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
- {/block:PermalinkPage}
- {block:IndexPage}
- <br>
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-400}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}{Photoset-400}{LinkCloseTag}
- {/block:PermalinkPage}
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <center><div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; background-color: #fff; "><div style=" font-family: times; font-style:italic; font-size: 30px; left: -20px; position: relative; margin-top: -30px; bottom:0px;">“</div>
- <div style="color:#000;" class="quote">{Quote}</div>
- <div style="font-family: times; font-style: italic; font-size: 30px; margin-bottom: -20px; position: relative; text-align: right; bottom: 0px; right: -15px;">”</div></div></center>
- {block:Source}
- <div class="source"> {Source}</div>
- {/block:Source}
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <br/>
- <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <center>{Video-500}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Video-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Video}
- {block:Audio}
- <center>
- <div style="text-transform:uppercase; width:400px; height:100px; padding: 15px 0px; background-image:url({block:AlbumArt}{AlbumArtURL}{/block:AlbumArt}); background-position:center; background-size:100%; margin-bottom:3px;">
- <div class="players" style="margin-top: -184px; padding-top: 20px;">
- <div style="width:27px; overflow:hidden;" class="speler">{AudioPlayerWhite}</div></div>
- <div style="color:#000; width:200px; opacity:0.8; font-size:10px; letter-spacing:0px; padding:8px 6px; margin:auto; font-style:italic; text-transform:lowercase; background-color:#fff; text-align:center; top:35px; position:relative; left:20px; ">
- {block:Artist}
- {Artist}
- {/block:Artist} - {block:TrackName}
- {TrackName}
- {/block:TrackName}<br/>
- {PlayCountWithLabel}
- </div> </div>
- </center>
- {block:IndexPage}
- {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <center><div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; background-color: #fff; "><div style=" font-family: times; font-style:italic; font-size: 30px; left: -20px; position: relative; margin-top: -30px; bottom:0px;">“</div>
- <div style="color:#000;" class="quote">{Question}</div>
- <div style="font-family: times; font-style: italic; font-size: 30px; margin-bottom: -20px; position: relative; text-align: right; bottom: 0px; right: -15px;">”</div></div></center>
- <div class="asker" style="font-size: 7px; color: #000; text-transform: lowercase; btext-align: right; padding-right: 60px; font-size: 11px; font-style: italic; font-family:playfair display; letter-spacing: 2px; height: 40px; line-height: 40px;"> {Asker}</div><div style="text-align:justify;">
- <div style="padding-left: 20px; margin-top: -92px; margin-bottom: 50px;"><img src="{AskerPortraitURL-40}" style=" border: 3px solid rgb(255, 255, 255);" ></div>
- {Answer}
- <br><br>
- </div>
- {block:IndexPage}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:IndexPage} </div> {/block:IndexPage}
- {block:PermalinkPage}
- </div>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- <div style="padding:10px; margin:auto; background-color:#fff; width:400px; text-align:justify; ">
- <div class="entrytags"> {Caption}
- <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
- {block:HasTags}
- <div class="tags"> {block:RebloggedFrom}
- <div class="reblogicons" style="background-color: rgb(255, 255, 255); height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-right: 10px; padding-left: 5px; position: relative; float: right; margin-top: 2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
- <div class="withnotes" style="z-index: 10000; display: inline-table; padding: 2px; background-position: left 21%; background-color: rgb(255, 255, 255); line-height: 9px; height: 10px; text-align: left;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- </div>
- <div style="height:10px; "></div>
- {block:PostNotes}
- <div style="text-align: center; letter-spacing: 0px; font-family: Droid Sans; font-weight: 400; background-color: #fff; font-size: 6px; line-height: 9px; padding: 3px 0px;">
- <a href="javascript:;" style="color: #000; font-family: cambria; font-size: 9px; font-style:italic;" onmousedown="toggleDiv('toggle');">TOGGLE {block:NoteCount}{NoteCount}{/block:NoteCount} NOTES</a></div>
- <div id="toggle" style="display: none; text-align:left;">
- {PostNotes}{/block:PostNotes}</div>
- </div>
- {/block:PermalinkPage}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
- {/block:Posts}
- <div style="position:fixed; height:40px; text-align:center; width:10px; margin:auto; z-index:1000000; left:1000px; right:0pt; top:515px; padding:0px 5px; background-color:#fff;right:0pt; bottom:0pt; ">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}" style="font-size: 15px; color: #000; text-transform: uppercase; letter-spacing: 0px; font-family:casqueitalic; line-height: 16px;">»</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}" style="font-size: 15px; color:#000; text-transform: uppercase; letter-spacing: 0px; font-family:casqueitalic; line-height: 16px;">«</a>
- {/block:PreviousPage}
- {/block:Pagination}</div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment