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}
- <!--- Theme made by redlight-themes;
- DON'T REMOVE THE CREDIT. Thanks! --->
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content="#FBFBFB"/>
- <meta name="color:Sidebar" content="#F5F5F5"/>
- <meta name="color:Text" content="#545454"/>
- <meta name="color:Link" content="#735C7B"/>
- <meta name="color:Link Hover" content="#B8B8B8"/>
- <meta name="color:Posts" content="#F5F5F5"/>
- <meta name="color:Question Background" content="#F0F0F0"/>
- <meta name="text:Title" content="Sidebar Title"/>
- <meta name="text:Hover01" content="Hover01"/>
- <meta name="text:Hover02" content="Hover02"/>
- <meta name="text:Hover03" content="Hover03"/>
- <meta name="text:Hover04" content="Hover04"/>
- <meta name="text:Hover05" content="Hover05"/>
- <meta name="text:Link01 Title" content="Link01 Title">
- <meta name="text:Link01 URL" content="Link01 URL">
- <meta name="text:Link02 Title" content="Link02 Title">
- <meta name="text:Link02 URL" content="Link02 URL">
- <meta name="text:Link03 Title" content="Link03 Title">
- <meta name="text:Link03 URL" content="Link03 URL">
- <meta name="text:Link04 Title" content="Link04 Title">
- <meta name="text:Link04 URL" content="Link04 URL">
- <meta name="text:Link05 Title" content="Link05 Title">
- <meta name="text:Link05 URL" content="Link05 URL">
- <meta name="text:Tweet Hover" content="Tweet Hover" />
- <meta name="text:Tweet URL" content="Tweet URL" />
- <meta name="text:Instagram Hover" content="Instagram Hover" />
- <meta name="text:Instagram URL" content="Instagram URL" />
- <meta name="text:Soundcloud Hover" content="Soundcloud Hover" />
- <meta name="text:Soundcloud URL" content="Soundcloud URL" />
- <meta name="text:AIM" content="AIM" />
- <meta name="text:mp3" content="" />
- <style type="text/css">
- @font-face {font-family: 'noodle';
- src: url('https://dl.dropboxusercontent.com/s/5eqjfok2i3zvz1c/big_noodle_titling.ttf')}
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color: {color:Link};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:Link};
- border:3px solid {color:Background};
- }
- body {
- background:{color:background};
- background-image:url("{image:Background}");
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position:right bottom;
- margin:0px;
- color:{color:text};
- font-family:trebuchet ms, sans-serif;
- font-size:10px;
- line-height:100%;
- text-align:justify;
- }
- a:link, a:active, a:visited {
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- }
- a:hover {
- color: {color:Link Hover};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:1px;
- border-left:2px solid;
- }
- h1 {
- color:{color:Link};
- font-family:calibri;
- font-size:15px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-shadow:1px 1px 1px #000000;
- }
- #entries {
- padding:10px;
- width:400px;
- margin-left:420px;
- margin-top:50px;
- }
- #post {
- background-color:{color:Posts};
- width:400px;
- padding:20px;
- padding-bottom:10px;
- margin-top:20px;
- }
- #post a {
- font-family:calibri;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- }
- #post img {
- opacity: 0.75; filter:alpha(opacity=75);
- -moz-opacity: 0.9;
- -khtml-opacity: 0.9;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #post img:hover {
- opacity: 1; filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- iframe {
- opacity: 0.75;
- filter:alpha(opacity=75);
- -moz-opacity: 0.9;
- -khtml-opacity: 0.9;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- iframe:hover {
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- #sidebar {
- width:300px;
- position:fixed;
- margin-left:50px;
- margin-top:250px;
- }
- #title {
- font-family:'noodle';
- font-size:20px;
- line-height:10px;
- text-align:right;
- margin-bottom:5px;
- text-shadow:3px 3px 3px #000000;
- position:relative;
- }
- #title a:hover {
- color:{color:Link Hover};
- }
- #description {
- background:{color:Sidebar};
- width:150px;
- height:50px;
- margin-top:-100px;
- padding:5px;
- text-align:justify;
- text-transform:uppercase;
- font-family:calibri;
- font-size:8px;
- line-height:90%;
- text-shadow:1px 1px 1px #000000;
- }
- #sidebarimage {
- margin-left:165px;
- width:125px;
- height:100px;
- }
- #sidebarimage img {
- width:125px;
- height:100px;
- padding:5px;
- background-color:{color:Sidebar};
- }
- #links {
- position:fixed;
- width:150px;
- height:auto;
- margin-top:-5px;
- padding:5px;
- text-align:center;
- }
- #links img {
- width:20px;
- height:20px;
- -webkit-filter: grayscale(1);
- opacity:0.50;
- }
- .links {
- width:25px;
- height:25px;
- margin-top:5px;
- margin-right:5px;
- display:inline-block;
- text-align:center;
- font-family:calibri;
- font-size:8px;
- color:#747474;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #mplayer {
- background:{color:Sidebar};
- margin-top:5px;
- width:90px;
- height:20px;
- text-align:center;
- }
- #hovers {
- background:{color:Sidebar};
- margin-left:95px;
- margin-top:-20px;
- width:55px;
- height:10px;
- padding:5px;
- text-align:center;
- font-size:15px;
- letter-spacing:-2px;
- text-shadow:1px 1px 1px #000000;
- }
- #hovers a {
- color:{color:Link};
- }
- #hovers a:hover {
- color: {color:Link Hover};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- }
- #links2 {
- margin-top:5px;
- margin-bottom:5px;
- width:300px;
- text-transform:uppercase;
- text-align:right;
- font-family:calibri;
- font-size:9px;
- line-height:90%;
- color:{color:Link};
- }
- #pagination {
- font-size:8px;
- font-family:calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:right;
- margin-top:25px;
- }
- #info, #info a {
- font-family:calibri;
- color:{color:Link};
- font-size:8px;
- letter-spacing:1px;
- text-align:right;
- text-transform:uppercase;
- margin-top:10px;
- }
- #ask {
- background:{color:Question Background};
- padding:5px;
- min-height:24px;
- text-transform:uppercase;
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- }
- #quote {
- font-family:georgia;
- font-size:20px;
- text-transform:lowercase;
- font-weight: normal;
- line-height:15px;
- color:{color:Link};
- text-shadow:1px 1px 1px #000000;
- }
- #quotesource {
- text-transform:uppercase;
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- }
- .cover {position: relative; z-index: 1; width:400px;}
- .playbutton {
- width: 20px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 15px 24px 13px 16px;}
- .playbox {
- background-color: #000;
- position: absolute;
- z-index: 1000;
- margin-top: 170px;
- margin-left: 170px;
- opacity: 0.5;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- border-radius: 100px;
- }
- #cr {
- position:fixed;
- bottom:10px;
- right:10px;
- display:inline-block;
- background-color:{color:Sidebar};
- color:{color:Link};
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- }
- #s-m-t-tooltip{
- max-width:250px;
- margin-top:10px;
- margin-left:15px;
- z-index:9999999;
- background-color:{color:Sidebar};
- color:{color:Text};
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- line-height:14px;
- padding:3px;
- border-left:2px solid {color:Link};
- }
- {CustomCSS}</style></head>
- <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(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="sidebar">
- <div id="title"><a href="/">{text:Title}</a></div>
- <div id="links2">
- <a title="{text:Link01 Title}" href="{text:Link01 URL}">001</a>
- <a title="{text:Link02 Title}" href="{text:Link02 URL}">002</a>
- <a title="{text:Link03 Title}" href="{text:Link03 URL}">003</a>
- <a title="{text:Link04 Title}" href="{text:Link04 URL}">004</a>
- <a title="{text:Link05 Title}" href="{text:Link05 URL}">005</a>
- </div>
- <div id="sidebarimage"><img src="{image:Sidebar}"></div>
- <div id="description">{Description}</div>
- <div id="mplayer">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="90" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
- <param name="bgcolor" value="#272727" />
- <param name="FlashVars" value="mp3={text:mp3}&width=90&height=20&autoplay=0&loop=1&showslider=0&buttonwidth=22&sliderheight=5&bgcolor=272727&bgcolor1=272727&bgcolor2=272727&slidercolor1=0a0a0a&sliderovercolor=272727&buttoncolor=dfdfdf&buttonovercolor=484848&showlist=0" />
- </object>
- </div>
- <div id="hovers">
- <a title="{text:Hover01}">●</a> <a title="{text:Hover02}">●</a> <a title="{text:Hover03}">●</a> <a title="{text:Hover04}">●</a> <a title="{text:Hover05}">●</a>
- </div>
- <div id="links">
- <a class="links" title="{text:Tweet Hover}" class=body_con href="{text:Tweet URL}"><img src="http://i.imgur.com/uW362fR.png"></a>
- <a class="links" title="{text:Instagram Hover}" class=body_con href="{text:Instagram URL}"><img src="http://i.imgur.com/e8mCGgm.png"></a>
- <a class="links" title="{text:Soundcloud Hover}" class=body_con href="{text:Soundcloud URL}"><img src="http://i.imgur.com/tv8QiAO.png"></a>
- <a class="links" title="{text:AIM}"><img src="http://i.imgur.com/OYJxPDc.png"></a>
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> ·{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>{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}<div id="quote">{Quote}</div>{block:Source} <br><div id="quotesource">{Source}</div>{/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}<div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">{Asker} asked:<br>{Question}</div><br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}· <a href="{Permalink}">
- {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} · <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <div id="cr"><a href="http://redlight-themes.tumblr.com">cr</a></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment