Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <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 #13: DAWN2 (500px posts version)
- — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
- — 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:Desc Link" content="#cfcfcf"/>
- <meta name="color:Desc Link Hover" content="#ffffff"/>
- <meta name="color:Side Link" content="#ffffff"/>
- <meta name="color:Side Link Hover" content="#fcfcfc"/>
- <meta name="color:Post Bg" content="#f8f8f8"/>
- <meta name="color:Accent" content="#6c95b6"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:Sidebar Icon" content=""/>
- <meta name="if:First Letter" content=""/>
- <meta name="if:Show Border" content=""/>
- <meta name="text:Side Title" content="title here"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5 Title" 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">
- #s-m-t-tooltip{
- position:absolute;
- margin-top:25px;
- z-index:9999;
- font:10px 'calibri';
- text-transform:none;
- padding:5px;
- letter-spacing:1px;
- color:{color:Accent text};
- background:{color:Accent};
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:accent};}
- ::-webkit-scrollbar-button:horizontal {display:none;}
- ::-webkit-scrollbar {background-color:{color:post bg}; width:5px;}
- /*basics*/
- blockquote {
- padding:0px 5px;
- border-left:3px solid {color:accent};
- margin-left:5px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family:'calibri';
- font-size:10px;
- 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;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {font-size:10px;}
- big {font-size:12px;}
- #title {
- font-size:10px;
- line-height:18px;
- font-family:'calibri';
- background:{color:post bg};
- padding:10px;
- font-weight:bold;
- margin-bottom:10px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:center;
- }
- {block:ifFirstLetter}
- #title:first-letter {
- color:{color:accent};
- }
- {/block:ifFirstLetter}
- /*sidebar*/
- #sidebarcon {
- position:fixed;
- width:450px;
- height:100%;
- left:0px;
- top:0px;
- background:{color:post bg};
- }
- #sidebar {
- text-align:left;
- position:fixed;
- left:100px;
- top:250px;
- width:200px;
- min-height:80px;
- border:0px solid #121212;
- }
- #sidetitle {
- font-size:8px;
- line-height:14px;
- font-family:'calibri';
- background:{color:background};
- padding:8px;
- font-weight:bold;
- width:200px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:center;
- }
- {block:ifFirstLetter}
- #sidetitle:first-letter {
- color:{color:accent};
- }
- {/block:ifFirstLetter}
- #sidelinks {
- display:inline-block;
- {block:ifShowBorder}
- border-bottom:1px solid {color:Border};
- {/block:ifShowBorder}
- background:{color:background};
- width:139px;
- margin-left:0px;
- text-align:right;
- margin-top:-10px;
- padding:7px 7px 7px 70px;
- }
- {block:ifFirstLetter}
- #sidelinks a:first-letter {
- color:{color:accent};
- }
- {/block:ifFirstLetter}
- #sidelinks a {
- display:inline-block;
- text-transform:uppercase;
- color:{color:Side Link};
- font-size:10px;
- letter-spacing:1px;
- font-family:'calibri';
- font-weight:bold;
- text-align:right;
- }
- {block:ifFirstLetter}
- #sidelinks a:hover {
- color:{color:side link Hover};
- }
- {/block:ifFirstLetter}
- .sidebar img {
- float:left;
- width:216px;
- border-radius:0px;
- margin:0px 0px;
- }
- .sidebaric img {
- float:left;
- position:relative;
- background:{color:Background};
- width:70px;
- border-radius:100px;
- margin:-30px 0px;
- }
- #description {
- text-align:center;
- font-style:none;
- padding:13px;
- color:{color:Text};
- font-family:'calibri';
- font-size:10px;
- line-height:10px;
- letter-spacing:1px;
- background:{color:background};
- width:190px;
- }
- #description a {
- color:{color:Desc Link};
- }
- #description a:hover {
- color:{color:Desc Link Hover};
- }
- /*pagination*/
- #pagination {
- margin:50px 140px;
- width:200px;
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;}
- #pagination a {
- padding:8px;
- letter-spacing:2px;
- font-size:8px;
- line-height:14px;
- font-family:'calibri';
- color:{color:link};
- {block:ifShowBorder}
- border-bottom:1px solid {color:Border};
- {/block:ifShowBorder}
- background:{color:background};
- }
- #pagination a:hover {
- color:{color:hover};
- }
- /*posts*/
- #entries {
- margin-top:85px;
- margin-left:620px;
- width:800px;
- }
- #entries p img, #entries blockquote img { max-width: 100%; }
- #posts {
- width:500px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:85px;
- margin-right:45px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- padding:20px;
- }
- .tags a {
- font-size:10px;
- margin-right:4px;
- color:{color:link};
- text-transform:none;
- }
- .tags a:hover {
- color:{color:hover};
- }
- .tags {
- margin-top:-12px;
- text-align:center;
- }
- .permapage a {
- color:{color:Link};
- font-weight:bold;
- font-size:9px;
- letter-spacing:0.5px;
- }
- .permapage a:hover {
- color:{color:Hover};
- }
- .permapage {
- margin:15px 0px;
- line-height:14px;
- {block:ifShowBorder}
- border-bottom:1px solid {color:border};
- {/block:ifShowBorder}
- text-align:center;
- text-transform:uppercase;
- padding:5px;
- background:{color:post bg};
- {block:ifShowBorder}
- border-bottom:1px solid {color:border};
- {/block:ifShowBorder}
- font-weight:bold;
- font-size:9px;
- letter-spacing:0.5px;
- }
- #posts img {
- max-width:500px;}
- .caption {width:100%;margin-top:2px;}
- /*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*/
- #audio:hover .play {opacity:1;width:30px;}
- #audio:hover img {margin-left:30px;}
- #audio {
- float:left;
- width:70px;
- height:70px;
- position:relative;
- overflow:hidden;
- }
- .cover img {
- width:70px;
- position:absolute;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;}
- .play {
- overflow:hidden;
- width:0px;
- height:30px;
- background:#fff;
- position:absolute;
- padding:20px 0px;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;}
- .au b{
- color:{color:Title};
- font-weight:700;
- margin-right:2px;}
- .au {
- height:45px;
- overflow:hidden;
- padding:12px 10px;
- line-height:15px;
- margin-left:70px;
- text-align:left;}
- /*asks*/
- .ask img {
- float:left;
- border-radius:100px;
- float:left;
- background:{color:Background};
- width:50px;
- border-radius:100px;
- margin:0px 10px 5px 0px;
- }
- .question {
- padding:10px;
- border:0px dotted #cdcdcd;
- max-width:490px;
- min-height:30px;
- text-transform:none;
- font-size:10px;
- letter-spacing:1px;
- background:{color:background};
- {block:ifShowBorder}
- border-bottom:1px solid {color:Border};
- {/block:ifShowBorder}
- color:{color:Text};
- text-align:justify;
- }
- .asker {
- text-transform:uppercase;
- font-family:'calibri';
- font-size:9px;
- line-height:14px;
- letter-spacing:2px;
- text-align:left;
- margin-top:0px;
- font-weight:bold;
- }
- {block:ifFirstLetter}
- .asker:first-letter {
- color:{color:accent};
- }
- {/block:ifFirstLetter}
- .asker a {
- color:{color:link};
- font-weight:bold;
- }
- .asker a:hover {
- color:{color:hover};
- }
- .answer {
- padding:5px;
- text-align:left;
- font-size:10px;
- text-transform:none;
- letter-spacing:1px;
- margin-top:0px;
- width:490px;
- }
- /*chat*/
- .chat ol {padding:0;list-style:none;}
- .line {padding:5px 0;}
- .label {font-weight:bold;}
- /*permalink and notes*/
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:500px;
- text-align:left;}
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:6px 0px;
- text-align:left;
- margin:0px 0px 0px -10px;}
- .credit {
- position:fixed;
- font-family:'calibri';
- font-size:10px;
- font-weight:bold;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:7px;
- text-align:center;}
- .credit a {
- font-size:8px;
- line-height:14px;
- font-family:'calibri';
- background:{color:background};
- padding:5px;
- font-weight:bold;
- {block:ifShowBorder}
- border-bottom:1px solid {color:Border};
- {/block:ifShowBorder}
- letter-spacing:2px;
- text-transform:uppercase;}
- .credit a:hover {
- color:{color:Hover};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="credit">
- <a href="http://jcegers.tumblr.com" title="Theme">JCE</a>
- </div>
- <div id="sidebarcon">
- <div id="sidebar">
- <div id="sidetitle"><a href="/" title="Home">{text:Side Title}</a></div>
- <div class="sidebar img"><img src="{image:Sidebar Image}"></div>
- <div class="sidebaric img"><img src="{image:Sidebar Icon}"></div>
- <div id="sidelinks">
- <a href="/ask">message</a>
- <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
- <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
- <a href="{text:Link 6 URL}">{text:Link 6 Title}</a>
- </div>
- <div id="description">{Description}</div>
- </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-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}{block:AudioPlayer}<div class="play">{AudioPlayerWhite}</div>{/block:AudioPlayer}</div>
- <div class="au">
- <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Plays:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="ask"><img src="{AskerPortraitURL-48}">
- <div class="question">
- <div class="asker">{Asker}:</div>
- {Question}</div></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}">{TimeAgo}</a> <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank" title="reblog" float="right">reblog</a>
- </div>
- <div class="tags">
- {/block:HasTags}
- {block:HasTags}
- {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="permapage">
- {TimeAgo} {NoteCountWithLabel}<br>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- </div>
- <div class="tags">
- {/block:HasTags}
- {block:HasTags}
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment