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}
- <!---- theme by zara @ foxfaced.tumblr.com please do not remove credit --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#787A7A"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Sidebar Text" content="#D9DEDD"/>
- <meta name="color:Sidebar Links" content="#ffffff"/>
- <meta name="color:Sidebar Background" content="#a3aaa9"/>
- <meta name="color:Sidebar Background 2" content="#e9f0f0"/>
- <meta name="color:Accent" content="#DEC823"/>
- <meta name="color:Long Border" content="#DEC823"/>
- <meta name="color:Border" content="#d9d9d9"/>
- <meta name="image:sidebar" content="/"/>
- <meta name="text:link 1" content="link 1"/>
- <meta name="text:link 1 URL" content="/"/>
- <meta name="text:link 2" content="link 2"/>
- <meta name="text:link 2 URL" content="/"/>
- <meta name="text:link 3" content="link 3"/>
- <meta name="text:link 3 URL" content="/"/>
- <meta name="text:link 4" content="link 4"/>
- <meta name="text:link 4 URL" content="/"/>
- <style type="text/css">
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- padding-left:2px;
- padding-right:2px;
- }
- a:hover {
- color:{color:background};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- background-color: {color:accent};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- ::selection {
- background: {color:accent};
- color: {color:background};
- }
- ::-moz-selection {
- background: {color:accent};
- color: {color:background};
- }
- ::-webkit-selection {
- background: {color:accent};
- color: {color:background};
- }
- ::-webkit-scrollbar {
- height: 3px;
- width: 4px;
- background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:accent};
- border:1px solid #EEE0E5;
- -webkit-border-radius: 5ex;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
- }
- ::-webkit-scrollbar-corner {
- background: #transparent;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #post {
- width:500px;
- padding-bottom:40px;
- }
- #sb{
- width:400px;
- position:fixed;
- margin-top: 40px;
- margin-left:40px;
- }
- .box1 {
- position:fixed;
- margin-top: 50px;
- margin-left:350px;
- height: 40px;
- width: 70px;
- border-left: 1px solid {color:long border};
- border-bottom: 1px solid #d9d9d9;
- }
- .box2 {
- position:fixed;
- margin-top: 50px;
- margin-left:350px;
- height: 200%;
- width: 70px;
- border-left: 1px solid {color:long border};
- border-bottom: 1px solid {color:border};
- }
- .sblinks {
- font-family: calibri;
- text-transform: uppercase;
- font-weight:50;
- font-size: 8px;
- color: {color:sidebar links};
- position:fixed;
- margin-top: 97px;
- margin-left:350px;
- line-height: 100%;
- padding-left: 10px;
- width: 57px;
- opacity: 0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- text-decoration: underline;
- letter-spacing:1px;
- }
- .sblinks a{
- color: {color:sidebar links};
- text-transform: uppercase;
- padding-bottom: 2px;
- }
- .sblinks a:hover{
- color:{color:background};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .description {
- text-align: justify;
- position:fixed;
- font-size:11px;
- margin-top: 90px;
- margin-left:240px;
- padding-right:10px;
- padding-top:15px;
- width: 100px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- border-top: 1px solid {color:border};
- border-right: 1px solid {color:long border};
- height: 205px;
- overflow: scroll;
- }
- .descriptionpad {
- margin-top: 315px;
- margin-left:240px;
- padding-right: 15px;
- padding-left: 15px;
- width:80px;
- height:11px;
- border-bottom: 1px solid {color:border};
- }
- .sidebar {
- color: {color:sidebar text};
- width:200px;
- position:fixed;
- margin-top: -237px;
- margin-left:40px;
- padding-top: 15px;
- text-align:center;
- border-top: 1px solid {color:border};
- border-left: 1px solid {color:border};
- border-bottom: 1px solid {color:border};
- height: 220px;
- }
- .sidebarimage {
- width: 170px;
- margin-left: auto;
- margin-left: 20px;
- }
- .sidebarimage img {
- width:170px;
- height: 205px;
- }
- .pagination {
- font-size:12px;
- text-align:center;
- }
- .pagination a{
- color:{color:accent};
- }
- .pagination a:hover {
- color:{color:link};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- background-color:transparent;
- padding: -2px;
- -webkit-filter:blur(1px);
- }
- #sb:hover .sblinks {
- opacity:1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #info {
- font-family:calibri;
- text-align:justify;
- margin-top:10px;
- text-transform: uppercase;
- }
- .tags {
- margin-top: 3px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #theme {
- position:fixed;
- width:100px;
- font-family:calibri;
- font-size:13px;
- right:5px;
- bottom:5px;
- text-align: right;
- text-transform: uppercase;
- }
- #photo {
- -webkit-filter: grayscale(.5) ;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #photo:hover {
- -webkit-filter: grayscale(0) ;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- {CustomCSS}</style></head><body>
- <div id="sb">
- <div class="box1"></div>
- <div class="box2"></div>
- <div class="sblinks">
- <br>
- <a href="/"> home </a> <br><br>
- <a href="/ask"> message </a> <br><br>
- <a href="{text:link 1 URL}"> {text:link 1} </a> <br><br>
- <a href="{text:link 2 URL}"> {text:link 2} </a> <br><br>
- <a href="{text:link 3 URL}"> {text:link 3} </a> <br><br>
- <a href="{text:link 4 URL}"> {text:link 4} </a> <br><br>
- </div>
- <div class="description">{Description}</div>
- <div class="descriptionpad"></div>
- <div class="sidebar">
- <div class="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- <div id="photo">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</div>
- <div id="photo">{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<b>{block:TrackName}
- {TrackName}
- {/block:TrackName} </b> <br>
- {block:Artist}
- {Artist}
- {/block:Artist} <br>
- {block:Album}
- {Album}
- {/block:Album}
- <br>
- {AudioPlayerWhite}<br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date} {TimeAgo}{/block:Date} {block:NoteCount}<a href="{permalink}">{NoteCount}</a> {/block:NoteCount}
- {block:RebloggedFrom} <a href="{ReblogParentURL}"> via {/block:RebloggedFrom}</a>
- {block:ContentSource}| <a href="{SourceURL}">© source {/block:ContentSource}</a> <br>
- <div class="tags">
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div> </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="theme">
- ©<a href="http://foxfaced.tumblr.com/">foxfaced</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment