Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- credit to: Farahmir for the base code
- you know my rules, please abide by them :)
- -->
- <!DOCTYPE html>
- <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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:sidebar" content="#000000"/>
- <meta name="color:border" content="#f1f1f1"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="link" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="link" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="link" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="link" />
- <!-- jquery for tooltips-->
- <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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};}
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:Link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*pagination*/
- #pagination {
- font-size:8px;
- font-family: Calibri;;
- font-weight:lighter;
- text-transform:uppercase;
- padding-top:8px;
- }
- #pagination a {
- border:none;
- padding:10px;}
- .nav {float:right;}
- .current_page {
- padding:9px 10px;
- color:{color:title};}
- .jump_page {color:{color:link};}
- #blogt {
- font-size:8;
- font-family: Calibri;;
- text-align:center;
- font-weight:lighter;
- text-transform:uppercase;
- letter-spacing:0px;}
- #top {
- width:540px;
- position:fixed;
- text-align:left;
- margin-left:-220px;
- background:{color:sidebar};
- padding:5px;
- border: 1px solid {color:border}
- }
- /*sidebar*/
- #side {
- background-color:{color:sidebar};
- width:150px;
- height:100%;
- padding:40px;
- margin-left:345px;
- z-index:-1;
- position:fixed;
- border-left: 1px solid {color:border};
- border-right: 1px solid {color:border};}
- #sidebar {
- text-align:left;
- position:fixed;
- background:{color:sidebar};
- margin-left:395px;
- margin-top:0px;
- width:150px;}
- #sidebarim img {
- width:160px;
- margin-top:75px;
- margin-left: -15px;}
- #links {
- color:{color:links};
- text-align:center;
- margin-top:0px;
- margin-left: -15px;
- width:160px;
- font-size:8px;}
- #links a {
- transition:all 0.5s ease-in-out;
- background-color:#e3e3e3;
- padding:6px 3px 6px 3px;
- color:#000;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:8;
- font-family: Calibri;;
- display:inline-block;
- width:30px;
- margin-top:5px;}
- #links a:hover {
- text-shadow:none;}
- #description {
- font:9px helvetica;
- line-height:11px;
- background:{color:background};
- width:160px;
- text-align:justify;
- margin-top:10px;
- margin-left: -15px;
- }
- #description-desc {padding:10px;}
- /*container*/
- #con {
- left:50%;
- margin-left:-260px;
- position:absolute;}
- /*posts*/
- #entries {
- margin-left:-220px;
- margin-top:30px;
- width:520px;
- background:{color:sidebar};
- border-right: 1px solid {color:border};
- border-left: 1px solid {color:border};
- padding:15px;
- }
- #posts {
- background:{color:Background};
- padding:10px;
- width:500px;
- {block:IndexPage}
- margin-bottom:55px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:5px;
- {/block:PermalinkPage}
- border: 1px solid {color:border};}
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .q {margin-bottom:10px;}
- .a {margin-top:10px;margin-left:20px;}
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:lowercase;
- font-family: arial;
- padding:4px;
- background:{color:sidebar};
- border: 1px solid {color:border};
- }
- #permalink a {margin-right:5px;}
- .tags {
- background-color:{color:background};
- letter-spacing:1px;
- color:{color:tags};
- line-height:8px;
- font-size:8px;
- opacity: 0;
- margin-top:3px;
- padding-top:3px;
- text-align:center;
- text-transform:uppercase;
- font-family: Calibri;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;}
- #posts:hover .tags{
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;}
- .tags a {color:{color:accents};margin-right:5px;}
- .tags a:hover {color:{color:hover};}
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:1px 0px;
- text-align:left;
- font-size:9px;
- margin:0 0 0 -40px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- <div id="top">
- {block:Pagination}
- <div id="pagination">
- <div class="nav">
- {block:PreviousPage}
- <a href="{PreviousPage}">Back</a>/
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </div>
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </div>
- {/block:Pagination}</div>
- <div id="side"></div>
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
- <div id="links">
- <a href="{text:Link 2 URL}">{text:Link 1}</a>
- <a href="{text:Link 3 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- </div>
- <div id="description"><div id="description-desc">{Description}</div></div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: {Question}</div> </div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{ShortMonth} {DayOfMonthWithZero}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- <span style="float:right;">
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank">& reblog</a></span>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment