Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme #12: Mansard Roof
- Created by dec0der.tumblr.com | Abigail
- Please, do not remove the credit.
- Thank you.
- -->
- <head>
- <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="#000000"/>
- <meta name="color:CenterColumn" content="#FFFFFF"/>
- <meta name="color:Text" content="#424242"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:HeaderLinks" content="#94B596">
- <meta name="if:Rounded Edge Header Links" content="1"/>
- <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="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}}
- ::-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-size:10px; letter-spacing:1px; text-align:center; margin-top:-15px; margin-left:-6px; width:510px; height:auto; line-height:13px; padding-left:1px; padding-right:1px; font-family: Cambria; background:#FFF; position:fixed;}
- .headerlinks {height:20px; width:100px; background-color:{color:HeaderLinks}; line-height:20px; margin:1px; 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:9px; width:500px;}
- {block:IfMaximisedBackgroundImage}
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- {block:IfMaximisedBackgroundImage}
- .player{
- width:500px;
- overflow:hidden;
- background:#000;
- }
- h2{
- font-style:italic;
- font-size:12pt;
- }
- .permalink{
- margin:-2px 0px 5px 0px;
- text-align:center;
- font-size:9px;
- }
- .pagination{
- margin-bottom:15px;
- font-size:8pt;
- font-style:normal;
- text-align:center;
- }
- .current_page{
- font-style:italic;
- }
- #entry{
- margin-bottom:2px;
- width:500px;
- }
- #entry img{
- max-width:500px;
- }
- div.video embed,
- div.post div.video object {
- width:500px !important;
- height:400px !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 class="header">
- <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"><a href="http://www.dec0der.tumblr.com">credit</a></div><br>
- </div><br>
- {description}<br><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-500}" width="500" alt="{PhotoAlt}"/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
- <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: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-500}</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:Caption}{Caption}<br><br>{/block:Caption}
- {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>
Advertisement
Add Comment
Please, Sign In to add comment