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 #19 made by
- thehiddenwill-themes.tumblr.com
- -->
- <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:Show Tags" content="1"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <style type="text/css">
- .photo {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0.8);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- iframe#tumblr_controls {
- position: fixed!important;
- z-index:9999;
- opacity:0;
- -webkit-filter: invert(100%);
- -webkit-transition:opacity 0.4s linear;
- -webkit-transition:all 0.4s linear;
- -moz-transition:all 0.4s linear;
- transition:all 0.4s linear;
- }
- iframe#tumblr_controls:hover {
- opacity:0.8;
- -webkit-transition:opacity 0.4s linear;
- -webkit-transition:all 0.4s linear;
- -moz-transition:all 0.4s linear;
- transition:all 0.4s linear;
- }
- ::selection {
- background: #eee;
- color: #000;
- }
- ::-moz-selection {
- background: #eee;
- color: #000;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar {
- width: 4px;
- height: auto;
- background-color:#fff;
- border-left:1px solid #000;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- }
- /*BODY*/
- body {
- background-color:#fff;
- color:#000;
- font-family:cambria;
- font-size:9px;
- font-style:normal;
- letter-spacing:1px;
- line-height:120%;
- background-attachment:fixed;
- background-repeat:repeat;
- background-image:url('{image:Background}');
- }
- a {
- font-style:normal;
- color:#757575;
- text-decoration:none;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- a:hover{
- font-style:normal;
- color: #777;
- }
- img {
- border:none;
- }
- big {
- font-size:10px;
- }
- small {
- font-size:8px;
- letter-spacing:1px;
- }
- blockquote {
- width:90%;
- margin: 0.75em 0 .75em .75em;
- padding-left: 1.0em;
- line-height: 100%;
- border-left: solid 4px #ddd;
- }
- pre {
- width:85%;
- white-space:pre-wrap;
- word-wrap:break-word;
- background:#f1f1f1;
- color:#555;
- font-size:9px;
- line-height:120%;
- padding:5px;
- }
- b, strong {
- color:#000;
- font-weight:bold;
- }
- i, em {
- color:#888;
- font-style:italic;
- }
- /*TITLES*/
- h1 {
- font-family:cambria;
- font-size: 12px;
- text-align:left;
- font-style:italic;
- text-transform:normal;
- letter-spacing:0px;
- line-height:100%;
- font-weight:normal;
- margin-bottom:0px;
- text-decoration:none;
- color:#000;
- text-shadow: 4px 0px 0px #eee;
- }
- h1 a{
- text-decoration:none;
- }
- h2 {
- font-family:cambria;
- font-size:12px;
- letter-spacing:0px;
- font-style:italic;
- text-transform:normal;
- font-weight:normal;
- text-align:center;
- line-height:120%;
- }
- h2:first-letter {
- float:left;
- display:inline-block;
- padding:0px;
- margin-right:5px;
- font-family:cambria;
- font-size:25px;
- font-style:italic;
- text-transform:uppercase;
- background:#fff;
- opacity:1;
- color:#000;
- }
- .qsource {
- font-family:cambria;
- font-size:8px;
- letter-spacing:1px;
- font-style:italic;
- text-align:left;
- line-height:120%;
- text-transform:lowercase;
- margin-top:6px;
- margin-bottom:-2px;
- }
- /*POSTS*/
- #postcontainer{
- margin:auto;
- display: block;
- width:350px;
- font-family:cambria;
- font-size:9px;
- letter-spacing:1px;
- text-transform:normal;
- line-height:120%;
- }
- #posts{
- margin:auto;
- width:250px;
- padding:30px;
- background-color:#fff;
- }
- #posts a{
- font-style:italic;
- }
- #posts img{
- max-width:250px;
- }
- .caption{
- padding:8px;
- background-color:#f1f1f1;
- margin-top:30px;
- }
- /*PERMALINK-INFO*/
- .permalink {
- width:310px;
- padding:0px;
- {block:IndexPage}
- font-family:helvetica;
- font-size:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- font-family:consolas;
- font-size:8px;
- {/block:PermalinkPage}
- font-weight:none;
- text-transform:normal;
- text-align:left;
- line-height:140%;
- margin-top:0px;
- margin-left:20px;
- margin-bottom:60px;
- color:#000;
- border-top:1px solid #e1e1e1;
- background:#fff;
- }
- .permalink a{
- color:#000;
- }
- .tags{
- width:270px;
- {block:IndexPage}
- opacity:0.5;
- text-align:center;
- {/block:IndexPage}
- {block:PermalinkPage}
- opacity:1;
- text-align:left;
- {/block:PermalinkPage}
- font-family:consolas;
- font-size:8px;
- font-weight:none;
- text-transform:uppercase;
- font-style:none;
- letter-spacing:1px;
- color:#000;
- padding:0px;
- margin-left:0px;
- }
- .tags a{
- color:#000;
- font-style:none;
- }
- /*SIDEBAR*/
- #title {
- font-family:helvetica;
- font-size: 28px;
- text-align:left;
- text-transform: lowercase;
- font-weight:bolder;
- font-style:normal;
- letter-spacing:0px;
- line-height:100%;
- }
- #title:first-letter {
- display:inline-block;
- padding:0px;
- margin-right:0px;
- font-family:helvetica;
- font-size:30px;
- font-style:normal;
- text-transform:normal;
- background:transparent;
- color:#000;
- }
- .description {
- text-align:right;
- padding: 0px 20px 10px 250px;
- margin:auto;
- margin-top:50px;
- margin-bottom:70px;
- padding:30px;
- width:400px;
- font-family:cambria;
- font-size:10px;
- text-transform:normal;
- line-height:150%;
- font-style:italic;
- letter-spacing:1px;
- color:#000;
- background:#f2f2f2;
- -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;
- }
- .description a{
- color:#000;
- }
- .description:first-letter {
- float:left;
- display:inline-block;
- padding:0px;
- margin-right:5px;
- font-family:cambria;
- font-size:25px;
- font-style:italic;
- text-transform:uppercase;
- background:transparent;
- color:#000;
- }
- /*LINKS*/
- #links{
- margin:auto;
- margin-top:10px;
- font-family:cambria;
- font-size:9px;
- color:#000;
- font-style:italic;
- text-align:center;
- letter-spacing:2px;
- font-weight:bold;
- opacity:0.9;
- }
- #links a{
- font-style:italic;
- color:#000;
- }
- /*CHAT*/
- #chat{
- line-height:120%;
- }
- /*VIDEO*/
- #video{
- width:250px;
- overflow:hidden;
- }
- /*ASKS*/
- #question{
- background-color:#f1f1f1;
- font-family:cambria;
- font-size:9px;
- color:#000;
- font-style:italic;
- text-align:left;
- padding:8px;
- line-height:130%;
- }
- #asker{
- font-family:cambria;
- font-size:9px;
- color:#000;
- padding-bottom:3px;
- text-align:right;
- border-bottom:1px solid #eee;
- }
- #asker a{
- color:#000;
- }
- /*AUDIO*/
- #musicart {
- position: absolute;
- height: 50px;
- width: 50px;
- border: 1px solid #F0F0F0;
- background: #fff;
- padding: 5px;
- }
- #musicart img {
- opacity: 0.8;
- height: 50px;
- width: 50px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #player {
- opacity: 0;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #posts:hover #player {
- opacity: 0.5;
- }
- #post:hover #musicart img {
- opacity: 0.2;
- }
- /*PAGINATION*/
- #pagi {
- margin:auto;
- margin-top:20px;
- margin-bottom:30px;
- background:#fff;
- font-family:cambria;
- color:#777;
- text-align:center;
- font-size:10px;
- letter-spacing:1px;
- opacity:0.85;
- text-transform:lowercase;
- font-style:italic;
- padding-bottom:7px;
- padding-top:5px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #pagi a{
- font-weight:normal;
- font-style:italic;
- color:#000;
- }
- /*TOOLTIP*/
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:10px;
- margin-left:12px;
- padding-left:1px;
- padding-right:1px;
- z-index:999999999;
- background-color:#fff;
- color:#777;
- font-family:cambria;
- font-size:9px;
- padding-right:2px;
- padding-bottom:1px;
- padding-left:4px;
- font-style:italic;
- letter-spacing:1px;
- text-transform:lowercase;
- line-height:13px;
- border-right:1px solid #eee;
- border-bottom:1px solid #eee;
- border-radius: 0px;
- }
- /*PERMALINK PAGE*/
- ol.notes {
- width:300px;
- max-height:100px;
- overflow:auto;
- font:8px consolas;
- text-transform:uppercase;
- font-style:none;
- line-height:1.6em;
- margin:5px 0 0 0;
- text-align:left;
- padding:10px;
- margin-top:5px;
- }
- ol.notes li.note {
- list-style-type:none;
- padding:0px;
- }
- ol.notes::-webkit-scrollbar {
- width: 3px;
- height: auto;
- background-color:#fff;
- border-left:1px solid #000;
- }
- ol.notes::-webkit-scrollbar-thumb {
- background-color:#000;
- }
- img.avatar {
- display:none;
- }
- /*CREDIT*/
- #cred{
- position:fixed;
- right:8px;
- bottom:5px;
- color:#000;
- font-family:cambria;
- font-size:9px;
- text-transform:lowercase;
- font-style:italic;
- }
- #cred a{
- color:#000;
- font-style:italic;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <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>
- <div class="description">
- <div id="title">{Title}</div>
- {Description}
- <div id="links">
- <a href="{text:link 1 url}">001;</a>
- <a href="{text:link 2 url}">002;</a>
- <a href="{text:link 3 url}">003;</a>
- <a href="{text:link 4 url}">004;</a>
- </div>
- </div>
- <div id="postcontainer">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element"/>
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="photo">
- <img style="opacity:0.8;" src="{PhotoURL-250}">
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-250}">
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photoset}
- {block:IndexPage}
- <div style="opacity:0.8;"><div class="photo"{Photoset-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-250}
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <h2>❝{Quote}</h2>
- {block:Source}<div class="qsource"> — {source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Audio}
- <div id="musicart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div id="player"><div style="position: absolute; margin: 1px 0px 0px 1px; padding: 17px 16px 16px 17px; background: #fff;">
- <div style="width: 27px; height: 27px; overflow: hidden;">
- {AudioPlayerWhite}
- </div></div></div>
- <div style="margin-left: 67px; min-height: 62px; padding-left: 5px; font-size: 8px; font-style:italic; font-family:cambria; text-transform: lowercase; letter-spacing: 1px; line-height: 15px;">
- {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
- <b>Plays:</b> {PlayCount}<br>
- </div>
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div id="video">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="video">{Video-250}</div>
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- <div id="chat">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}{Line}<br>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Answer}
- <div id="question">
- {Question}
- </div>
- <br>
- <div id="asker">
- {Asker}
- </div>
- {Answer}
- {/block:Answer}
- </div>
- <div class="permalink">
- {block:IndexPage}
- <br><big><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a></big><br> <div style="opacity:0.9; font-family:consolas; font-size:8px; text-transform:uppercase;"><a href={ReblogURL} target="_blank" title="reblog?" class="details">[R]</a> // {12Hour}:{Minutes} {AmPm} // {NoteCount}</div>
- {/block:IndexPage}
- {block:IndexPage}{block:IfShowTags}
- {block:HasTags}<div class="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:IfShowTags}{/block:IndexPage}
- {block:PermalinkPage}
- <br>{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} <br> {block:RebloggedFrom} >> VIA <a title="{ReblogParentTitle}" href="{ReblogParentURL}">{ReblogParentName}</a><br/> >> SOURCE <a title="{ReblogrootTitle}" href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom} {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <br> {NoteCountWithLabel}
- {block:HasTags}<div class="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}<br>
- {block:PermalinkPagination}
- <div style="margin-top:0px;">
- {block:PreviousPost}
- <a href="{PreviousPost}">last post</a>
- {/block:PreviousPost}
- {block:NextPost}
- //
- <a href="{NextPost}">next post</a>
- {/block:NextPost}
- </div>
- {/block:PermalinkPagination}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Posts}
- {block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{lang:Previous}</a> -
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">{lang:Next}</a>
- {/block:NextPage}
- <br>
- <a id="scrlTop" href="#" style="color:#000;"><b>back to top</b></a> </div>
- {/block:Pagination}
- {block:IfNotInfiniteScroll}
- {/block:Posts}
- </div></div></div>
- <div id="cred">
- <a title="theme is made by thehiddenwill-themes" href="http://the-hidden-will.tumblr.com/">theme</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment