- <!--
- (c) 2012 | dec0der
- Theme #2: A Very Potter Theme theme
- Do not remove the credits, please! Thank you.
- -->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
- <title>{title}</title>
- <meta name="color:Background" content="#C4C2B1"/>
- <meta name="color:CenterColumn" content="#FFFFFF"/>
- <meta name="color:Text" content="#666666"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:HeaderLinks" content="#C4C2B1">
- <meta name="if:Rounded Edge Header Links" content="1"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Photo" content="0"/>
- <meta name="image:header" content=""/>
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <meta name="image:Background" content=""/>
- <meta name="if:Maximised Background Image" content="0"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Endless Scroll" content="0"/>
- <meta name="if:DisableRightClick" content="0"/>
- <link rel="shortcut icon" href="{Favicon}">
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {block:IfDisableRightClick}
- <SCRIPT TYPE="text/javascript">
- <!--
- //Disable right click script
- //visit http://www.rainbow.arch.scriptmania.com/scripts/
- var message="Sorry, right-click has been disabled";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- {/block:IfDisableRightClick}
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('(via')");
- });
- </script>
- {/block:IndexPage}
- <style type="text/css">
- iframe#tumblr_controls{top: 1px !important; margin: 0 0 0 0; right: 6px !important;}
- body{ text-align:left; font-family: Cambria; font-size: 10px; line-height: 12px ; color:{color:text}; background-color:{color:Background};{block:IfNotMaximisedBackgroundImage} background-image:url({image:Background}); background-attachment:fixed; background-repeat:repeat {/block:IfNotMaximisedBackgroundImage}}
- div#sideone{position:fixed !important; width:153px; height:100%; background-color:{color:CenterColumn}; margin: -21px 0px 0px -162px; padding:2px; padding-top:60px; text- align: center; border-right: 1px solid white;}
- div#sidetwo{position:fixed !important; width:148px; height:100%; background-color:{color:CenterColumn}; margin: -21px 0px 0px 305px; padding:2px; padding-top:50px;text- align: center; letter-spacing:2px; border-left: 1px solid white;}
- ::-webkit-scrollbar-thumb:vertical { background-color:{color:HeaderLinks}; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal { background-color:{color:HeaderLinks}; height:10px;}
- ::-webkit-scrollbar { height:10px; width:6px; background-color:{color:background};}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- a{
- text-decoration:none; color:{color:links}; -moz-transition: all 0.3s ease-out; /* FF3.7+ */ -o-transition: all 0.3s ease-out; /* Opera 10.5 */ -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */ transition: all 0.3s ease-out;}
- .header {font-family:Megrim; font-size:25px; line-height:30px; font-style:bold; text-align:center; font-color:{color:HeaderLinks}; margin-left:-161px; margin-top:-21px; width:618px; height:30; background:{color:CenterColumn}; position:fixed;}
- .headerlinks {height:15px; width:148px; background-color:{color:HeaderLinks}; line-height:15px; margin-bottom:2px; text-align:center; float:left; {block:ifRoundedEdgeHeaderLinks}-moz-border-radius:6px; border-radius:6px;{/block:ifRoundedEdgeHeaderLinks}}
- .headerlinks:hover {background-color:#eeeeee;}
- a:hover{ font-style:italic; -moz-transition: all 0.3s ease-out; /* FF3.7+ */ -o-transition: all 0.3s ease-out; /* Opera 10.5 */ -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */ transition: all 0.3s ease-out;}
- #content{background:{Color:CenterColumn}; padding:6px; margin:auto; margin-top:15px; width:300px;}
- {block:IfMaximisedBackgroundImage}
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- {block:IfMaximisedBackgroundImage}
- .player{
- width:300px;
- overflow:hidden;
- background:#000;
- }
- h2{
- font-style:italic;
- font-size:12pt;
- }
- .permalink{
- margin:1px 0px 1px 0px;
- text-align:center;
- font-size:9px;
- }
- .pagination{
- margin-bottom:10px;
- font-size:8pt;
- font-style:normal;
- text-align:center;
- }
- .current_page{
- font-style:italic;
- }
- #entry{
- margin-bottom:2px;
- width:300px;
- }
- #entry img{
- max-width:300px;
- }
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- {block:IndexPage}
- width: 300px !important;
- margin-left:25px;
- {/block:IndexPage}
- }
- div.video embed,
- div.post div.video object {
- width:300px !important;
- height:200px !important;
- }
- ol.notes {
- padding: 0px;
- margin: 20px 0px 0px 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 5px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note span.action a {
- font-style:italic;
- }
- {CustomCSS}
- </style>
- {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
- </head>
- <body>
- {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
- <div id="content">
- <div id="sideone">
- {block:ifShowPhoto}<img src="{image:sidebar}" width=153>{/block:ifShowPhoto}<br><br>
- {Description}<br>
- </div>
- <div id="sidetwo">
- {block:Ifheaderimage}<center><img src="{image:Header}" width=148/><div class="headerp"></div></center>{/block:Ifheaderimage}<br>
- <div class="headerlinks"><a href="/">home</a></div>
- <div class="headerlinks"><a href="/ask">questions</a></div>
- <div class="headerlinks">{block:ifCustomLinkOneTitle}
- <a href="{text:Custom Link One}">{text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle}</div>
- <div class="headerlinks">{block:ifCustomLinkTwoTitle}
- <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}</div>
- <div class="headerlinks">{block:ifCustomLinkThreeTitle}
- <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle}</div>
- {block:HasPages}{block:Pages}<div class="headerlinks"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
- <div class="headerlinks"><a href="http://www.dec0der.tumblr.com">theme</a></div><br>
- </div>
- <div class="header">
- <b>{Title}</b>
- </div><br>
- {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
- {Body}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{PhotoURL-400}" width="300" alt="{PhotoAlt}"/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {block:IfShowCaption}{Caption}{/block:IfShowCaption}
- {/block:Photo}
- {block:Photoset}
- <center><div class="photoset_photo">{Photoset-250}</div></center>
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Photoset}
- {block:Quote}
- "{Quote}"<br>
- {block:Source}<p>— <b>{Source}</b></p>{/block:Source}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Link}
- {block:Chat}
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- <div style="padding:2px; font-size:10px; text-align:center;"><a href="{permalink}">{block:Artist}{Artist}{/block:Artist} → {block:TrackName}{TrackName} {/block:TrackName}</a></div>
- {block:IfShowCaption}{Caption}{/block:IfShowCaption}
- {/block:Audio}
- {block:Answer}
- {Asker}: {Question}
- <i>{Answer}</i>
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:answer}
- {block:Video}
- <div class="video">{Video-400}</div>
- {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
- {/block:Video}
- {block:PermalinkPage}
- {block:Date}Posted {TimeAgo} ∞ {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags: {block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a> {/block:Tags}
- {/block:HasTags}{/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
- {block:IfNotEndlessScroll}
- {block:Pagination}
- <div class="pagination">
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber} </span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber} </a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- {/block:Pagination}
- {/block:IfNotEndlessScroll}
- </div>
- </body>
- </html>

