Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 14 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:Background" content="#ffffff"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Tags" content="f0f0f0"/>
- <meta name="color:LinkHover" content="#f2f2f2"/>
- <meta name="color:PostBG" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Color1" content="#FF9CBD"/>
- <meta name="color:Color2" content="#69DCFF"/>
- <meta name="color:Color3" content="#69FFA0"/>
- <meta name="color:Color4" content="#8380FF"/>
- <meta name="image:sidebar" content=""/>
- <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="text:Link 3" content="" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show Link 3" content="1" />
- <meta name="if:Show Link 4" content="1" />
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
- <style type="text/css">
- iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 4px;
- display: block;
- background-color: {color:white};
- }
- ::-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;
- }
- /* ----------------------------- BODY -----------------------------*/
- body {
- background:{color:background};
- margin:0px;
- color:#000;
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#000;
- -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;
- }
- a:hover {
- opacity:1;
- color:{color:LinkHover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #box {position:fixed;margin-left:0px;margin-top:-40px;width: 80px;height: 100%;background-color: #000;}
- .border1 {position:fixed; display: inline-block; margin-left:80px;margin-top:-40px;width: 8px;height: 25%;background-color: {color:Color1};}
- .border2 {position:fixed;display: inline-block;margin-left:80px;margin-top:120px;width: 8px;height: 25%;background-color: {color:Color2};}
- .border3 {position:fixed;display: inline-block;;margin-left:80px;margin-top:280px;width: 8px;height: 25%;background-color: {color:Color3};}
- .border4 {position:fixed;display: inline-block;margin-left:80px;margin-top:440px;width: 8px;height: 100%;background-color: {color:Color4};}
- /* -------------------------- POST ENTRIES --------------------------*/
- #entries {
- margin-left:200px;
- margin-top:40px;
- width:500px;
- padding:10px;
- font-size:12px;
- line-height:99%;
- }
- /* -------------------------- BODY: POSTS --------------------------*/
- #post {
- margin-top:15px;
- width:500px;
- padding:10px;
- padding-bottom:20px;
- background-color:{color:PostBG};
- }
- /* ------------------------- SIDEBAR IMAGE -------------------------*/
- #sidebar {
- margin-left:860px;
- margin-top:150px;
- width:100px;
- height: 100px;
- position:fixed;
- opacity:1;
- }
- #sidebarimage {
- width: 130px;
- height: 130px;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #sidebarimage img {
- width:130px;
- height: 130px;
- border-top:solid 4px {color:Color4};
- border-right:solid 4px {color:Color3};
- border-bottom:solid 4px {color:Color1};
- border-left:solid 4px {color:Color2};
- background-color:{color:Sidebar};
- }
- #sidebar:hover #sidebarimage {
- -webkit-transform: rotateY(180deg);
- -moz-transform: rotateY(180deg);
- -o-transform: rotateY(180deg);
- opacity:0;
- margin-left: 150px;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #sidebarimage2 {
- margin-top: 130px;
- margin-left: 836px;
- width: 188px;
- height: 178px;
- position:fixed;
- }
- #sidebarimage2 img {
- width:188px;
- height: 178px;
- }
- /* ------------------------- SIDEBAR LINKS -------------------------*/
- .links {
- margin-top:300px;
- margin-left:838px;
- width:200px;
- height:5px;
- position:fixed;
- padding: 9px;
- padding-bottom:7px;
- text-align:left;
- text-transform:uppercase;
- word-spacing:10px;
- font-family:calibri;
- line-height: 300%;
- display: inline-block;
- }
- .links a {
- font-size: 10px;
- display: inline-block;
- padding: 2px;
- word-spacing: 2px;
- line-height:140%;
- border-bottom: 1px solid #000;
- width: 43px;
- }
- .links a:hover {
- color:{color:LinkHover}
- }
- /* -------------------------- DESCRIPTION --------------------------*/
- #description {
- margin-top:-110px;
- margin-left:0px;
- width:118px;
- position:fixed;
- padding:8px;
- line-height:90%;
- text-align:center;
- font-size:12px;
- font-style:italic;
- font-family:cambria;
- color:#000;
- z-index:-9999999999999;
- }
- #description a {
- color:#000;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /* --------------------------- PAGINATION ---------------------------*/
- #pagination {
- margin-left:828px;
- margin-top:120px;
- width:100px;
- position:fixed;
- text-align:center;
- font-size:9px;
- letter-spacing:0px;
- font-family:consolas;
- }
- /* --------------------------- POST INFO ---------------------------*/
- #info {
- margin-top:10px;
- text-align:left;
- text-transform:uppercase;
- font-size:8px;
- padding-top: 3px;
- font-style:none;
- border-top:1px #000 solid;
- }
- #info a {
- color: #fff;
- }
- /* --------------------------- POST TAGS ---------------------------*/
- #tags {
- margin-top:4px;
- text-align:left;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- letter-spacing:0px;
- font-family:cambria;
- opacity: 0;
- color: #000;
- -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:#000;
- -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;
- }
- #tags a:hover {
- color: {color:LinkHover};
- }
- /* --------------------------- QUESTIONS ---------------------------*/
- #asker {
- padding:5px;
- text-align:left;
- letter-spacing:1px;
- font-style:italic;
- font-family:cambria;
- font-size:16px;
- border-bottom:5px #000 double;
- color: #000;
- min-height: 14px;
- line-height: 96%;
- background-color:{color:background}
- }
- #asker a {
- color: #000;
- }
- /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
- #credit {padding: 2px; font-color:#000; position:fixed; bottom:4px; right:-160px; font-size:20px; letter-spacing:1px; font-family:just another hand;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
- #credit a {color: #000;}
- #credit:hover {
- right:2px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
- }
- /*------------------------------------------------------------------*/
- {CustomCSS}</style></head><body>
- <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}<br>
- {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
- </div>
- <div id="sidebarimage2"><img src="http://25.media.tumblr.com/fb773706b645b4fef83e4c226e2c0b1e/tumblr_mqbwkh2Oh81relm2ao1_500.png"></div>
- <div id="box"></div>
- <div class="border1"></div>
- <div class="border2"></div>
- <div class="border3"></div>
- <div class="border4"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">
- {Description}
- </div>
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">— older</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-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><span style="font-family:homemade apple;font-size:12px; line-height:190%;"> {Asker} — </span><br><big>"</big>{Question}<big>"</big></div><left><font face="cambria">{Answer}</font>{/block:Answer}
- <div id="info">
- <span style="background-color: #000; color: #fff; padding:3px;">{block:Date}{TimeAgo}{/block:Date}</span> <span style="background-color: #000; padding:3px;"><a href="{Permalink}">
- {NoteCountWithLabel}</a></span> <span style="background-color: #000; color: #fff; padding:3px;"><a href="{ReblogURL}" target="_blank">   — reblog</a></span><span style="background-color: #000; color: #fff; padding:3px; margin-top:-3px; float:right">{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">original</a>{/block:ContentSource}</span><p>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>{/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
- <div id="credit">
- <a href="http://twerkitnarry.tumblr.com/">▲▼ TWERKITNARRY ▼▲</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment