Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme #19 by nerdydean. don't remove the credit. -->
- <!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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#000000" />
- <meta name="color:textselect" content="#fafafa" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="image:Sidebar" content=""/>
- <meta name="text:link1" content="link 1"/>
- <meta name="text:link1 url" content="/"/>
- <meta name="text:link2" content="link 2"/>
- <meta name="text:link2 url" content="/"/>
- <meta name="text:link3" content="link 3"/>
- <meta name="text:link3 url" content="/"/>
- <meta name="text:link4" content="link 4"/>
- <meta name="text:link4 url" content="/"/>
- <!--- CSS --->
- <style type="text/css">
- ::selection {
- background:{color:textselect};
- }
- ::-moz-selection {
- background:{color:textselect};
- }
- ::-webkit-selection {
- background:{color:textselect};
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:5px 5px 5px 5px;
- margin:20px 0px 0px 20px;
- z-index:10;
- background:#fff;
- border:1px solid #fff;
- text-transform:lowercase;
- color:{color:link};
- z-index:999999999999999999999999999999999999;
- text-decoration:bold;
- font-family: helvetica;
- font-size: 10px;
- letter-spacing: 0px;
- }
- ::-webkit-scrollbar {
- width: 3px;
- height:auto;
- background:{color:background};
- }
- ::-webkit-scrollbar-corner {
- padding:2px;
- background:{color:background};
- }
- ::-webkit-scrollbar-button:vertical {
- height:5px;
- display: block;
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-button:horizontal {
- width: 3px;
- height: 5px;
- display: block;
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- }
- html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {
- margin:0;
- padding:0;
- list-style:none;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:left;
- padding:10px;
- font-style:normal;
- line-height:120%;
- letter-spacing:0px;
- color:{color:text};
- border-bottom: 1px solid #f8f8f8;
- }
- body {
- font: 10px Helvetica;
- color: {color:text};
- background-color: {color:background};
- line-height:5px;
- }
- a {
- color: {color:link};
- }
- a:hover {
- color: {color:link hover};
- text-decoration:underline;
- }
- a {
- text-decoration:none;
- }
- b, strong {
- color:{color:text};
- }
- i, em {
- color:{color:text};
- }
- small {
- font-size:8px;
- }
- big {
- font-size:12px;
- }
- ul {
- list-style:square;
- text-align:justify;
- }
- blockquote {
- padding: 3px 0 3px 13px;
- border-left: 1px solid {color:text};
- text-align:justify;
- }
- blockquote p {
- display:block!important;
- }
- blockquote img {
- max-width:220px!important;
- }
- #content {
- left:50%;
- margin-left:-140px;
- position:absolute;
- width:500px;
- margin-top: 75px;
- margin-bottom: 25px;
- }
- #sidebar {
- margin-left: -290px;
- overflow: hidden;
- top: 1px;
- line-height:15px;
- width: 245px;
- position: fixed;
- margin-bottom: 15px;
- text-align: center;
- margin-top:160px;
- }
- #sidebar img {
- width:245px;
- }
- #description {
- width:240px;
- padding-left:0px;
- padding-right:10px;
- text-align:justify;
- margin-top:-5px;
- }
- #links {
- padding:10px;
- margin-top:-5px;
- }
- #links a {
- padding:5px;
- font-weight:bold;
- font-size: 9px;
- line-height: 21px;
- }
- #title {
- font-size:12px;
- margin-bottom:3px;
- font-weight:bold;
- }
- #pagination {
- width: 240px;
- border-top:1px solid #fafafa;
- padding: 3px;
- font-size: 9px;
- line-height: 21px;
- text-shadow: 0 1px 1px #fff;
- text-align: center;
- margin-top: 10px;
- text-transform: lowercase;
- font-weight: bold;
- }
- .post {
- line-height: 18px;
- clear: both;
- margin-left:20px;
- }
- .caption blockquote {
- padding-left: 20px;
- }
- .post text {
- text-align: left;
- }
- .post photo {
- text-align: center;
- }
- .post photo img {
- border: 0;
- }
- .post quote {
- text-align: left;
- }
- .post quote .source {
- font-size: 12px;
- }
- .answer {
- text-align: justify;
- line-height: 15px;
- margin-left:20px;
- }
- .question {
- margin-bottom: 0px;
- line-height: 15px;
- margin-left:20px;
- }
- .post link {
- text-align: left;
- }
- .post audio {
- text-align: left;
- }
- .post video {
- text-align: left;
- }
- .post chat {
- text-align: left;
- }
- .post chat li {
- list-style-type: none;
- }
- #info {
- margin-top: 10px;
- font-size: 10px;
- text-transform:none;
- margin-bottom: 60px;
- line-height:150%;
- margin-left:20px;
- }
- ol.notes {
- display:block;
- text-align:left;
- margin-bottom:30px;
- }
- ol.notes li.note{
- padding:1%;
- }
- .pagenotes {
- text-align:left;
- }
- .caption {
- padding-left:5px;
- padding-bottom:5px;
- margin-top:5px;
- text-align:left;
- font-size:10px;
- padding-right:10px;
- border-bottom:1px solid #fafafa;
- }
- .post img {
- width:500px;
- }
- #credit {
- position:fixed;
- right:10px;
- bottom:10px;
- padding: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="content">
- <div id="sidebar">
- <div id="title"></div>
- <a href="/" title="{Title}"><img src="{image:Sidebar}" /></a>
- <div id="links">
- <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>
- </div>
- <div id="description">{description}
- <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>
- </div>
- <div id="entries">
- <ol id="posts">
- {block:ContentSource}
- <!-- {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}
- {block:Posts}
- {block:Text}
- <li class="post text">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}{Body}
- </li>
- {/block:Text}
- {block:Photo}
- <li class="post photo">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photo}
- {block:Photoset}
- <li class="post photoset">
- {Photoset-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photoset}
- {block:Quote}
- <li class="post quote">
- {Quote}
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- </li>
- {/block:Quote}
- {block:Link}
- <li class="post link">
- <a href="{URL}" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </li>
- {/block:Link}
- {block:Chat}
- <li class="post chat">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Answer}
- <div style="color:{color:text};">
- <b>{Asker}</b>: <div class="question">{Question}</div>
- </div><br>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Video}
- <li class="post video">
- {Video-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Video}
- {block:Audio}
- <li class="post audio">
- {AudioPlayerBlack}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Audio}
- <div id="info">
- <a href="{Permalink}" title="{TimeAgo}">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>{/block:Date} / <a href="{Permalink}"> {NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank" style="color:{color:text}">reblog</a>
- {block:permalinkpage} / {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a> / {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:text}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage} {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}
- </ol>
- <div id="credit">
- <a title="theme by nerdydean" href="http://hellish.co.vu">hellish</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment