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">
- <head>
- <!--- Theme #6b by wonderfullythemes (prev. claraforthebosswin and myimpossiblecompanion)
- regular rules apply --->
- <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}
- <stsss<!-- start of script tooltip -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Header Background" content="#000" />
- <meta name="color:Text" content="#838282" />
- <meta name="color:Header Text" content="fff" />
- <meta name="color:Link" content="#e2bfde" />
- <meta name="color:Hover" content="#e0e0e0" />
- <meta name="color:Scrollbar" content="#e2bfde" />
- <meta name="color:Scrollbar Background" content="#fff" />
- <meta name="color:Title" content="#fff" />
- <meta name="color:Answer Background" content="#000" />
- <meta name="image:sidebar" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Text" content="Link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Text" content="Link 6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Text" content="Link 7" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:4px;
- padding-right:2px;
- background-color:{color:Scrollbar Background};
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'pt sans';
- font-size:8px;
- background-color:#000;
- color:#fff;
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:1000;
- }
- body {
- background:{color:Background};
- margin:0px;
- color:{color:Text};
- font-family:arial;
- font-size:10px;
- line-height:100%;
- font-style: none;
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color: {color:Hover};
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--POSTS--*/
- #entries {
- position:relative;
- float:left;
- width:422px;
- margin-top:100px;
- text-align:justify;
- margin-left:530px;
- padding:40px;
- }
- #post {
- margin-bottom:25px;
- width:400px;
- padding:0px;
- background-color: {color:Background};
- }
- /*--HEADER--*/
- #header {
- width:100%;
- height:100px;
- background-color:{color:Header Background};
- color:{color:Header Text};
- margin-top:-10px;
- position:fixed;
- z-index:2;
- }
- #title2 {
- color:{color:Title};
- font-style:italic;
- letter-spacing:1px;
- text-align:right;
- font-size:23px;
- margin-top:25px;
- margin-left:570px;
- padding:2px;
- width:400px;
- z-index:100;
- }
- #pagination {
- text-align:center;
- width:auto;
- font-size:15px;
- margin-top:20px;
- margin-bottom:2px;
- margin-left:540px;
- text-transform:none;
- font-style:none;
- text-transform: lowercase;
- }
- /*--SIDEBAR--*/
- #sidebar {
- width:245px;
- position:fixed;
- margin-left:210px;
- margin-top:160px;
- padding:10px;
- }
- #sidebarimage {
- width 245px;
- height:auto;
- }
- #sidebarimage img {
- width:245px;
- height:320px;
- }
- #links {
- width:245px;
- margin-left:-50px;
- margin-top:-290px;
- }
- .desc {
- width:233px;
- margin-top:25px;
- height:70px;
- color:{color:Text};
- border:2px solid {color:Link};
- padding:5px;
- overflow-y:scroll;
- }
- /*--INFO--*/
- #info {
- text-transform:lowercase;
- font-style:none;
- font-size: 9px;
- width:400px;
- color:{color:Text};
- text-align:center;
- padding-top:5px;
- }
- #info a:link {
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #info a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--QUESTION--*/
- #asker {
- color:#fcfcfc;
- padding:12px;
- font-family:'pt sans';
- font-size:11px;
- letter-spacing:0px;
- width:380px;
- text-align:left;
- margin-top:0px;
- text-transform:none;
- line-height:100%;
- background-color:{color:Answer Background}
- }
- /*--CREDIT--*/
- #cred {
- position:fixed;
- font-family:'Calibri';
- text-transform:none;
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- letter-spacing:1px;
- }
- /*----------------------------------------
- Update Tab #1 (CSS) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 9/21/13
- ------------------------------------------*/
- #updatetab {
- font-family: helvetica; /*this is the font*/
- color:{color:Text};/*this is the font color*/
- }
- #tabtitle, #dropdown, #dropdown p {
- background-color:{color:Background}; /*this is the background color*/
- border-color:#e2bfde; /*this is the border color*/
- }
- #updatetab {
- width:100px;
- position:fixed;
- margin-top:110px;
- margin-left:25px;
- }
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:9px;
- text-transform:uppercase;
- border-width:1px;
- border-style:solid;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- }
- #dropdown {
- border-style:solid;
- border-width:0px 1px 1px 1px;
- padding:2px 5px 0px 5px;
- border-bottom-right-radius: 2px;
- -moz-border-bottom-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-bottom-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatetab:hover #dropdown {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #dropdown p {
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:10px;
- }
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;
- }
- p, ul, li, ol {
- margin: 0px 0px 0px 0px;
- }
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;
- }
- {CustomCSS}</style></head><body>
- <!----------------------------------------
- Update Tab #1 (HTML) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 9/21/13
- ------------------------------------------>
- <div id="updatetab">
- <div id="tabtitle">
- <!---this is where you put title of your updates tab--->
- updates
- </div>
- <div id="dropdown">
- <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
- <p>write your first update here, use as much space as you need</p>
- <p>add a second one here, you won't run out of space</p>
- <p>add a third?</p>
- <p>the limit does not exist!</p>
- <p><a href="http://incedo.tumblr.com">©</a></p>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:sidebar}"></div>
- <div id="links">
- <a href="{text:Link1}" title="{text:Link1 Text}">██</a><br><br><br><br>
- <a href="{text:Link2}" title="{text:Link2 Text}">██</a><br><br><br><br>
- <a href="{text:Link3}" title="{text:Link3 Text}">██</a><br><br><br><br>
- <a href="{text:Link4}" title="{text:Link4 Text}">██</a><br><br><br><br>
- <a href="{text:Link5}" title="{text:Link5 Text}">██</a><br><br><br><br>
- <a href="{text:Link6}" title="{text:Link6 Text}">██</a><br><br><br><br>
- <a href="{text:Link7}" title="{text:Link7 Text}">██</a><br><br><br><br>
- </div>
- <div class="desc">
- {Description}
- </div>
- </div>
- </div>
- <div id="header">
- <div id="title2">{Title}</div>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {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}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><i><span style="text-align:lowercase; color:#fcfcfc;font-style:italic; ">{Asker}</i> asked:</span> {Question}<b></b><br></div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="pt sans">{Answer}</font></div>{/block:Answer}
- <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
- {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">Theme</a>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement