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>
- <!--
- **BEST VIEWED IN GOOGLE CHROME**
- Terms + Conditions:
- -Don't remove the credit
- -Taking inspiration is not the same as blatantly copying ideas and/or code
- -Don't use as base code
- Default Settings-->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:desc" content="#ffffff" />
- <meta name="color:desctext" content="#000000" />
- <meta name="color:content" content="#081825" />
- <meta name="color:post" content="#090a0a" />
- <meta name="color:linkage" content="#000000" />
- <meta name="color:linkage font" content="#ffffff" />
- <meta name="color:info" content="#000000" />
- <meta name="color:info text" content="#ffffff" />
- <meta name="color:accent" content="#4b4b50" />
- <meta name="color:blockquote" content="#121313" />
- <meta name="color:header" content="#d9e7f7" />
- <meta name="color:border" content="#c1c4c4" />
- <meta name="color:block border" content="#ebedf0" />
- <meta name="color:title" content="#000000" />
- <meta name="color:big" content="#eef4f8" />
- <meta name="color:title hover" content="#4f98d5" />
- <meta name="color:text" content="#000000" />
- <meta name="color:link" content="#2b5769" />
- <meta name="color:shadow one" content="##7ab1c7" />
- <meta name="color:tags shadow" content="#00F1F5" />
- <meta name="color:link hover" content="#d5dce2" />
- <meta name="color:scrollbar" content="#d9ebf8" />
- <meta name="color:question" content="#72c0ff" />
- <meta name="color:question font" content="#aaa9a9" />
- <meta name="image:sidebar" content="http://static.tumblr.com/rnyidw9/KUjmlkr2x/tumblr_mdymm8kbo41qeqvrgo1_1280_2.jpg" />
- <meta name="image:background" 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:title" content="blog title here!" />
- <meta name="text:subtitle" content="Put a quotation or information about yourself here. Make sure it's about this length so the theme looks nice." />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' 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}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <style type="text/css">
- body {
- background-color:{color:background};
- background-attachment:fixed;
- background-image:url('{image:background}');
- font-family:cambria;
- font-size:10px;
- line-height:11px;
- letter-spacing:1px;
- color:{color:text};
- text-wrap:normal
- word-wrap:break-word;
- height:100%;
- right:2px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- ::-webkit-scrollbar {
- width:10px;
- height:auto;
- background:{color:background};
- }
- ::-webkit-scrollbar-corner {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:0px;
- border-top:2px solid {color:background};
- border-bottom:2px solid {color:background};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:0px;
- border-top:2px solid {color:background};
- border-bottom:2px solid {color:background};
- }
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:12px; background-color:{color:scrollbar};}
- ::selection, ::-webkit-selection, ::-moz-selection {
- color:{color:selection};
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-shadow:1px 1px {color:link hover};
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .jump_page {
- padding: 2px 3px;
- color:{color:linkage};
- font-family:oranienbaum;
- font-size:10px;
- text-decoration:none;
- }
- .jump_page a {
- padding: 2px 3px;
- color:{color:linkage};
- font-family:oranienbaum;
- font-size:10px;
- text-decoration:none;
- }
- .current_page, .current_page a {
- padding: 2px 3px;
- color:{color:linkage};
- font-family:oranienbaum;
- font-size:10px;
- text-decoration:none;
- }
- .jump_page:hover {
- color:{color:linkage};
- font-family:oranienbaum;
- font-size:10px;
- text-decoration:none;
- font-style:italic; -webkit-transition-duration:0.75s;
- -moz-transition-duration:0.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- #main {
- background-color:transparent;
- background-attachment:fixed;
- background-image: url('{image:Background}');
- position:absolute;
- width:1250px;
- height:100%;
- }
- .sidebar {
- width:400px;
- height:100%;
- margin-top:-8px;
- margin-left:-10px;
- background-color:{color:theme border};
- position:fixed;
- background-color:transparent;
- background-attachment:fixed;
- background-image: url('{image:sidebar}');
- }
- #simg {
- margin-top:-65px;
- position:fixed;
- margin-left:-55px;
- }
- #simg img {
- padding:2px;
- background-color:{color:accent};
- border:4px solid {color:background};
- opacity:1;
- z-index:1000;
- }
- .simg {
- margin-top:-10px;
- position:fixed;
- margin-left:260px;
- z-index:999;
- }
- .simg img {
- opacity:1;
- height:668px;
- }
- .smalltitle {
- color:{color:text};
- font-size:13px;
- z-index:1000;
- position:fixed;
- margin-left:600px;
- margin-top:47px;
- font-family:oranienbaum;
- font-style:italic;
- }
- #quotemark {
- font-size:90px;
- font-family:georgia;
- color:{color:accent};
- margin-left:430px;
- margin-top:125px;
- opacity:.7;
- position:fixed;
- }
- #linkage {
- position:fixed;
- width:230px;
- margin-left:65px;
- margin-top:450px;
- height:15px;
- background-color:{color:linkage};
- opacity:1;
- padding:7px;
- padding-bottom:6px;
- padding-top:6px;
- text-align:center;
- z-index:1200;
- }
- #linkage a {
- width:auto;
- font-size:9px;
- color:{color:linkage font};
- letter-spacing:0px;
- padding:1px;
- margin-right:2px;
- height:auto;
- font-family:libre baskerville;
- font-style:italic;
- display:inline-block;
- }
- #linkage a:hover {
- text-shadow:none;
- font-style:italic;
- text-decoration:underline;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #counter {
- position:fixed;
- bottom:3px;
- left:5px;
- }
- #counter a {
- color:{color:info};
- font-family:inconsolata;
- display:inline-block;
- font-size:10px;
- }
- #counter a {
- text-shadow: 0.5px 0 .2px #FF0000, -0.5px 0 .2px #00F1F5;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #title {
- width:200px;
- z-index:1300;
- text-align:left;
- color:{color:title};
- font-family:'libre baskerville';
- font-size:16px;
- font-style:italic;
- position:fixed;
- letter-spacing:1px;
- margin-top:390px;
- margin-left:90px;
- text-shadow:1px 1px {color:shadow one};
- }
- #title a {
- color:{color:title};
- text-shadow: 2.4px 0 -1px {color:shadow one};
- }
- #title a:hover {
- -webkit-transition-duration:0.75s;
- -moz-transition-duration:0.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- #subtitle {
- font-family:cambria;
- font-size:8px;
- text-align:justify;
- position:fixed;
- color:{color:title};
- text-shadow:1px 1px {color:shadow one};
- margin-top:405px;
- margin-left:95px;
- width:185px;
- z-index:1300;
- }
- #desc {
- width:175px;
- margin-left:80px;
- margin-top:375px;
- padding:20px;
- padding-top:10px;
- padding-bottom:10px;
- height:170px;
- z-index:1000;
- background-color:{color:desc};
- opacity:1;
- position:fixed;
- }
- #desc:hover {
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .desctext {
- width:175px;
- margin-top:105px;
- color:{color:desctext};
- text-align:justify;
- font-size:9px;
- line-height:12px;
- letter-spacing:2px;
- }
- .pagelink {
- position:fixed;
- text-align:center;
- margin-top:510px;
- margin-left:330px;
- z-index:1000;
- padding:4px;
- font-family:oranienbaum;
- background-color:{color:background};
- }
- #question {
- font-size:13px;
- line-height:13px;
- padding-bottom:-4px;
- font-family:cambria;
- text-align:left;
- background-color:black;
- padding:15px;
- padding-bottom:20px;
- color:{color:background};
- }
- #asker {
- font-size:9px;
- margin-top:-20px;
- font-family:Oranienbaum;
- margin-left:30px;
- color:{color:background};
- }
- #asker a {
- color:{color:background};
- }
- #answer {
- margin-top:5px;
- }
- #content {
- position:absolute;
- height:auto;
- left:490px;
- width:550px;
- background-color:{color:background};
- margin-left:-8px;
- font-family:{font:body};
- margin-bottom:10px;
- padding-left:15px;
- margin-top:-10px;
- padding-top:60px;
- }
- #post {
- width:500px;
- margin-left:0px;
- margin-right:0px;
- margin-top:-15px;
- margin-bottom:0px;
- padding:15px 15px 10px 15px;
- }
- #info {
- position:relative;
- margin-top:-25px;
- margin-left:0px;
- width:100px;
- height:5px;
- opacity:1;
- font-family:oranienbaum;
- font-size:9px;
- letter-spacing:1px;
- color:{color:linkage font};
- text-align:left;
- }
- #info a {
- width:35px;
- color:{color:linkage font};
- padding-bottom:1px;
- }
- #info a:hover {
- color:{color:link};
- text-shadow:none;
- -webkit-transition-duration:0.75s;
- -moz-transition-duration:0.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- .information {
- font-size:9px;
- font-family:Libre Baskerville;
- font-style:italic;
- margin-top:10px;
- padding:10px;
- background-color:{color:linkage};
- margin-left:15px;
- width:480px;
- }
- .tagging {
- position:relative;
- padding:4px 25px 4px 15px;
- margin-left:5px;
- width:510px;
- margin-top:35px;
- margin-bottom:75px;
- font-size:8px;
- font-style:italic;
- font-family:Libre Baskerville;
- }
- .tagging a {
- position:relative;
- margin-right:7px;
- color:{color:text};
- height:0px;
- margin-left:2px;
- }
- .tagging a:hover {
- color:{color:text};
- text-shadow: 0.5px 0 .2px #FF0000, -0.5px 0 .2px #00F1F5;
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- big {
- font-size:13px;
- line-height:14px;
- color:{color:big};
- }
- h1{
- font-size:16px;
- line-height:18px;
- text-transform:uppercase; font-family:oranienbaum;
- color:{color:title};
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- h2{
- font-size:11px;
- line-height:12px;
- padding:6px;
- color:{color:background};
- }
- h3{
- font-size:12px;
- line-height:10px;
- position:justify;
- padding-left:12px;
- font-family:cambria;
- }
- h4{
- font-size:15px;
- line-height:15px;
- font-weight:700;
- font-family:cambria;
- color:{color:background};
- }
- h5{
- font-size:20px;
- line-height:21px;
- color:{color:text};
- }
- blockquote {
- margin-left:8px;
- padding:5px;
- border:1px solid {color:block border};
- background-color:{color:background};
- }
- .quote {
- font-size:15px;
- line-height:16px;
- font-family:Libre Baskerville;
- font-style:italic;
- padding-top:-5px;
- padding-left:25px;
- }
- #mark {
- font-size:80px;
- font-family:cambria;
- color:{color:accent};
- margin-left:5px;
- margin-top:20px;
- opacity:.3;
- position:absolute;
- }
- .quotesource {
- width:500px;
- font-size:10px;
- font-family:cambria;
- font-style:italic;
- padding:2px;
- text-align:right;
- letter-spacing:1px;
- }
- .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;
- }
- .notes img {width:10px; position:relative; top:1px;}
- .notes {margin-left:100px;width:510px; text-transform:none;
- padding:5px; }
- .notes a {background-color:{color:background};
- color:{color:text};
- font-family:Port Lligat Slab;
- }
- ol.notes, .notes li {background-color:transparent;
- color:{color:text};
- list-style:none; margin-top:5px; }
- #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:10px;
- margin-left:10px;
- margin-bottom:5px;
- padding: 5px;
- border-left:20px solid {color:border};
- }
- .audiodata:hover {
- border-left:40px solid {color:border};
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- .audiocaption {
- color:{color:link};
- }
- iframe#tumblr_controls {
- top:2px !important;
- right:4px !important;
- position:fixed !important;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div class="sidebar"></div>
- <div id="title">{text:title}</div><div id="subtitle">{text:subtitle}</div>
- <div id="desc">
- <div class="desctext">{Description}</div></div>
- <div id="linkage">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">history</a>
- {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}
- <a href="http://forgetfuldonna.tumblr.com">theme</a>
- </div>
- <div class="pagelink">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}</div>
- </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="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="90" height="90" style="position:absolute; vertical-align:middle; margin-left:25px;" />
- {block:AlbumArt}
- <img width="90" height="90" src="{AlbumArtURL}" style="position:absolute; " />
- {/block:AlbumArt}
- <div class="audioplayersquare">
- <div class="audioplayer">{AudioPlayerWhite}</div></div>
- <table style="float:right;" width="360px" cellspacing="4px" cellpadding="5">
- {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>
- <div id="info"><div class="information"> {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}
- {block:NoteCount} · <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}and <a href="{SourceURL}">orig</a>{/block:ContentSource} · <a href="{ReblogURL}"target="_blank">reblog this post</a>
- <br>
- </div></div>
- <div class="tagging">
- {block:HasTags} · {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
- <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment