Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by akthemata
- please repect the rules
- dont steal my themes or remove the credit
- thank you for using my themes!
- any questions, please ask!
- farahmir base code-->
- <!DOCTYPE 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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Container" content="#f3f3f3" />
- <meta name="color:Accent Background" content="#ffffff"/>
- <meta name="color:Scroll Bar" content="#000" />
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Blog Title" content="#787878"/>
- <meta name="color:Links" content="#787878"/>
- <meta name="color:Links Hover" content="#fff"/>
- <meta name="color:Description" content="#787878"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Perm Background" content="#f0f0f0"/>
- <meta name="color:Shadow" content="#000000"/>
- <meta name="color:Hover" content="#ededed"/>
- <meta name="color:Info and Tags" content="#000"/>
- <meta name="text:Short URL" content="URL without .tumblr.com here" />
- <meta name="text:Updates" content="updates here" />
- <meta name="text:Blog Title" content="" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 7 URL" content="/" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 8 URL" content="/" />
- <meta name="text:Link 8" content="" />
- <meta name="text:Link 9 URL" content="/" />
- <meta name="text:Link 9" content="" />
- <meta name="text:Link 10 URL" content="/" />
- <meta name="text:Link 10" content="" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove('1');
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- .popup_block{
- display:none;
- background:{color:popup container};
- padding:20px;
- border:1px solid #eee;
- float:left;
- position:fixed;
- top:55%;
- left:51%;
- z-index: 99999;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background: {color:background};
- opacity:1;
- }
- #s-m-t-tooltip {
- max-width:300px;
- background:{color:background};
- font-size:8px; color{color:text};
- padding:5px;
- text-transform:uppercase;
- margin:0px 10px 20px 23px;
- z-index:10;
- font-family:'consolas';
- letter-spacing:2px;
- border:1px; border-width:1px; padding:5px;
- border-style:solid; border-color:{color:text};
- }
- ::-webkit-scrollbar {
- background-color:{color:background};
- height:8px;
- width:2px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scroll bar};
- height:50px
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scroll bar};
- height:8px!important
- }
- blockquote {
- padding:5px 0 5px 30px;
- border-left:3px solid {color:text};
- margin-left:30px;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'consolas';
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:14px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- cursor:help;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- img{
- opacity:1;
- border:none;
- text-decoration:none
- }
- small {
- font-size:9px;
- }
- big {
- font-size:12px;
- }
- #title {
- font-size:15px;
- line-height:100%;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:center;
- }
- #bar{
- width:100%;
- height:70px;
- background:{color:background};
- position:fixed;
- border-width:1px;
- border-right-width:0px;
- border-left-width:0px;
- border-top-width:0px;
- border-bottom-width:1px;
- border-color:{color:shadow};
- border-style:solid;
- top:0;
- display:block;
- z-index:100;
- }
- #topbar {
- position:fixed;
- line-height:100%;
- text-decoration:none;
- width:300px;
- height:100%;
- text-align:right;
- border-width:1px;
- border-right-width:1px;
- border-left-width:0px;
- border-top-width:0px;
- border-bottom-width:0px;
- border-color:{color:shadow};
- border-style:solid;
- padding-right:20px;
- margin-left:-275px;
- top:0;
- display:block;
- font-size:10px;
- letter-spacing:2px;
- text-align:right;
- text-transform:uppercase;
- font-family:'consolas';
- color:{color:blog title};
- z-index:10;
- }
- #blogt {
- margin-top:125px;
- margin-left:-25px;
- font-size:20px;
- width:100%;
- word-wrap: break-word;
- line-height:100%;
- letter-spacing:3px;
- padding-bottom:10px;
- text-transform:lowercase;
- z-index:10;
- margin-bottom:0px;
- color:{color:blog title};
- }
- #links {
- line-height:100%;
- margin-left:-27.5px;
- width:100%;
- word-spacing:1px;
- word-wrap: break-word;
- font-weight:bold;
- padding-top:15px;
- }
- #links a {
- color:{color:links};
- cursor:help;
- }
- #links a:hover {
- cursor:help;
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #description {
- line-height:100%;
- text-transform:lowercase;
- text-align:right;
- display:none;
- margin-top:25px;
- color:{color:description};
- }
- #pagination {
- text-align:center;
- font-size:11px;
- text-transform:lowercase;
- padding-bottom:50px;
- letter-spacing:2px;
- margin-left:125px;
- }
- #pagination a {
- color:{color:link};
- background:{color:accent background};
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-color:{color:shadow};
- padding:10px;
- }
- #pagination a:hover {
- cursor:help;
- color:{color:background};
- background:{color:blog title};
- }
- #cred {
- position:fixed;
- font-size:11px;
- right:2px;
- bottom:0px;
- padding:2px;
- letter-spacing:1px;
- z-index:100;
- }
- #cred a{
- color:{color:info and tags};
- }
- #cred a:hover {
- font-size:19px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #con {
- left:50%;
- margin-left:-200px;
- position:absolute;
- }
- #entries {
- margin-top:125px;
- width:400px;
- margin-left:100px;
- left:0;
- right:0;
- }
- #posts {
- width:400px;
- {block:IndexPage}
- margin-bottom:170px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- word-wrap: break-word;
- background:{color:accent background};
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-color:{color:shadow};
- padding:15px;
- padding-bottom:12px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #posts img {
- max-width:400px;
- }
- #posts img, #posts li, #posts blockquote {
- max-width: 100%;
- }
- .caption {
- width:100%;
- margin-top:10px;
- }
- #titlequote{
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;
- }
- .q {
- margin-bottom:10px;
- margin-top:-12px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- padding:10px;
- border-style:solid;
- border-color:{color:shadow};
- background:{color:background};
- }
- .as {
- font-weight:bold;
- }
- .a {
- margin-bottom:4px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- padding:10px;
- border-style:solid;
- border-color:{color:shadow};
- background:{color:background};
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:5px 0;
- }
- .label {
- font-weight:bold;
- }
- #permalink {
- text-align:left;
- font-size:10px;
- margin-top:12px;
- text-transform:uppercase;
- position:absolute;
- margin-left:-16px;
- background:{color:perm background};
- font-family:'consolas';
- width:410px;
- padding:10px;
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-top-color:#d9d9d9;
- border-bottom-color:{color:shadow};
- border-right-color:{color:shadow};
- border-left-color:{color:shadow};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #permalink a {
- margin-right:10px;
- color:{color:info and tags};
- }
- #permalink a:hover {
- color:{color:Hover};
- }
- #tags {
- word-break:break-all;
- font-size:11px;
- width:410px;
- margin-left:-16px;
- margin-top:-40px;
- padding:10px;
- text-transform:lowercase;
- opacity:0;
- font-family:'consolas';
- z-index:10;
- position:absolute;
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-top-style:dashed;
- border-color:{color:shadow};
- border-top-color:#d9d9d9;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #tags a {
- color:{color:info and tags};
- font:arial;
- }
- #tags a:hover {
- color:{color:hover};
- }
- #posts:hover #tags{
- opacity:1;
- background:{color:accent background};
- margin-top:47px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- text-align:left;
- background:transparent;
- border:1px; border-width:2px; padding-left:5px;
- padding-right:5px;
- padding-top:5px;
- padding-bottom:2px;
- width:410px;
- padding:5px;
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-color:{color:shadow};
- font-family:'consolas';
- box-shadow:0px 2px 5px {color:shadow};
- margin-top:175px;
- }
- .pagenotes img {
- display:none!important;
- }
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #menuask{
- width:260px;
- height:325px;
- padding:20px;
- background:{color:container};
- font-size:20px;
- text-align:center;
- }
- #menu{
- width:260px;
- height:250px;
- padding:20px;
- background:{color:container};
- font-size:20px;
- text-align:center;
- overflow-y:scroll;
- }
- #menulinks{
- font-size:15px;
- margin-top:45px;
- }
- #menulinks a{
- border-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-bottom-width:1px;
- border-right-width:1px;
- border-style:solid;
- border-color:{color:shadow};
- padding:5px;
- display:block;
- margin-bottom:20px;
- color:{color:links};
- background: {color:background};
- }
- #menulinks a:hover{
- color:{color:background};
- background:{color:blog title};
- }
- #poptitle{
- font-size:18px;
- text-align:center;
- border-width:1px;
- border-top-width:0px;
- border-left-width:0px;
- border-bottom-width:1px;
- border-right-width:0px;
- border-style:solid;
- border-color:{color:shadow};
- padding-top:15px;
- padding-bottom:15px;
- width:275px;
- margin-left:12.5px;
- position:fixed;
- z-index:100;
- background:{color:container};
- }
- #stats{
- font-size:12px;
- width:240px;
- margin-top:40px;
- text-align:left;
- padding:10px;
- background:{color:accent background};
- }
- {CustomCSS}
- </style>
- </head>
- <div id="bar"></div>
- <div id="con">
- <div id="topbar">
- <div id="blogt">{text:Blog Title}</div>
- <div id="links">
- <a href="/">index</a>
- <p><a href="#?w=300" rel="askbox" class="poplight">message</a>
- <p><a href="#?w=300" rel="navigation" class="poplight">navi</a>
- </div>
- <div id="description">{description}</div>
- </div>
- <body>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">"{Quote}"</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="69px" height="69px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}
- {/block:Audio}<br>
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} asked: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:PermalinkPage}<div class="caption">{Caption}</div>{/block:PermalinkPage}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" > {MonthNumberWithZero}/{DayOfMonthWithZero} {12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>
- {block:HasTags}<div id="tags">filed under: {block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">future</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">history</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="cred">
- <a href="http://akthemata.tumblr.com" title="akthemata">✕</a>
- </div>
- <div id="navigation" class="popup_block">
- <div id="poptitle">navigation</div>
- <div id="menu">
- <div id="menulinks">
- <a href="#?w=300" rel="updates" class="poplight">updates</a>
- {block:IfLink1}<a href="{text:Link 1 URL}" >{text:Link 1}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}" >{text:Link 4}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link 5 URL}" >{text:Link 5}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}" >{text:Link 6}</a>{/block:IfLink6}
- {block:IfLink7}<a href="{text:Link 7 URL}" >{text:Link 7}</a>{/block:IfLink7}
- {block:IfLink8}<a href="{text:Link 8 URL}" >{text:Link 8}</a>{/block:IfLink8}
- {block:IfLink9}<a href="{text:Link 9 URL}" >{text:Link 9}</a>{/block:IfLink9}
- </div>
- </div>
- </div>
- <div id="askbox" class="popup_block">
- <div id="poptitle">message</div>
- <div id="menuask">
- <iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{text:short url}.tumblr.com" style="background-color:transparent; margin-top:40px;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- </div></div></div></div></div></div></div></div></div></div> </div>
- <div id="updates" class="popup_block">
- <div id="poptitle">updates</div>
- <div id="menu">
- <div id="stats">
- {text:updates}
- </div></div>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment