Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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}
- <!-- Code by ofjack -->
- <!-- DO NOT BREAK THE RULES OR I WILL HUNT YOU DOWN -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="color:Sidebar Links" content="#b8b8b8"/>
- <meta name="color:DescriptionText" content="#b8b8b8"/>
- <meta name="color:Border" content="#dddddd"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:ScrollbarBg" content="#ffffff"/>
- <meta name="color:Post Links" content="#c0bfbf"/>
- <meta name="color:Answer Backg" content="#000000"/>
- <meta name="image:Sidebar" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {height:12px; background-color:#fff;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {height:7px;width:5px;}
- body {
- font-family:Trebuchet MS;
- font-size:10px;
- line-height:100%;
- letter-spacing:0px;
- text-align:justify;
- overflow-x:hidden; /*CHANGE THE BACKGROUND HERE IF YOU WANT*/
- background-image:url(http://media.tumblr.com/tumblr_me41kwrhnR1r52dl9.gif);
- background-repeat:repeat;
- background-attachment:fixed;
- margin:0px;
- color:{color:text};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Post Links};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h2 {
- text-align:left;
- }
- a:hover {
- color:#000;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #entries {
- padding:10px;
- width:400px;
- margin-left:460px;
- margin-top:0px;
- font-size:10px;
- letter-spacing:0px;
- }
- #post {
- width:400px;
- padding:12px;
- margin-top:20px;
- border:3px solid #fff;
- border-radius:20px;
- background:#fff;
- }
- #sidebar {
- position:fixed;
- margin-top:235px;
- margin-left:220px;
- background:#fff;
- height:auto;
- width:130px;
- padding:5px;
- border:3px solid #eee;
- }
- #sidebarimage img {
- width:130px;
- padding:3px;
- margin-left:-3px;
- margin-top:3px;
- }
- #description {
- text-align:justify;
- font-family:baskerville;
- width:100px;
- margin-top:3px;
- margin-left:10px;
- font-size:9px;
- background:#fff;
- position:fixed;
- text-transform:none;
- color:#111;
- line-height:100%;
- font-style:none;
- }
- #pagination {
- font-style:bold;
- padding:3px;
- font-family:cambria;
- font-size:15px;
- text-align:center;
- margin-top:-40px;
- text-transform:uppercase;
- color:#111;
- margin-left:390px;
- bottom:0px;
- }
- #pagination a {
- padding:5px;
- color:#111;
- font-size:15px;
- background:#fff;
- width:auto;
- }
- #pagination a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- text-decoration:none;
- }
- #info {
- width:400px;
- text-align:left;
- margin-top:3px;
- letter-spacing:1px;
- font-size:7px;
- font-style:none;
- line-height:10px;
- text-transform:uppercase;
- border-top:1px solid #f2f2f2;
- background:#333;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- color:#fff;
- }
- #info a {
- text-align:center;
- color:#fff;
- }
- #info a:hover {
- color:#000;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #tags {
- float:left;
- width:389px;
- margin-top:-5px;
- margin-left:-5px;
- text-align:left;
- font-size:7px;
- padding:5px;
- font-size:7px;
- opacity:1;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s
- color:#111;
- }
- #tags a {
- letter-spacing:0px;
- font-size:7px;
- text-align:center;
- text-decoration:none;
- display:inline-block;
- color:#111;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:#000;
- }
- .music {
- width:400px;
- padding-bottom:10px;
- background-color:{color:infobg};
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- background-color:#ffffff;
- width:380px;
- }
- .musicinfo {
- padding:10px;
- color:{color:text};
- }
- #cred {
- position:fixed;
- font-size:8px;
- font-family:calibri;
- letter-spacing:1px;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- border:1px solid #c9c9c9;
- padding:5px;
- background-color:#fafafa;
- }
- #cred a {
- padding:0px;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .ask {padding:5px;font-style:normal;margin-top:-5px;text-align:center;margin-bottom:10px;color:#111;background-color:#fff;background:#f9f9f9;border-bottom:2px dashed #c9c9c9;padding-bottom:10px;}
- .answer {text-align:center;padding:2px;color:{color:text};}
- {CustomCSS}</style></head>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><a href="/">
- <img src={image:Sidebar}></a>
- </div>
- <div id="description">{Description}</div>
- <select onchange='location=this.options[this.selectedIndex].value;' name="cherrybammenu1"style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; margin-left:33px;margin-top:70px;">'>
- <!---*CHANGE THE LINKS TO WHAT YOU WANT IT TO BE LIKE*----->
- <option>TITLE</option>
- <option value="http://">LINK 1</option>
- <option value="http://">LINK 2</option>
- <option value="http://">LINK 3</option>
- <option value="http://">LINK 4</option>
- </select>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- <h2>{block:Title}{Title}{/block:Title}</h2>
- {Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}
- {/block:Caption}{/block:Photoset}
- {block:Quote}<h2>"{Quote}"</h2>
- {block:Source}<div class="qsource"> —{Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="musicinfo">{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</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask"><center><big><big><big><i>{Asker}</i></big></big></big> asked: <b>{Question}</b></div><div class="answer">{Answer}</center></div>{/block:answer}
- <div id="info">
- <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
- {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}" style="float:right;">(©)</a> {/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}" style="float:right;">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"> </a>{/block:RebloggedFrom}— </a>
- {NoteCount} notes</a>
- {block:HasTags}<div id="tags" style="color:#111;"> filed under: {block:Tags}<a href="/tagged/{Tag}">{Tag},</a> {/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}
- <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <br><br><br><br>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
- — {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="cred"><a href="http://ofjack.tumblr.com">OFJACK</a></div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment