Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---theme by lena (blackwiodw)
- RULES: - do not steal
- - do not copy
- - do not use as a base
- - keep the credit
- --->
- <!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="desc" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content=""/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Blogtitle" content=""/>
- <meta name="color:Stripes" content=""/>
- <meta name="color:Stripetext" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Updates Tab" 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="" />
- <!-- tooltip scripts -->
- <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(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{position:absolute;
- margin-top:27px;
- margin-right:27px;
- z-index:9999;
- background:{color:background};
- border:1px solid black;
- padding:2px 5px 2px 5px;
- font-size:8px;
- text-transform:uppercase;
- box-shadow:rgba(0,0,0,0.085)2px 2px 1px;
- }
- ::-webkit-scrollbar {width: 3px; height: 4px; background:transparent;}
- ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
- /* BASICS */
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:consolas;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- font-style:italic;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /* SIDEBAR */
- #sbar {text-align:left;
- position:relative;
- margin:30px 0px 0px -20px;
- width:400px;
- padding:20px;
- }
- #blogt {font-size:14px;
- padding:5px 8px 5px 8px;
- background:{color:Stripes};
- color:{color:Title};
- }
- #links {line-height:18px;
- font-size:10px;
- text-transform:lowercase;
- }
- #links a {margin-left:8px;
- text-transform:uppercase;
- margin-bottom:5px;
- }
- #desc {margin:10px 8px 7px 8px;
- text-align:justify;
- font-family:arial;
- font-size:9px;
- }
- /* pag */
- #pag {text-align:right;
- margin:-15px 0 0 10px;
- }
- /* CONTAINER */
- #con {
- left:50%;
- margin-left:-220px;
- position:absolute;
- }
- /* POSTS */
- #entries {
- margin-left:0px;
- margin-top:90px;
- width:400px;
- }
- #posts {
- width:400px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:400px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /* QUOTE POSTS*/
- #quo {text-transform:uppercase;
- text-align:left;
- font-size:15px;
- line-height:18px;
- }
- #src {margin-top:20px;
- text-align:left;
- }
- /* AUDIO POSTS*/
- .audio {background:black;
- display:block;
- position:absolute;
- width:50px;
- height:60px;
- }
- .player {width:25px;
- margin:0 auto;
- height:25px;
- margin-top:15px;
- border-bottom:5px solid black;
- overflow:hidden;
- }
- .ainfo {margin-left:47px;
- padding:15px;
- text-align:left;
- height:30px;
- background:{color:Stripes};
- color:{color:stripetext};
- font-size:8px;
- font-family:arial;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /* ASK POSTS */
- .askbox {padding:8px 8px 8px 15px;
- background:{color:Stripes};
- color:{color:stripetext};
- }
- .askbox a {color:{color:stripetext};
- }
- .q {color:{color:stripetext};
- font-family:arial;
- }
- .as {font-family:arial;
- font-weight:bold;
- }
- .a {
- margin:10px 5px 0px 15px;
- }
- /* CHAT POSTS */
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /* PERMALINK & NOTES */
- #perma {margin-top:15px;
- font-size:8px;
- text-transform:uppercase;
- font-family:arial;
- }
- #perma a {margin-right:10px;
- }
- .tags:before {position:Absolute;
- content:'';
- width:0;
- left:0px;
- margin-top:6px;
- height:1px;
- background:#000;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;}
- #perma:hover .tags {padding-left:20px;
- font-style:italic;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- #perma:hover .tags:before {width:15px;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- .tags {
- word-break:break-all;
- font-size:8px;
- -webkit-transition:all 0.6s;
- -moz-transition:all 0.6s;
- -ms-transition:all 0.6s;
- -o-transition:all 0.6s;
- transition:all 0.6s;
- }
- .notes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .notes img {display:none!important;}
- .notes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #cr {font-size:11px;
- width:15px;
- height:15px;
- bottom:0px;
- right:12px;
- position:fixed;
- padding:10px;
- }
- .cr {padding:3px;
- font-size:8px;
- -webkit-transition-duration:.25s;
- opacity:.5;
- }
- .cr:hover {opacity:1;
- }
- #updtitle{text-transform:uppercase;
- text-align:left;
- color:#000;
- font-size:10px;
- letter-spacing:1px;
- }
- #updtab{position:fixed;
- background-color:transparent;
- width:95px;
- left:13px;
- top:10px;
- height:14px;
- z-index:9999;
- overflow:hidden;
- -webkit-transition: all .4s ease-in-out;
- -moz-transition: all .4s ease-in-out;
- -o-transition: all .4s ease-in-out;
- }
- #updtext{padding-top:1px;
- opacity:1;
- font-family:arial;
- font-size:9px;
- line-height:10px;
- text-align:left;
- color:#111;
- }
- #updtab:hover{height:150px;
- -webkit-transition: all .4s ease-in-out;
- -moz-transition: all .4s ease-in-out;
- -o-transition: all .4s ease-in-out;
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifUpdatesTab}
- <div id="updtab">
- <div id="updtitle">updates</div> <div id="updtext"><br>
- So this is where you can put your text.<p>
- You can use <br> or <p> for line breaks.<p>
- Have fun with it and enjoy! And don't forget: if you don't want this there's a meta tag for it! uwu
- </div></div></div>
- {/block:ifUpdatesTab}
- <div id="con">
- <div id="sbar">
- <div id="blogt">{Title}</div>
- <div id="desc">{Description}</div>
- <div id="links">
- <a href="/">home.</a>
- <a href="/ask">ask.</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}
- </div>
- <div id="pag">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="quo">{Quote}</div>
- {block:Source}<div id="src">↳ {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}
- <div class="audio">
- <div class="player">{AudioPlayerBlack}</div></div>
- <div class="ainfo">
- {block:TrackName}Title: {TrackName}{/block:TrackName}{block:Artist}<br>Artist: {Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="askbox">
- <div class="q">
- <div class="as">{Asker} wondered: </div>
- {Question}</div>
- </div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:ifCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifCaptions}
- {block:Date}
- <div id="perma">
- <a href="{Permalink}" title="{TimeAgo}">{DayOfMonthWithSuffix} of {ShortMonth}</a>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="notes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </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}
- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}
- <div id="cr">
- <a href="http://stevergers.co.vu" class="cr" title="blackwiodw">BW</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment