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 #11: MINUTES
- — 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:Sidebar img Border" content="#eeeeee"/>
- <meta name="color:Desc Title" content="#ffffff"/>
- <meta name="color:Desc Text" content="#fafafa"/>
- <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:Accent" content="#6c95b6"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Info BG" content="#ffffff"/>
- <meta name="color:Post Border" content="#eeeeee"/>
- <meta name="color:Post Bg" content="#f8f8f8"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Show Updates Tab" content=""/>
- <meta name="text:Sidebar Position" content="2px"/>
- <meta name="text:Title" content="title"/>
- <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="" />
- <meta name="color:Update Text" content="#dcdcdc"/>
- <meta name="color:Update Title" content="#121212"/>
- <meta name="text:Update 1 Title" content="Update 01"/>
- <meta name="text:Update 1 Text" 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">
- {block:ifShowUpdatesTab}
- #update {
- text-align:left;
- position:fixed;
- top:5px;
- left:5px;
- letter-spacing:2px;
- font-weight:none;
- text-align:left;
- text-transform:uppercase;
- font-size:11px;
- line-height:14px;
- background:{color:post bg};
- border:1px solid {color:post border};
- padding:1px 7px 1px 7px;
- font-family:'roboto';
- width:10px;
- height:20px;
- }
- #update:hover #updates {
- opacity: 1.0;
- margin-top:-2px;
- margin-left:-8px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #updates {
- position: absolute;
- font-size:9px;
- margin-top:-2px;
- margin-left:30px;
- border-radius:0px;
- letter-spacing: 1px;
- font-family:'roboto';
- width:180px;
- border:1px solid {color:post border};
- color:{color:update text};
- background:{color:post bg};
- height:auto;
- opacity:0;
- text-transform:none;
- text-align: center;
- line-height:10px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- {/block:ifShowUpdatesTab}
- #s-m-t-tooltip{
- position:absolute;
- margin-top:25px;
- z-index:9999;
- font:9px 'roboto';
- text-transform:uppercase;
- 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:'Roboto';
- 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:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:left;
- }
- /*sidebar*/
- #sidebar {
- text-align:left;
- position:fixed;
- margin-left:310px;
- margin-top:{text:Sidebar Position};
- width:180px;
- min-height:190px;
- border:0px solid #121212;
- }
- #sidelinks {
- text-transform:uppercase;
- text-align:center;
- display:inline-block;
- width:162px;
- padding:8px;
- background:{color:accent};
- word-spacing:1px;
- }
- #sidelinks a {
- display:inline-block;
- letter-spacing:3px;
- color:{color:side link};
- font-size:8px;
- font-family:'roboto';
- padding:4px;
- text-align:center;
- }
- #sidelinks a:hover{
- color:{color:side link Hover};
- }
- #blogt {
- font-size:15px;
- text-transform:uppercase;
- text-align:left;
- font-weight:bold;
- letter-spacing:2px;
- width:168px;
- background:{color:accent};
- color:{color:desc title};
- padding:5px;
- min-height:47px;
- }
- .sidebar img {
- float:left;
- width:40px;
- border-radius:0px;
- border:1px solid {color:sidebar img border};
- float: left;
- margin-top:3px;
- margin-right:8px;
- margin-left:3px;
- }
- #description {
- text-align:left;
- width:150px;
- padding:13px;
- background-color:{color:post bg};
- border-right:1px solid {color:post border};
- border-left:1px solid {color:post border};
- color:{color:Desc Text};
- font-family:'roboto';
- text-transform:none;
- font-style:none;
- font-size:10px;
- line-height:12px;
- letter-spacing:0.5px;
- }
- #description a {
- color:{color:Desc Link};
- }
- #description a :hover {
- color:{color:Hover};
- }
- /*pagination*/
- #pagination {
- margin:50px 5px;
- text-align:center;
- font-family:'roboto';
- text-transform:uppercase;
- font-weight:bold;}
- #pagination a {
- padding:0px 15px;
- color:{color:link};
- }
- #pagination a:hover {
- color:{color:hover};
- }
- /*posts*/
- #entries {
- margin-top:55px;
- margin-left:550px;
- width:800px;
- }
- #posts {
- width:400px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:45px;
- margin-right:45px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- padding:20px;
- background:{color:post bg};
- border:1px solid {color:post border};
- }
- .tags a{
- margin:0px 0px;
- border:0px solid #121212;
- }
- .tags {
- border:0px solid #121212;
- width:300px;
- margin-left:0px;
- margin-top:-3px;
- text-transform:lowercase;
- font-size:9px;
- color:{color:info text};
- font-style:none;
- }
- .permapage a {
- margin-right:7px;
- color:{color:Link};
- }
- .permapage a:hover {
- color:{color:Hover};
- }
- .permapage {
- margin:10px -10px -10px;
- padding-left:8px;
- padding-top:8px;
- padding-bottom:5px;
- min-height:22px;
- line-height:150%;
- border-bottom:5px solid {color:accent};
- border-right:1px solid {color:post border};
- border-left:1px solid {color:post border};
- border-top:1px solid {color:post border};
- background:{color:info bg};
- text-transform:uppercase;
- }
- .via {
- float:right;
- text-align:right;
- font-weight:none;
- letter-spacing:1px;
- font-size:8px;
- text-transform:uppercase;
- }
- .via a {
- padding:5px;
- box-shadow: inset 0px 0px 0px 0px {color:accent};
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- -ms-transition: all .8s;
- transition: all .8s;
- color:{color:link};
- }
- .via a:hover {
- color:{color:accent text};
- box-shadow: inset 50px 0px 0px 0px {color:accent};
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- -ms-transition: all .8s;
- transition: all .8s;
- }
- #posts img {
- max-width:400px;}
- .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:0px;
- border:1px solid {color:post border};
- float: left;
- margin-top:8px;
- margin-right:8px;
- margin-left:8px;
- }
- .question {
- padding:10px;
- max-width:390px;
- min-height:45px;
- text-transform:none;
- font-size:9px;
- letter-spacing:1px;
- background:{color:accent};
- color:{color:Accent Text};
- text-align:left;
- }
- .asker {
- text-transform:uppercase;
- font-family:'roboto';
- font-size:13px;
- letter-spacing:3px;
- text-align:left;
- margin-top:0px;
- }
- .asker a{
- color:{color:Accent text};
- font-weight:bold;
- }
- .answer {
- padding:5px;
- text-align:center;
- font-size:9px;
- text-transform:none;
- letter-spacing:1px;
- margin-top:0px;
- width:390px;
- }
- /*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:400px;
- 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:'roboto';
- font-size:10px;
- font-weight:bold;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:2px;
- 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 {
- color:{color:Hover};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifShowUpdatesTab}
- <div id="update">
- <div id="updates">
- <div style="color:{color:Update title}; background-color:{color:Accent}; padding:7px; border-radius:0px; text-align:center; text-transform:uppercase; letter-spacing:2px">{text:Update 1 Title}</div></br>
- {text:Update 1 Text}
- <p></p>
- </div></div>
- {/block:ifShowUpdatesTab}
- <div class="credit">
- <a href="http://jcegers.tumblr.com" title="theme">©</a>
- </div>
- <div id="sidebar">
- <div id="blogt">
- <div class="sidebar img"><img src="{image:Sidebar Image}"></div>
- {text:Title}</div>
- <div id="description">{Description}</div>
- <div id="sidelinks">
- <a href="{text:Link 1 URL}" title="{text:Link 1 Title}">01.</a>
- <a href="{text:Link 2 URL}" title="{text:Link 2 Title}">02.</a>
- <a href="{text:Link 3 URL}" title="{text:Link 3 Title}">03.</a>
- <a href="{text:Link 4 URL}" title="{text:Link 4 Title}">04.</a>
- <a href="{text:link 5 URL}" title="{text:Link 5 Title}">05.</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}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/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:PermalinkPage}
- {block:Date}
- <div class="permapage">
- <a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {Month}</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}</br>
- {block:Tags}<a href="{TagURL}" class="tags">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:Date}
- <div class="permapage">
- <a href="{Permalink}">{NoteCount}</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}</br>
- {block:Tags}<a href="{TagURL}" class="tags">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:IndexPage}
- {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}
- <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>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment