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">
- <!--
- don't repost/reuse/whatever ok
- doN'T
- NO
- -->
- <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 name="color:Text" content="#a8a8a8"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="if:ShowImage" content="0" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Text" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:white};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- body {
- background: #fff;
- margin:0px;
- color:{color:text};
- font-family:arial;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-top: 0px;
- padding-left:5px;
- border-left:2px solid;
- margin-left: 0px;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- margin-top: 0px;
- font-size:20px;
- padding: 10px;
- border:1px solid #eee;
- text-transform:lowercase;
- }
- a:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:480px;
- line-height: 110%;
- margin-top:00px;
- font-size:11px;
- }
- /* --- BODY: POSTS ---*/
- #post {
- width:500px;
- border: 1px solid #eee;
- padding-top:10px;
- padding-right: 10px;
- padding-left:10px;
- padding-bottom:10px;
- margin-bottom: 50px;
- margin-top:15px;
- background-color: #fff;
- }
- /* --- TITLE --- */
- #title {
- width: 80px;
- font-weight: bold;
- font-size: 12px;
- margin-top: 5px;
- text-transform: uppercase;
- line-height:120%;
- text-align: center;
- letter-spacing: 2px;
- padding: 10px;
- border: 1px solid #eee;
- }
- #quotes {
- font-size: 11px;
- padding: 10px;
- line-height: 120%;
- font-weight: bold;
- margin-bottom: 10px;
- border: 1px solid #eee;
- }
- #source {
- padding: 10px;
- font-style: normal;
- text-align: center;
- background: #f7f7f7;
- margin-bottom: 5px;
- border: 1px solid #eee;
- }
- #sidebar {
- width:100px;
- position:fixed;
- margin-left:280px;
- margin-top:200px;
- opacity:1;
- padding: 0px;
- background-color:{color:Sidebar};
- }
- #sidebarimage {
- width 80px;
- }
- #sidebarimage img {
- width:80px;
- margin-top: 5px;
- opacity: 1;
- border: 1px solid #eee;
- padding: 10px;
- background-color:{color:Sidebar};
- opacity: 1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidebar:hover .links{
- opacity: 1;
- margin-top: 16px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #sidebar:hover #pagination{
- opacity: 1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #pagination {
- padding: 10px;
- width: 80px;
- text-align: center;
- opacity: 0;
- border: 1px solid #eee;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .links {
- width:100px;
- font-family:'arial';
- font-style:normal;
- text-align:center;
- margin-top:25px;
- margin-left:-11px;
- border-top: 1px solid #eee;
- border-left: 1px solid #eee;
- border-right: 1px solid #eee;
- text-transform:lowercase;
- position:fixed;
- opacity: 0;
- background-color: {color:background};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .links a {
- width: 100px;
- border-bottom: 1px solid #f7f7f7;
- display:inline-block;
- font-size: 9px;
- padding-bottom: 7px;
- padding-top: 7px;
- color: {color:links};
- }
- .links a:hover {
- color: #fff;
- background-color: #f7f7f7;
- }
- #description {
- position:fixed;
- font-family:'arial';
- line-height:100%;
- font-size:9px;
- width:80px;
- padding: 10px;
- margin-top: 4px;
- text-transform: lowercase;
- text-align:left;
- color:{color:text};
- border:1px solid #eee;
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- #info {
- text-align:left;
- text-transform:lowercase;
- font-size:9px;
- width: 500px;
- padding-right: 10px;
- padding-left: 10px;
- padding-top: 10px;
- margin-top: 10px;
- font-style:normal;
- padding-bottom: 0px;
- margin-left: -10px;
- border-top:1px solid #eee;
- }
- #tags {
- font-family:calibri;
- font-style: italic;
- text-transform:lowercase;
- font-size:10px;
- line-height: 90%;
- margin-top:1px;
- text-align:left;
- }
- #tags
- a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #asker {
- padding:11px;
- margin-top: 5px;
- font-family:calibri;
- letter-spacing:1px;
- text-align:left;
- font-size: 10px;
- font-style:normal;
- margin-left:0px;
- margin-bottom: 5px;
- background-color: {color:Answer};
- }
- #credit {
- position:fixed;
- bottom:5px;
- right:10px;
- font-size:8px;
- border: 3px double;
- color: #ffffff;
- font-family:arial;
- }
- #caption {
- border: 1px solid #eee;
- padding-right: 10px;
- padding-left: 10px;
- margin-top: 10px;
- background: #f7f7f7;
- font-size: 8px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">back</a></span>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="title">{Title}</div>
- {block:IfShowImage}<div id="sidebarimage"><img src="{image:sidebar}">{block:IfShowImage}
- <div id="description">{Description}
- <div class="links">
- <a href="/">index</a>
- <a href="/ask">message</a>
- <a href="{text:Link 1}">{text:Link 1 Text}</a>
- <a href="{text:Link 2}">{text:Link 2 Text}</a>
- <a href="{text:Link 3}">{text:Link 3 Text}</a>
- </div></div></div>
- </div></div></div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {block:Quote}<div id="quotes">{Quote}</div>{/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}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
- {block:Caption}<div class="caption">{Caption}</div>
- {/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:normal; text-transform:uppercase;"> <b>{Asker}:</b> </span>{Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom}+ <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}+ <a href="{SourceURL}">©</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} + <a href="{Permalink}">{NoteCountWithLabel}</a>
- <br />
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div id="credit">
- <a href="http://ponderism.tumblr.com/">amal's themes</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment