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">
- <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}
- <!--META NAMES-->
- <meta name="color:Text" content="#a7a7a7"/>
- <meta name="color:Links" content="#656363"/>
- <meta name="color:Hover" content="#d6d2d2"/>
- <meta name="color:Post info" content="#b5b4b4">
- <meta name="color:Sidebar links" content="#d37272">
- <meta name="color:Description" content="#999696">
- <meta name="color:Background" content="#ffffff">
- <meta name="color:Scrollbar" content="#717070">
- <meta name="color:Scrollbar Background" content="#ffffff">
- <meta name="image:Sidebar" content=""/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color:{color:Scrollbar Background};
- }
- body {
- background-color:{color:Background};
- font-family:times;
- font-size:10px;
- text-align:justify;
- color:{color:Text};
- margin:0;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -moz-outline-style:none;
- }
- a:hover{
- color:{color:Hover};
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- /*SIDEBAR*/
- #sidebar{
- position:fixed;
- margin-top:150px;
- margin-left:200px;
- width:150px;
- }
- #sidebarimg img{
- width:120px;
- }
- #links{
- letter-spacing:1px;
- font-family:times;
- width:120px;
- margin-top:5px;
- margin-left:0px;
- padding:2px;
- font-size:11px;
- text-transform:uppercase;
- text-align:center;
- line-height:170%;
- }
- #links a{
- color:{color:Sidebar links};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #links a:hover{
- color:{color:Hover};
- text-transform:lowercase;
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- #desc{
- width:120px;
- margin-top:5px;
- font-size:9px;
- color:{color:Description};
- }
- .pagi {
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:3px;
- font-style:normal;
- text-align:center;
- margin-left:-25px;
- }
- .pagi a {
- color:{color:Sidebar links};
- }
- /*ENTRIES*/
- #container {
- width:400px;
- padding:10px;
- margin-left:450px;
- margin-top:55px;
- }
- #posts{
- width:400px;
- padding:25px;
- margin-top:30px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- /*POST INFO*/
- #info {
- width:400px;
- text-align:center;
- font-family:times;
- font-size:8px;
- text-transform:uppercase;
- padding:1px;
- color:{color:Post info};
- line-height:10px;
- border-top:1px solid {color:Post info};
- margin-top:5px;
- margin-bottom:55px;
- }
- #info a{
- color:{color:Post info};
- }
- #info a:hover{
- color:{color:Hover};
- }
- #tags{
- width:400px;
- padding:5px;
- margin-top:-3px;
- margin-left:-5px;
- float:left;
- text-align:center;
- font-size:8px;
- opacity:1;
- color:{color:Links};
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s
- }
- #tags a {
- display:inline-block;
- color:{color:Post info};
- font-size:8px;
- text-align:center;
- text-decoration:none;
- }
- #notes{
- font-size:7px;
- text-transform:uppercase;
- }
- /*CREDIT*/
- #maker{
- float:right;
- position:fixed;
- bottom:5px;
- right:5px;
- padding:4px;
- border-style:solid;
- font-size:8px;
- text-transform:uppercase;
- }
- #maker a{
- color:{color:Links};
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="sidebar">
- <div id="sidebarimg">
- <img src="{image:Sidebar}"></div>
- <div id="links">
- <a href="{text:link 1 url}" title="{text:link 1}">I.</a>
- <a href="{text:link 2 url}" title="{text:link 2}">II.</a>
- <a href="{text:link 3 url}" title="{text:link 3}">III.</a>
- <a href="{text:link 4 url}" title="{text:link 4}">IV.</a>
- <a href="{text:link 5 url}" title="{text:link 5}">V.</a>
- </div>
- <div id="desc">{description}</div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="container">
- {block:Posts}
- <div id="post">
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- <!--ASKS-->
- {block:Answer}
- <div class="question">
- <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
- </div>
- {Answer}
- {/block:Answer}
- <!--QUOTE POSTS-->
- {block:Quote}
- <div class="quote">
- <div class="quotetext_{Length}">"{Quote}"</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- <!--LINK POSTS-->
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--CHAT POSTS-->
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!--PHOTO POSTS-->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!--PHOTOSET POSTS-->
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!--VIDEO POSTS-->
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!--AUDIO-->
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}
- <!--POST INFO-->
- <div id="info">
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
- <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">♥</a></a> <a href=”{ReblogURL}” target=”_blank” class=”details”>Reblog</a>
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="/tagged/{Tag}"># {Tag}</a> {/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}
- <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <br><br><br><br>
- </div></div>
- {/block:Posts}
- <!--THEME MAKER'S CREDIT-->
- <div id="maker">
- <a href="http://goldensnitching.tumblr.com">FZ</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment