Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--theme 10, little bit by dimplekink do not be a punk and remove the credit-->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:linkbg" content="#000"/>
- <meta name="color:permalink" content=""/>
- <meta name="color:border" content=""/>
- <meta name="color:sb border" content=""/>
- <meta name="color:sbimg border" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="image:background" content=""/>
- <!-- jquery 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>
- <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>
- <!--CSS customization here. -->
- <style type="text/css">
- /*dont touch this */ #credit {
- bottom:10px;
- font-style:none;
- font-size:10px;
- right:35px;
- position:fixed;
- font-weight:bold;
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- /*basics*/
- blockquote {padding:0px 0 0px 20px;
- border-left:1px solid #eee;
- margin-left:10px;
- }
- body {
- background: {color:Background} url('{image:Background}') no-repeat center fixed ;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:11px;}
- 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*/
- #sidebar {
- position:fixed;
- width:110px;
- margin-top:230px;
- margin-left:-200px;
- background-color:#fff;
- padding:4px;
- border:1px solid {color:sb border};
- }
- #sidebarim {
- width:90px;
- }
- #sidebarim img {
- width:100px;
- height:100px;
- margin-bottom:-95px;
- margin-left:4px;
- border: 1px solid {color:sbimg border};
- width:100px
- }
- #blogt {font-size:18px;
- font-weight:bold;
- margin-bottom:5px;
- margin-top:-4px;
- }
- #links {
- line-height:16px;
- text-transform:lowercase;
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- width:100px;
- font-size:8px;
- height:10px;
- text-align:none;
- margin-top:100px;
- margin-left:4px;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- text-align:center;
- font-style:italic;
- font-size:12px;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-150px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- width:400px;
- }
- #posts {
- background-color:#fff;
- padding:10px;
- border: 1px solid {color:border};
- width:400px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:400px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:18px;
- line-height:18px;
- font-weight:bold;
- font-style:italic;
- }
- #source {
- margin-top:15px;
- margin-left:190px;
- font-size:9px;
- }
- /*audio*/
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- width: 500px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- 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;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*asks*/
- #q {
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- background-color:transparent;
- color: {color:text};
- margin-left:0px;
- padding:0px;
- margin-top:-10px;
- margin-bottom:5px;
- font-size:10px;
- font-style:italic;
- text-align:left;
- }
- #q img{
- border: 1px solid #fff;
- border-radius:30px;
- width:50px;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- }
- #q:hover img{
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(0deg);
- -o-transform: rotate(360deg);
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:uppercase;
- background-color:{color:permalink};
- padding: 10px;
- text-align:center;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- word-break:break-all; font-size:9px;
- text-align:right; margin-top:-15px; text-transform:lowercase;
- opacity:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;
- -webkit-transition:.5s;
- }
- #posts:hover .tags {
- opacity:1;
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- 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="sidebar">
- <div id="sidebarim"><img src="{image:sidebar image}"></div>
- <div id="description">{Description}</div><p>
- <div id="links">
- <center><select onchange='location=this.options[this.selectedIndex].value;' style='width:100px;font-size:9px;margin-top:30px;'>
- <option>navigation</option>
- <option value="/">home</option>
- <option value="/ask">ask</option>
- <option value="{text:link 1 url}">{text:link 1}</option>
- <option value="{text:link 2 url}">{text:link 2}</option>
- <option value="{text:link 3 url}">{text:link 3}</option>
- </select></center>
- </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}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {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}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Answer}<div id="q"><img src="{AskerPortraitURL-64}"/> {Asker}: {Question}</div>
- <div id="answer"> {Answer}</div>{/block:answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}">{block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">♡</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">©</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}">back</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}<!---DONT TOUCH THIS ---> <div id="credit"><a href="http://dimplekink.tumblr.com">©</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement