- <html>
- <!--
- ROLLING CURTAINS THEME by SEFIERA(raiDshutterbug)
- http://sefiera.tumblr.com/
- If you are having trouble with this theme, please inform me right away.
- PLEASE DO NOT REMOVE THE CREDITS. THANK YOU!
- --->
- <title>{Title}</title>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:background" content="http://28.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo10_250.png" />
- <meta name="color:Body text" content="#A5A5A5"/>
- <meta name="color:background" content="#FFFFFF"/>
- <meta name="color:link" content="#81B3E9"/>
- <meta name="color:link hover" content="#519DEE"/>
- <meta name="color:posts bg" content="#FFFFFF"/>
- <meta name="color:Navigation Background" content="#C0E6F8"/>
- <meta name="color:navigation border" content="#63C8F7"/>
- <meta name="color:Scrollbar" content="#63C8F7"/>
- <meta name="color:Scrollbar hover" content="#C0E6F8"/>
- <meta name="color:Scrollbar background" content="#FFFFFF"/>
- <meta name="color:Sidebar background" content="#FFFFFF"/>
- <meta name="color:permalink border" content="#50BFFF" />
- <meta name="if:Show Caption" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Show Sidebar Image" content="1"/>
- <meta name="text:LinkOneName" content=""/>
- <meta name="text:LinkOneURL" content=""/>
- <meta name="text:LinkTwoName" content=""/>
- <meta name="text:LinkTwoURL" content=""/>
- <meta name="text:LinkThreeName" content=""/>
- <meta name="text:LinkThreeURL" content=""/>
- <meta name="text:LinkFourName" content=""/>
- <meta name="text:LinkFourURL" content=""/>
- <meta name="text:LinkFiveName" content=""/>
- <meta name="text:LinkFiveURL" content=""/>
- <!-- END OF DEFAULT VARIABLES -->
- <head>
- <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://images.findicons.com/files/icons/1030/windows_7/32/close.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>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- body{ background-color: {color:background}; text-align: justify; font-family: tahoma; font-size: 12px; background-image: url({image:background}); background-attachment: fixed; color: {color:Body text}; }
- #pagi {font-family: tahoma; font-size: 12px; margin-top: 8px; margin-bottom: 10px; }
- #pagi a {color: {color:link}; text-decoration: none; -webkit-transition: .8s; }
- #pagi a:hover {color: {color:link hover}; text-decoration: none; -webkit-transition: .8s; }
- div.nav a{ font-size: 20px; color: {color:link}; background: {color:Navigation background}; text-decoration: none; border-radius: 0 0 50px 50px; width: 90px; height: 50px; top: 0px; position: fixed; text-align: center; padding-top: 10px; border-top: 3px {color:navigation border} solid; -webkit-transition: .5s; }
- div.nav a:hover{ color: {color:link hover}; height: 60px; }
- a, a.visited, a.active{ color: {color:link}; letter-spacing: 1px; text-decoration: none; }
- a:hover, a.visited:hover, a.active:hover{ color: {color:link hover}; letter-spacing: 1px; }
- a.link:hover{ color: {color:link hover}; letter-spacing: 1px; text-decoration: none; }
- a.postlink{ color: {color:link}; letter-spacing: 1px; text-decoration: none; }
- a.reblog{ -webkit-transition: .5s; color: {color:link}; text-decoration: none; }
- a.reblog:hover{ color: {color:link hover}; }
- #main{ width: 420px; top: 70px; left: 560px; position: absolute; }
- #sidebar{ width: 150px; padding: 5px; top: 100px; left: 250px; position: fixed; font-family: iforgot; background: {color:Sidebar background}; font-size: 6pt; }
- #posts{ padding: 3px; background: {color:posts bg}; margin-bottom: 8px; left: 350px; }
- #portrait{ top: 100px; left: 180px; position: fixed; }
- img{ opacity: 1; }
- img:hover{ opacity: 0.8; -webkit-transition: .4s; }
- .perma{ text-align: center; margin-bottom: 10px; border-bottom: 1px {color:permalink border} dotted; font-family: consolas; text-transform: uppercase; font-size: 12px; }
- @font-face {font-family:iforgot; src: url(http://static.tumblr.com/m4mnrxx/DwWm1snma/dc_regular_caps.ttf) format("truetype"); }
- ::-webkit-scrollbar { width: 5px; height: 5px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
- ::-webkit-scrollbar-track-piece { background: {color:Scrollbar background}; }
- ::-webkit-scrollbar-thumb { border-radius: 8px; height: 50px; background-color: {color:Scrollbar}; }
- ::-webkit-scrollbar-thumb:hover { background: {color:Scrollbar hover}; }
- .pops {
- font-size: 11px;
- line-height:13px;
- font-family: tahoma;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000000;
- 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: 1px solid #555;
- float: left;
- 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 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0px 0px;
- padding:none;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #h{ left: 540px; }
- #a{ left: 630px; }
- #ar{ left: 720px; }
- #l{ left: 810px; }
- #t{ left: 900px; }
- </style>
- </head>
- <body>
- <div id="sidebar">
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {block:ifShowSidebarImage}
- <div id="portrait">
- <img src="{PortraitURL-64}" style="border-radius: 54px;">
- </div>
- {/block:ifShowSidebarImage}
- {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- <div id="main">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<div style="font-size: 20px;">{Title}</div> {/block:Title}<br>
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<center><img src="{PhotoURL-400}" style="margin: 5px;"></center>{LinkCloseTag}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
- </div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <span class="quote">"{Quote}"</span>
- </div>
- {/block:Quote}
- {block:Link}
- <a class="postlink" href="{URL}" target="_blank" style="font-size: 20px; font-style: italic;">{Name}</a><br>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="title">{Title}</a></div>
- <ul class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- {/block:Lines}
- </ul>
- </li>
- </div>
- {/block:Chat}
- {block:Audio}
- <center>{AudioPlayerBlack}</center>
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
- </div>
- {/block:Audio}
- {block:Video}
- <center>{Video-500}</center>
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
- </div>
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-40}" style="float: left; margin-right: 5px; border-radius: 30px; "> {Asker} whispered: {Question}<br><br>
- <span class="answer">{Answer}</span>
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> <img src="http://media.tumblr.com/tumblr_lm6pmyp6DC1qfoi4t.gif"> <a href="{ReblogLink}" target="_blank">Reblog</a></div>
- {/block:IndexPage}
- {/block:Posts}
- {block:ifNotInfiniteScroll}
- <center>
- <div id="pagi"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">recent entries</a>{/block:PreviousPage}{/block:Pagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">older entries</a>{/block:NextPage}{/block:Pagination} </div>
- {/block:ifNotInfiniteScroll}
- </center>
- </div>
- <div id="links" class="popup_block">
- <div class="pops">
- <a href="{text:LinkOneURL}">>>{text:LinkOneName}</a><BR>
- <a href="{text:LinkTwoURL}">>>{text:LinkTwoName}</a><BR>
- <a href="{text:LinkThreeURL}">>>{text:LinkThreeName}</a><BR>
- <a href="{text:LinkFourURL}">>>{text:LinkFourName}</a><BR>
- <a href="{text:LinkFiveURL}">>>{text:LinkFiveName}</a><BR>
- </div>
- </div></div>
- </div></div></div></div></div></div></div></div></div></div>
- <div class="nav">
- <a href="/" id="h">home</a>
- <a href="/ask" id="a">ask</a>
- <a href="/archive" id="ar">archive</a>
- <a href="#?w=400" rel="links" class="poplight" id="l">links</a>
- <a href="http://sefiera.tumblr.com/" target="_blank" id="t">theme</a>
- </div>
- </body>
- </html>