Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 12 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:Sidebar" 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:Post" content="#ffffff"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:blogtitle" 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="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show Link 3" content="1" />
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' 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%);opacity: .3;-webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- iframe#tumblr_controls:hover {opacity: .5;-webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:white};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- /* ----------------------------- BODY -----------------------------*/
- body {
- background:{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:9px;
- text-transform:uppercase;
- }
- 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;
- }
- /* -------------------------- POST ENTRIES --------------------------*/
- #entries {
- margin-left:450px;
- margin-top:0px;
- width:500px;
- padding:75px;
- font-size:10px;
- border-left: 1px solid #eee;
- }
- /* -------------------------- BODY: POSTS --------------------------*/
- #post {
- margin-top:15px;
- width:500px;
- padding:10px;
- padding-bottom:20px;
- background-color:{color:Post};
- -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;
- }
- /* ------------------------- SIDEBAR IMAGE -------------------------*/
- #bloc
- {position:fixed;
- top:240px;
- left:300px;}
- .transition
- {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
- #picture
- {height:100px;
- opacity: .8;}
- #left
- {float:bottom;
- overflow:hidden;
- height:50px;
- width: 100px;}
- #right
- {overflow:hidden;
- height:50px;
- width: 100px;}
- #about
- {float:top;
- font-size: 10px;
- text-align: justify;
- width:93px;
- height:0px;
- margin-left:3px;
- opacity:0;
- font-family:cambria italic;}
- #about a {
- color:{color:text};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #picture:hover #about
- {height:50px;
- width: 93px;
- padding:10px 0px 10px 0px;
- opacity:1;}
- #picture:hover #left
- {margin-top:-25px;}
- /* ------------------------- TITLE -------------------------*/
- #title {
- margin-top:240px;
- margin-left:200px;
- width:90px;
- height:10px;
- position:fixed;
- line-height: 60%;
- padding: 5px;
- word-spacing: 5px;
- text-align:center;
- font-size: 25px;
- font-family: 'Dawning of a New Day', cursive;}
- /* ------------------------- SIDEBAR LINKS -------------------------*/
- .links {
- margin-top:288px;
- margin-left:200px;
- width:90px;
- height:10px;
- position:fixed;
- padding: 5px;
- word-spacing: 5px;
- text-align:center;
- font-family:cambria;
- border-top: 1px solid #eee;
- border-bottom: 1px solid #eee;
- -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
- }
- .links a {
- font-size: 13px;
- }
- .links a:hover {
- color:{color:Hover}
- }
- /* --------------------------- PAGINATION ---------------------------*/
- #pagination {
- margin-left:200px;
- margin-top:320px;
- width:100px;
- position:fixed;
- text-align:center;
- font-size:14px;
- letter-spacing:0px;
- font-family:cambria italic;
- -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
- }
- /* --------------------------- POST INFO ---------------------------*/
- #info {
- margin-top:10px;
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- font-family:cambria italic;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- /* --------------------------- POST TAGS ---------------------------*/
- #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;
- }
- /* --------------------------- QUESTIONS ---------------------------*/
- #asker {
- padding:11px;
- text-align:left;
- letter-spacing:1px;
- font-style:italic;
- font-family:cambria;
- background:#f7f7f7;
- }
- #asker a {
- color: #a6a6a6;
- }
- /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
- @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
- #credit {padding: 2px; font-color:#000; position:fixed; bottom:4px; right:2px; font-size:14px; letter-spacing:1px; font-family:Indie Star; font-style:italic;}
- #credit a {color: #a4a4a4;}
- /*------------------------------------------------------------------*/
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 4px 5px 4px;
- margin:20px 0px 0px 20px;
- background-color:#fff; /* change the background color */
- border:1px solid #ddd; /* change the border color */
- font-family:cambria italic; /* change the font */
- font-size:9px; /* change the font size */
- letter-spacing:2px; /* change the letter spacing */
- text-transform:lowercase; /* can be uppercase, lowercase, none*/
- color:#999; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- {CustomCSS}</style></head><body>
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="bloc">
- <div id="picture" class="transition">
- <div id="left" class="transition">
- <img height="100px" src="{image:sidebar}">
- </div>
- <div id="about" class="transition">{Description}</div>
- <div id="right" class="transition">
- <img height="100px" style="margin-top:-50px;" src="{image:sidebar}">
- </div>
- </div></div>
- <div id="title">{text:blogtitle}</div>
- <div class="links">
- <a title="Home"href="/">I.</a>
- <a title="Mail"href="/ask">II.</a>
- {block:IfShowLink1}<a title="{text:Link 1 Text}"href="{text:Link 1}">III.</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a title="{text:Link 2 Text}"href="{text:Link 2}">IV.</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a title="{text:Link 3 Text}"href="{text:Link 3}">V.</a>{/block:IfShowLink3}
- </div>
- {block:Pagination}<div id="pagination">
- {block:NextPage}<a href="{NextPage}">fall</a>{/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}">◈ rise</a>{/block:PreviousPage}
- </div>{/block:Pagination}
- </div>
- </div>
- </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:cambria;font-size:9px;font-style:italic;"><big><big>◈ {Asker}: </big></big> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/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} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> - (© {SourceLink})</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="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></center></div>
- </body></html>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment