- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- theme by merel (labyrinthines.tumblr.com)
- do not remove, change or move the credit in any way. this includes secondary pages!
- do not repost it and claim it as your own.
- 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}
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
- <meta name="image:Sidebar1" content=""/>
- <meta name="image:Sidebar2" content=""/>
- <meta name="image:Sidebar3" content=""/>
- <meta name="image:Sidebar4" content=""/>
- <meta name="image:Sidebar5" content=""/>
- <meta name="color:Background" content="#ffffff/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Links" content="#dbff66"/>
- <meta name="color:Links Hover" content="#cbc41d"/>
- <meta name="color:Sidebar Title Color" content="#ffffff"/>
- <meta name="color:Upper Right Block" content="#dbff66"/>
- <meta name="color:Upper Left Block" content="#e9ffa1"/>
- <meta name="color:Bottom Right Block" content="#f4f030"/>
- <meta name="color:Bottom Left Block" content="#cbc41d"/>
- <meta name="text:Body Font" content="consolas"/>
- <meta name="text:Sidebar Font" content="consolas"/>
- <meta name="text:Sidebar Title" content="we'll be the young & insane"/>
- <meta name="text:Link 1" content="Link 1"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="Link 2"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content="Link 3"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="Link 4"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content="Link 5"/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Body Font Size" content="10px"/>
- <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 type="text/javascript">
- // when the DOM is ready...
- $(document).ready(function () {
- var $panels = $('#slider .scrollContainer > div');
- var $container = $('#slider .scrollContainer');
- // if false, we'll float all the panels left and fix the width
- // of the container
- var horizontal = true;
- // float the panels left if we're going horizontal
- if (horizontal) {
- $panels.css({
- 'float' : 'left',
- 'position' : 'relative' // IE fix to ensure overflow is hidden
- });
- // calculate a new width for the container (so it holds all panels)
- $container.css('width', $panels[0].offsetWidth * $panels.length);
- }
- // collect the scroll object, at the same time apply the hidden overflow
- // to remove the default scrollbars that will appear
- var $scroll = $('#slider .scroll').css('overflow', 'hidden');
- // apply our left + right buttons
- $scroll
- .before('<img class="scrollButtons left" src="images/scroll_left.png" />')
- .after('<img class="scrollButtons right" src="images/scroll_right.png" />');
- // handle nav selection
- function selectNav() {
- $(this)
- .parents('ul:first')
- .find('a')
- .removeClass('selected')
- .end()
- .end()
- .addClass('selected');
- }
- $('#slider .navigation').find('a').click(selectNav);
- // go find the navigation link that has this target and select the nav
- function trigger(data) {
- var el = $('#slider .navigation').find('a[href$="' + data.id + '"]').get(0);
- selectNav.call(el);
- }
- if (window.location.hash) {
- trigger({ id : window.location.hash.substr(1) });
- } else {
- $('ul.navigation a:first').click();
- }
- // offset is used to move to *exactly* the right place, since I'm using
- // padding on my example, I need to subtract the amount of padding to
- // the offset. Try removing this to get a good idea of the effect
- var offset = parseInt((horizontal ?
- $container.css('paddingTop') :
- $container.css('paddingLeft'))
- || 0) * -1;
- var scrollOptions = {
- target: $scroll, // the element that has the overflow
- // can be a selector which will be relative to the target
- items: $panels,
- navigation: '.navigation a',
- // selectors are NOT relative to document, i.e. make sure they're unique
- prev: 'img.left',
- next: 'img.right',
- // allow the scroll effect to run both directions
- axis: 'xy',
- onAfter: trigger, // our final callback
- offset: offset,
- // duration of the sliding effect
- duration: 500,
- // easing - can be used with the easing plugin:
- // http://gsgd.co.uk/sandbox/jquery/easing/
- easing: 'swing'
- };
- // apply serialScroll to the slider - we chose this plugin because it
- // supports// the indexed next and previous scroll along with hooking
- // in to our navigation.
- $('#slider').serialScroll(scrollOptions);
- // now apply localScroll to hook any other arbitrary links to trigger
- // the effect
- $.localScroll(scrollOptions);
- // finally, if the URL has a hash, move the slider in to position,
- // setting the duration to 1 because I don't want it to scroll in the
- // very first page load. We don't always need this, but it ensures
- // the positioning is absolutely spot on when the pages loads.
- scrollOptions.duration = 1;
- $.localScroll.hash(scrollOptions);
- });</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>
- <script type="text/javascript">$(document).ready(function() {
- $('#slidebottom button').click(function() {
- $(this).next().slideToggle();
- });
- $('#slidewidth button').click(function() {
- $(this).next().animate({width: 'toggle'});
- });
- $('#slideleft button').click(function() {
- var $lefty = $(this).next();
- $lefty.animate({
- left: parseInt($lefty.css('left'),10) == 0 ?
- -$lefty.outerWidth() :
- 0
- });
- });
- $('#slidemarginleft button').click(function() {
- var $marginLefty = $(this).next();
- $marginLefty.animate({
- marginLeft: parseInt($marginLefty.css('marginLeft'),10) == 0 ?
- $marginLefty.outerWidth() :
- 0
- });
- });
- $('#slidewidthsome button').click(function() {
- var $some = $(this).next(),
- someWidth = $some.outerWidth(),
- parentWidth = $some.parent().width();
- $some.animate({
- width: someWidth === parentWidth ?
- someWidth/2 :
- parentWidth - (parseInt($some.css('paddingLeft'),10) + parseInt($some.css('paddingRight'),10))});
- });
- });
- </script>
- <script language="JavaScript">
- <!--
- // ==============================================
- // Copyright 2003 by jsCode.com
- // Source: jsCode.com
- // Author: etLux
- // Free for all; but please leave in the header.
- // ==============================================
- // Set up the image files to be used.
- var theImages = new Array() // do not change this
- // To add more image files, continue with the
- // pattern below, adding to the array. Rememeber
- // to increment the theImages[x] index!
- theImages[0] = '{image:Sidebar1}'
- theImages[1] = '{image:Sidebar2}'
- theImages[2] = '{image:Sidebar3}'
- theImages[3] = '{image:Sidebar4}'
- theImages[4] = '{image:Sidebar5}'
- // ======================================
- // do not change anything below this line
- // ======================================
- var j = 0
- var p = theImages.length;
- var preBuffer = new Array()
- for (i = 0; i < p; i++){
- preBuffer[i] = new Image()
- preBuffer[i].src = theImages[i]
- }
- var whichImage = Math.round(Math.random()*(p-1));
- function showImage(){
- document.write('<img src="'+theImages[whichImage]+'">');
- }
- //-->
- </script>
- <style type="text/css">
- @font-face {
- font-family: 'Facet Ultra';
- src: url('http://dl.dropbox.com/u/70381927/facet_ultra-webfont.eot');
- src: url('http://dl.dropbox.com/u/70381927/facet_ultra-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://dl.dropbox.com/u/70381927/facet_ultra-webfont.woff') format('woff'),
- url('http://dl.dropbox.com/u/70381927/facet_ultra-webfont.ttf') format('truetype'),
- url('http://dl.dropbox.com/u/70381927/facet_ultra-webfont.svg#') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- p {
- text-a;ogn:justify;
- }
- body {
- color:{color:Text};
- background-color:{color:Background};
- background-attachment:fixed;
- font-family:{text:Body Font};
- font-size:{text:Body Font Size};
- 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;
- font-family:{text:Body Font Size};
- text-transform:uppercase;
- font-weight:none;
- text-align: center;
- text-decoration: none;
- color: {color:Links};
- }
- 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;
- text-align: center;
- color:{color:Links Hover};
- }
- a img {
- border: 0px;
- }
- .posty img {
- max-width:400px;
- }
- .content {
- background-color: {color:Background};
- width: 464px;
- z-index: 10;
- position:absolute;
- font-family: {text:Body Font};
- padding:0; margin:0;
- font-size: {text:Body Font Size};
- }
- .posty {
- background-color: {color:Post Background};
- font-style: normal;
- overflow: hidden;
- text-align:justify;
- width:400px;
- z-index: 11;
- margin:0 0 32px 0;
- padding:0;
- 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;
- }
- .lik li {
- background-color: {color:Background};
- border-left: 0 solid #FFFFFF;
- font-size: 8px;
- height: 10px;
- line-height: 10px;
- list-style-type: none;
- margin-bottom: 19.3px;
- margin-left: -50px;
- margin-top: -10px;
- padding: 2px;
- text-transform: uppercase;
- width: 250px;
- z-index: 1000;
- }
- .lik li:hover {
- border-left: 50px solid {color:Upper Right Block};
- color: #FFFFFF;
- width:200px;
- 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;
- }
- .notesandtags {
- -moz-transition: all 0.6s ease-in-out 0s;
- background-color: {color:Background};
- color: {color:Links};
- font-family: consolas;
- margin-bottom: 8px;
- min-height: 16px;
- opacity: 0.7;
- text-align: left;
- text-transform: uppercase;
- width: 400px;
- }
- .notesandtags a:hover {
- color:#fff;
- }
- .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 10px;
- letter-spacing: 1px;
- line-height: 100%;
- font-family:consolas;
- background-color:transparent;
- min-height:6px;
- text-transform: uppercase;
- width: 380px;
- text-align:justify;
- }
- .tag {
- 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-weight: normal;
- background-color:transparent;
- opacity: 1;
- font-family:consolas;
- margin-right: 2px;
- font-size: 8px;
- color: {color:Links};
- line-height:5px;
- }
- h3 {
- font-family: open sans;
- font-weight: 800;
- font-size: 15px;
- letter-spacing: 2px;
- margin: 0;
- background-color:{color:Upper Right Block};
- color:#fff;
- padding: 5px;
- text-align: right;
- line-height:25px;
- text-transform:uppercase;
- }
- h3 a:link, h3 a:active, h3 a:visited {
- font-family: open sans;
- color:#fff;
- font-weight: 800;
- font-size: 15px;
- letter-spacing: 2px;
- padding:5px;
- text-transform:uppercase;
- letter-spacing: 0px;}
- blockquote {
- background-color: {color:Background};
- border-left: 1px solid {color:Bottom Right Block};
- font-size: 10px;
- margin: 5px 5px 5px 50px;
- padding-left: 5px;
- padding-right: 10px;
- text-align: justify;
- width: 340px;
- }
- blockquote a:link, blockquote a:active, blockquote a:visited {
- font-size:8px;
- }
- .quote {
- font-family: {font:Body};
- font-size: 10px;
- color: {color:Text};
- }
- .source {
- margin-top:1px;
- margin-bottom:10px;
- text-transform:uppercase;
- font-family:{text:Body};
- font-size: 9px;
- background-color:{color:Background};
- border-right:50px solid {color:Upper Right Block};
- line-height: 20px;
- margin-bottom:20px;
- text-align: right;
- padding-right: 70px
- }
- .link {
- font-family: open sans;
- font-weight: 800;
- font-size: 15px;
- letter-spacing: 2px;
- margin: 0;
- background-color:{color:Upper Right Block};
- color:#fff;
- padding: 5px;
- text-align: right;
- line-height:25px;
- text-transform:uppercase;
- width:400px;
- }
- .link a {
- font-family: open sans;
- font-weight: 800;
- font-size: 15px;
- letter-spacing: 2px;
- margin: 0;
- background-color:#dbff66;
- color:#fff;
- padding: 5px;
- text-align: right;
- line-height:25px;
- text-transform:uppercase;
- width:400px;
- }
- .link:hover {
- color: {color:Links Hover};
- }
- 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:Background};
- margin-bottom: 1px;
- color: {color:Text};
- border-left: 10px solid {color:Upper Left Block};
- }
- .chat li.even {
- background-color: {color:Background};
- margin-bottom: 1px;
- border-left: 10px solid {color:Upper Right Block};
- color: {color:Text};
- }
- .label {
- font-weight: bold;
- }
- .notes li {
- padding-bottom:1.3em;
- text-transform:uppercase;
- font-size:8px;
- margin-left:-10px;
- letter-spacing:1px;
- }
- .notes li img.avatar {
- border-radius: 8px 8px 8px 8px;
- 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 {
- color: {color:Text};
- font-family: {font:Body};
- font-size: 7px;
- letter-spacing: 1px;
- line-height: 100%;
- text-align: center;
- text-transform: uppercase;
- }
- .asker a:link, .asker a:active, .asker a:visited {
- color: {color:Text};
- font-family: {font:Body};
- font-size: 7px;
- letter-spacing: 1px;
- line-height: 100%;
- text-align: center;
- text-transform: uppercase;
- }
- .asker a:hover {
- color: {color:Text};
- font-family: {font:Body};
- font-size: 7px;
- letter-spacing: 1px;
- line-height: 100%;
- text-align: center;
- text-transform: uppercase;
- }
- .schuif a:hover {
- padding-bottom:3px;
- color:#000;
- border-bottom:5px solid #000;
- }
- .ding a {
- -moz-transition: all 0.5s ease 0s;
- background-color: #fff;
- color: #252525;
- font-family: consolas;
- font-size: 0;
- letter-spacing: 1px;
- position: absolute;
- text-align: center;
- text-transform: uppercase;
- width: 0;
- z-index: 1000;
- line-height: 30px;
- }
- .ding a:hover {
- background-color: #FFFFFF;
- color: #000;
- line-height: 30px;
- }
- .ding {
- -moz-transition: all 0.5s ease 0s;
- height: 0;
- opacity: 0;
- width: 400px;
- }
- .posty:hover .ding {
- -moz-transition: all 0.5s ease 0s;
- opacity: 1;
- width: 400px;
- }
- .posty:hover div.ding a {
- font-size: 8px;
- width: 400px;
- letter-spacing: 2px;
- }
- #foto:hover .caps {
- display:block;
- 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;
- }
- {block:IndexPage}#foto .caps {
- display: none;
- 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;
- }{/block:IndexPage}
- #fotoset:hover .caps {
- display:block;
- 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;
- }
- {block:IndexPage}
- #fotoset .caps {
- display: none;
- 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;
- }
- {/block:IndexPage}
- #slider {
- width: 250px;
- margin: 0 auto;
- position: relative;
- }
- .navigation li {
- text-decoration:none;
- list-style-type: none;
- float:left;
- font-family:calibri;
- font-size:25px;
- color:#fff;
- }
- .selected {
- font-family:calibri;
- font-size:25px;
- color: {color:Upper Right Block} !important;
- }
- .navigation a:link, .navigation a:active, .navigation a:visited {
- font-family:calibri;
- font-size:25px;
- color:#fff;
- }
- .scroll {
- height: 177px;
- overflow: auto;
- position: relative;
- clear: left;
- background: transparent;
- }
- .scrollContainer div.panel {
- height: 177px;
- width: 250px;
- }
- .scrollButtons {
- position: absolute;
- top: 150px;
- cursor: pointer;
- display:none;
- }
- .scrollButtons.left {
- left: -20px;
- display:none;
- }
- .scrollButtons.right {
- right: -20px;
- display:none;
- }
- ul, menu, dir {
- display: block;
- list-style-type: disc;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- -webkit-padding-start: 0px;
- }
- {CustomCSS}
- </style>
- <title>{Title}</title>
- </head>
- <body>
- <div style="height:86px; width:100%; background-color:#fff; position:fixed; top:0px; z-index:100;"></div>
- <center>
- <div style="width: 121px; position: fixed; margin: auto; right: 901px; left: 0px; height: 590px; top: 86px;">
- <div style="width: 121px; background-color: {color:Upper Left Block}; height: 373px;"></div>
- <div style="width: 121px; margin-top: 32px; background-color: {color:Bottom Left Block}; height: 5000px;"></div></div>
- <div class="content" style=" top:86px; margin:auto; position:absolute; left:0pt; right:317px; ">
- {block:Posts}
- <div class="posty">
- {block:IndexPage}
- <div class="ding">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date} {block:NoteCount} with {NoteCount} notes{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div id="foto">
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}<div class="caps">{Caption}</div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}{/block:Caption}</div>
- {/block:Photo}
- {block:Photoset}
- <div id="fotoset">
- <center>{Photoset-400}</center>
- {block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; background-color: #fff; width: 400px;"><span style="color:#000;" class="quote">"{Quote}"</span></div>
- {block:Source}
- <div class="source"> {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/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:Chat}
- {block:Video} <div id="fotoset">
- <center>{Video-400}</center>
- {block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
- {/block:Video}
- {block:Audio} <div id="fotoset">
- <center>
- <div style="text-transform:uppercase; width:380px; height:75px; padding: 15px;">{block:AlbumArt}
- <img src="{AlbumArtURL}" width="75px" height="75px;" style="float:left;">
- {/block:AlbumArt}
- {AudioPlayerWhite}
- <span style="color:#000; font-family:consolas; font-size:8px; letter-spacing:3px; ">
- {block:Artist}
- {Artist}
- {/block:Artist} - {block:TrackName}
- {TrackName}
- {/block:TrackName}<br>
- {PlayCountWithLabel}
- </span> </div>
- </center>{block:Caption}<div class="caps">{Caption}</div>{/block:Caption}</div>
- {/block:Audio}
- {block:Answer}
- <div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 15px 20px; background-color: {color:Background}; width: 400px;">{Question}</div>
- <center> <div style="font-size: 9px; background-color:#fff;
- border-right:70px solid {color:Upper Right Block}; text-transform: uppercase; height: 20px; line-height: 20px; text-align: right; padding-right: 70px;">ASKED BY {Asker}</div></center><div style="text-align:justify;">
- <div style="margin-top:-30px; padding-left:345px;"><img src="{AskerPortraitURL-40}"></div>
- {Answer}
- </div>
- {/block:Answer}
- <div class="notesandtags">
- {block:RebloggedFrom}
- <div style="background-color: #fff; float: right; height: 16px; letter-spacing: 3px; margin-left: 10px; margin-right: -10px; padding-bottom: 5px; padding-right: 10px; padding-left: 5px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div>
- {/block:RebloggedFrom}
- <div class="tags">{block:Tags} <a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}
- </div>
- </div>
- {block:PermalinkPage}
- <div style="height:10px; "></div>
- {block:PostNotes}
- <div style="padding: 5px; text-align: center; font-family: open sans; font-weight: 800; font-size: 25px; letter-spacing: 0px; border-left: 30px solid {color:Bottom Right Block}; border-right: 140px solid {color:Upper Left Block}; margin-bottom:20px;">
- <a href="javascript:;" style="font-family:open sans; color:{color:Upper Right Block};" onmousedown="toggleDiv('toggle');">TOGGLE NOTES</a></div>
- <div id="toggle" style="display: none; text-align:left;">
- {PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div> {/block:Posts}
- </div>
- <div style="width: 121px; z-index: 100; height: 565px; position: fixed; margin:auto; top:86px; left:268px; right:0px; "><div style="height:200px; width:121px; background-color:{color:Upper Right Block}; "></div> <div style="height:5000px; width:121px; margin-top:32px; background-color:{color:Bottom Right Block}; "></div></div>
- <div style="width:301px; top:86px; height: 565px; margin-left:28px; background-color:#fff; position:fixed; margin:auto; left:752px; right:0px; ">
- <script language="JavaScript">
- <!--
- // ==============================================
- // Copyright 2003 by jsCode.com
- // Source: jsCode.com
- // Author: etLux
- // Free for all; but please leave in the header.
- // ==============================================
- showImage();
- //-->
- </script>
- </div>
- <div style="position:fixed; z-index:1000000; left:0pt; top:0pt; margin:auto; top:106px; left:752px; right:0px; width:250px; height:250px; ">
- <div id="slider">
- <ul class="navigation" style="position:fixed; left:928px; right:0pt; top:290px; z-index:100000; margin:auto; height:10px; width:40px; ">
- <li><a href="#sites" class="selected">•</a></li>
- <li><a href="#files" class="">•</a></li>
- <li><a href="#link" class="">•</a></li>
- </ul>
- <!-- element with overflow applied -->
- <div class="scroll">
- <!-- the element that will be scrolled during the effect -->
- <div class="scrollContainer">
- <!-- our individual panels -->
- <div class="panel" id="sites">
- <div style="bottom: 0pt; font-family: open sans; background-color: {color:Background}; font-weight: 800; color: {color:Upper Right Block}; font-size: 25px; left: 0pt; margin: 79px auto auto; position: absolute; text-transform: uppercase; top: 0pt; right: 0pt; width: 250px; line-height: 24px; padding-top: 25px; height: 73px;">{text:Sidebar Title}
- </div>
- </div>
- <div id="files" class="panel">
- <div style="height: 177px; background-color: rgb(255, 255, 255);">
- <div style="text-align: justify; width: 210px; padding: 10px 20px; line-height: 9px; letter-spacing: 0px; text-transform: uppercase; font-size: 8px; font-family:consolas;">
- {description} </div>
- </div>
- </div>
- <div class="panel" id="link">
- <div style="height: 177px; ">
- <ul class="lik">
- <li> <a href="/">HOME</a></li>
- <li> <a href="/ask">ASK</a></li>
- <li> <a href="{text:Link 1 URL}">{text:Link 1}</a></li>
- <li> <a href="{text:Link 2 URL}">{text:Link 2}</a></li>
- <li> <a href="{text:Link 3 URL}">{text:Link 3}</a></li>
- <li> <a href="{text:Link 4 URL}">{text:Link 4}</a></li>
- <li> <a href="{text:Link 5 URL}">{text:Link 5}</a></li>
- <li> <a href="http://labyrinthines.tumblr.com">theme</a></li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div style="position: fixed; height: 40px; margin: auto; z-index: 10000000; right: 0pt; width: 60px; top: 288px; left: 562px;">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" style="font-size: 15px; color: {color:Upper Right Block}; text-transform: uppercase; font-family:open sans; font-weight:800; line-height: 16px; ">« </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" style="font-size: 15px; color: {color:Upper Right Block}; text-transform: uppercase; font-family:open sans; font-weight:800; line-height: 16px;"> »</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </center>
- </body>
- </html>