Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- theme 04 > hazy
- █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
- ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
- ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
- --->
- <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="color:background" content="#ffffff"/>
- <meta name="color:text" content="#8c8c8c"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:link hover" content="#2c2c2c"/>
- <meta name="color:border" content="#ededed"/>
- <meta name="color:scrollbar" content="#dcdcdc"/>
- <meta name="color:navigation bg" content="#ffffff"/>
- <meta name="color:navigation txt" content="#a8a8a8"/>
- <meta name="image:portrait" content="https://33.media.tumblr.com/792a159a3215865fe52adff39723384a/tumblr_inline_n8rf0n0NAM1s4129o.jpg"/>
- <meta name="image:sidebar" content="https://41.media.tumblr.com/26d6da3a5ebdf570c0e5aa1c54efec93/tumblr_inline_noouubupx11qh7cpd_540.png"/>
- <meta name="if:250px" content="1">
- <meta name="if:400px" content="">
- <meta name="if:500px" content="">
- <meta name="if:tiny cursor" content="1">
- <meta name="if:static permalink" content="1">
- <meta name="if:show captions" content="1">
- <meta name="text:link1" content="one">
- <meta name="text:url1" content="/">
- <meta name="text:link2" content="two">
- <meta name="text:url2" content="/">
- <meta name="text:link3" content="three">
- <meta name="text:url3" content="/">
- <meta name="text:link4" content="four">
- <meta name="text:url4" content="/">
- <meta name="text:link5" content="five">
- <meta name="text:url5" content="/">
- <meta name="text:link6" content="six">
- <meta name="text:url6" content="/">
- <style type="text/css">
- /* tumblr controls */
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.3; }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-size:10px;
- font-family:'Cutive Mono';
- line-height:130%;
- letter-spacing:-.5px;
- {Block:IfTinyCursor}
- cursor:url(https://31.media.tumblr.com/4acd45d0b99904b8b243513a859b64cf/tumblr_inline_nc6mxm26WL1qh7cpd.png), auto;
- {/Block:IfTinyCursor}
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- {Block:IfTinyCursor}
- cursor:url(https://31.media.tumblr.com/a5e595e344fd551e9eb926c0294c0e57/tumblr_inline_nc6mxrDleV1qh7cpd.png), auto;
- {/Block:IfTinyCursor}
- }
- a:hover {
- color:{color:link hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- img {
- border:none;
- }
- blockquote {
- margin:10px 15px;
- padding:0px 10px;
- border-left:1px solid {color:border};
- }
- ul {
- list-style-type:circle;
- }
- ol {
- list-style-type:lower-roman;
- }
- .c {
- font-size:10px;
- font-weight:700;
- letter-spacing:1px;
- position:fixed;
- right:10px;
- bottom:10px;
- font-family:'Special Elite', cursive;
- }
- /* scrollbar */
- ::-webkit-scrollbar {
- height: auto;
- width: 9px;
- background-color: {color:scrollbar};
- border: 4px solid {color:background};
- background-image:url('http://assets.tumblr.com/images/x.gif?v=1');
- background-image:repeat;
- background-attachment:fixed;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 3px solid {color:background};
- height: auto;
- }
- /* tags */
- #tags {
- position:absolute;
- font-size:8px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-family:'Special Elite', cursive;
- font-style:italic;
- opacity:0;
- margin-top:10px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #tags a {
- margin-right:10px;
- }
- #post:hover #tags {
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /* posts */
- #entries {
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {block:If500px}
- margin-left:500px;
- padding-top:20px;
- padding-bottom:80px;
- }
- #post {
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {block:If500px}
- margin-top:60px;
- overflow:hidden;
- padding-top:15px;
- border-top:1px solid {color:border};
- }
- /* permalink*/
- #perm{
- width:150px;
- position:absolute;
- text-transform:uppercase;
- border-top:1px solid {color:border};
- padding-top:15px;
- margin-top:-16px;
- letter-spacing:2px;
- font-size:8px;
- color:{color:text};
- {block:If250px}
- margin-left:260px;
- {/block:If250px}
- {block:If400px}
- margin-left:410px;
- {/block:If400px}
- {block:If500px}
- margin-left:510px;
- {block:If500px}
- font-family:'Special Elite', cursive;
- text-align:left;
- {block:IfNotStaticPermalink}
- opacity:0;
- -moz-transition-duration:0.99s;
- -webkit-transition-duration:0.99s;
- -o-transition-duration:0.99s;
- {/block:IfNotStaticPermalink}
- }
- #perm b {
- font-size:9px;
- letter-spacing:1px;
- }
- {block:IfNotStaticPermalink}
- #post:hover #perm {
- opacity:1;
- -moz-transition-duration:0.99s;
- -webkit-transition-duration:0.99s;
- -o-transition-duration:0.99s;
- }
- {/block:IfNotStaticPermalink}
- #perm a{
- margin:0px 4px;
- }
- /* sidebar */
- #sidebar {
- position:fixed;
- margin-top:230px;
- width:250px;
- text-align:left;
- font-size:9px;
- margin-left:170px;
- height:250px;
- }
- /* cover */
- #cover {
- position:absolute;
- background-color:{color:sidebar};
- background-image:url('{image:sidebar}');
- background-size:cover;
- width:120px;
- height:250px;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- }
- /* portrait */
- #sidebar img {
- width:50px;
- height:50px;
- z-index:99;
- margin-left:92px;
- margin-top:30px;
- position:absolute;
- display:inline-block;
- border:3px solid {color:background};
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- }
- /* title */
- #title {
- font-size:12px;
- font-weight:700;
- text-transform:lowercase;
- letter-spacing:1px;
- margin-bottom:10px;
- }
- /* description */
- #desc {
- width:120px;
- margin-top:100px;
- margin-left:130px;
- font-size:10px;
- }
- /* navigation */
- #navi {
- text-align:center;
- position:absolute;
- margin-top:150px;
- width:84px;
- height:56px;
- margin-left:18px;
- opacity:0;
- letter-spacing:1px;
- font-family:'Special Elite', cursive;
- font-size:7px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #navi a {
- background:{color:navigation bg};
- color:{color:navigation txt};
- width:12px;
- height:12px;
- display:inline-block;
- line-height:15px;
- margin:1px;
- padding:7px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #navi a:hover {
- opacity:.4;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #sidebar:hover #navi {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /* pagination */
- #pagination {
- margin-top:70px;
- text-align:right;
- border-top:1px solid {color:border};
- padding-top:10px;
- letter-spacing:1px;
- font-style:italic;
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {block:If500px}
- }
- #pagination a {
- border-bottom:1px solid {color:border};
- padding-bottom:1px;
- margin:0px 7px;
- }
- /* permalink page */
- #permpg {
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- margin-top:15px;
- padding-bottom:10px;
- padding-top:10px;
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:0px;
- }
- #tagspermpg {
- margin-top:5px;
- }
- #notes{
- {block:If250px}
- width:290px;
- {/block:If250px}
- {block:If400px}
- width:440px;
- {/block:If400px}
- {block:If500px}
- width:540px;
- {/block:If500px}
- text-transform:uppercase;
- font-family:'Special Elite', cursive;
- letter-spacing:1px;
- font-size:7px;
- margin-top:15px;
- margin-left:-40px;
- }
- #notes img{
- display:none;
- }
- #notes li{
- list-style-type:none;
- border-bottom:1px solid {color:border};
- padding:7px;
- text-align:left;
- }
- /* ask post */
- #ask {
- padding-left:15px;
- padding-right:15px;
- padding-bottom:5px;
- padding-top:10px;
- text-align:left;
- display:block;
- font-family:'Special Elite', cursive;
- font-size:8px;
- letter-spacing:1px;
- text-transform:lowercase;
- }
- #ask img {
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- #ask img {
- float:left;
- margin-top:-5px;
- }
- #ques {
- margin-left:34px;
- margin-top:-5px;
- }
- #ques b {
- font-style:normal;
- text-transform:lowercase;
- font-size:8px;
- letter-spacing:1px;
- }
- #ans {
- margin-bottom:-5px;
- }
- /* chat post */
- .chat {
- margin-bottom:10px;
- }
- .label {
- font-weight:700;
- }
- ul.chat {
- margin:0px 10px;
- padding:0px;
- padding-bottom:10px;
- font-family:Cutive Mono;
- font-size:9px;
- letter-spacing:0px;
- list-style-type:none;
- text-transform:lowercase;
- }
- /* text + link post */
- #posttitle {
- display:block;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- font-family:'Special Elite', cursive;
- font-size:10px;
- font-weight:700;
- }
- #capt {
- position:relative;
- margin-top:7px;
- padding-bottom:5px;
- }
- #capt:before {
- background:{color:border};
- position:absolute;
- left:50%;
- width:60px;
- height:1px;
- margin-left:-30px;
- content:'';
- }
- /* quote post */
- #quote {
- font-style:italic;
- text-align:justify;
- font-size:10px;
- letter-spacing:1px;
- margin-left:15px;
- font-family:'Special Elite', cursive;
- position:relative;
- z-index:9;
- }
- #q {
- position:absolute;
- font-size:49px;
- margin-top:15px;
- opacity:.3;
- font-family:'Special Elite', cursive;
- }
- #source {
- position:relative;
- margin-top:20px;
- text-align:left;
- letter-spacing:1px;
- font-size:9px;
- text-align:center;
- }
- /* photo post */
- #photo img {
- {block:If250px}
- max-width:250px;
- {/block:If250px}
- {block:If400px}
- max-width:400px;
- {/block:If400px}
- {block:If500px}
- max-width:500px;
- {/block:If500px}
- }
- #caps {
- {Block:IfNotShowCaptions}
- {Block:IndexPage}
- display:none;
- {/Block:IndexPage}
- {/Block:IfNotShowCaptions}
- }
- /* audio post */
- #aud {
- {block:If250px}
- width:248px;
- height:95px;
- {/block:If250px}
- {block:If400px}
- width:398px;
- height:80px;
- {/block:If400px}
- {block:If500px}
- width:498px;
- height:80px;
- {block:If500px}
- }
- #aud img {
- {block:If250px}
- float:right;
- width:30px;
- margin-right:10px;
- {/block:If250px}
- {block:If400px}
- float:left;
- width:60px;
- margin-left:10px;
- {/block:If400px}
- {block:If500px}
- float:left;
- width:60px;
- margin-left:10px;
- {block:If500px}
- margin-top:10px;
- }
- #audinfo {
- position:absolute;
- {block:If250px}
- margin-left:-10px;
- height:30px;
- {/block:If250px}
- {block:If400px}
- margin-left:80px;
- height:60px;
- {/block:If400px}
- {block:If500px}
- margin-left:80px;
- height:60px;
- {/block:If500px}
- margin-top:10px;
- }
- #audinfo li {
- font-family:Cutive Mono;
- font-size:9px;
- letter-spacing:0px;
- text-transform:lowercase;
- border-left:1px solid {color:border};
- padding-left:5px;
- list-style-type:none;
- }
- #player {
- {block:If250px}
- margin-top:60px;
- position:absolute;
- margin-left:109px;
- {/block:If250px}
- {block:If400px}
- margin-top:25px;
- float:right;
- margin-right:25px;
- {/block:If400px}
- {block:If500px}
- margin-top:25px;
- float:right;
- margin-right:25px;
- {/block:If500px}
- padding-left:2px;
- width:30px;
- height:30px;
- overflow:hidden;
- border:1px solid {color:border};
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- /* tooltip */
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:2px 6px;
- border:1px solid {color:border};
- background:{color:background};
- color:{color:text};
- z-index:999999;
- font-size:9px;
- letter-spacing:1px;
- font-style:italic;
- text-transform:lowercase;
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- }
- span.taghead { display:none; } a.tag + span.taghead { display:inline; }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <!-- font -->
- <link href='http://fonts.googleapis.com/css?family=Cutive+Mono|Special+Elite' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Cutive+Mono::latin', 'Special+Elite::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <!-- tooltip -->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <!-- sidebar -->
- <div id="sidebar">
- <div id="cover"></div>
- <img src="{image:portrait}">
- <div id="navi">
- {block:IfLink1}<a href="{text:url1}" title="{text:link1}">01</a>{/block:IfLink1}{block:IfLink2}<a href="{text:url2}" title="{text:link2}">02</a>{/block:IfLink2}{block:IfLink3}<a href="{text:url3}" title="{text:link3}">03</a>{/block:IfLink3}{block:IfLink4}<a href="{text:url4}" title="{text:link4}">04</a>{/block:IfLink4}{block:IfLink5}<a href="{text:url5}" title="{text:link5}">05</a>{/block:IfLink5}{block:IfLink6}<a href="{text:url6}" title="{text:link6}">06</a>{/block:IfLink6}
- </div>
- <div id="desc">
- <div id="title">{Title}</div>
- {Description}
- </div>
- </div>
- <!-- posts -->
- <div id="entries">
- {block:Posts}
- <div id="post">
- <!-- permalink -->
- {block:IndexPage}
- {block:Date}
- <div id="dv"></div>
- <div id="perm">
- <b><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a></b>
- {Block:NoteCount}</br><a href="{Permalink}">{NoteCount}+</a>{/Block:NoteCount}
- </br><a href="{ReblogURL}">reblog</a>
- </div>
- {/block:Date}
- <div style="display:none">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}</div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<div id="posttitle">{Title}</div><div id="capt"></div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div id="q">“</div>
- <div id="quote">{Quote}</div>
- <div id="source">{Source}</div>
- </br>
- {/block:Quote}
- {block:Link}
- <div id="posttitle"><a href="{URL}">{Name}</a></div><div id="capt"></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <div id="photo"><center><img src="{PhotoURL-500}"/></center></div>
- {block:Caption}{Block:IndexPage}<div id="caps">{Caption}</div>{/Block:IndexPage}{Block:PermalinkPage}{Caption}{/Block:PermalinkPage}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Block:If250px}{Photoset-250}{/Block:If250px}{Block:If400px}{Photoset-400}{/Block:If400px}{Block:If500px}{Photoset-500}{/Block:If500px}</center>
- {block:Caption}<div id="caps">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- <ul class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- <li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {Block:If400px}
- {Video-400}
- {/Block:If400px}
- {Block:If500px}
- {Video-500}
- {/Block:If500px}
- {block:Caption}<div id="caps">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="ask">
- <img src="{AskerPortraitURL-24}"/>
- <div id="ques">
- {Question}</br>
- <b>{Asker}</b>
- </div>
- </div>
- <div id="ans">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div id="aud">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- <div id="audinfo">
- <li>{block:TrackName}<b>Track:</b> {TrackName}</br>{/block:TrackName}</li>
- <li>{block:Artist}<b>Artist:</b> {Artist}</br>{/block:Artist}</li>
- <li><b>Played:</b> {PlayCount} times</li>
- </div>
- <center><div id= "player">{AudioPlayerWhite}</div></center>
- </div>
- {/block:Audio}
- <!-- tags -->
- {block:IndexPage}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:Hastags}
- {/block:IndexPage}
- </div>
- <!-- permalink page -->
- {Block:PermalinkPage}
- {block:Date}
- <div id="permpg">
- {Block:NoteCount}{NoteCount} notes</br>{/Block:NoteCount}
- <b>date:</b> {ShortMonth} {DayOfMonth}, {Year}
- {block:RebloggedFrom}</br><b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}</br><b>source:</b> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}
- <div id="tagspermpg">
- <b>tagged with:</b> {block:Tags}<span class="taghead">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:Hastags}
- </div>
- {/block:Date}
- {/Block:PermalinkPage}
- {/block:Posts}
- <!-- pagination -->
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">← back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- <div class="c"><a href="http://stratfor-d.tumblr.com">ST</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment