Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme #33 by nerdydean. don't remove the credit. -->
- <!-- if you want to insert a clock for your title, go to this site:
- http://www.timeanddate.com/clocks/free.html
- & hit continue.
- when selecting a clock template, choose "standard" and hit continue. standard should automatically be selected.
- make sure your time zone is correct on the next screen. customize how your clock is displayed on this page, it doesn't really matter. my settings are:
- Country/language: United States - English
- Display date: Only time
- Weekday: Long weekday
- Month: Full month name
- Day: Default for country/language
- Between date and time: Default for country/language
- Hour: Default for country/language
- Seconds: Display seconds
- Time Zone: Show abbreviation
- and then hit continue. you can make the clock look however you want, but to make it fit in more with the theme, select these setttings on the next page:
- Font: Lucida Console
- Font size: 18
- Font color: #000000
- and check the box that says "bold font". hit continue.
- again, you can make the clock look however you want, but to fit in with the theme, choose these settings:
- Display borders: no borders
- Add padding: no padding
- Clock background color: transparent
- Page background color: transparent
- Horizontal alignment: left
- Vertical alignment: bottom
- hit continue. make sure the type of server is "Normal web page (http server)".
- you now have your clock! copy the code from the box on the page and put it in the "title" box on the customization page.
- -->
- <!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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#aaaaaa"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:text selection" content="#fafafa"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:link1" content="link1"/>
- <meta name="text:link1 url" content="/"/>
- <meta name="text:link2" content="link2"/>
- <meta name="text:link2 url" content="/"/>
- <meta name="text:link3" content="link3"/>
- <meta name="text:link3 url" content="/"/>
- <meta name="text:link4" content="link4"/>
- <meta name="text:link4 url" content="/"/>
- <meta name="text:link5" content="link5"/>
- <meta name="text:link5 url" content="/"/>
- <meta name="text:title" content="clock or title here"/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content="0"/>
- <meta name="if:Favicon" content="1"/>
- <meta name="if:Own" content="0"/>
- <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>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:4px 4px;
- background:#000;
- color:#fff;
- z-index:999999;
- font-family:consolas, monospace;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1px;
- font-weight:bold;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- ::selection {
- background:{color:text selection};
- }
- ::-moz-selection {
- background:{color:text selection};
- }
- ::-webkit-selection {
- background:{color:text selection};
- }
- ::-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};
- }
- blockquote {
- padding:0px 0 0px 10px;
- border-left:1px solid #aaaaaa;
- margin-left:10px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:lucida console, consolas;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:1.5em;
- }
- 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 {
- text-align:left;
- position:fixed;
- margin-left:-225px;
- width:245px;
- margin-top:280px;
- }
- #sidebarim {
- margin-left:-320px;
- margin-top:270px;
- position:fixed;
- }
- #sidebarim img {
- width:64px;
- -moz-border-radius:64px;
- -webkit-border-radius:64px;
- border-radius:64px;
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- #sidebarim img:hover {
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- -webkit-filter:grayscale(100%);
- }
- #blogt {
- font-size:18px;
- font-weight:bold;
- color:{color:link};
- }
- #links {
- line-height:16px;
- text-transform:lowercase;
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- margin:20px 0;
- }
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 0px;
- }
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- #entries {
- margin-top:75px;
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- margin-left:100px;
- }
- #posts {
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- margin-bottom:75px;
- }
- #posts img {
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- }
- #posts img, #posts li, #posts blockquote {
- max-width: 100%;
- }
- .caption {
- width:100%;
- margin-top:10px;
- }
- #titlequote{
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:50px;
- }
- .q {
- margin-bottom:10px;
- }
- .as {
- font-weight:bold;
- }
- .a {
- margin-top:10px;
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:5px 0;
- }
- .label {
- font-weight:bold;
- }
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:uppercase;
- }
- #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}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- 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;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- <div id="sidebarim"><a href="/">{block:IfFavicon}<img src="{Favicon}">{/block:IfFavicon}{block:IfOwn}<img src="{image:sidebar}">{/block:IfOwn}</a></div>
- <div id="sidebar">
- <div id="blogt">{text:title}</div>
- <div id="description">{Description}</div>
- <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>
- <a href="{text:link5 url}">{text:link5}</a>
- </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}{block:If400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400px}{block:If500px}<img src="{PhotoURL-500}" alt"{PhotoAlt}"/>{/block:if500px}{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:If500px}{Photoset-500}{/block:If500px}
- {/block:Photoset}
- {block:Video}
- {block:If400px}{Video-400}{/block:If400px}
- {block:If500px}{Video-500}{/block:If500px}
- {/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 title="{TimeAgo}" href="{Permalink}" ><u>{12Hour}:{Minutes} {AmPm}</u></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}
- <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px;">
- <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment