Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Oswald' 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}
- <!--
- jcegers' THEME #09: MAZE // Please don't remove the credit!
- if you have any questions, please feel free to ask. Enjoy :)
- -->
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#151515"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Shadow" content="#f7f7f7"/>
- <meta name="color:Desc Text" content="#ffffff"/>
- <meta name="color:Desc Link" content="#ffffff"/>
- <meta name="color:Side Link" content="#fafafa"/>
- <meta name="color:Side Link Hover" content="#121212"/>
- <meta name="color:Side BG" content="#121212"/>
- <meta name="color:Side Link BG" content="#121212"/>
- <meta name="color:Side Link BG Hover" content="#ffffff"/>
- <meta name="color:Side Link Border" content="#ffffff"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Show Border" content=""/>
- <meta name="if:Show Round Corner" content=""/>
- <meta name="if:Show Shadow" content=""/>
- <meta name="text:title" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" 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: 15px;
- z-index:9999;
- padding:5px;
- text-align:center;
- font-family: arial;
- opacity: 0;
- color:{color:desc text};
- background-color:{color:side BG};
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:border};}
- ::-webkit-scrollbar-button:horizontal {display:none;}
- ::-webkit-scrollbar {background-color:#fcfcfc; width:5px;}
- /*basics*/
- blockquote {
- padding:0px 5px;
- min-width:380px;
- border-left:1px solid #b8b8b8;
- margin-left:2px;}
- 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:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*sidebar*/
- #sidebar {
- text-align:left;
- position:fixed;
- margin-left:255px;
- margin-top:50px;
- width:160px;}
- #sidebar:hover #links {
- opacity: 1.0;
- margin-top: 0px;
- margin-left:-105px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #sidebar:hover #description {
- opacity: 1.0;
- margin-top: 0px;
- margin-left:46px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #links {
- position: absolute;
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- letter-spacing: 0px;
- position: fixed;
- font-family:'consolas';
- width: 140px;
- height:141px;
- opacity: 0;
- margin-top: 0px;
- margin-left: 46px;
- background-color:{color:side BG};
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- font-size: 10px;
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- text-transform: lowercase;
- text-align: center;
- line-height: 180%;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #links a {
- margin-left:10px;
- display:block;
- width:120px;
- color:{color:Side Link};
- margin-top:7px;
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- font-weight:bold;
- background:{color:side link BG};
- letter-spacing:1px;
- border:1px solid transparent;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- #links a:hover {
- color:{color:Side link hover};
- background:{color:side Link BG Hover};
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- border:1px solid transparent;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- #sidebarim img {
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- margin:0px 46px;
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- width:140px;
- }
- #blogt {
- margin:4px 46px 5px;
- font-size:17px;
- font-family:'georgia';
- -webkit-font-smoothing: antialiased;
- text-transform:uppercase;
- color:{color:Title};
- letter-spacing:1px;
- text-align:left;
- width:140px;
- font-weight:none;}
- #blogt a {
- color:{color:Title};
- }
- #blogt a:hover {
- color:{color:Hover};
- }
- #description {
- width:120px;
- max-height:140px;
- top:-117px;
- line-height:12px;
- text-align:center;
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- padding:10px;
- font-family:'calibri';
- opacity:0;
- color:{color:desc text};
- background-color:{color:side BG};
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- font-size: 10px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #description a {
- color:{color:Desc Link};
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;}
- #pagination a {
- padding:0 15px;
- {block:ifShowRoundCorner}
- border-radius:5px;
- {/block:ifShowRoundCorner}
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- padding:2px 5px 2px 5px;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- margin-left:550px;
- width:400px;}
- #posts {
- width:400px;
- {block:ifShowRoundCorner}
- border-radius:5px;
- {/block:ifShowRoundCorner}
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- overflow:hidden;
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- padding:15px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:400px;}
- .caption {
- max-width:100%;
- padding:5px;
- margin-top:0px;
- }
- /*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:400px;
- padding-bottom:0px;
- }
- .albumart {
- float:left;
- }
- .albumart img {
- width:50px;
- {block:ifShowRoundCorner}
- border-radius:5px;
- {/block:ifShowRoundCorner}
- margin:0px 10px 2px 5px;
- }
- .playercontainer {
- text-align:left;
- padding-bottom:-3px;
- position:background;
- }
- .musicinfo {
- padding:5px;
- margin-top:9px;
- line-height:14px;
- }
- /*asks*/
- .ask img {
- float: left;
- margin-top:4px;
- margin-left:5px;
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- margin-right:9px;
- }
- .question {
- padding:5px 7px 5px 5px;
- width:390px;
- min-height:46px;
- background:{color:Side Link BG};
- color:{color:Side Link};
- {block:ifShowRoundCorner}
- border-radius:5px;
- {/block:ifShowRoundCorner}
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- }
- .asker {
- text-transform:none;
- color:{color:Side Link};
- }
- .answer {
- padding:5px;
- margin-top:-5px;
- width:390px;
- }
- /*chat*/
- .chat ol {padding:0;list-style:none;}
- .odd, .even {padding:2px;}
- .odd {background-color:#f4f4f4;}
- .line {padding:5px 5px;}
- .label {font-weight:bold;}
- /*permalink and notes*/
- #info {
- margin-top:0px;
- padding:12px 1px 5px 1px;
- text-align:left;
- width:400px;
- overflow:hidden;
- color:{color:Title};
- font-size:11px;
- text-transform:uppercase;
- letter-spacing:1px;
- border-top:1px solid {color:border};
- font-weight:bold;
- }
- #info a {
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- padding:1px 5px 1px 5px;
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- }
- .via {
- text-align:right;
- font-weight:none;
- letter-spacing:1px;
- margin-top:-15px;
- }
- #posts:hover .tags {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags{
- opacity:1;
- text-align:right;
- margin-right:0px;
- margin-top:0px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;}
- .tags a {
- display:inline-block;
- text-align:center;
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- margin-right:5px;
- margin-top:5px;
- padding:1px 5px 1px 5px;
- color:{color:Side Link};
- font-weight:bold;
- background:{color:side link BG};
- letter-spacing:1px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .tags a:hover{
- color:{color:Side link hover};
- background:{color:side Link BG Hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .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:5px 5px;
- text-align:left;
- margin:0 0 0 -20px;}
- .credit {
- position:fixed;
- font-family:'calibri';
- font-size:10px;
- font-weight:bold;
- line-height:150%;
- right:7px;
- bottom:10px;
- text-align:center;}
- .credit a {
- font-style:normal;
- padding:3px;
- padding:3px;
- {block:ifShowRoundCorner}
- border-radius:3px;
- {/block:ifShowRoundCorner}
- font-size:8px;
- text-align:center;
- {block:ifShowShadow}
- box-shadow:2px 2px {color:Shadow};
- {/block:ifShowShadow}
- font-family: 'consolas';
- color:{color:Link};
- background-color:{color:background};
- {block:ifShowBorder}
- border: 1px solid {color:Border};
- {/block:ifShowBorder}
- -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>
- <div class="credit"><a href="http://jcegers.tumblr.com/" title="theme">JCE</a></div>
- <div id="sidebar">
- <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 id="sidebarim"><img src="{image:Sidebar Image}"></div>
- <div id="blogt"><a href="/" title="{Title}">{text:title}</a></div>
- <div id="description">{Description}</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 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>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {/block:Audio}
- {block:Answer}
- <div class="ask"><img src="{AskerPortraitURL-48}"></div>
- <div class="question">
- <div class="asker"><b>{Asker}</b>:</div>
- {Question}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <div id="info">
- {block:Date}<a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {ShortMonth}</a>{/block:Date}
- <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a>
- <div class="via">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}" style="color:{color:links}"> src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:PermalinkPage}
- <a href="{ReblogURL}" target="_blank" style="color:{color:links}" title="reblog">↳↴</a>
- {/block:PermalinkPage}
- </div>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </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