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>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="description" content="{MetaDescription}" />
- <meta name="image:sidebar" content=""/>
- <meta name="color:main" content=""/>
- <meta name="if:title" content=""/>
- <meta name="text:link1" content=""/>
- <meta name="text:link1url" content="/"/>
- <meta name="text:link2" content=""/>
- <meta name="text:link2url" content="/"/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3url" content="/"/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4url" content="/"/>
- <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
- <!-- jquery -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <!-- lazy load -->
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/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>
- </head>
- <style type="text/css">
- body{
- background-color:white;
- color:#202020;
- font-family:cambria, times, serif;
- font-size:10px;
- line-height:120%;
- letter-spacing:0px;
- text-align:justify;
- }
- a, a:visited, a:active{
- color:{color:main};
- text-decoration:none;
- -webkit-transition:0.4s ease-in;
- font-family:calibri, helvetica;
- }
- a:hover{
- color:#202020;
- }
- blockquote{margin-left:0px;padding-left:10px;border-left:3px solid #202020;}
- small a{font-size:10px;}
- small{font-size:9px;}
- big{font-size:13px;font-family:'playfair display';}
- pre{padding:5px;background-color:#e3e3e3;}
- li{list-style-type:square;}
- /* SIDEBAR */
- #sidebar{
- margin-top:50px;
- margin-left:130px;
- width:165px;
- position:fixed;
- }
- #sidebar a.side, a:visited.side, a:active.side{
- color:{color:main};
- }
- #sidebar img{
- width:165px;
- -webkit-border-radius:100px;
- }
- #sidebar h1{
- font-weight:normal;
- margin:15px 0px -9px 0px;
- text-align:center;
- font-family:'playfair display';
- letter-spacing:0px;
- word-spacing:1px;
- font-size:14px;
- font-style:italic;
- line-height:110%;
- text-transform:none;
- }
- #sidebar .links{
- margin-top:15px;
- margin-bottom:10px;
- text-align:center;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- word-spacing:1px;
- line-height:10px;
- border-top:1px solid #e3e3e3;
- padding-top:5px;
- }
- #sidebar .links a.bar, a:visited.bar, a:active.bar{
- color:#202020;
- padding:0px;
- }
- #sidebar .links a:hover.bar{
- color:#e3e3e3 !important;
- background-color:white;
- }
- .pagination{
- text-align:center;
- color:#202020;
- margin-top:15px;
- font-size:8px;
- letter-spacing:1px;
- word-spacing:1px;
- text-transform:uppercase;
- font-family:calibri;
- }
- /* END SIDEBAR */
- /* BLOG */
- #container{
- width:500px;
- margin-left:450px;
- margin-top:100px;
- margin-bottom:100px;
- }
- #post{
- width:500px;
- margin-bottom:90px;
- padding:5px;
- background-color:white;
- }
- .posttitle{
- text-align:center;
- font-family:'cabin condensed';
- text-transform:uppercase;
- font-style:;
- letter-spacing:1px;
- font-size:13px;
- margin-bottom:5px;
- }
- h1{
- text-align:center;
- font-weight:normal;
- color:#202020;
- line-height:2em;
- font-family:'playfair display';
- letter-spacing:0px;
- word-spacing:1px;
- font-size:14px;
- font-style:italic;
- text-transform:none;
- }
- h1 a{
- color:{color:main};
- font-family:'playfair display';
- }
- .musicplayer{
- width:27px;
- height:27px;
- overflow:hidden;
- z-index:2;
- display:block;
- background-color:white;
- padding: 38px 38px 35px 35px;
- position:absolute;
- opacity:0.1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #post:hover .musicplayer{opacity:1;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width:100px;
- height:100px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width:100px;
- }
- .audioinfo{
- font-size:13px;
- font-style:italic;
- font-family:'playfair display';
- color:white;
- margin-bottom: 1px;
- margin-left:101px;
- height:65px;
- display:block;
- width:399px;
- text-align:center;
- background-color:#202020;
- padding-top:35px;
- }
- .answer{
- padding:10px;
- color:white;
- display:block;
- height:auto;
- width:480px;
- text-align:justify;
- background-color:#202020;
- }
- .answer img{
- margin-top:-10px;
- margin-right:-10px;
- margin-bottom:3px;
- margin-left:3px;
- float:right;
- width:24px;
- height:24px;
- border-left:3px solid white;
- border-bottom:3px solid white;
- }
- .answer a.answer, a:visited.answer, a:active.answer, a:hover.answer{color:white;}
- .postquote{
- padding:10px;
- color:white;
- display:block;
- height:auto;
- width:480px;
- text-align:justify;
- background-color:#202020;
- text-transform:uppercase;
- font-size:9px;
- font-style:;
- letter-spacing:1px;
- font-family:'playfair display';
- line-height:14px;
- }
- .postquote .fuss{
- position:absolute;
- z-index:;
- opacity:0.4;
- font-family:'playfair display';
- font-size:40px;
- margin-top:5px;
- }
- .postinfo{
- width:490px;
- padding-top:7px;
- padding-left:7px;
- border-top:3px double #e3e3e3;
- border-left:3px double #e3e3e3;
- margin-top:20px;
- font-family:calibri;
- font-size:9px;
- text-transform:uppercase;
- }
- .postinfo a.info, a:visited.info, a:active.info{color:#202020;}
- .source{
- float:right;
- text-align:right;
- }
- .tags{margin-top:5px;text-transform:uppercase;font-size:10px;}
- .tags a.tags, a:visited.tags, a:active.tags{color:#202020;}
- .tags a:hover.tags{color:{color:main};}
- #credit{
- position:fixed;
- bottom:10px;
- right:10px;
- text-transform:uppercase;
- font-size:9px;
- }
- /* END POSTINFO */
- /* END BLOG */
- ::-webkit-scrollbar-thumb:vertical{background-color: #202020;border-bottom:4px solid #fff;border-top:4px solid #fff;border-right:4px solid #fff;height: 100px;}
- ::-webkit-scrollbar-thumb:horizontal{background-color: #202020;border-bottom:4px solid #fff;border-left:4px solid #fff;border-right:4px solid #fff;}
- ::-webkit-scrollbar{height: 10px; width: 10px; background-color: #FFFFFF;}
- ::-moz-selection, ::selection{background-color: #202020;color: #fff;}
- #tumblr_controls{position:fixed !important;opacity:0.5;-webkit-transition:0.5s ease-in;}
- #tumblr_controls:hover{opacity:1;}
- /* POST NOTES */
- .notes{
- margin-top:10px;
- }
- .notes a{color:{color:main};}
- ol.notes{list-style-type:none;width:500px;margin-left:-45px;}
- ol.notes li.note{padding:5px;list-style-type:none;}
- ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:20px;}
- {CustomCSS}
- </style>
- <body>
- <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
- <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}" /></a>
- {block:iftitle}<h1>{title}</h1>{/block:iftitle}
- <div class="links">
- <a class="bar" href="/ask">ask</a>
- {block:iflink1}<a class="bar" href="{text:link1url}">{text:link1}</a>{/block:iflink1}
- {block:iflink2}<a class="bar" href="{text:link2url}">{text:link2}</a>{/block:iflink2}
- {block:iflink3}<a class="bar" href="{text:link3url}">{text:link3}</a>{/block:iflink3}
- {block:iflink4}<a class="bar" href="{text:link4url}">{text:link4}</a>{/block:iflink4}
- </div>
- {description}<br>
- {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}<div class="postbody">{Body}{block:More}<a href="{Permalink}">More →</a>{/block:More}</div>{/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500px" />
- </a><p>
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}
- <div class="postquote"><div class="fuss">”</div>{Quote}</div><p>
- {block:Source}<div class="postbody">—{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{url}">{name}</a></h1>{block:Description}<div class="postbody">{Description}</div>{/block:Description}{/block:Link}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Video}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}<p>
- {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'playfair display'; font-style:;"> {Label}</span>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div class="audio"><div class="musicplayer">{AudioPlayerWhite}</div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
- <div style="font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:5px;text-transform:uppercase;font-style:normal;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="answer"><img src="{AskerPortraitURL-24}" /><div style="font-size:8px;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-bottom:4px;border-bottom:1px solid white;margin-bottom:5px;font-family:calibri;width:453px;">{Asker}</div>{Question}</div>
- <div class="postbody">{Answer}</div>
- {/block:Answer}
- {block:Date}<div class="postinfo">
- <div style="opacity:0.8;">{block:RebloggedFrom}<div class="source"><a class="info" title="{ReblogParentName}" href="{ReblogParentURL}">via</a> / <a class="info" title="{ReblogRootName}" href="{ReblogRootURL}">source</a></div>{/block:RebloggedFrom}
- <a class="info" href="{Permalink}">{TimeAgo}</a>{block:NoteCount} ∙ {NoteCount}{/block:NoteCount}
- {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- </div>{/block:Date}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <div id="credit"><a href="http://crimical.tumblr.com/">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment