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">
- <!--
- THEME 26
- made by the-hidden-will.tumblr.com
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="text:Header" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <!-- END DEFAULT VARIABLES -->
- <style type="text/css">
- /* CSS */
- /*TUMBLR CONTROLS*/
- #tumblr_controls{
- position:fixed;
- top:5px;
- right:5px;
- }
- iframe#tumblr_controls {
- z-index:999999;
- position:fixed!important;
- opacity:1;
- -webkit-filter:invert(100);
- filter:alpha(opacity=100);
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- -moz-opacity: 0.75;
- -khtml-opacity: 0.75;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- iframe#tumblr_controls:hover{
- opacity:1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- /*SELECTION*/
- ::selection {
- background:#fc9d1d;
- color: #fff;
- }
- ::-moz-selection {
- background:#fc9d1d;
- color: #fff;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar{
- background-color:#fff;
- height:8px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background-color:#fc9d1d;
- height:50px;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:#000;
- height:8px!important;
- }
- /*BODY*/
- body {
- font-family:helvetica;
- font-size:9px;
- color:#000;
- text-transform:normal;
- letter-spacing:0px;
- font-weight:normal;
- font-style:normal;
- margin-top:0px;
- margin-left:0px;
- margin-right:0px;
- margin-bottom:0px;
- background:#fff;
- line-height:120%;
- background-attachment:fixed;
- background-repeat:repeat;
- background-image:url('{image:Background}');
- }
- *, body, a, a:hover{
- cursor: url(http://static.tumblr.com/aegsbm3/1FPn6258u/cursor__3_.png),auto;
- }
- a{
- color:#000;
- font-weight:normal;
- text-decoration:none;
- }
- a:hover{
- color:#000;
- font-weight:normal;
- text-decoration:none;
- }
- blockquote {
- width:90%;
- margin-top:0px;
- margin-left:5px;
- padding-left:5px;
- background:transparent;
- }
- li {
- list-style-type:upper-roman;
- }
- ul{
- list-style-type:upper-roman;
- }
- img {
- border:none;
- }
- big {
- font-size:9px;
- letter-spacing:0px;
- }
- small {
- font-size:9px;
- letter-spacing:0px;
- }
- pre {
- width:95%;
- white-space:pre-wrap;
- word-wrap:break-word;
- background:transparent;
- font-family:helvetica;
- font-size:9px;
- letter-spacing:0px;
- color:#000;
- text-transform:normal;
- padding:0px;
- }
- sub{
- font-family:helvetica;
- font-size:9px;
- letter-spacing:0px;
- text-transform:lowercase;
- font-style:normal;
- }
- b, strong {
- color:#000;
- font-weight:bold;
- font-style:normal;
- }
- i, em {
- color:#000;
- font-style:italic;
- }
- /*FONTS*/
- @font-face{
- font-family: "bebas neue";
- src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
- }
- /*TITLES*/
- h2{
- font-family:helvetica;
- font-size:8px;
- color:#000;
- font-style:normal;
- font-weight:bold;
- letter-spacing:2px;
- background:transparent;
- text-align:right;
- text-decoration:none;
- text-transform:uppercase;
- border-left:20px solid #fc9d1d;
- line-height:150%;
- }
- h2 a{
- color:#000!important;
- font-weight:bold!important;
- text-decoration:none!important;
- padding-bottom:0px!important;
- }
- /*POSTS*/
- #postcontainer{
- float:right;
- position:relative;
- top:100px;
- right:200px;
- width:335px;
- font-family:helvetica;
- font-size:9px;
- color:#000;
- letter-spacing:0px;
- font-style:normal;
- background:#fff;
- }
- #postcontainer a{
- color:#000;
- font-weight:normal;
- text-decoration:underline;
- }
- #postcontainer a:hover{
- color:#000;
- font-weight:normal;
- text-decoration:underline;
- }
- #posts{
- margin:40px;
- width:250px;
- padding:0px;
- background:#fff;
- }
- #posts img{
- max-width:250px;
- }
- /*CAPTIONS*/
- #captions{
- text-align:center;
- margin-top:3px;
- padding:0px;
- background:#fff;
- }
- /*PERMALINK*/
- #permalink{
- margin-top:5px;
- font-family:helvetica;
- font-size:7px;
- color:#000;
- letter-spacing:0px;
- text-align:left;
- text-transform:uppercase;
- padding-top:0px;
- background:transparent;
- line-height:180%;
- }
- #permalink a{
- color:#fff;
- font-weight:bold;
- padding:2px;
- background:#fc9d1d;
- text-decoration:none;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #permalink a:hover{
- color:#fff;
- font-weight:bold;
- padding:2px;
- background:#000;
- text-decoration:none;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- /*QUOTE*/
- #quote {
- font-family:helvetica;
- font-size:9px;
- color:#000;
- text-transform:normal;
- letter-spacing:0px;
- text-align:right;
- font-weight:bold;
- font-style:italic;
- line-height:130%;
- padding:0px;
- border-radius:0px;
- background:#fff;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #quote:hover{
- color:#000;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .source {
- font-family:helvetica;
- font-size:7px;
- color:#000;
- letter-spacing:1px;
- font-weight:normal;
- font-style:normal;
- text-align:center;
- text-transform:uppercase;
- margin-top:0px;
- margin-bottom:5px;
- padding:2px;
- background:#fff;
- }
- .source a{
- color:#000!important;
- text-decoration:none;
- }
- /*CHAT*/
- #chat {
- background:transparent;
- margin:0px;
- font-family:helvetica;
- font-size:9px;
- font-style:normal;
- text-transform:normal;
- letter-spacing:0px;
- }
- #chat .lines {
- font-family:helvetica;
- font-size:9px;
- font-style:normal;
- margin-left:0;
- background:#fff;
- color:#000;
- letter-spacing:0px;
- border-radius:0px;
- margin-bottom:5px;
- }
- #chat .lines span {
- font-family:helvetica;
- font-size:7px;
- letter-spacing:1px;
- color:#000;
- font-weight:bold;
- text-transform:uppercase;
- font-style:normal;
- }
- /*ASKS*/
- #asker{
- font-family:helvetica;
- color:#000;
- font-size:9px;
- text-indent:10px;
- line-height:20px;
- font-weight:bold;
- font-style:normal;
- letter-spacing:0px;
- text-transform:lowercase;
- }
- #asker a{
- color:#000;
- font-weight:bold;
- border-bottom:none;
- }
- #asker a:hover{
- color:#000;
- font-weight:bold;
- border-bottom:none;
- }
- #question{
- margin-top:2px;
- font-family:helvetica;
- font-size:9px;
- font-style:italic;
- color:#fff;
- letter-spacing:0px;
- padding:0px;
- text-align:right;
- text-transform:normal;
- line-height:130%;
- background:transparent;
- }
- /*AUDIO*/
- #audioplayer{
- width:250px;
- overflow:hidden;
- background:#fff;
- }
- #audiotitle{
- margin-top:0px;
- font-family:helvetica;
- font-size:8px;
- color:#000;
- text-align:left;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:normal;
- padding:5px;
- font-weight:bold;
- background:#fff;
- }
- #audioinfo{
- font-family:helvetica;
- font-size:9px;
- color:#000;
- text-align:right;
- text-transform:lowercase;
- letter-spacing:2px;
- font-style:italic;
- background:#fff;
- }
- #audiocount{
- font-family:helvetica;
- font-size:9px;
- color:#000;
- text-align:left;
- text-transform:lowercase;
- letter-spacing:0px;
- font-style:italic;
- background:#fff;
- }
- /*SIDEBAR*/
- #title{
- position:fixed;
- top:150px;
- right:550px;
- font-family:bebas neue;
- font-size:28px;
- text-align:right;
- text-transform:uppercase;
- color:#fc9d1d;
- width:180px;
- border-bottom:2px solid #fc9d1d;
- padding-bottom:7px;
- background-color:#fff;
- }
- #description{
- position:fixed;
- top:173px;
- right:550px;
- font-family:helvetica;
- font-size:9px;
- font-style:italic;
- text-transform:lowercase;
- text-align:right;
- width:180px;
- }
- #birds{
- position:fixed;
- top:215px;
- right:710px;
- z-index:999;
- }
- #birds img{
- width:45px;
- height:28px;
- }
- /*BORDER*/
- #border{
- position:fixed;
- right:200px;
- top:0px;
- height:100px;
- width:335px;
- background-color:#fff;
- border-bottom:1px solid #000;
- z-index:999;
- }
- #leaves{
- position:fixed;
- right:253px;
- top:90px;
- z-index:9999;
- }
- #leaves img{
- width:234px;
- height:30px;
- }
- /*LINKS*/
- #links{
- position:fixed;
- top:60px;
- right:250px;
- font-family:helvetica;
- color:#000;
- font-size:9px;
- letter-spacing:0px;
- font-style:italic;
- text-transform:normal;
- text-align:center;
- width:234px;
- z-index:99999;
- }
- #links a{
- color:#000;
- padding:5px;
- background:#fff;
- border-bottom:2px solid #000;
- font-style:italic;
- margin:5px;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #links a:hover{
- color:#fff;
- padding:5px;
- background:#fc9d1d;
- border-bottom:2px solid #000;
- font-style:italic;
- margin:5px;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- /*CREDIT*/
- #credit{
- position:fixed;
- z-index:15;
- bottom:5px;
- left:5px;
- font-family:consolas;
- font-size:8px;
- letter-spacing:1px;
- color:#000;
- text-transform:uppercase;
- }
- #credit a{
- color:#fff;
- background:#000;
- text-decoration:none;
- }
- /*PAGINATION*/
- #pagi {
- margin:auto;
- width:250px;
- margin-top:50px;
- margin-bottom:50px;
- font-family:helvetica;
- color:#000;
- font-size:7px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:left;
- padding:0px;
- background:transparent;
- line-height:150%;
- }
- #pagi a{
- color:#000;
- padding-bottom:1px;
- font-weight:bold;
- border-bottom:1px solid #000;
- text-decoration:none;
- background:#fff;
- }
- #pagi a:hover{
- color:#000;
- padding-bottom:1px;
- font-weight:bold;
- border-bottom:1px solid #000;
- text-decoration:none;
- background:#fff;
- }
- /*NOTES*/
- ol.notes {
- overflow:auto;
- padding:50px;
- padding-top:15px;
- padding-bottom:15px;
- margin-top:10px;
- color:#000;
- max-height:170px;
- list-style-type:none;
- background-color:#fff;
- }
- ol.notes li.note {
- padding:5px;
- }
- ol.notes li.note img.avatar {
- vertical-align:middle;
- margin-right:10px;
- max-height:10px;
- }
- ol.notes li.note span.action {
- font-family:helvetica;
- font-size:9px;
- font-weight:bold;
- letter-spacing:0px;
- text-transform:lowercase;
- }
- ol.notes li.note blockquote {
- border-color:#000;
- padding:3px;
- padding-left:5px;
- margin:5px 0px 0px 25px;
- }
- /* END CSS */
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- <!----- SCROLL TOP/HOME/BOTTOM A1 ---->
- <title>Scroll to Bottom or Top - DevCurry.com</title>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function () {
- $('#scrlBotm').click(function () {
- $('html, body').animate({
- scrollTop: $(document).height()
- },
- 1500);
- return false;
- });
- $('#scrlTop').click(function () {
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- return false;
- });
- });
- </script>
- </head>
- <body>
- <!-- BORDER -->
- <div id="border"></div>
- <div id="leaves"><img src="http://static.tumblr.com/aegsbm3/WWjnmzccq/leaves.gif"/></div>
- <!-- LINKS --->
- <div id="links">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- </div>
- <!-- TITLE -->
- <div id="title">{text:Header}</div>
- <div id="description">
- {Description}
- </div>
- <!-- RISE -->
- {block:IfInfiniteScroll}
- <div style="position:fixed; bottom:20px; right:20px;">
- <a style="font-style:italic; letter-spacing:0px; padding:5px; border-bottom:2px solid #000;" id="scrlTop" href="#">rise</a>
- </div>
- {/block:IfInfiniteScroll}
- <!-- CREDIT -->
- <div id="credit">
- <a href="http://thehiddenwill-themes.tumblr.com/">theme</a>
- </div>
- <!-- POSTS -->
- <div id="postcontainer">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element"/>
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="posts">
- <!-- TEXT -->
- {block:Text}
- <h2>{block:Title}{Title}{/block:Title}</h2>
- {Body}
- {/block:Text}
- <!-- PHOTO -->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-500}" width="250px;">
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" width="250px;">
- {block:HighRes}
- <div style="background:#fff; text-align:right; font-family:helvetica; font-size:7px; letter-spacing:1px; margin-top:2px; margin-bottom:2px; text-transform:uppercase;"><a style="color:#000;" href="{PhotoURL-HighRes}">(high res.)</a></div>
- {/block:HighRes}
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- PHOTOSET -->
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-250}
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- QUOTE -->
- {block:Quote}
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- <div id="quote">{Quote}</div>
- {/block:Quote}
- <!-- LINK -->
- {block:Link}
- <h2><a href="{URL}"{Target}>{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT -->
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- <div id="chat">
- <div class="lines"> {block:Label}
- <span> {Label} </span>
- {/block:Label}
- {Line} </div> </div>
- {/block:Lines}
- {/block:Chat}
- <!-- AUDIO -->
- {block:Audio}
- <div id="audioplayer">
- {AudioPlayerWhite}
- </div>
- <div id="audiotitle">
- <img src="http://static.tumblr.com/aegsbm3/iEqnbtgsm/music_player.gif"/>
- <span style="margin-left:10px;">{block:TrackName}{TrackName}{/block:TrackName}</span>
- </div>
- <div id="audioinfo">
- BY: {block:Artist}{Artist}{/block:Artist}
- </div>
- <div id="audiocount">
- {block:PlayCount}{PlayCount}{/block:PlayCount} PLAYS
- </div>
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- <!-- VIDEO -->
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-250}
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- Message -->
- {block:Answer}
- <div id="asker">{Asker}:</div>
- <div id="question"><span style="background:#fc9d1d;">{Question}</span></div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <!-- OTHER -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- PERMALINK -->
- <div id="permalink">
- {block:IndexPage}
- <a href="{Permalink}">{NoteCount}</a>
- <a title="reblog" style="float:right; background:#fff; color:#000;" href={ReblogURL} target="_blank" class="details">R</a><br>
- {block:HasTags}
- tags: {block:Tags} #<a style="font-weight:normal; background:#fff; color:#000;" href="{TagURL}">{Tag}</a>{/block:Tags}
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <a href="{Permalink}">{NoteCount}</a> ({12Hour}:{Minutes} {AmPm}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear})
- <div style="float:right;">
- {block:RebloggedFrom}
- <a title="{ReblogParentTitle}" href="{ReblogParentURL}">VIA</a>
- <a title="{ReblogRootTitle}" href="{ReblogRootURL}">SRC</a>
- {/block:RebloggedFrom}
- </div><br>
- {block:HasTags}
- tags: {block:Tags} #<a style="font-weight:normal; background:#fff; color:#000;" href="{TagURL}">{Tag}</a>{/block:Tags}
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
- <!-- PAGINATION -->
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="10"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" class="next">→</a>
- {/block:NextPage}<br>
- <a id="scrlTop" href="#">back to top</a>
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <!-- END POSTS -->
- </body>
- </html>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment