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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- Cathedral by Nico @ http://nicoxnico.tumblr.com -->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="author" content="Nico Mejia" />
- <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:Background" content="#fff" />
- <meta name="color:Title" content="#000" />
- <meta name="color:Text" content="#717171" />
- <meta name="color:Link" content="#000" />
- <meta name="color:Link hover" content="#fff" />
- <meta name="color:Link hover background" content="000" />
- <meta name="color:Post background" content="#fff" />
- <meta name="color:Post title" content="#000" />
- <meta name="color:Post title hover" content="#fff" />
- <meta name="color:Chat line one background" content="#000" />
- <meta name="color:Chat line one text" content="#fff" />
- <meta name="color:Chat line two background" content="#fff" />
- <meta name="color:Chat line two text" content="#000" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="text:Custom link 1 URL" content="" />
- <meta name="text:Custom link 1 title" content="" />
- <meta name="text:Custom link 2 URL" content="" />
- <meta name="text:Custom link 2 title" content="" />
- <meta name="text:Custom link 3 URL" content="" />
- <meta name="text:Custom link 3 title" content="" />
- <meta name="text:Custom link 4 URL" content="" />
- <meta name="text:Custom link 4 title" content="" />
- <meta name="if:Sidebar fixed" content="1" />
- <meta name="if:Endless scroll" content="1"/>
- <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.js"> </script>
- <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/jquery.hoverflow.min.js'></script>
- <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/jquery.mousewheel.min.js'></script>
- <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/weirdarchives.js'></script>
- <script type="text/javascript" src="http://sc2upload.dyndns.org/infinitescroll.js"></script>
- <script type="text/javascript">
- $(function() {
- $("html, body, wrapper").mousewheel(function(event, delta) {
- this.scrollLeft -= (delta * 100);
- event.preventDefault();
- });
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".caption").hide();
- $(".entry").mouseenter(function() {
- $(".caption", this).slideDown("slow, 0.3");
- });
- $(".entry").mouseleave(function() {
- $(".caption", this).slideUp("slow, 0.3");
- });
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".askhide").hide();
- $(".rehide").hide();
- $(".ask-slide").click(function(){
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- $(".askhide").slideToggle("slow");
- $(".rehide").slideToggle("slow");
- $(this).toggleClass("active");
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- function tumblrControlsChange() {
- var tumblrControls = document.getElementById('tumblr_controls');
- tumblrControls.style.position = 'fixed';
- }
- </script>
- <style type="text/css">
- body {background: {color:Background} url("{image:Background}") fixed; font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: {color:Text}; position: relative;}
- a:link, a:active, a:visited {color: {color:link}; text-decoration: none; -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- a:hover {background: {color:Link hover background}; -webkit-transition: opacity 0.7s linear;
- opacity: 0.1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- #wrapper {
- margin: 0 10 0 10px;
- padding-top: 150px;
- }
- .sidebar {
- width: 500px;
- height: 50px;
- text-align:center;
- position: fixed;
- margin-left: 45em;
- }
- .sidebarimage img {width: 272px; background: {color:Sidebar image border};}
- .post {
- position: relative;
- display: block;
- width: 500px;
- }
- .footer {
- position: fixed;
- float: right;
- }
- .post #audio {
- width: 360px;
- height: 360px;
- html { overflow-y: scroll; }
- #tumblr_controls { position: fixed ! important }
- #photoset { height: 360px; }
- .html_photoset { height: 360px; }
- iframe {
- height: 360px;
- }
- /*.permabox {
- margin-left: 510px;
- background: {color:Post background};
- line-height: 12px;
- width: 300px;
- position: absolute;
- padding: 6px;
- {block:IndexPage}
- opacity: 0;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }*/
- .post:hover .permabox {
- opacity: 1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- {/block:IndexPage}
- }
- .posttitle a {
- font-size: 18px;
- margin-top: 0;
- margin-bottom: -5px;
- color: {color:Post title};
- font-weight: bold;
- }
- .posttitle a:hover {
- color: {color:Post title hover};
- }
- .post-text, .post-quote, .post-link {
- margin-bottom: 5px;
- padding: 6px;
- width: 360px;
- height: 360px;
- position: relative; }
- }
- }
- .post-link {
- padding: 3px;
- width: 500px;
- height: 360px;
- }
- .post-quote {
- padding: 3px;
- width: 300px;
- height: 360px;
- }
- .post-text {
- padding: 3px;
- width: 500px;
- height: 360px;
- }
- .link-desc {
- padding: 3px;
- width: 500px;
- height: 320px;
- }
- .post-photo, .post-photoset, .post-video {
- margin-bottom: 5px;
- position: relative;
- display: block;
- height: 360px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
- }
- .post-photo img {
- position: relative;
- display: block;
- height: 360px;
- }
- .post-photoset img {
- position: relative;
- display: block;
- height: 360px;
- }
- .link {
- font-size: 18px;
- font-weight: bold;
- height: 360px;
- width: 500px;
- }
- .trackid {
- padding: 5px;
- margin: 5px 15px 5px 0;
- background: {color:Post background};
- overflow: hidden;
- }
- .post-chat {width: 500px; margin-bottom: 5px; background: {color:Post background};}
- .chat {list-style-type: none;}
- .odd {padding: 6px; background: {color:Chat line one background}; color: {color:Chat line one text};}
- .even {padding: 6px; background: {color:Chat line two background}; color: {color:Chat line two text};}
- blockquote {border-left: 1px solid #a0a0a0; padding: 3px;}
- h2 {
- text-align: center;
- font-size: 11px;
- font-weight: normal;
- padding: 6px;
- }
- h3 {
- text-align: center;
- text-transform: uppercase;
- font-size: 11px;
- font-weight: normal;
- letter-spacing: 4px;
- padding: 2px;
- color: {color:Title};
- background: {color:Post background};
- }
- .sidehide {
- -webkit-transition: opacity 0.7s linear;
- opacity: 0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .sidehide:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .box {
- margin-bottom: 3px;
- background: {color:Post background};
- }
- .box:hover {
- }
- .box a {
- }
- .box a hover {
- font-style: underline;
- }
- .tags {
- margin-top: 5px;
- }
- .pagination {
- text-transform: uppercase;
- }
- .askhide {
- margin-top: 10px;
- width: 520px;
- position: absolute;
- }
- .rehide { display: none;
- }
- #archives-table {
- border-collapse: collapse;
- height: 500px;
- padding-right: 5px;
- float: left;
- }
- td { vertical-align: top; }
- tbody {
- display: table-row-group;
- vertical-align: middle;
- border-color: inherit;
- padding-right: 5px;
- }
- .article-block { position: relative; display: block; }
- #audio #art {
- width:360px;
- height:360px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
- margin-bottom:15px;
- }
- .audioplayercircle {
- position: absolute;
- z-index: 3;
- background: white;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- top: 100px;
- left: 100px;
- opacity: .6;
- }
- .audioplayer {
- width: 30px;
- height: 30px;
- overflow: hidden;
- opacity: .6;
- margin: 17px 24px 13px 16px;
- }
- .postnotes {width: 492px; padding: 4px; margin-top: 4px; background: {color:Post background};}
- ol.notes {list-style:none; margin: 0; padding: 0;}
- ol.notes li {list-style: none; margin: 5px 0 0 0; padding: 0 0 5px 0; border-bottom: 1px solid #e6e6e6;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- .more_notes_link_container {border: none; }
- {CustomCSS}
- </style>
- </head>
- <body onload='tumblrControlsChange();'>
- <div class="sidebar">
- <h3><a href="/">{Title}</a></h3>
- <div class="sidehide">
- <div class="box" title="Navigation" style="text-align:center;">
- <a href="/about">About</a> /
- <a href="#" class="ask-slide">Ask</a> /
- <a href="/tags">Tags</a>
- </div>
- <div class="box" title="Description" style="text-align:center;">
- {block:ifSidebarimage}<div class="sidebarimage"><img src="{image:Sidebar}"></div>{/block:ifSidebarimage}
- {block:Description}<p id="description">{Description}</p>{/block:Description}
- </div>
- </div>
- <div class="askhide" style="position: relevant; z-index: 900;">
- <iframe frameborder="0" border="0" scrolling="no" width="450" height="165” allowtransparency="true" src="http://www.tumblr.com/ask_form/vivesomnium.tumblr.com" style"background-color:transparent;"></iframe><p>
- <div class="rehide"><a href="#" class="ask-slide">Hide Ask</a></div>
- </div>
- {block:IfNotEndlessScroll}
- <div class="box" title="Pagination">
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">← Previous</a> |
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next →</a>
- {/block:NextPage}</div>
- </div>
- {/block:IfNotEndlessScroll}
- </div>
- <div id="wrapper">
- <div class="post">
- <table id="archives-table">
- <tbody><tr>
- {block:Posts}
- <td>{block:Text}
- <div class="post-text">
- {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post-photo">
- <div class="entry">
- {LinkOpenTag} <img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" style="height=330px;"/>{LinkCloseTag}
- </div>
- <div class="caption">{Caption}</div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post-photoset">
- <div class="entry">
- {Photoset-500}
- </div>
- <div class="caption">{Caption}</div>
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post-quote">
- <h2><em>"{Quote}"</em></h2><p>
- — {Source}</p>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post-link">
- <a href="{URL}" class="link" {Target}>{Name}</a></div>
- <div class="link-desc"> {Description}</div>
- {/block:Link}
- {block:Audio}
- <div class="post" id="audio">
- <div id="art">
- {block:AlbumArt}<img src="{AlbumArtURL}" width="360px" height="360px" />{/block:AlbumArt}
- <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="post-video">
- <div class="entry" height="360">
- {Video-500}
- </div>
- <div class="caption">{Caption}</div>
- </div>
- {/block:Video}
- {block:Chat}
- <div class="post-chat">
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {block:Lines}<div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Answer}
- <table cellspacing="3"><tr><td valign="top">
- <img src="{AskerPortraitURL-24}" alt="asker" />
- </td><td valign="top">
- <font style="font-weight: bold; font-size: 10px;">{Question}</font>
- {Answer}
- {/block:Answer}
- {block:PostNotes}
- <div class="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- </td>
- </div>
- {/block:Posts}
- </tr>
- <div class="footer">END</div>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment