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 2 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 ="#1a9696"/>
- <meta name="color:Posts" content ="#ffffff"/>
- <meta name="image:Right sidebar" content="http://25.media.tumblr.com/tumblr_m81qylCeRo1qdjnhdo1_400.png"/>
- <meta name="image:Left sidebar" content=""/>
- <meta name="image:background" content="http://24.media.tumblr.com/tumblr_m6k0lvY71n1qdjnhdo1_250.png"/>
- <meta name="font:Text" content="Verdana"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#1a9696"/>
- <meta name="color:Link Hover" content="#8bc9b8"/>
- <meta name="color:Navigation" content="#1a9696"/>
- <meta name="color:Navigation Hover" content="#8bc9b8"/>
- <meta name="color:Navigation Text" content="#ffffff"/>
- <meta name="color:Navigation Text Hover" content="#ffffff"/>
- <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="" />
- <style type="text/css">
- 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};
- font-weight: none;
- text-decoration: none;
- }
- a:hover {
- color: {color:Link Hover};
- -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 img {
- border: 0px;
- }
- .content {
- position: absolute;
- top: 40px;
- left: 320px;
- width: 500px;
- padding: 10px;
- background-color: {color:Posts};
- }
- .sidebar {
- position: fixed;
- bottom: 40px;
- left: 870px;
- width: 280px;
- padding: 10px;
- background-color: {color:Posts};
- -moz-border-radius-topleft: 150px;
- -webkit-border-top-left-radius: 150px;
- -moz-border-radius-topright: 150px;
- -webkit-border-top-right-radius: 150px;
- }
- .sidebar2 {
- position: fixed;
- top: 40px;
- left: 50px;
- width: 220px;
- padding: 10px;
- background-color: {color:Posts};
- }
- .sidebarimage img {
- max-width: 280px;
- min-width: 280px;
- height: auto;
- text-align: center;
- -moz-border-radius-topleft: 150px;
- -webkit-border-top-left-radius: 150px;
- -moz-border-radius-topright: 150px;
- -webkit-border-top-right-radius: 150px;
- }
- .sidebar2image img {
- max-width: 220px;
- height: auto;
- text-align: center;
- }
- .post img {
- display: block;
- margin: 0 auto;
- }
- .notesandtags {
- padding: 5px;
- border-bottom: 1px dashed {color:Link};
- margin-bottom: 15px;
- margin-top: 5px;
- }
- .tags {
- font-size: 10px;
- display: inline
- float: right;
- text-transform: lowercase;
- }
- .notes {
- float: right;
- }
- .center {
- text-align: center;
- }
- .time {
- font-family: Helvetica;
- font-size: 10px;
- color: {color:Text};
- text-transform: lowercase;
- }
- .date {
- font-family: Helvetica;
- font-size: 10px;
- color: {color:Text};
- text-transform: uppercase;
- text-align: right;
- font-weight: bold;
- }
- .datelink a{
- color: {color:Text};
- }
- h3 {
- font-size: 20px;
- margin: 0px;
- }
- blockquote {
- border-left: 1px dashed {color:Link};
- padding-left: 5px;
- }
- .quote {
- font-family: Georgia;
- font-size: 17px;
- font-style: italic;
- color: {color:Link};
- }
- .source {
- margin-left: 25px;
- }
- .link {
- font-size: 15px;
- font-weight: normal;
- font-style: italic;
- }
- .link:hover {
- padding: 3px;
- color: {color:Link Hover};
- -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;}
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- padding: 3px;
- }
- .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: 27px;
- font-family: Georgia;
- letter-spacing: -2px;
- text-align: center;
- color: {color:Link};
- }
- div.button a{
- text-align: center;
- margin:-1px;
- padding:3px 0px;
- color: {color:Navigation Text};
- background-color:{color:Navigation};
- margin-top:2px;
- position:relative;
- width: 282px;
- display: inline-block;
- }
- div.button a:hover{
- padding:3px 0;
- border-bottom: 1px dashed {color:Navigation};
- color:{color:Navigation Text Hover} ;
- background-color: {color:Navigation Hover};
- -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;}
- .nav a{
- text-align: center;
- color: {color:Link Hover};
- font-style: italic;
- border-bottom: 1px dashed {color:Link};
- position:relative;
- }
- .nav a:hover{
- color:{color:Link} ;
- border-bottom: 1px dashed {color: Link Hover};
- }
- {CustomCSS}
- </style>
- <title>{Title}</title>
- </head>
- <body>
- <div class="content">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="time">
- <div class="date"><div class="datelink"><a href="{Permalink}">{block:Date}{DayOfMonth} {Month} {Year} - {12Hour}:{Minutes} {CapitalAmPm}{/block:Date}</a></div></div></div><br>
- {block:Text}
- <div class="post">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/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:Link}">·</font> {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/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">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:IndexPage}<div class="notesandtags">
- <div class="time">{block:Date}Posted <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}{NoteCount} notes</a>{/block:NoteCount}</div>
- </div>
- </div>{/block:IndexPage}
- {block:PermalinkPage}<div class="notesandtags">
- <div class="time">{block:Date}Posted <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}{NoteCount} notes</a>{/block:NoteCount}</div>
- <div class="tags"><div style="text-align: right;">{block:Tags}<a href="{TagURL}"><font color="{color:Link}">#</font>{Tag} </a>{/block:Tags}</div></div>
- </div>
- </div>{/block:PermalinkPage}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div class="sidebar">
- <div class="sidebarimage"><a href="/"><img
- src="{image:Right sidebar}"/></a></div>
- <div class="button">
- <a href="/">home</a><a href="/archive">archive</a><a href="/ask">ask</a><a href="http://tearofthemoon.tumblr.com/">theme</a>
- </div>
- <p align="center">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {CurrentPage}/{TotalPages}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div class="sidebar2">
- <div class="sidebar2image"><img
- src="{image:Left sidebar}"/></div>
- {block:Description}{Description}{/block:Description}
- <br><p>
- <div id="navigation2"><div class="center"><div class="nav">
- {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}
- </div></div></div><p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment