Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme #18 by nerdydean. don't remove the credit. -->
- <html>
- <head>
- <!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}
- <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:textselect" content="#fafafa"/>
- <meta name="color:scrollbar" content="#000000"/>
- <!--Images-->
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <!--Links-->
- <meta name="text:link1 url" content="/" />
- <meta name="text:link1" content="link1" />
- <meta name="text:link2 url" content="/" />
- <meta name="text:link2" content="link2" />
- <meta name="text:link3 url" content="/" />
- <meta name="text:link3" content="link3" />
- <meta name="text:link4 url" content="/" />
- <meta name="text:link4" content="link4" />
- <meta name="text:link5 url" content="/" />
- <meta name="text:link5" content="link5" />
- <style type="text/css">
- ::selection {
- background:{color:textselect};
- }
- ::-moz-selection {
- background:{color:textselect};
- }
- ::-webkit-selection {
- background:{color:textselect};
- }
- #s-m-t-tooltip {
- font-size: 11px;
- max-width:300px;
- padding:3px 4px 2px 5px;
- margin:20px 0px 0px 20px;
- z-index:10;
- background:#fff;
- border:1px solid #fff;
- font-family:calibri;
- text-transform:lowercase;
- color:{color:link};
- z-index:999999999999999999999999999999999999;
- text-decoration:bold;
- letter-spacing: 0px;
- font-family: arial;
- font-size: 9px;
- letter-spacing: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border: 2px solid {color:background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background-color:{color:scrollbar};
- border: 4px solid {color:Background};
- }
- body {
- background:{color:background};
- background-image: url('{image:background}') no-repeat fixed center;
- 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:text};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- h1 {
- font-size:9px;
- text-transform:lowercase;
- font-style:regular;
- font-style:regular;
- text-align: left;
- color:{color:text};
- }
- a:hover {
- text-decoration:underline;
- }
- small{
- font-size:9px;
- line-height:110%
- }
- big {
- font-size:12px;
- line-height:110%
- }
- b, strong{
- color:{color:text};
- }
- i, em {
- color:{color:text};
- }
- p {
- margin-top:5px;
- margin-bottom:5px;
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:1px solid {color:text};
- }
- blockquote img {
- max-width:300px;
- }
- ul, li img {
- max-with:250px;
- }
- .audio {
- width:500px;
- height:160px;
- }
- .albumart {
- width:150px;
- height:150px;
- position:absolute;
- border:1px dotted {color:text};
- padding:2px;
- }
- .albumart img {
- width:150px;
- height:150px;
- float:left;
- }
- .playercontainer {
- display:block;
- width:150px;
- height:150px;
- background-color:{color:background};
- position:absolute;
- }
- .player {
- margin-left:36px;
- margin-top:36px;
- width:25px;
- height:25px;
- overflow:hidden;
- background-color:{color:background};
- }
- .audioinfo {
- margin-left:160px;
- float:left;
- width:200px;
- padding:2px;
- margin-top:2px;
- }
- /* POSTS */
- #entries {
- padding:10px;
- width:500px;
- font-style:regular;
- margin-left:596px;
- margin-top:90px;
- text-transform:lowercase;
- }
- #post {
- width:500px;
- opacity:1;
- padding-bottom:40px;
- overflow:hidden;
- }
- /* SIDEBAR */
- #sidebar {
- width:150px;
- height: 150px;
- position:fixed;
- margin-left:285px;
- margin-top:140px;
- }
- #sidebarimage img{
- width:240px;
- height:120px;
- margin-left: -15px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- /* LINKS */
- #links {
- width: 245px;
- font-size:9px;
- opacity:0.9;
- text-transform: none;
- text-align:center;
- padding-top:5px;
- font-style:none;
- padding-bottom:5px;
- margin-top: 0px;
- margin-left:-10px;
- font-family:arial;
- }
- #links a:hover {
- text-decoration:underline;
- letter-spacing:0px;
- opacity:1;
- }
- /* DESCRIPTION */
- #description {
- padding:5px;
- font-size:9px;
- width:245px;
- height:auto;
- font-style:regular;
- opacity:0.9;
- text-align:center;
- margin-top:-5px;
- margin-left:-20px;
- }
- /* PAGINATION */
- #pagination {
- margin-top: 11px;
- text-align:center;
- color:{color:link};
- width:500px;
- padding:0px;
- font-style:none;
- margin-left:13px;
- font-weight:bold;
- font-size:10px;
- padding-top:20px;
- padding-bottom:20px;
- }
- /* INFO, TAGS & ALIKE */
- #info {
- text-align: right;
- width: 495px;
- margin-top:5px;
- margin-bottom:6px;
- padding-top:0px;
- padding:2.5px;
- text-transform:none;
- font-style:none;
- font-size:9px;
- line-height:120%;
- border-top: 1px solid #f5f5f5;
- }
- #info a:hover {
- text-decoration:underline;
- }
- #tags {
- font-size:9px;
- margin-top:0px;
- a {display:inline; background-color:{color:linkb};
- padding:-4px;
- 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;
- }
- #notes {
- text-transform:lowercase;
- font-size:8px;
- }
- #question {
- text-transform:none;
- text-align:left;
- letter-spacing:1px;
- padding:6px;
- margin-left: 5px;
- }
- {CustomCSS}</style></head>
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><a href="/" title="{Title}"><img src="{image:sidebar}"></a></div>
- <div id="links">
- <b><a href="{text:link1 url}">{text:link1}</a> /
- <a href="{text:link2 url}">{text:link2}</a> /
- <a href="{text:link3 url}">{text:link3}</a> /
- <a href="{text:link4 url}">{text:link4}</a> /
- <a href="{text:link5 url}">{text:link5}</a></b>
- </div>
- <div id="description">{Description}</div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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}<div class="info">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}<br></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
- {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="question"><div style="background-color:#ffffff; font-size: 9px; padding: 10px; padding-bottom: 5px;width: auto; margin-left: -10px;
- "><blockquote><b>{Asker}</b> asked: <i>{Question}</i></blockquote></div></div>
- {Answer}{/block:Answer}
- <div id="info">
- <a href="{Permalink}"><b>{MonthNumber}/{DayofMonth}/{Year}</a> (<a href="{Permalink}">{NoteCountWithLabel}</a>) {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} & {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</b>
- {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}
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">newer</a> /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">older</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px; font-size:10px;"><a href="http://hellish.co.vu" title="theme by nerdydean">hellish</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment