Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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}
- <!--
- theme one by anne @ danceforyous
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link Hover" content="#b8b8b8"/>
- <meta name="color:Scrollbar" content="#e7e3e4" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background-color:{color:background};}
- ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- body {
- background:{color:background};
- color:{color:text};
- font-family:calibri;
- font-size:10px;
- line-height:100%;
- }
- a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
- a:hover {color:{color:link hover};
- text-decoration:none; transition:all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -ms-transition: all 0.3s linear;
- -o-transition: all 0.3s linear;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- }
- #sidebar {
- width:220px;
- position:fixed;
- margin-left:200px;
- margin-top:70px;
- }
- #sidebarimage {
- Border-radius: 3px;
- width 200px;
- }
- #sidebarimage img {
- Border-radius: 3px;
- width:200px;
- }
- .sidelinks {
- width:200px;
- font-family:consolas;
- font-size: 10px;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-left:1px;
- margin-top:10px;
- text-align: center;
- }
- .sidelinks :hover {
- text-shadow:2px 0 0 rgba(244,0,0,0.2),-2px 0 0 rgba(0,244,0,0.2);
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- color:#d3bbc1;
- font-style: bold;
- }
- #description {
- text-align:center;
- padding-top:16px;
- margin-top:-3px;
- margin-left:0px;
- width:200px;
- font-family:calibri;
- }
- #pagination {
- font-size:30px;
- text-align:right;
- margin-right:-5px;
- margin-top:-1px;
- }
- #info {
- text-align:center;
- margin-top:10px;
- }
- .askbox {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
- .askbox p {margin:1px 0px;}
- .askbox span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
- #crdt {
- font-family: georgia;
- font-style:italic;
- font-size:9px;
- letter-spacing:1px;
- opacity:0.8;
- text-transform:lowercase;
- bottom:10px;
- right:10px;
- position:fixed;
- }
- {CustomCSS}</style>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"> </div>
- <div class="sidelinks">
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a> </div>
- <div id="description">{Description} </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </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}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span>{Asker}: {Question} </div>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="crdt"> <a href="http://www.danceforyous.tumblr.com/" target="_blank"> danceforyous</a> </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment