Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <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}
- <!-- cacophony theme by jxcodes -->
- <!-- please do not redistribute, steal, or use as base code -->
- <!-- thank you very much -->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#464646"/>
- <meta name="color:link" content="#9a9898"/>
- <meta name="color:link hover" content="#d4d4d4" />
- <meta name="color:sidebar accents" content="#e2e2e2" />
- <meta name="color:scrollbar" content="#464646" />
- <meta name="color:scrollbar bg" content="#ffffff" />
- <meta name="image:sidebar" content=""/>
- <meta name="if:hover tags" content="0" />
- <meta name="text:link 1" content="home" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="ask" />
- <meta name="text:link 2 url" content="/ask" />
- <meta name="text:link 3" content="link" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link" />
- <meta name="text:link 4 url" content="/" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip {
- z-index:9999;
- position:fixed;
- margin-top:17px;
- margin-left:5px;
- width:auto;
- font-size:8px;
- text-transform:uppercase;
- padding:2px 5px 0px 5px;
- background-color:{color:background};
- border:1px solid #b8b8b8;
- color:#b8b8b8;
- font-family:trebuchet;
- letter-spacing:1px;
- word-wrap:break-word;
- text-align:center;
- transition-duration:0.8s;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:calibri;
- font-size:12px;
- line-height:150%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:4px solid #d4d4d4;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:4px solid #d4d4d4;
- }
- h1 {
- width:500px;
- word-wrap:break-word;
- font-size:15px;
- font-family:trebuchet;
- }
- h2 {
- font-family:trebuchet;
- font-size:14px;
- letter-spacing:0.5px;
- font-weight:bold;
- text-align:left;
- font-style:normal;
- width:500px;
- word-wrap:break-word;
- }
- h3 {
- font-size:11px;
- font-weight:normal;
- font-style:italic;
- text-align:right;
- margin-top:10px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-top:40px;
- margin-left:500px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- margin-bottom:80px;
- }
- .pn img {
- padding-right:5px;
- }
- #sidebar {
- width:250px;
- position:fixed;
- margin-left:180px;
- margin-top:250px;
- }
- #sidebarimage {
- width:250px;
- height:150px;
- }
- #sidebarimage img {
- width:250px;
- height:150px;
- }
- #box {
- position:fixed;
- float:left;
- margin-left:15px;
- margin-top:15px;
- width:220px;
- height:120px;
- background:transparent;
- border:2px solid {color:background};
- opacity:0.8;
- }
- #description {
- padding:5px;
- text-align:right;
- width:150px;
- margin-left:65px;
- margin-top:15px;
- border-right:3px solid #e2e2e2;
- font-size:11px;
- font-family:trebuchet;
- padding-right:10px;
- font-style:italic;
- }
- #links {
- margin-left:-20px;
- margin-top:-228px;
- width:10px;
- height:auto;
- }
- #links a {
- float:left;
- width:10px;
- height:10px;
- overflow:hidden;
- border:1px solid #e2e2e2;
- color:{color:background};
- margin-bottom:5px;
- }
- #links a:hover {
- height:20px;
- background:{color:sidebar accents};
- border:1px solid {color:sidebar accents};
- color:{color:sidebar accents};
- }
- #pagination {
- font-size:10px;
- text-align:right;
- }
- #info {
- text-align:left;
- margin-top:10px;
- border-top:1px solid #e2e2e2;
- padding-top:10px;
- margin-top:15px;
- }
- #info a {
- float:left;
- overflow:hidden;
- height:10px;
- width:10px;
- background:{color:sidebar accents};
- color:transparent;
- margin-left:5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #info a:hover {
- width:20px;
- height:10px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #tags {
- position:absolute;
- margin-left:515px;
- margin-top:10px;
- width:150px;
- font-size:11px;
- font-family:calibri;
- {block:ifHoverTags}
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- {/block:ifHoverTags}
- }
- #post:hover #tags {
- {block:ifHoverTags}
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- {/block:ifHoverTags}
- }
- #tags a {
- color:{color:text};
- }
- #tagtitle {
- float:left;
- width:100px;
- font-size:10px;
- font-family:trebuchet;
- text-transform:uppercase;
- letter-spacing:0.5px;
- border-bottom:1px solid {color:sidebar accents};
- padding:0px 30px 3px 10px;
- margin-bottom:7px;
- }
- #asker {
- float:left;
- margin-right:5px;
- background:#f5f5f5;
- padding:15px;
- width:470px;
- margin-bottom:10px;
- }
- #chat {
- font-size:11px;
- font-family:sans-serif;
- line-height:140%;
- margin-top:-10px;
- }
- #chat.chat1 {
- margin-left:0px;
- }
- #chat .chat1 .chat2 {
- color:{color:text};
- padding:4px 4px 5px 5px;
- border-style:none;
- }
- .chat2 {
- color:{color:text};
- padding: 4px 4px 5px 5px;
- border-style:none;
- }
- #chat .chat1 .chat2.even {
- text-indent:20px;
- color:{color:text};
- background:#f5f5f5;
- }
- #chat .chat1 .chat2 span {
- font-weight: bold;
- }
- #audio {
- max-width:500px;
- }
- .albumart {
- float:left;
- padding-bottom:7px;
- padding-right:15px;
- }
- .albumart img {
- width:128px;
- height:128px;
- box-shadow: 2px 2px 3px #b8b8b8;
- }
- .playercontainer {
- z-index:-1;
- text-align:left;
- padding:8px;
- width:480px;
- }
- .trackinfo {
- font-size:12px;
- padding:10px;
- color:{color:text};
- }
- #credit {
- font-size:15px;
- font-family:trebuchet;
- font-style:normal;
- letter-spacing:2px;
- text-align:center;
- }
- #credit a {
- background:none;
- color:#777;
- width:13px;
- padding:10px;
- position:fixed;
- right:20px;
- bottom:15px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a:hover {
- width:13px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- background-color:{color:scrollbar bg}
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-long-arrow-left"></i></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><i class="fa fa-long-arrow-right"></i></a>{/block:NextPage}{/block:Pagination}
- </div>
- <span id="box"></span><div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="{text:link 1 url}" title="{text:link 1}">{text:link 1}</a><br>
- <a href="{text:link 2 url}" title="{text:link 2}">{text:link 2}</a><br>
- <a href="{text:link 3 url}" title="{text:link 3}">{text:link 3}</a><br>
- <a href="{text:link 4 url}" title="{text:link 4}">{text:link 4}</a><br>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- <div id="tags">{block:HasTags} <span id="tagtitle">FILED UNDER:</span><br> {block:Tags} <a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:HasTags}</div>
- {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}<h2>{Quote}</h2>{block:Source} <h3>—{Source}</h3>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="chat"><div class="chat1">{Block:Lines}<div class="chat2 {Alt}">{Block:Label}<span>{Label}</span>{/block:Label} {Line}</div>{/block:Lines}</div></div>{/block:Chat}
- {block:Audio}<div id="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div><div class="trackinfo">{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><br>{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker">{Asker}:<br>{Question}</div><br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date} <a href="{Permalink}" title="posted {DayofMonth} {ShortMonth}">{DayofMonth} {ShortMonth} </a>{/block:Date} <a href="{Permalink}" title="{NoteCountwithLabel}">
- {NoteCountWithLabel}</a> <a href="{ReblogURL}" title="reblog">reblog</a></div>
- {block:PermalinkPage}
- {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}<div class="pn">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- <div id="credit"><a href="http://jxcodes.tumblr.com/" title="credit">J</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment