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}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Post Title" content="#c7c7c7"/>
- <meta name="color:Post Title Underline" content="#000000"/>
- <meta name="color:Menu Background" content="#c7c7c7"/>
- <meta name="color:Menu Background Hover" content="#b8b8b8"/>
- <meta name="image:Background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:Show Tags" content="0"/>
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="if:Show Captions" content="0">
- <meta name="color:scrollbar" content="#9e9e9e" />
- <meta name="text:Custom Link 1" content="" />
- <meta name="text:Custom Link 1 Title" content="" />
- <meta name="text:Custom Link 2" content="" />
- <meta name="text:Custom Link 2 Title" content="" />
- <meta name="text:Custom Link 3" content="" />
- <meta name="text:Custom Link 3 Title" content="" />
- <meta name="text:Custom Link 4" content="" />
- <meta name="text:Custom Link 4 Title" content="" />
- <meta name="text:Custom Link 5" content="" />
- <meta name="text:Custom Link 5 Title" content="" />
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar { width: 4px; height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
- ::-webkit-scrollbar-track-piece { background-color: white; }
- ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
- /* MAIN */
- body {background:{color:background};
- background-image: url({image:Background}) ;
- background-attachment:fixed;
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:11px;
- line-height:100%;}
- a {text-decoration:none;
- color:{color:link};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- img {border:none;
- opacity: ;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- img:hover
- {opacity:.8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- /* POSTS */
- #entries {
- padding:10px;
- width:500px;
- margin-left:400px;
- margin-top:40px;
- }
- #post {width:500px;
- padding-top:5px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:10px;
- margin-bottom:35px;
- background-color:{color:post background};}
- .info{height:15px;
- padding-top:4px;
- margin-bottom:-25px;
- opacity:0.8;
- text-align:center;
- padding-right:3px;
- font-size:9px;
- font-family:arial;
- letter-spacing:1px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;}
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;}
- h1 {color: {color:post title};
- font-size:12px;
- letter-spacing:1px;
- border-bottom:1px dotted {color:post title underline};
- padding:2px;}
- /* SIDEBAR */
- #sidebar {width:250px;
- position:fixed;
- margin-left:100px;
- margin-top:10px;}
- #title {font-size:15px;
- text-align:center;
- margin-bottom:5px;
- color:{color:title}}
- #sidebarimage {width 250px;}
- #sidebarimage img {width:250px;
- -moz-border-radius:11px; -webkit-border-radius:11px;}
- #description {padding:5px;
- text-align:left;
- width:250px;
- }
- #pagination {font-size:20px;
- text-align:center;}
- #info {text-align:left;
- margin-top:10px;}
- #asker {float:left;
- margin-right:10px;}
- /* CREDIT do not remove */
- .credit { position: fixed;
- bottom: 5px;
- right: 5px;
- font-size: 12px;
- font-family: verdana;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .credittext { height:10px;
- width:50px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- }
- .credit:hover .credittext{
- height: 11px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- {CustomCSS}</style>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").mouseover(function(){
- $(this).next(".links_body").slideToggle('normal');
- }); }); </script>
- <style type="text/css">
- .links_list {
- padding: 0px;
- width: 230px;
- }
- .links_head {
- position: relative;
- text-align: center;
- letter-spacing: 1px;
- width:230px;
- padding:2px;
- font-size:12px;
- font-family:Calibri;
- margin:3px 0 3px 0;
- background-color:{color:Description};
- }
- .links_body {
- padding:2px 1px 2px 1px;
- width:231px;
- background:{color:Description};
- }
- .links_body a{
- display: block;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1px;
- padding: 0px 10px 0 10px;
- margin: 2px;
- text-align: center;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- -o-transition-duration: all 0.8s ease;
- color: {color:link};
- background: {color:Menu background};
- }
- .links_body a:hover{
- padding-right:7px;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- -o-transition-duration: all 0.8s ease;
- color: {color:Menu Hover};
- background: {color:Menu Background Hover};
- }
- </style>
- </head><body>
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebarimage">
- <div class="links_list">
- <a href="/"><img src="{image:sidebar}" class="links_head"></a>
- </div></div>
- <div id="description">
- {Description}
- </div>
- <div class="links_list">
- <p class="links_head">Navigation</p>
- <div class="links_body">
- <a href="/ask">Ask</a>
- <a href="/archive">Archive</a>
- <a href="/random">Random</a>
- {block:IfCustomLink1}<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>{/block:IfCustomLink1}
- {block:IfCustomLink2}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>{/block:IfCustomLink2}
- {block:IfCustomLink3}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>{/block:IfCustomLink3}
- {block:IfCustomLink4}<a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a>{/block:IfCustomLink4}
- {block:IfCustomLink5}<a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a>{/block:IfCustomLink5}
- </div></div>
- {block:IfNotEndlessScrolling}
- <center>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
- {/block:IfNotEndlessScrolling}
- </div>
- <div id="pagination">
- </div>
- </div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}<div id="post">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {block:IfShowCaptions}{block:Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Photoset}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <h4>"{Quote}"</h4>
- {block:Source}<p align=right>- {Source}</p>{/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}{AudioPlayerWhite}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-40}"></div>{Asker} said: {Question}
- <p>{Answer}{/block:Answer}
- <div class="info">
- {block:Date}▶ {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a><br>
- {block:IfShowTags}{block:HasTags} <div class="tags21"> tagged {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div> </div>
- <div class="credit"><a href="http://chinqu.tumblr.com">
- <div class="credittext"> Theme
- </div></a></div></div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment