Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- DEFAULTS -->
- <meta name="color:background" content="#ffffff">
- <meta name="color:posts" content="#fcfcfc">
- <meta name="color:info" content="#fdfdfd">
- <meta name="color:tag" content="#fdfdfd">
- <meta name="color:text" content="#c0bdb8" />
- <meta name="color:link hover" content="#fdfdfd" />
- <meta name="color:title" content="#d5d2d2" />
- <meta name="color:link" content="#c0bdb8" />
- <meta name="color:scrollbar" content="#c0bdb8" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="color:fade" content="#000000" />
- <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="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="LINK1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="LINK2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="LINK3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="LINK4" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color:{color:scrollbg};
- }
- .ask {
- align:right;
- background: {color:scrollbar};
- margin:7px 0px 5px 66px;
- padding:10px;
- position: relative;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- color:white;
- }
- .ask a:link {
- color:#000;
- }
- .ask p {
- margin:1px 0px;
- }
- .ask span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:scrollbar};
- }
- .askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background:{color:link};
- }
- #askbg a {
- color:white;
- font-weight:bold;
- }
- ::-moz-selection {
- background-color:{color:scrollbg};
- color: {color:scrollbar};
- }
- ::selection {
- background-color:{color:scrollbg};
- color: {color:scrollbar};
- }
- body {color:{color:text};
- background-color:{color:background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- font-family:calibri;
- font-size:11px;
- line-height:110%;
- text-align:justify;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- color:{color:title};font-style:auto;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- }
- small{font-size:auto}
- big{font-size:auto}
- b, strong{color:{color:scrollbar};}
- i, em {color:{color:text};}
- u{color:#483d43;}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {padding:0px;
- padding-left:10px;
- margin:8px;
- border-left:2px solid {color:text};
- }
- img a{
- border:none;
- width:100%;
- }
- #container {
- background-color:transparent;
- width: 800px;
- text-align: center;
- margin: 0 auto -10px auto;
- }
- #entries {
- margin: 22px 0 -10px 260px;
- margin-right:78px;
- float:right;
- text-align: justify;
- }
- #posts {
- margin: 0px 0 0px 0;
- width: 470px;
- text-align: justify;
- padding: 10px;
- }
- #sidebar {
- width:220px;
- padding:0px;
- margin-top:0px;
- margin-left:-100px;
- height:100%;
- position:fixed;
- }
- #sidebarimg img {
- margin-top:200px;
- width:185px;
- height:auto;
- }
- #description img {
- max-width:185px;
- text-align:center;
- }
- #links {
- font:7px 'Noto Serif', serif;
- color:{color:border2}
- letter-spacing: 1px;
- width:185px;
- text-align:center;
- padding-bottom:0px;
- text-transform:uppercase;
- margin-left:15px;
- margin-top:3px;
- position:fixed;
- }
- #links a{
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #description {
- text-align:justify;
- display:block;
- width:200px;
- height:auto;
- font-family: 'Noto Serif', serif;
- font-size: 8px;
- padding:0px;
- text-transform:none;
- border-top: solid 1px #f5f5f5;
- padding-top:10px;
- position:absolute;
- margin-left:10px;
- margin-top:20px;
- }
- #pagination {
- font-family: 'Noto Serif', serif;
- text-align:left;
- margin-left:855px;
- margin-top:350px;
- font-size:12px;
- position:fixed;
- text-transform:uppercase;
- }
- #credit{
- position:fixed;
- bottom:10px;
- right:10px;
- font-size:6px;
- font-family: 'Noto Serif', serif;
- color:{color:text};
- text-transform:uppercase;
- letter-spacing: 0px;
- font-style:normal;
- }
- h1{
- color:{color:title};
- font-family:{font:text};
- font-size:12px;
- line-height:12px;
- letter-spacing:0px;
- font-weight:italic;
- text-transform:uppercase;
- margin:0px;
- padding:0px;
- text-align:center;
- }
- h2{
- color:{color:text};
- font-family:{font:link};
- font-size:12px;
- line-height:12px;
- letter-spacing:0px;
- font-weight:normal;
- text-transform:none;
- margin:0px;
- padding:0px;
- margin-bottom:-5px;
- text-align:center;
- }
- #info{
- padding-top:5px;
- display:block;
- padding-bottom:5px;
- width:500px;
- color:{color:tag};
- background-color:{color:info};
- font-size:8px;
- font-family: 'Noto Serif', serif;
- text-align:right;
- text-transform:uppercase;
- border-top: solid 1px #e7e7e7;
- }
- #tags {
- margin-top:-30px;
- width:300px;
- text-transform:lowercase;
- font-size:7px;
- font-family: 'Noto Serif', serif;
- }
- #questions {
- background-color:{color:info};
- color: {color:text};
- padding:2px;
- margin-top: 6px;
- margin-bottom:2px;
- font-family:calibri;
- font-size:11px;
- text-transform:lowercase;
- border-bottom:1px {color:text};
- text-align:center;
- }
- #questions a {
- color:{color:link};
- }
- #permalink {
- padding-bottom:5px;
- text-align:right;
- }
- .audio{
- background-color:black;
- display:block;
- }
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- .user_3 .label {color:{color:link}; font-weight:bold}
- .user_4 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .notes img{
- width:10px;
- position:relative;
- top:1px;
- }
- ol.notes, .notes li{
- width:490px;
- list-style:none;
- margin:0px 0 -1px 5px;
- padding:0px;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: {color:fade};
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #FFFFFF;
- padding: 10px;
- border: 5px solid #F8F8F8;
- float: left;
- font-size: 10;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Square Corners--*/
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="sidebarimg">
- <script language="JavaScript">
- <!--
- function random_imglink(){
- var myimages=new Array()
- myimages[1]="{image:Sidebar1}"
- myimages[2]="{image:Sidebar2}"
- myimages[3]="{image:Sidebar3}"
- myimages[4]="{image:Sidebar4}"
- myimages[5]="{image:Sidebar5}"
- var imagelinks=new Array(0)
- imagelinks[1]="{image:Sidebar1}"
- imagelinks[2]="{image:Sidebar2}"
- imagelinks[3]="{image:Sidebar3}"
- imagelinks[4]="{image:Sidebar4}"
- imagelinks[5]="{image:Sidebar5}"
- var ry=Math.floor(Math.random()*myimages.length)
- if (ry==0)
- ry=1
- document.write('<img src="'+myimages[ry]+'" width="285"></a>')
- }
- random_imglink()
- </script></div>
- <center><div id="links">
- <a href="/">home</a>
- <a href="#?w=500" rel="02" class="poplight">
- Ask
- </a>
- {block:ifLink1}
- <a href="{text:Link1}">
- {text:Link1 Title}</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link2}">
- {text:Link2 Title}</a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link3}">
- {text:Link3 Title}</a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link4}">
- {text:Link4 Title}</a>
- {/block:ifLink4}
- <p>
- </div>
- <center><div id="description">{Description}</div></center>
- </div>
- <div id="credit">
- <a href="http://tomhardies.tumblr.com/">©</a>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}">next</a><br />
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- <div id="entries">
- {block:posts}
- <div id="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}{/block:Text}
- {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1>
- </a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {/block:Link}
- {block:Photo}<center>
- <img src="{PhotoURL-500}"/></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}<center>
- {Photoset-500}</center>
- {block:Caption}{Caption}
- {/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">
- {block:Lines}<li class="user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>
- {/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}
- {block:Caption}{Caption}
- {/block:Caption}{/block:Video}
- {block:Answer}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask">
- <div id="askbg">
- <span></span>{Asker}: {Question} </div></div>
- <br>
- <blockquote>{Answer}{/block:Answer}</blockquote>
- {block:Audio}<div id="_">{AudioPlayerWhite}<br>
- {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
- <div id="info">
- <div id="permalink">
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <br><a href="{ReblogParentURL}">via</a> - {/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">source</a><br>
- {/block:ContentSource}
- {/block:PermalinkPage}
- {block:Date}
- <a href="{Permalink}">
- <a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
- {block:NoteCount}with <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
- </div>
- </div> <p>
- <div id="tags">
- {block:HasTags}{block:Tags}<b>#</b> <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}</div></div>
- <br />
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
- </div>
- </div>
- </body>
- <div id="02" class="popup_block">
- <Center>
- <iframe frameborder="0" scrolling="yes" width="100%" height="200" src= "http://www.tumblr.com/ask_form/TUMBLRNAMEHERE.tumblr.com/" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Add Comment
Please, Sign In to add comment