Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--theme 4, honey by dimplekink-->
- <!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="image:Sidebar Image" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="color:Border" content="#fff"/>
- <!-- 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:0px 0 0px 20px;
- border-left:1px solid #eee;
- margin-left:10px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:9px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:underline;}
- 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;}
- /*sidebar*/
- #sidebar {text-align:left;
- position:fixed;
- margin-left:-315px;
- margin-top:200px;
- width:150px;
- }
- #sidebarim {margin-bottom:20px}
- #sidebarim img {width:150px;
- border: 1px solid {color:Border};}
- #blogt {font-size:18px;
- font-weight:bold;}
- #links {
- line-height:16px;
- text-transform:lowercase;
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- margin:-20px 0;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-130px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- width:400px;
- }
- #posts {
- width:400px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:400px;
- border: 1px solid {color:Border};
- }
- #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;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:0px;
- font-size:9px;
- text-transform:lowercase;
- }
- #permalink a {margin-right:10px;
- }
- .tags { word-break:break-all; font-size:9px; opacity:0; -webkit-transition: opacity 0.5s linear; }
- #posts:hover .tags{ opacity:1; }
- .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:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- /**updates tab, remove if you wish**/
- #updatesbox {/*the styling of the whole updates box*/
- line-height:100%;/*don't change this!*/
- display:block;/*don't change this either lol*/
- border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
- height:12px;/*the height of the box before hover*/
- width:37px;/*the width of the box before hover*/
- padding:0px 5px 5px 5px;/*don't change this!*/
- z-index:0;/*don't change this!*/
- top:75px;/*distance from top of page*/
- left:15px;/*distance from left of page*/
- color:#2a2a2a;/*color of text*/
- position:fixed;/*don't change this!*/
- background: #ffffff;/*background color of updates box*/
- overflow:hidden;/*don't change this!*/
- text-align:center;/*text alignment of everything in updates box*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #updatesbox:hover {/*the updates box after hover*/
- background: #fcfcfc;
- height:95px;/*the height of the box after hover*/
- width:90px;/*the width of the box after hover*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*tutorial by meem.co.vu; please don't remove this note*/
- #updatestitle {/*the title of the updates box*/
- line-height:17px;/*don't change this!*/
- font-family:helvetica;/*the font of the updates title*/
- text-transform:uppercase;/*can be uppercase, lowercase, none*/
- font-size:8px;/*font size of updates title*/
- }
- #inside {/*the actual updates*/
- font-size:9px;/*the font size of the actual updates*/
- font-family:helvetica;/*the font of the actual updates*/
- width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
- line-height:10px;/*don't change this!*/
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- text-align:center;
- }
- #updatesbox2 {/*the styling of the whole updates box*/
- line-height:100%;/*don't change this!*/
- display:block;/*don't change this either lol*/
- border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
- height:12px;/*the height of the box before hover*/
- width:37px;/*the width of the box before hover*/
- padding:0px 5px 5px 5px;/*don't change this!*/
- z-index:0;/*don't change this!*/
- top:45px;/*distance from top of page*/
- left:15px;/*distance from left of page*/
- color:#2a2a2a;/*color of text*/
- position:fixed;/*don't change this!*/
- background: #ffffff;/*background color of updates box*/
- overflow:hidden;/*don't change this!*/
- text-align:center;/*text alignment of everything in updates box*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #updatesbox2:hover {/*the updates box after hover*/
- background: #fcfcfc;
- height:85px;/*the height of the box after hover*/
- width:85px;/*the width of the box after hover*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*tutorial by meem.co.vu; please don't remove this note*/
- #updatestitle2 {/*the title of the updates box*/
- line-height:17px;/*don't change this!*/
- font-family: helvetica;/*the font of the updates title*/
- text-transform:uppercase;/*can be uppercase, lowercase, none*/
- font-size:8px;/*font size of updates title*/
- }
- #inside2 {/*the actual updates*/
- font-size:9px;/*the font size of the actual updates*/
- font-family:helvetica;/*the font of the actual updates*/
- width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
- line-height:10px;/*don't change this!*/
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #updatesbox3 {/*the styling of the whole updates box*/
- line-height:100%;/*don't change this!*/
- display:block;/*don't change this either lol*/
- border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
- height:12px;/*the height of the box before hover*/
- width:37px;/*the width of the box before hover*/
- padding:0px 5px 5px 5px;/*don't change this!*/
- z-index:0;/*don't change this!*/
- top:15px;/*distance from top of page*/
- left:15px;/*distance from left of page*/
- color:#2a2a2a;/*color of text*/
- position:fixed;/*don't change this!*/
- background: #ffffff;/*background color of updates box*/
- overflow:hidden;/*don't change this!*/
- text-align:center;/*text alignment of everything in updates box*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #updatesbox3:hover {/*the updates box after hover*/
- background: #fcfcfc;
- height:75px;/*the height of the box after hover*/
- width:85px;/*the width of the box after hover*/
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*tutorial by meem.co.vu; please don't remove this note*/
- #updatestitle3 {/*the title of the updates box*/
- line-height:17px;/*don't change this!*/
- font-family: helvetica;/*the font of the updates title*/
- text-transform:uppercase;/*can be uppercase, lowercase, none*/
- font-size:8px;/*font size of updates title*/
- }
- #inside3 {/*the actual updates*/
- font-size:9px;/*the font size of the actual updates*/
- font-family:helvetica;/*the font of the actual updates*/
- width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
- line-height:10px;/*don't change this!*/
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit {
- bottom:10px;
- font-style:none;
- font-size:7px;
- right:35px;
- position:fixed;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- begin updates box -->
- <div id="updatesbox">
- <span id="updatestitle"><!-- title of the box -->homies</span>
- <div id="inside">
- <!-- updates go here, use <p> to make a new line -->
- </div>
- </div>
- <!-- end updates box; it would be nice if you left the below comment in the code! :)
- updates box tutorial by meem.co.vu -->
- <!-- begin updates box -->
- <div id="updatesbox2">
- <span id="updatestitle2"><!-- title of the box -->etc.</span>
- <div id="inside2">
- <!-- updates go here, use <p> to make a new line -->
- </div>
- <!-- end updates box; it would be nice if you left the below comment in the code! :)
- updates box tutorial by meem.co.vu -->
- <!-- begin updates box -->
- <div id="updatesbox3">
- <span id="updatestitle3"><!-- title of the box -->updates</span>
- <div id="inside3">
- </div>
- </div>
- <!-- end updates box; it would be nice if you left the below comment in the code! :)
- updates box tutorial by meem.co.vu -->
- </p>
- </center>
- </div>
- </div></div>
- <div id="con">
- <div id="sidebar">
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
- <div id="description">{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-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/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: </div>
- {Question}</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}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </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}
- <!---DONT TOUCH THIS ---> <div id="credit"><a href="http://dimplekink.tumblr.com">17</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement