Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <!--Theme 008 by Alice @ afterwordbyamelia
- Don't steal
- Don't remove credit unless to a designated credits page
- Don't use as base
- Don't not enjoy
- Default Settings-->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:linkage" content="#8A0116" />
- <meta name="color:linkage border" content="#DEB314" />
- <meta name="color:links" content="#ffffff" />
- <meta name="color:links hover" content="#5F0021" />
- <meta name="color:accent" content="#5f0021" />
- <meta name="color:border" content="#F5F190" />
- <meta name="color:title" content="#8a0116" />
- <meta name="color:text" content="#021425" />
- <meta name="color:link" content="#de3f33" />
- <meta name="color:link hover" content="#5F0021" />
- <meta name="color:header" content="#ffffff" />
- <meta name="color:scrollbar" content="#5f0021" />
- <meta name="color:selection" content="#f5f190" />
- <meta name="color:question" content="#F5F190" />
- <meta name="color:question font" content="#aaa9a9" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="calibri" />
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="" />
- <meta name="image:post" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link 6" />
- <title>{Title}</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <script>
- $().ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: "on", //on/off
- tip_delay_time: 200 //milliseconds
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <link href='http://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise|Pacifico|Rochester|Homemade+Apple|Cookie' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Signika+Negative|Oxygen+Mono|Electrolize' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Kristi|Parisienne|Cedarville+Cursive|Cookie' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
- <style type="text/css">
- body {
- background-color:{color:background};
- background-attachment:fixed;
- background-image:url('{image:background}');
- font-family:calibri;
- font-size:11px;
- line-height:10px;
- color:{color:text};
- text-wrap:normal
- word-wrap:break-word;
- height:100%;
- right:7px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- ::-webkit-scrollbar {
- width:7px;
- height:auto;
- background:{color:background};
- }
- ::-webkit-scrollbar-corner {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:scrollbar};
- }
- ::selection, ::-webkit-selection, ::-moz-selection {
- color:{color:selection};
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- }
- #main {
- background-color:{color:background};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- position:absolute;
- width:1250px;
- height:100%;
- }
- #sidebar {
- background-color:{color:sidebar};
- text-align:left;
- position:fixed;
- left:70px;
- width:400px;
- height:100%;
- top:0px;
- font-family:calibri;
- font-size:10px;
- line-height:9px;
- }
- #quotation {
- font-size:80px;
- font-family:georgia;
- color:{color:accent};
- margin-left:285px;
- margin-top:415px;
- opacity:.3;
- position:fixed;
- }
- #title {
- top:0px;
- position:fixed;
- width:490px;
- border-bottom: 1px solid {color:border};
- left:553px;
- text-align:center;
- height:30px;
- background-color:{color:background};
- z-index:999;
- padding:10px 5px 10px 5px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #title a {
- font-family:georgia;
- color:{color:title};
- font-size:18px;
- font-style:italic;
- line-height:32px;
- }
- #title a:hover {
- -webkit-transition:all 0.75s ease-out;
- -moz-transition:all 0.75s ease-out;
- transition:all 0.75s ease-out;
- -o-transition: all 0.75s ease-in-out;
- color:{color:link hover};
- }
- #pageturn {
- top:50px;
- position:fixed;
- font-family:inconsolata;
- font-size:12px;
- width:490px;
- border-bottom: 1px solid {color:border};
- left:553px;
- border-top:1px solid {color:border};
- text-align:center;
- height:15px;
- background-color:{color:background};
- z-index:999;
- padding:10px 5px 5px 5px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #pageturn a:hover {
- -webkit-transition:all 0.75s ease-out;
- -moz-transition:all 0.75s ease-out;
- transition:all 0.75s ease-out;
- -o-transition: all 0.75s ease-in-out;
- color:{color:link hover};
- }
- #simg {
- width:200px;
- margin-left:225px;
- margin-top:150px;
- height:200px;
- z-index:998;
- border:1px solid {color:border};
- padding:10px;
- }
- #simg img {
- width:200px;
- height:200px;
- }
- .linkage:hover {
- opacity:1;
- margin-left:234px; transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; -o-transition-duration: 1s;}
- .links {
- margin-left:225px;
- width:220px;
- height:150px;
- text-align:center;
- margin-top:-2px;
- margin-bottom:4px;
- opacity:1;
- position:absolute;
- }
- .links a {
- width:40px;
- height:10px;
- font-family:Signika Negative;
- text-transform:uppercase;
- font-size:9px;
- line-height:9px;
- padding:3px 3px 1px 3px;
- text-align:center;
- margin:1px;
- border:1px solid {color:border};
- display:inline-block;
- }
- .linkage {
- position:relative;
- margin-top:-60px;
- background-color:#ffffff;
- margin-left:234px;
- padding:4px;
- width:200px;
- height:38px;
- opacity:0.5;
- }
- .linkage a {
- width:60px;
- height:auto;
- font-family:Signika Negative;
- color:#ffffff;
- font-size:9px;
- text-transform:uppercase;
- text-align:center;
- background-color:{color:linkage};
- padding:3px 2px 2px 2px;
- margin-bottom:4px;
- margin-left:0px;
- display:inline-block;
- border-bottom:3px solid {color:linkage border};
- }
- .linkage a:hover {
- background-color:{color:background};
- color:{color:link hover};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- #desc {
- width:200px;
- padding:10px;
- height:200px;
- margin-left:225px;
- margin-top:30px;
- text-align:justify;
- position:fixed;
- opacity:1;
- }
- #desc a {
- letter-spacing:0px;
- }
- #question {
- font-size:15px;
- line-height:16px;
- padding-bottom:-4px;
- font-family:calibri;
- text-align:left;
- padding:13px 10px 13px 5px;
- border-bottom:1px solid {color:question};
- color:{color:question font};
- }
- #triangle {
- width:30px;
- height:25px;
- font-size:30px;
- left:365px;
- font-family:calibri;
- position:relative;
- color:{color:question};
- top:-3.5px;
- }
- #asker {
- text-transform:uppercase;
- font-size:10px;
- margin-top:-20px;
- letter-spacing:1px;
- font-family:{font:body};
- margin-left:365px;
- }
- #answer {
- margin-top:-10px;
- }
- #content {
- position:absolute;
- height:auto;
- left:543px;
- top:80px;
- font-family:{font:body};
- margin-bottom:10px;
- }
- #post {
- width:500px;
- margin-left:10px;
- margin-right:20px;
- margin-top:25px;
- background-color:{color:post};
- background-image: url('{image:post}');
- }
- #info a {
- border:1px solid {color:border};
- padding:2px;
- background-color:{color:background};
- }
- #info {
- border-top:1px solid {color:border};
- opacity:1;
- margin-bottom:5px;
- padding:2px;
- background-color:{color:post};
- position:relative;
- width:490px;
- text-transform:uppercase;
- font-size:9px;
- text-align:center;
- letter-spacing:1px;
- font-family:inconsolata;
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .tagging {
- position:relative;
- margin-bottom:25px;
- padding:10px 5px 5px 5px;
- font-size:11px;
- opacity:.2;
- font-family:inconsolata;
- }
- .tagging a {
- position:relative;
- padding:4px 5px 4px 5px;
- height:2px;
- }
- #post:hover .tagging {
- opacity:1;
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- h1{
- font-size:15px;
- font-weight:700;
- color:{color:title};
- }
- .quote {
- font-size:13px;
- line-height:14px;
- font-family:calibri;
- padding-top:-5px;
- padding-left:25px;
- }
- #mark {
- font-size:80px;
- font-family:georgia;
- color:{color:accent};
- margin-left:5px;
- margin-top:20px;
- opacity:.3;
- position:absolute;
- }
- .quotesource {
- font-family:{font:body};
- font-size:9px;
- text-transform:uppercase;
- padding:2px;
- letter-spacing:1px;
- text-align:right;
- }
- .user_1 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_2 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_3 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_4 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_5 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_6 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_7 .label {
- color:{color:link};
- font-weight:bold
- }
- .user_8 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_9 .label {
- color:{color:link};
- font-weight:bold
- }
- .user_10 .label {
- color:{color:text};
- font-weight:bold
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- line-height:15px;
- }
- #note {
- text-align:left;
- text-transform:uppercase;
- font:14px {font:title};
- }
- #notes {
- font-weight:normal;
- }
- #notes li {
- padding-bottom:3px;
- padding-top:3px;
- border-bottom:1px dotted {color:text};
- }
- #notes li img.avatar {
- vertical-align:-4px;
- margin-right:5px;
- width:16px;
- height:16px;
- }
- blockquote {
- padding-left:3px;
- margin:0px 2px 0px 10px;
- border-left:3px solid {color:blockquote};
- }
- #audentryprob {
- display:block;
- height:auto;
- min-height:135px;
- position:relative;
- }
- .audentry {
- position:relative;
- width:490px;
- background-color:transparent;
- padding:5px;
- min-height:135px;
- {block:IndexPage}overflow:hidden;{/block:IndexPage};
- }
- .audioplayersquare {
- position:absolute;
- z-index:3;
- top:5px;
- left:5px;
- background:white;
- opacity:0.7;
- filter:alpha(opacity=70);
- }
- .audioplayer {
- width:20px;
- height:30px;
- overflow:hidden;
- margin:15px 24px 15px 16px;
- }
- .audiodata {
- text-transform:uppercase;
- height:15px;
- }
- .audiocaption {
- color:{color:link};
- }
- #credit {
- position:fixed;
- bottom:6px;
- padding:4px;
- right:2px;
- color:{color:link};
- opacity:0.4;
- font-family:open sans condensed;
- font-size:20px;
- }
- #credit:hover {
- opacity:0.8;
- color:{color:link};
- }
- iframe#tumblr_controls {
- top:2px !important;
- right:4px !important;
- position:fixed !important;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="pageturn">{block:PreviousPage}<a href="{PreviousPage}">←</a>
- {/block:PreviousPage}{CurrentPage} / {TotalPages}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>
- <div id="sidebar">
- <div id="simg">
- <img src="{image:sidebar}">
- </div> <div class="links">
- <a href="/">refresh</a>
- {block:AskEnabled}
- <a href="/ask">mailbox</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}
- <a href="/archive">history</a>
- </div>
- <div class="linkage">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- <div id="desc">{Description}
- </div>
- </div>
- </div>
- <div id="quotation">“</div>
- <div id="content">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="mark">“</div>
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="quote">{Quote}</div>
- {block:Source}<br>
- <div class="quotesource">- {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Answer}
- <div id="question">{Question}
- </div><div id="triangle">◥</div><br>
- <div id="asker">{Asker}</div><br>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Video}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audentryprob">
- <div class="audentry">
- <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
- {block:AlbumArt}
- <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
- {/block:AlbumArt}
- <div class="audioplayersquare">
- <div class="audioplayer">{AudioPlayerWhite}</div></div>
- <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
- {block:TrackName}
- <tr>
- <td class="audiodata"><b>Song: </b>{TrackName}</td>
- </tr>
- {/block:TrackName}
- {block:Artist}
- <tr>
- <td class="audiodata"><b>Artist: </b> {Artist}</td>
- </tr>
- {/block:Artist}
- {block:Album}
- <tr>
- <td class="audiodata"><b>Album: </b>{Album}</td>
- </tr>
- {/block:Album}
- <tr>
- <td class="audiodata">Played {FormattedPlayCount} times</td>
- </tr>
- {block:ExternalAudio}
- <tr>
- <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
- </tr>
- {/block:ExternalAudio}
- {block:Caption}<tr>
- <td class="audiocaption">{Caption}</td></tr>
- {/block:Caption}
- </table>
- </div>
- </div>{/block:Audio}
- <br>
- <div id="info">
- <a href="{Permalink}">{block:Date}{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a></div>
- <div class="tagging">
- {block:HasTags}tags: {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- <br>
- {/block:Posts}
- <a href="http://afterwordbyamelia.tumblr.com"><div id="credit"><b>a</b>fterword<b>b</b>y<b>a</b>melia</div></a>
- <br><br>
- {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
- <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment