Advertisement
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>
- <!--Theme #30 by wonderfullythemes
- dont remove the credit pls and thanks-->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!--SCRIPT FOR TOOLTIPS-->
- <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>
- <stsss>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Title" content="#ddd" />
- <meta name="color:Container Background" content="#fff" />
- <meta name="color:NavLinks" content="#ddd" />
- <meta name="color:NavLinks Background" content="#fff" />
- <meta name="color:NavLinks Border" content="#ddd" />
- <meta name="color:NavLinks Hover" content="#fff" />
- <meta name="color:NavLinks Background Hover" content="#444" />
- <meta name="color:NavLinks Border Hover" content="#ddd" />
- <meta name="color:Post Title" content="#444" />
- <meta name="color:Blockquote" content="#444" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#444" />
- <meta name="color:Answer Background" content="#fff" />
- <meta name="color:Answer Text" content="#444" />
- <meta name="color:Chat Bg Odd" content="#ddd" />
- <meta name="color:Chat Bg Even" content="#fff" />
- <meta name="color:Info Text" content="#444" />
- <meta name="color:Info Background" content="#fff" />
- <meta name="color:Info Border" content="#ddd" />
- <meta name="color:Info Links" content="#ddd" />
- <meta name="color:Info Links Hover" content="#444" />
- <meta name="color:Scrollbar" content="#444" />
- <meta name="color:Scrollbar Background" content="#fff" />
- <meta name="color:Tooltip Background" content="#fff" />
- <meta name="color:Tooltip Text" content="#444" />
- <meta name="color:Tooltip Border" content="#ddd" />
- <meta name="color:Tooltip Shadow" content="#ddd" />
- <meta name="image:Background" content="" />
- <meta name="image:Container Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:Grayscale" content="1" />
- <meta name="if:ShowCustomCursor" content="1" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:7px;
- background-color:{color:Scrollbar Background};
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'pt sans';
- font-size:8px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- border:1px solid {color:Tooltip Border};
- box-shadow:2px 2px 2px {color:Tooltip Shadow};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- {block:IfGrayscale}
- img{
- -webkit-filter: grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- img:hover{
- -webkit-filter: grayscale(0%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- z-index: 2px;
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- .html_photoset:hover{
- -webkit-filter: grayscale(0%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- z-index: 2px;
- }
- {/block:IfGrayscale}
- body {
- background:{color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat:no-repeat;
- background-size:cover;
- color:{color:Text};
- font-family:'calibri';
- font-size:11px;
- text-decoration:none;
- text-transform:none;
- margin:auto;
- {block:IfShowCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- {/block:IfShowCustomCursor}
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- {block:IfShowCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- {/block:IfShowCustomCursor}
- }
- h2 {
- color:{color:Post Title};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Blockquote};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- #container {
- margin:auto;
- top:0;
- left:0;
- right:0;
- bottom:0;
- position:fixed;
- width:520px;
- height:350px;
- border:1px solid #ddd;
- box-shadow:5px 5px 5px #ddd;
- background-color:{color:Container Background};
- background-image: url({image:Container Background});
- background-attachment: fixed;
- background-repeat:no-repeat;
- background-size:cover;
- }
- #entries {
- width:auto;
- height:270px;
- overflow-y:scroll;
- margin:40px 10px 0 50px;
- position:relative;
- float:left;
- padding-right:5px;
- }
- #posts {
- width:250px;
- margin-bottom:40px;
- }
- .links {
- width:auto;
- height:30px;
- line-height:100%;
- font-size:8px;
- text-transform:uppercase;
- position:absolute;
- margin-top:-5px;
- right:5%;
- }
- .links a {
- margin-right:5px;
- padding:3px;
- letter-spacing:1px;
- color:{color:NavLinks};
- background-color:{color:NavLinks Background};
- border:1px solid {color:NavLinks Border};
- }
- .links a:hover {
- letter-spacing:3px;
- color:{color:NavLinks Hover};
- background-color:{color:NavLinks Background Hover};
- border:1px solid {color:NavLinks Border Hover};
- }
- #sidebar {
- position:absolute;
- width:140px;
- height:300px;
- top:90px;
- right:40px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover .title {
- margin-left:55px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .title {
- color:{color:Title};
- height:auto;
- width:180px;
- line-height:20px;
- float:right;
- font-family:'arial bold';
- letter-spacing:-1px;
- text-align:center;
- text-transform:lowercase;
- font-size:15px;
- position:absolute;
- margin-top:80px;
- margin-left:45px;
- opacity:0;
- -webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- -o-transform: rotate(270deg);
- transform: rotate(270deg);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover .sidebarpic {
- margin-left:-10px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .sidebarpic {
- width:auto;
- height:auto;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .sidebarpic img {
- width:140px;
- height:180px;
- box-shadow:3px 3px 3px #ddd;
- }
- #sidebar:hover .description {
- margin-left:10px;
- opacity:.9;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .description {
- width:80px;
- height:120px;
- padding:10px;
- overflow-y:scroll;
- margin-top:-160px;
- margin-left:20px;
- position:absolute;
- text-transform:uppercase;
- font-size:8px;
- text-align:justify;
- background-color:#fff;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover #pagination {
- margin-top:10px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #pagination {
- width:120px;
- margin-top:-10px;
- font-size:10px;
- float:center;
- text-align:center;
- text-transform:uppercase;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--INFO AND TAGS--*/
- #footer {
- line-height:8px;
- text-transform:uppercase;
- width:240px;
- text-align:center;
- font-size:8px;
- margin-top:5px;
- padding:5px;
- color:{color:Info Text};
- background-color:{color:Info Background};
- border-top:1px solid {color:Info Border};
- background-image: url({image:Container Background});
- background-attachment: fixed;
- background-repeat:no-repeat;
- background-size:cover;
- }
- #footer a {
- color:{color:Info Links};
- }
- #footer a:hover {
- color:{color:Info Links Hover};
- letter-spacing:2px;
- }
- /*--POST TYPES--*/
- .question {
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:3px;
- }
- .answer {
- background-color:{color:Answer Background};
- color:{color:Answer Text};
- }
- .quote {
- font-size:8px;
- text-transform:uppercase;
- }
- .chat li {
- list-style:none;
- }
- .line_odd {
- background-color:{color:Chat Bg Odd};
- }
- .line_even {
- background-color:{color:Chat Bg Even};
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- {CustomCSS}</style></head><body>
- <div id="container">
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div id="sidebar">
- <div class="title">{Title};</div>
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- <div class="description">{Description}</div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="back">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" title="next">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question"><span style="text-transform:uppercase;font-size:9px">{Asker} asked:</span> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <span class="quote">"{Quote}"</span>
- {block:Source} -{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}<span class="chat">
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li></span>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}</a><br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags}#<a href="{URL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {/block:Date}</div>
- </div>{/block:Posts}
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com">theme</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement