Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Hiatus Theme 01 by
- ╱╭╮╱╱╱╱╱╱╱╱╱╭╮╱╱╭╮
- ╭╯╰╮╱╱╱╱╱╱╱╱┃┃╱╭╯╰╮
- ╰╮╭┫╭╮╭┳━━┳━┫┃╭╋╮╭╋━╮╭━━┳━┳━┳╮╱╭╮
- ╱┃┃╰╯╰╯┃┃━┫╭┫╰╯╋┫┃┃╭╮┫╭╮┃╭┫╭┫┃╱┃┃
- ╱┃╰╮╭╮╭┫┃━┫┃┃╭╮┫┃╰┫┃┃┃╭╮┃┃┃┃┃╰━╯┃
- ╱╰━┻╯╰╯╰━━┻╯╰╯╰┻┻━┻╯╰┻╯╰┻╯╰╯╰━╮╭╯
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
- aka ashley
- -->
- <!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">
- <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:LinksAndTitle" content="#FFCCDD"/>
- <meta name="color:Asks" content="#FFCCDD"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Tags" content="f0f0f0"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#dadada"/>
- <meta name="color:Post" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#8C8C8C"/>
- <meta name="text:title2" content="semi-hiatus!" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-track {
- border-left:2px solid #fff;
- border-right:2px solid #fff;
- background:{color:Scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;
- background-color: {color:Scrollbar};
- border-radius: 100px;
- border-top:1px solid {color:Scrollbar};
- border-bottom:1px solid {color:Scrollbar};
- }
- /* ------------------ BODY ------------------*/
- body {background-color: {color:Background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};-webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:14px; font-style:italic;
- text-transform:uppercase; line-height:100%;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* --------------- POSTS ---------------*/
- #entries {
- margin-left:60px;
- margin-top:0px;
- width:400px;
- padding:10px;
- padding-right:100px;
- padding-top:40px;
- font-size:11px;
- border-right: 2px dashed {color:Border};
- }
- #post {
- margin-top:15px;
- width:400px;
- padding:10px;
- padding-bottom:20px; opacity:.8;
- background-color:{color:Post};
- }
- #post img {
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #post img:hover {
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* -------------- SIDEBAR --------------*/
- #sidebar {
- margin-left:656px;
- margin-top:126px;
- width:100px;
- height: 100px;
- position:fixed;
- opacity:.9;
- }
- .links {
- line-height:80%;
- margin-top:145px;
- margin-left:-5px;
- width:525px;
- height:5px;
- position:fixed;
- padding: 9px;
- padding-bottom:7px;
- text-align:center;
- word-spacing:2px;
- font-family:candara;
- }
- .links a {
- font-size: 14px;border:4px double #d4d4d4;padding:4px; display: inline-block; width:112px; color: #ccc;
- }
- .links a:hover {
- color:#fff; background:{color:LinksAndTitle}; border-color: white;
- }
- #description {
- margin-top:55px;
- margin-left:10px;
- width:500px;
- position:fixed;
- padding:8px;
- line-height:100%;
- text-align:center;
- font-size:13px;
- font-style:italic;
- font-family:candara;
- color:#c4c4c4;
- word-spacing: 1px;
- }
- #description a {
- color:{color:text};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #pagination {
- margin-left:-90px;
- margin-top:160px;
- width:100px;
- position:fixed;
- text-align:center;
- font-size:19px;
- letter-spacing:0px;
- font-family:consolas;
- }
- #pagination a {
- color: #d4d4d4;}
- #hiatus {
- height: 60px;
- margin-top:-30px;
- font-size:130px;
- font-family:dawning of a new day;
- position:fixed;
- margin-left:0px;
- color: {color:LinksAndTitle};
- width:550px;
- text-align:left;
- }
- #picture img{
- width:460px;
- height: 100px;
- margin-top: 115px;
- margin-left: 690px;
- position:fixed;
- opacity: .2;
- }
- #picturee img{
- width:560px;
- height: 220px;
- bottom: -75px;
- margin-left: 640px;
- position:fixed;
- opacity: .5;
- -webkit-user-drag:none;
- }
- #actualnews {
- font-family:calibri;
- font-size:12px;
- color: #b8b8b8;
- width:200px;
- height:auto; border-radius: 5px;
- padding:3px;
- bottom: 0px; border: 4px double {color:LinksAndTitle};
- margin-left: 820px;
- text-align:center;
- position:fixed; background: white;
- z-index: 99999999999999;
- }
- /* -------------- INFO/TAGS --------------*/
- #info {
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- font-family: cambria italic;
- border-top:1px solid {color:Line}
- }
- #tags {
- margin-top:4px;
- text-align:right;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- letter-spacing:0px;
- font-family:cambria;
- 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;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #tags a {
- display:inline;
- padding:-3px;
- text-align:left;
- color:{color:Tags};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #post:hover #tags {
- opacity:1;
- }
- /* --------------- ASKS ---------------*/
- #asker {
- border-radius:10px;
- font-size: 12px;
- padding:5px;
- text-align:left;
- letter-spacing:1px;
- font-style:italic;
- font-family:candara; line-height: 98%;
- color: #A6A6A6;
- background-color:{color:Asks};
- }
- #asker a{
- color: #A6A6A6;
- }
- #askeri {
- border-radius: 100px;
- float: left;
- padding-left: 4px;
- padding-right: 8px;
- padding-top: 4px;
- }
- #askeri img {
- border-radius: 100px;
- border: 3px solid white;
- -webkit-filter: grayscale(60%);
- -moz-filter: grayscale(60%);
- -o-filter: grayscale(60%);
- -ms-filter: grayscale(60%);
- }
- #askerurl {
- font-family:dawning of a new day;
- font-size:22px;
- letter-spacing:0px;
- font-style:italic;
- }
- #answer {
- text-align: right;
- color: {color:Text};
- min-height: 30px;
- padding:1px;
- padding-right:9px;
- padding-left:11px;
- }
- #answer a{
- color: #000;
- }
- #bubble {
- width: 0;
- position: absolute;
- height: 0;
- margin-left:9px;
- border-top: 15px solid {color:Asks};
- border-right: 15px solid transparent;
- }
- #boxy {
- width:445px;
- position:fixed;
- margin-left:660px;
- margin-top:300px;
- font-style: italic;
- opacity:.9;
- }
- 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:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- /*-------------DON'T TOUCH-------------*/
- #poop {padding: 2px; color:#8C8C8C; position:fixed; text-align: right; bottom:-22px; right:3px; line-height:120%; font-size:18px; letter-spacing:1px; font-family:just another hand;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; }
- #poop a {color: #8C8C8C;}
- #poop:hover {
- bottom:2px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;
- }
- /*-------------------------------------*/
- {CustomCSS}</style></head><body>
- <div id="picture"><img src="http://24.media.tumblr.com/42f1ae1bf18507e6fe8abea8219004af/tumblr_ms42u83MzF1relm2ao3_250.png"></div>
- <div id="bite">
- <div id="picturee"><img src="http://31.media.tumblr.com/28b092f69c5816c09dba2bbe1fdc76d8/tumblr_ms45j5sbWK1relm2ao1_500.png"></div>
- <div class="death">
- <div id="actualnews">
- this is a built in news tab :)
- </div>
- </div></div>
- <div id="boxy"> <p><iframe frameborder="0" scrolling="yes" width="120%" height="190" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_formm"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></div>
- <div id="sidebar">
- <div id="hiatus">{text:title2}</div>
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">letters</a>
- {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="askeri"><img src="{AskerPortraitURL-24}"></div><div id="asker"><div id="askerurl">{Asker} — </div><br>{Question}</div><div id="bubble"></div><div id="answer">{Answer}</div>{/block:Answer}
- <div id="info">
- <br>{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">— reblog </a><div style="float:right;">{block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} — (<a href="{SourceURL}"> source</a> ){/block:ContentSource}</div>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}<img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png"></div>{/block:HasTags} </div></div>{/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
- <div id="poop">
- <a href="http://twerkitnarry.tumblr.com/">▲▼<br>TWERKITNARRY</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment