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>
- <!-- theme 08 by T E A R O F T H E M O O N .tumblr.com -->
- <head>
- <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 ="#f7f7f7"/>
- <meta name="color:Posts" content ="#ffffff"/>
- <meta name="color:Date and notes" content ="#bfdcfd"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_m7uiyyx8Pg1qdjnhdo1_100.png"/>
- <meta name="image:Top bar" content="http://24.media.tumblr.com/tumblr_m7uiw2CyHg1qdjnhdo1_400.jpg"/>
- <meta name="font:Text" content="Helvetica"/>
- <meta name="color:Text" content="#4e4e4e"/>
- <meta name="color:Link" content="#f7b383"/>
- <meta name="color:Link Hover" content="#bfdcfd"/>
- <meta name="font:Title" content="Georgia"/>
- <meta name="color:Navigation" content="#f7b383"/>
- <meta name="color:Navigation Hover" content="#bfdcfd"/>
- <meta name="color:Navigation Text" content="#f7b383"/>
- <meta name="color:Navigation Text Hover" content="#bfdcfd"/>
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <meta name="text:Custom Link Four" content="" />
- <meta name="text:Custom Link Four Title" content="" />
- <meta name="text:Custom Link Five" content="" />
- <meta name="text:Custom Link Five Title" content="" />
- <meta name="text:Custom Link Six" content="" />
- <meta name="text:Custom Link Six Title" content="" />
- <style type="text/css">
- iframe#tumblr_controls{ top: 43px !important; right: 3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- background-position:left;
- background-repeat:repeat;
- font-family: {font:Text};
- font-size: 10px;
- color: {color:Text};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:hover {
- color: {color:Link Hover};
- }
- a img {
- border: 0px;
- }
- #content {
- position: absolute;
- top: 80px;
- left: 450px;
- width: 510px;
- padding: 5px;
- }
- #post {
- padding: 5px;
- margin-bottom: 20px;
- background-color: {color:Posts};
- }
- .sidebar {
- position: fixed;
- top: 100px;
- left: 80px;
- width: 330px;
- padding: 5px;
- background-color: {color:Posts};
- }
- .sidebarimage img {
- max-width: 330px;
- height: auto;
- text-align: center;
- }
- .naviposition {
- position: fixed;
- top: 100px;
- left: 1000px;
- width: 128px;
- padding: 5px;
- background-color: {color:Posts};
- letter-spacing: 1px;
- text-align: center;
- }
- .ask {
- padding: 1px;
- background-color: {color:Background};
- }
- .post img {
- display: block;
- margin: 0 auto;
- }
- .notesandtags {
- padding: 1px;
- margin-top: 12px;
- border-top: 1px dashed {color:Date and notes};
- border-bottom: 1px dashed {color:Date and notes};
- }
- .tags {
- font-size: 11px;
- display: inline
- text-transform: lowercase;
- font-family: Calibri;
- letter-spacing: 1px;
- color: {color:Text};
- }
- .notes {
- float: right;
- }
- .time {
- font-family: calibri;
- font-size: 11px;
- color: {color:Text};
- text-transform: lowercase;
- letter-spacing: 1px;
- }
- h3 {
- font-size: 20px;
- }
- blockquote {
- padding-left: 5px;
- border-left: 1px dashed {color:Date and notes};
- margin-left: 15px;
- }
- .quote {
- font-family: Georgia;
- font-size: 18px;
- font-style: italic;
- color: {color:Link};
- }
- .source {
- margin-left: 25px;
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- padding: 0px;
- }
- .chat li.odd {
- margin-bottom: 1px;
- color: {color:Text};
- }
- .chat li.even {
- margin-bottom: 1px;
- color: {color:Text};
- }
- .label {
- font-weight: bold;
- }
- .title {
- font-size: 18px;
- font-family: {font:Title};
- letter-spacing: -1px;
- line-height: 25px;
- font-style: italic;
- }
- div.button a{
- text-align: center;
- padding:1px 0px;
- border-bottom: 1px dashed {color:Navigation};
- color: {color:Navigation Text};
- margin-top:1px;
- position:relative;
- width: 128px;
- display: inline-block;
- }
- div.button a:hover{
- padding:1px 0;
- color:{color:Navigation Text Hover};
- border-bottom: 1px dashed {color:Navigation Hover};
- }
- #credits {
- position: fixed;
- bottom: 5px;
- right: 5px;
- text-transform: uppercase;
- font: 10px calibri;
- background-color: {color:Posts};
- padding: 1px;
- }
- ol.notes {
- padding: 0px;
- margin 0px 0px;
- list-style-type: decimal;
- float: left;
- margin-left: 15px;
- margin-top: 25px;
- }
- ol.notes li.note {
- padding: 0px;
- }
- ol.notes li.note img {
- padding: 0 px !important;
- }
- ol.notes li.note img.avatar {
- }
- ol.notes li.note a img.avatar {
- padding: 0px;
- border-width: 0 px;
- border: none;
- }
- ol.notes li.note img {
- padding: 0 px;
- border-width: 0 px;
- border: none;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note.answer_content {
- font-weight: normal;
- }
- ol.notes li.note.blockquote {
- padding:1 px 1 px;
- margin: 1px 0px 0px 1px;
- }
- ol.notes li.note.blockquote a {
- text-decoration: none;
- }
- {CustomCSS}
- </style>
- <title>{Title}</title>
- </head>
- <body>
- <div id="credits"><a href="http://tearofthemoon.tumblr.com/" title="Theme by © tearofthemoon - Powered by © tumblr">© tearofthemoon</a></div>
- <span style="background-image: url('{image:Top bar}'); top: 0px; left: 0px; height:40px; width: 100%; z-index:100; position: fixed;"></span>
- <div id="content">
- {block:Posts}
- <div id="post">
- {block:Answer}
- </a><div class="ask"> {Asker} said: <i>{Question}</i></div>
- <center>{Answer}</center>
- {/block:answer}
- {block:Text}
- <div class="post">
- {block:Title}
- <div class="title"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <span class="quote">{Quote}</span>
- {block:Source}
- <div class="source"><font color="{color:Date and notes}">-</font> {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <a href="{URL}" class="title" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:Title}
- <div class="title"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- {AudioPlayerGrey}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:IndexPage}<div class="notesandtags">
- <div class="time">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}
- <div class="notes"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- </div>{/block:IndexPage}
- {block:PermalinkPage}<div class="notesandtags">
- <div class="time">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}
- <div class="notes"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- </div><div class="tags">{block:Tags}<a href="{TagURL}" class="tag"><font color="{color:Link}">#</font>{Tag} </a>{/block:Tags}{/block:PermalinkPage}
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- </a>
- {/block:Posts}
- </div>
- <div class="sidebar">
- <div class="sidebarimage"><a href="/"><img
- src="{image:sidebar}"/></a></div>
- <center><div class="title"><a href="/">{Title}</a></div></center>
- {block:Description}<p>{Description}{/block:Description}
- {block:Pagination}
- <div class="notesandtags"><center>
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {CurrentPage}/{TotalPages}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}</center>
- </div>
- </div>
- <div class="naviposition">
- <div class="title"><i>navigate</i></div>
- <div class="button">
- <a href="/">home</a><a href="/ask">message</a><a href="/archive">archive</a>{block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
- {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
- {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle}
- {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a>{/block:ifCustomLinkSixTitle}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment