Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <script src="//use.edgefonts.net/open-sans.js"></script>
- <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}
- <!-----------
- T H E M E S B Y
- ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█
- ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀ ░▀▀▀▄▄
- ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█
- I N F O R M A T I O N
- — JCEGERS' THEME #16: CLOSE TO HEAVEN
- — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
- — GUESS WHAT SONG I WAS LISTENING TO? BREAKING BENJAMIN'S
- NEW ALBUM IS SIMPLY PERFECT! MISH OUT.
- — HAVE A QUESTION? MESSAGE TO @jcegers or @jcethemes
- T E R M S O F U S E / R U L E S
- — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
- AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
- — DO NOT STEAL ANY PART OF MY CODE
- — DO NOT USE AS A BASECODE
- — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
- T H A N K Y O U!
- ------------->
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Title" content="#aaaaaa"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="color:Side Link" content="#121212"/>
- <meta name="color:Side Link Hover" content="#f9f9f9"/>
- <meta name="color:Accent" content="#dcdcdc"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Post BG" content="#ffffff"/>
- <meta name="color:Chat Post" content="#f4f4f4"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Show Topbar" content="1"/>
- <meta name="text:Top Title" content=""/>
- <meta name="text:Sidebar Title" content=""/>
- <meta name="text:SideLink 1 URL" content="" />
- <meta name="text:SideLink 1" content="" />
- <meta name="text:SideLink 2 URL" content="" />
- <meta name="text:SideLink 2" content="" />
- <meta name="text:SideLink 3 URL" content="" />
- <meta name="text:SideLink 3" content="" />
- <meta name="text:SideLink 4 URL" content="" />
- <meta name="text:SideLink 4" 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. -->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <style type="text/css">
- ::-moz-selection {
- background: {color:accent};
- color: {color:accent text};
- }
- ::selection {
- background: {color:accent};
- color: {color:accent text};
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top:25px;
- z-index:99999999;
- font-family:'open-sans';
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:4px;
- color:{color:Accent text};
- background:{color:Accent};
- border:1px solid {color:Border};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:border};
- }
- ::-webkit-scrollbar-button:horizontal {
- display:none;
- }
- ::-webkit-scrollbar {
- background-color:{color:background};
- width:5px;
- }
- /*basics*/
- blockquote {
- padding:0px 7px;
- border-left:1px solid {color:accent};
- margin-left:5px;
- margin-right:5px;
- max-width:100%;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'open-sans';
- font-size:9px;
- line-height:12px;
- letter-spacing:0.4px;
- text-align:justify;
- margin:0;}
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none
- }
- small {
- font-size:9px;
- }
- big {font-size:11px;
- }
- h1, h2, h3 {
- font-size:12px;
- line-height:14px;
- font-weight:bold;
- margin-bottom:10px;
- margin-top:0px;
- padding:10px;
- font-style:italic;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- background:{color:Accent};
- color:{color:Accent Text};
- }
- #title {
- font-size:12px;
- line-height:14px;
- font-weight:bold;
- margin-bottom:10px;
- padding:10px;
- font-style:italic;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- background:{color:Accent};
- color:{color:Accent Text};
- }
- #sidebar {
- position:fixed;
- width:160px;
- margin-top:0px;
- margin-left:279px;
- font-size:10px;
- line-height:14px;
- text-align:left;
- text-transform:lowercase;
- border-radius:0px;
- background:{color:Posts};
- background:{color:Post BG};
- border:1px solid {color:Border};
- }
- .sidetitle {
- position:fixed;
- margin-left:70px;
- height:60px;
- width:60px;
- padding:10px;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- font-weight:bold;
- font-style:italic;
- line-height:13px;
- text-align:left;
- font-family:'open-sans';
- color:{color:Title};
- }
- .desc {
- font-weight:none;
- margin-top:70px;
- color:{color:Accent Text};
- font-size:9px;
- font-family:'open-sans';
- line-height:12px;
- text-align:left;
- letter-spacing:0.4px;
- text-transform:none;
- padding:10px;
- font-style:none;
- border-top:1px solid {color:Accent};
- background:{color:Accent};
- }
- .desc a {
- color:{color:Accent Text};
- }
- .desc a:hover {
- color:{color:Hover};
- }
- .descim img {
- float:left;
- margin-left:5px;
- width:60px;
- border-radius:0px;
- background:{color:post bg};
- border-right:1px solid {color:Border};
- padding-right:7px;
- margin-top:5px;
- margin-bottom:5px;
- }
- #sidebar2 {
- position:fixed;
- width:85px;
- padding:5px;
- margin-top:0px;
- margin-left:821px;
- line-height:16px;
- text-align:left;
- text-transform:lowercase;
- border-radius:0px
- background:{color:Posts};
- border:1px solid {color:border};
- background:{color:Post BG};
- }
- .sidelinks {
- margin-left:7px;
- margin-top:0px;
- line-height:21px;
- display:block;
- }
- .sidelinks span {
- font-size:11px;
- margin-right:3px;
- color:{color:Accent};
- font-family:'calibri';
- }
- .sidelinks a {
- display:block;
- font-weight:bold;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-style:italic;
- text-align:left;
- font-family:'calibri';
- color:{color:Side Link};
- }
- .sidelinks a:hover {
- color:{color:Side Link Hover};
- margin-left:6px;
- }
- {block:ifShowTopbar}
- {block:IndexPage}
- #halfbg {
- position:absolute;
- width:100%;
- height:147px;
- left:0px;
- top:0px;
- background:{color:Accent};
- z-index:-1;
- }
- .bgtitle {
- position:absolute;
- width:350px;
- margin-top:33px;
- margin-left:490px;
- font-size:18px;
- text-transform:uppercase;
- font-weight:bold;
- font-style:italic;
- color:{color:Accent Text};
- }
- {/block:IndexPage}
- {/block:ifShowTopbar}
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:lowercase;
- font-weight:bold;}
- #pagination a {
- padding:0 15px;}
- /*posts*/
- #entries {
- margin-top:75px;
- margin-left:455px;
- width:360px;
- }
- #posts {
- width:350px;
- background:{color:Post BG};
- border:1px solid {color:Border};
- padding:0px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:95px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:350px;}
- .caption {width:100%;margin-top:5px;}
- /*quote*/
- #titlequote{
- text-align:center;
- font-size:12px;
- line-height:18px;
- font-weight:bold;}
- #source {
- margin-top:4px;
- text-align:right;
- margin-left:15px;}
- /*audio*/
- .music {
- width:350px;
- padding-bottom:0px;
- }
- .albumart {
- float:left;
- }
- .albumart img {
- width:60px;
- margin:0px 10px 0px 0px;
- }
- .playercontainer {
- text-align:left;
- padding:5px;
- width:350px;
- }
- .musicinfo {
- padding:10px;
- min-height:40px;
- margin-top:0px;
- line-height:12px;
- text-transform:none;
- letter-spacing:1px;
- font-size:10px;
- background:{color:Accent};
- color:{color:Accent Text};
- }
- .musicinfo b {
- font-style:italic;
- text-transform:uppercase;
- }
- /*asks*/
- .question {
- margin-bottom:0px;
- padding:10px;
- background:{color:Accent};
- color:{color:Accent Text};
- min-height:51px;
- }
- .asker {
- font-weight:bold;
- text-transform:uppercase;
- margin-bottom:0px;
- letter-spacing:1px;
- font-style:italic;
- font-size:12px;
- color:{color:Accent Text};
- }
- .answer {
- margin-top:-5px;
- padding:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- margin-top:-9px;
- list-style:none;
- }
- .line {
- padding:0px 0;
- }
- .label {
- font-weight:bold;
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:1px;
- }
- .odd, .even {
- padding:7px;
- }
- .odd {
- background:{color:Chat Post};
- }
- /*permalink and notes*/
- .permapage {
- margin-top:-2px;
- padding:5px;
- line-height:11px;
- background:{color:Accent};
- text-transform:uppercase;
- text-align:center;
- font-weight:bold;
- }
- .permapage a {
- margin-right:7px;
- color:{color:Accent text};
- padding-right:2px;
- letter-spacing:0.5px;
- font-size:9px;
- font-style:italic;
- font-weight:none;
- }
- .permapage a:hover {
- color:{color:Hover};
- }
- .tags{
- margin-top:2px;
- line-height:10px;
- font-style:none;
- font-weight:normal;
- text-transform:none;
- color:{color:Accent Text};
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;}
- .tags a {
- margin-right:5px;
- letter-spacing:0.5px;
- font-size:9px;
- font-style:none;
- font-weight:none;
- text-transform:none;
- color:{color:Accent Text};
- }
- .tags a:hover{
- color:{color:hover};
- }
- .via {
- float:right;
- text-align:right;
- font-weight:none;
- letter-spacing:1px;
- font-size:8px;
- text-transform:uppercase;
- }
- .via a {
- padding:3px;
- color:{color:Accent text};
- background:transparent;
- }
- .via a:hover {
- color:{color:Hover};
- background:transparent;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:350px;
- text-align:left;}
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:1px 0px;
- text-align:left;
- margin:0 0 0 -40px;}
- .credit {
- position:fixed;
- font-size:8px;
- font-weight:bold;
- text-transform:uppercase;
- line-height:150%;
- letter-spacing:0px;
- right:10px;
- bottom:10px;
- text-align:center;}
- .credit a {
- font-style:normal;
- padding:3px;
- color:{color:Link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .credit a: hover {
- font-style:normal;
- padding:3px;
- color:{color:Hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- {CustomCSS}
- </style>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- <body>
- <div class="credit"><a href="http://jcegers.tumblr.com/" title="Theme">jce</a></div>
- {block:IndexPage}
- {block:ifShowTopbar}
- <div id="halfbg"><div class="bgtitle">{text:Top Title}</div></div>
- {/block:ifShowTopbar}
- {/block:IndexPage}
- <div id="sidebar">
- <div class="descim"><img src="{image:Sidebar Image}">
- <div class="sidetitle">{text:Sidebar Title}</div>
- </div>
- <div class="desc">{Description}</div>
- </div>
- <div id="sidebar2">
- <div class="sidelinks">
- <a href="/"><span><i class="fa fa-home fa-fw"></i></span> home</a>
- <a href="/ask"><span><i class="fa fa-envelope fa-fw"></i></span> inbox</a>
- <a href="{text:SideLink 1 URL}"><span><i class="fa fa-user fa-fw"></i></span> {text:SideLink 1}</a>
- <a href="{text:SideLink 2 URL}"><span><i class="fa fa-navicon fa-fw"></i></span> {text:SideLink 2}</a>
- <a href="{text:SideLink 3 URL}"><span><i class="fa fa-tags fa-fw"></i></span> {text:SideLink 3}</a>
- <a href="{text:SideLink 4 URL}"><span><i class="fa fa-heart fa-fw"></i></span> {text:SideLink 4}</a>
- </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}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
- {/block:Photos}</div>
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}<div class="music">
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="musicinfo">{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>
- <div class="playercontainer">{AudioPlayerWhite}</div></div>
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <span class="asker">{Asker}:</span>
- {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:IndexPage}
- {block:Date}
- <div class="permapage">
- <a href="{Permalink}" title="{timeago}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a><a href="{Permalink}"><i class="fa fa-heart"></i> {NoteCount}</a><a href="{ReblogURL}" target="_blank" title="reblog?" float="right"><i class="fa fa-retweet fa-lg"></i></a>
- {block:HasTags}
- <div class="tags">
- {block:Tags}#<a href="{TagUrl}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="permapage">
- <div class="infoline"></div>
- <a href="{Permalink}" title="{timeago}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a> <a href="{Permalink}"><i class="fa fa-heart fa-fw"></i></a><a href="{Permalink}">{NoteCountWithLabel}</a>
- <div class="via">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- </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>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment