Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!------------------------------------------------------------------------
- 13 : RAIN by jaebium.tumblr.com
- — don't steal
- — don't use as a base code
- — don't remove credit
- — ask me if you have any issues!
- ------------------------------------------------------------------------->
- <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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#c9c9c9"/>
- <meta name="color:Links" content="#a0a0a0"/>
- <meta name="color:Hover" content="#1d1d1d"/>
- <meta name="color:Border" content="#f3f3f3"/>
- <meta name="color:Title" content="#8f8f8f"/>
- <meta name="color:Accent" content="#dcecf5"/>
- <meta name="color:Scrollbar" content="#dcecf5"/>
- <meta name="select:Post Width" content="post-250" title="250px"/>
- <meta name="select:Post Width" content="post-400" title="400px"/>
- <meta name="select:Post Width" content="post-500" title="500px"/>
- <meta name="if:Show Caption" content="1"/>
- <meta name="if:Hover Info" content="1"/>
- <meta name="if:Low Opacity Posts" content="1"/>
- <meta name="if:Grayscale" content="1"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <!----google fonts---->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300' rel='stylesheet' type='text/css'>
- <!----jquery----->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!---tooltip--->
- <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:0,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- .tmblr-iframe {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:1;}
- .tmblr-iframe {position:fixed !important;-webkit-filter: invert(100%)}
- /*---scrollbar---*/
- ::-webkit-scrollbar {
- height: 2px;
- width: 6px;
- background-color:transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- }
- /*---fade in on load---*/
- body {
- -webkit-animation: fadein 2s;
- -moz-animation: fadein 2s;
- -ms-animation: fadein 2s;
- -o-animation: fadein 2s;
- animation: fadein 2s;
- }
- @keyframes fadein {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @-moz-keyframes fadein {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @-webkit-keyframes fadein {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @-ms-keyframes fadein {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @-o-keyframes fadein {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- /*---tooltip---*/
- #s-m-t-tooltip{
- font-size:7px;
- position:absolute;
- margin-top:30px;
- margin-left:10px;
- z-index:9999999;
- background:{color:Background};
- padding:4px 8px 4px 8px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*---basics---*/
- body {
- margin:0;
- color:{color:Text};
- font-family: 'open sans', sans-serif, trebuchet ms;
- line-height:16px;
- font-weight:400;
- font-size:10px;
- background:{color:Background};
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- a:hover {
- cursor:help;
- color:{color:Hover};
- text-shadow:0px 0px 0px #a0a0a0;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- img {
- max-width:100%;
- width:100%;
- height:auto;
- {block:IndexPage}
- opacity:.8;
- {block:IfGrayscale}
- -webkit-filter: Grayscale(30%); /*you can change this to any percentage*/ {/block:IfGrayScale}
- {/block:IndexPage}
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- transition: all .6s ease-in-out;
- {/block:IfLowOpacityPosts}
- }
- .html_photoset {
- {block:IndexPage}
- {block:IfLowOpacityPosts}
- opacity:.8;
- {/block:IfLowOpacityPosts}
- {block:IfGrayscale}
- -webkit-filter: Grayscale(30%); /*you can change this to any percentage*/ {/block:IfGrayScale}
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- transition: all .6s ease-in-out;
- {/block:IndexPage}
- }
- .container:hover img, .container:hover .html_photoset {
- opacity:1;
- -webkit-filter: Grayscale(0%);
- }
- h1, h2 {
- padding-bottom:10px;
- margin-bottom:0px;
- font-weight:300;
- border-bottom:1px solid {color:Border};
- font-size:13px;
- color:{color:Links};
- }
- blockquote {
- border-left:1px solid {color:Accent};
- padding-left:14px;
- margin-left:0px;
- max-width: 100%;
- }
- blockquote blockquote {
- margin:0px 4px 0px 4px;
- }
- #center {
- width:400px;
- position:relative;
- margin:0px auto;
- }
- /*---sidebar---*/
- {block:IndexPage}
- .post-500 #sidebar-wrap {margin-left:-220px;}
- .post-400 #sidebar-wrap {margin-left:-220px;}
- .post-250 #sidebar-wrap {margin-left:-170px;}
- {/block:IndexPage}
- #sidebar-wrap {
- width:120px;
- {block:PermalinkPage}
- margin-left:-220px;
- {/block:PermalinkPage}
- text-align:center;
- font-size:10px;
- position:fixed;
- margin-top:130px;
- font-weight:300;
- border-right:1px solid {color:border};
- padding-right:45px;
- }
- #title {
- font-size:13px;
- margin-bottom:2px;
- padding-bottom:12px;
- }
- #title a {
- color:{color:Title};
- border-bottom:1px solid {color:Accent};
- }
- #description {
- font-style:italic;
- padding:0px 10px;
- margin-bottom:5px;
- }
- #links {
- margin-top:15px;
- text-align:center;
- font-size:10px;
- border-top:1px solid {color:Border};
- line-height:20px;
- padding:20px 5px 0px 5px;
- }
- #links a {
- padding:2px 3px;
- }
- /*---posts---*/
- #posts {
- padding-top:130px;
- {block:PermalinkPage}
- margin-bottom:60px;
- {/block:PermalinkPage}
- }
- .container {
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:10px;
- {/block:PermalinkPage}
- position:relative;
- z-index:1;
- }
- {block:PermalinkPage}
- #posts, .container {margin-left:-5px;width:400px;}
- {/block:PermalinkPage}
- {block:IndexPage}
- .post-500 #posts, .post-500 .container {width:500px;}
- .post-500 #posts {margin-left:0px;}
- .post-400 #posts, .post-400 .container {width:400px;}
- .post-400 #posts {margin-left:-10px;}
- .post-250 #posts, .post-250 .container {width:250px;}
- .post-250 #posts {margin-left:50px;}
- .post-500 .container {margin-bottom:110px;}
- .post-400 .container {margin-bottom:70px;}
- .post-250 .container {margin-bottom:90px;}
- {/block:IndexPage}
- .post-500 .element-post-250,
- .post-500 .element-post-400,
- .post-400 .element-post-250,
- .post-400 .element-post-500,
- .post-250 .element-post-400,
- .post-250 .element-post-500 {display:none;}
- .element-post-500,.element-post-400,.element-post-250{{block:PermalinkPage}display:none;{/block:PermalinkPage}}
- /*---info---*/
- #info {
- /*---info for non-photo posts---*/
- font-size:9px;
- letter-spacing:0px;
- {block:IndexPage}
- padding-left:15px;
- border-left:1px solid {color:Border};
- text-align:left;
- position:absolute;
- text-transform:uppecase;
- left:105%;
- width:130px;
- opacity:0;
- font-weight:300;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:16px;
- font-size:11px;
- letter-spacing:0px;
- line-height:19px;
- padding-bottom:10px;
- margin-bottom:10px;
- border-bottom:1px solid {color:Border};
- {/block:PermalinkPage}
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #info-photo {
- /*---info for photo posts---*/
- {block:IfHoverInfo}
- background-color:rgba(255,255,255,.99);
- left:5px;
- top:5px;
- right:5px;
- border-radius:2px 2px;
- position:absolute;
- z-index:2;
- opacity:0;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- {/block:IfHoverInfo}
- {block:IfNotHoverInfo}
- border-bottom:1px solid {color:Border};
- padding-bottom:15px;
- margin-bottom:17px;
- {/block:IfNotHoverInfo}
- font-size:9px;
- text-transform:uppercase;
- font-weight:300;
- letter-spacing:1px;
- }
- {block:IfHoverInfo}
- .post-250 #info-photo {padding:10px 15px;}
- .post-400 #info-photo {padding:30px 35px;}
- .post-500 #info-photo {padding:35px 40px;}
- {/block:IfHoverInfo}
- #info-photo a {
- border-bottom:1px solid {color:Accent};
- }
- #reb a {
- font-size:10px;
- border:1px solid {color:Border};
- border:1px solid #f8f8f8;
- border-radius:20px;
- display:inline-block;
- }
- .post-250 #reb a {padding:1px 5px;width:7px;margin-right:0px;}
- .post-400 #reb a,
- .post-500 #reb a {width:10px;padding:2px 5px;
- margin-right:5px;}
- #reb a:hover {
- border:1px solid {color:Accent};
- }
- .container:hover #info-photo, .container:hover #tagz, .container:hover #info {
- opacity:1;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #tags {
- font-size:10px;
- {block:IfHoverInfo}
- margin-top:5px;
- {/block:IfHoverInfo}
- {block:IfNotHoverInfo}
- margin-top:7px;
- {/block:IfNotHoverInfo}
- text-transform:none;
- letter-spacing:0px;
- }
- #tags a {
- border-bottom:1px solid transparent;
- margin-right:5px;
- }
- /*---captions---*/
- #body {
- padding:15px 20px;
- background:#fbfbfb;
- border-radius:0px 0px 4px 4px;
- word-wrap: break-word;
- }
- .caption {
- padding:10px 20px;
- background:#fbfbfb;
- border-top:1px solid {color:Border};
- border-radius:0px 0px 5px 5px;
- word-wrap:break-word;
- }
- /*---quote posts---*/
- #quote {
- padding:15px 20px;
- background:#fbfbfb;
- text-align:left;
- font-weight:400;
- font-size:12px;
- }
- #source {
- text-align:center;
- text-transform:uppercase;
- margin-bottom:15px;
- font-size:9px;
- letter-spacing:1px;
- }
- /*---permalink notes---*/
- .notes, .notes ul li {
- list-style-type:decimal-leading-zero;
- margin:0px 0px 0px 15px;
- padding:0px;
- font-size:10px;
- }
- .notes li {
- padding-bottom:3px;
- }
- .notes img {
- display:none;
- }
- .more_notes_link {
- margin-top:15px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:400;
- font-size:8px;
- }
- /*---ask posts---*/
- #ask {
- letter-spacing:0px;
- font-size:10px;
- font-size:10px;
- font-style:itali;
- margin-top:3px;
- margin-bottom:15px;
- }
- .askerpt {
- border-radius:3px 3px 30px 3px;
- width:32px;
- height:32px;
- position:absolute;
- display:none;
- }
- #question {
- padding:15px 20px 10px 0px;
- font-style:none;
- }
- #asker:before {
- content:' ?';
- border:1px solid {color:accent};
- padding:4px 8px 4px 7px;
- font-size:9px;
- margin-right:10px;
- border-radius:15px;
- }
- #asker {
- font-weight:600;
- text-transform:lowercase;
- font-size:10px;
- margin-bottom:5px;
- background:#fff;
- }
- /*---audio posts---*/
- .art {
- width:45px;
- height:45px;
- border-radius:2px;
- z-index:2;
- margin-top:7px;
- border:1px solid {color:Border};
- }
- .play {
- position:absolute;
- margin-left:9px;
- margin-top:15px;
- width:30px;
- height:30px;
- overflow:hidden;
- border-radius:3px;
- background:black;
- z-index:3;
- opacity:.6;
- }
- #track {
- font-size:9px;
- border-radius:3px;
- background:#fbfbfb;
- height:60px;
- border-bottom:1px solid {color:Border};
- padding:7px 15px 6px 15px;
- }
- #trackname {
- position:absolute;
- text-transform:uppecase;
- margin-left:65px;
- margin-top:10px;
- letter-spacing:1px;
- }
- /*---pagination---*/
- #pagination {
- text-align:center;
- width:100px;
- margin:50px auto 0px auto;
- padding-top:20px;
- border-top:1px solid {color:Border};
- margin-bottom:90px;
- }
- #pagination a {
- padding:0px 3px;
- }
- /*---credit---*/
- #credit {
- position:fixed;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- font-family:arial, trebuchet ms;
- }
- #credit {
- bottom:20px;
- right:20px;
- font-weight:bold;
- }
- #credit a {
- padding:4px 5px;
- border:1px solid {color:Border};
- border-radius:2px;
- }
- #credit a:hover {
- border:1px solid {color:Accent};
- }
- {CustomCSS}</style></head><body>
- <div id="center" class="{select:Post Width}">
- <div id="sidebar-wrap">
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="description">{Description}</div>
- </div>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="container">
- {block:ContentSource}
- <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {block:Date}
- {block:IndexPage}
- {block:IfHoverInfo}
- <div id="info" style="display:block;{block:Photo}display:none;{/block:Photo}{block:Photoset}display:none;{/block:Photoset}">
- <div style="text-transform:uppercase;letter-spacing:1px; margin-left:-16px;padding-left:15px;border-left:1px solid {color:Accent};z-index:2;"><a href="{Permalink}" style="color:{color:Accent};text-shadow:0px 0px 0px #a0a0a0;">{TimeAgo}</a></div>
- <div id="reb" style="margin-top:11px;margin-bottom:12px;"><a href="{ReblogURL}" title="Reblog" target="_blank">↻</a>
- {block:RebloggedFrom}<a href="{ReblogRootURL}" title="src: {ReblogRootName}">@</a>{/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div id="tags" style="display:block;{block:Photo}display:none;{/block:Photo}{block:Photoset}display:none;{/block:Photoset}">
- {block:Tags}
- # <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:IfHoverInfo}
- <div id="info-photo" style="{block:IfHoverInfo}display:none;{block:Photo}display:block;{/block:Photo}{block:Photoset}display:block;{/block:Photoset}{/block:IfHoverInfo}{block:IfNotHoverInfo}display:block;{/block:IfNotHoverInfo}">
- <div id="reb" style="margin-top:-3px;{block:IfHoverInfo}right:20px;{/block:IfHoverInfo}{block:IfNotHoverInfo}right:0px;{/block:IfNotHoverInfo}position:absolute;"><a href="{ReblogURL}" title="Reblog" target="_blank">↻</a>
- {block:RebloggedFrom}<a href="{ReblogRootURL}" title="src: {ReblogRootName}">@</a>{/block:RebloggedFrom}
- </div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} ( {NoteCountWithLabel} ){/block:NoteCount}
- {block:HasTags}
- <div id="tags">
- {block:Tags}
- # <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Date}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}<div id="body">{Body}</div>
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}{block:IndexPage}
- <img class="element-post-500" src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- <img class="element-post-400" src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- <img class="element-post-250" src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:PermalinkPage}{LinkCloseTag}
- {block:IndexPage}
- {block:IfShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {/block:IndexPage}
- <div class="element-post-500">{Photoset-500}</div>
- <div class="element-post-400">{Photoset-400}</div>
- <div class="element-post-250">{Photoset-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
- {block:IndexPage}
- {block:IfShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- <div id="quote">"{Quote}"</div>
- {/block:Quote}
- {block:Link}
- <div class="caption"><a href="{URL}" target="_blank">{Name}</a>
- {block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
- <div id="body">{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:Chat}
- {block:Audio}
- <div id="track">
- <div id="trackname">
- {block:TrackName}
- <div style="text-transform:uppercase;border-bottom:1px solid {color:Border};padding-bottom:4px;margin-bottom:4px;">{TrackName}</div>
- {/block:TrackName}
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- <div class="play">{AudioPlayerBlack}</div>
- {block:AlbumArt}<img src="{AlbumArtURL}" class="art">{/block:AlbumArt}
- </div>
- {block:IndexPage}
- {block:IfShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div class="element-post-500">{video-500}</div>
- <div class="element-post-400">{Video-400}</div>
- <div class="element-post-250">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {block:IndexPage}
- {block:IfShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <div id="ask">
- <div id="asker">{Asker} asked: </div>
- <div id="question">{Question}</div>
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- {block:PermalinkPage}
- <div id="info">Posted {Month} {DayOfMonth} {Year}<br>
- {block:RebloggedFrom}Via <a href="{ReblogParentURL}">{ReblogParentName}</a> | Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}
- {block:HasTags}<br>
- Tagged:
- {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <br>
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- </div>
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a> |
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </div>
- </div>
- <!-----theme credit----->
- <div id="credit">
- <a href="http://jaebium.tumblr.com" title="theme" target="_blank">J</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment