Advertisement
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--FADED BY HEARTGRENADE.TUMBLR.COM-->
- <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}
- <!-- DEFAULT VARIABLES (CAN BE EDITED IN THE 'APPEARANCE' TAB) -->
- <meta name="color:Background" content="#F8F8F8"/>
- <meta name="color:Title" content="#B3B1B1"/>
- <meta name="color:Name" content="#000000"/>
- <meta name="color:Text" content="#949191"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Link" content="#CACACA"/>
- <meta name="color:Link Hover" content="#ADADAD"/>
- <meta name="if:Enable Image Opacity" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Background Image Position" content="none"/>
- <meta name="if:Background Image Not Repeat" content="0"/>
- <meta name="if:Background Image Fixed" content="1"/>
- <style type="text/css">
- body {
- background-color:{color:Background};
- background-image:url({image:Background});
- background-position:{text:Background Image Position};
- {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
- {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
- color:{color:Text};
- font-size: 7pt;
- font-family: trebuchet ms;
- letter-spacing: 1px;
- }
- a, a:visited, a:active {
- color:{color:Link};
- text-decoration: none;
- -webkit-transition-duration: 0.4s;
- }
- a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- p {
- margin: 8px 5px 5px 5px;
- line-height:10px;
- padding: 0;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: dotted 1px {color:text};
- }
- ol.notes li.note {
- border-top: dotted 1px {color:text};
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 20px;
- height: 20px;
- }
- blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
- blockquote img{display:block;}
- blockquote p{padding:0px; margin:0px;}
- blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
- a img{border:none;}
- #content{
- position:absolute;
- top:5px;
- width:508px;
- left:350px;
- padding:10px;
- margin:auto;
- }
- #post{
- padding:4px;
- margin-bottom:5px;
- background-color:{Color:Posts};
- }
- #top{
- background-color:#000000;
- border:none;
- height:15px;
- margin-bottom:6px;
- margin-top:3px
- padding-left:3px;
- padding-top:3px;
- }
- h1 {
- font-size:24px;
- font-weight:normal;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:20px;
- letter-spacing:-2px;
- }
- .h2 {
- font-size:11px;
- font:{font:text};
- color:{color:text};
- background-color: transparent;
- text-align: right;
- padding:1px;
- }
- h3 {
- margin-top:2px;
- margin-bottom:10px;
- font-size:32px;
- font-weight:normal;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:25px;
- letter-spacing:-2px;
- font-style:italic;
- }
- h4 {
- font-size:30px;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:20px;
- letter-spacing:-2px;
- font-weight:normal;
- }
- .name {
- font-size:50px;
- font-family:courier new;
- text-transform:lowercase;
- line-height:28px;
- letter-spacing:-2px;
- font-weight:normal;
- color:{color:Name};
- text-align:right;
- overflow:hidden;
- padding-right:2px;
- }
- #permalink {
- font-size:15px;
- position:absolute;
- left:50%;
- margin-left:260px;
- }
- #credit{
- padding-top:5px;
- text-align:center;
- width:500px;
- }
- img {
- {block:IfEnableImageOpacity}
- opacity: 0.8; filter:alpha(opacity=85);
- {/block:IfEnableImageOpacity}
- -webkit-transition-duration: 0.8s;
- }
- img:hover {
- {block:IfEnableImageOpacity}
- opacity:1; filter:alpha(opacity=99);
- {/block:IfEnableImageOpacity}
- }
- img, a img {
- max-width:500px !important;
- border: 0px !important;
- }
- a.nav:link, a.nav:active, a.nav:visited {
- background-color: transparent;
- font-size: 7pt;
- font-weight: bold;
- font-family: trebuchet ms;
- letter-spacing: 1px;
- background-color: transparent;
- text-transform: uppercase;
- color: {color:Link};
- margin-left:3px;
- }
- a.nav:hover {
- color: {color:Link Hover};
- background-color: transparent;
- font-size: 7pt;
- font-weight: bold;
- font-family: trebuchet ms;
- letter-spacing: 1px;
- background-color: transparent;
- text-transform: uppercase;
- margin-left:3px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="content">
- <div class="name">
- <br>{Title}
- </div>
- <div id="top">
- <a href="/" class="nav">HOME</a>
- <a href="/archive" class="nav">ARCHIVE</a>
- <a href="/ask" class="nav">MESSAGE</a>
- </div>
- {block:Posts}
- <div id="post">
- <div id="permalink">
- <a href="{Permalink}">+</a>
- </div>
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- </a>
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h3>"{Quote}"</h3>
- {block:Source}
- -{Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <center>{Video-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Audio}<br/>
- {AudioPlayerWhite}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {PlayCountWithLabel}<br><br>
- {/block:Audio}<br>
- {block:Answer}
- <b>{Asker} said:
- {Question}</b><br><br>
- {answer}
- {/block:answer}
- {block:PermalinkPage}<br>
- <center>{Block:NoteCount}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} {CapitalAmPm}{/Block:NoteCount}
- <br>
- {block:HasTags} Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
- </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <div id="post">
- <div id="credit">
- <font size="5">
- <center>{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- {PageNumber}
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}</center>
- </font><br>
- theme by <a href="http://www.heartgrenade.tumblr.com">heartgrenade</a> | powered by <a href="tumblr.com">tumblr</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement