Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <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 #06: BLACK // Please don't remove the credit!
- if you have any questions, please feel free to ask.
- -->
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#313030"/>
- <meta name="color:Link" content="#121212"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Desc BG" content="#121212"/>
- <meta name="color:Desc Text" content="#ffffff"/>
- <meta name="color:Desc Link" content="#f7f7f7"/>
- <meta name="color:Desc Link Hover" content="#fafafa"/>
- <meta name="color:SB Link" content="#121212"/>
- <meta name="color:SB Link Hover" content="#eeeeee"/>
- <meta name="color:SB Link BG" content="#f7f7f7"/>
- <meta name="color:SB Link BG Hover" content="#ffffff"/>
- <meta name="color:Accent" content="#121212"/>
- <meta name="color:Accent Hover" content="#f7f7f7"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Accent Hover Text" content="#121212"/>
- <meta name="color:Accent Link" content="#fafafa"/>
- <meta name="color:Accent Link Hover" content="#121212"/>
- <meta name="color:Blockquote" content="#121212"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Show 400px posts" content="0"/>
- <meta name="if:Grayscale Hover" content="0"/>
- <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">
- {block:ifGrayscaleHover}
- img,.photoset{
- FILTER: URL("DATA:IMAGE/SVG+XML;UTF8,<SVG XMLNS=\'HTTP://WWW.W3.ORG/2000/SVG\'><FILTER ID=\'GRAYSCALE\'><FECOLORMATRIX TYPE=\'MATRIX\'
- VALUES=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></FILTER></SVG>#GRAYSCALE"); /* FIREFOX 3.5+ */
- FILTER: GRAY; /* IE6-9 */
- -WEBKIT-FILTER: GRAYSCALE(90%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- img:hover,.photoset:hover{
- FILTER: URL("DATA:IMAGE/SVG+XML;UTF8,<SVG XMLNS=\'HTTP://WWW.W3.ORG/2000/SVG\'><FILTER ID=\'GRAYSCALE\'><FECOLORMATRIX TYPE=\'MATRIX\'
- VALUES=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></FILTER></SVG>#GRAYSCALE"); /* FIREFOX 3.5+ */
- FILTER: GRAY; /* IE6-9 */
- -WEBKIT-FILTER: GRAYSCALE(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- {/block:ifGrayscaleHover}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- padding:3px;
- font-family:arial;
- font-weight:bold;
- text-transform:lowercase;
- font-size:9px;
- color:{color:Accent Text};
- background:{color:Accent};}
- ::-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;
- border-left:3px solid {color:blockquote};
- margin-left:5px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- 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:9px;}
- big {font-size:12px;}
- pre {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- text-align: left;
- word-wrap: break-word;
- color:{color:Text};
- }
- #title {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- background:{color:Accent};
- color:{color:Accent Text};
- text-transform:none;
- padding:10px;
- text-align:center;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #title:hover {
- background:{color:Accent Hover};
- color:{color:Accent Hover text};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #title a {
- color:{color:Accent Link};
- }
- #title a:hover {
- color:{color:Accent Link Hover};
- }
- /*sidebar*/
- #sidebarim img {
- width:100px;
- border:10px solid {color:Accent};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #sidebar img:hover {
- border:10px solid {color:Accent Hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #sidebar {
- text-align:left;
- position:fixed;
- padding:5px;
- margin-left:315px;
- margin-top:0px;
- width:100px;
- }
- #sidebar:hover #links {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #links {
- font-family:arial;
- border:0px solid #cfcfcf;
- text-align:center;
- word-spacing:2px;
- font-size:9px;
- font-weight:bold;
- display:block;
- width:120px;
- text-transform:lowercase;
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #links a {
- margin-top:3px;
- display:block;
- color:{color:SB Link};
- background:{color:sb Link BG};
- padding:4px;
- }
- #links a:hover {
- background:{color:sb link bg hover};
- color:{color:sb link hover};
- }
- #description {
- width:116px;
- font-family:'calibri';
- background:{color:Desc BG};
- padding:7px 2px 7px 2px;
- color:{color:Desc Text};
- font-size:10px;
- line-height:10px;
- text-align:center;
- margin:0px 2px 2px 0px;
- }
- #description a {
- color:{color:Desc Link};
- }
- #description a:hover {
- color:{color:Desc Link Hover};
- }
- /*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:550px;
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- }
- #posts {
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}}}
- .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*/
- .music {
- width:500px;
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- }
- .albumart img {
- width:50px;
- float: left;
- margin-top:10px;
- margin-left:10px;
- margin-right:8px;
- }
- .playercontainer {
- text-align:left;
- padding:5px 5px -10px 0px;
- }
- .musicinfo {
- padding:10px;
- min-height:49px;
- background:{color:Accent};
- color:{color:Accent Text};
- }
- .musicinfo:hover {
- background:{color:Accent Hover};
- color:{color:Accent Hover Text};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /*asks*/
- .ask {
- background:{color:Accent};
- padding:10px;
- {block:ifShow400pxposts}
- width:380px;
- {/block:ifShow400pxposts}
- {block:ifNotShow400pxposts}
- width:480px;
- {/block:ifNotShow400pxposts}
- min-height:46px;
- color:{color:Accent Text};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .ask img {
- float: left;
- margin-top:-1px;
- margin-right:8px;
- }
- .ask a{
- color:{color:Accent Link};
- }
- .ask a:hover {
- color:{color:Accent Link Hover};
- }
- .ask:hover {
- background:{color:Accent Hover};
- color:{color:Accent Hover Text};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .answer {
- display:block;
- padding:0px;
- color:{color:Text};
- text-transform:none;
- text-align:justify;
- }
- /*chat*/
- .chat ol {padding:0;list-style:none;}
- .line {padding:5px 0;}
- .label {font-weight:bold;}
- /*permalink and notes*/
- #permalink {
- margin-left:-5px;
- padding-bottom:4px;
- margin-top:15px;
- font-weight:bold;
- text-align:left;}
- #permalink a {margin-right:5px;}
- #posts:hover .tags {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags{
- margin-top:0px;
- padding:5px;
- background:{color:Accent};
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;}
- .tags a {
- margin-right:5px;
- color:{color:Accent Link};
- }
- .tags a:hover{
- color:{color:Accent Link Hover};
- }
- .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;
- text-align:left;
- margin:0 0 0 -40px;}
- .pagenotes li a {
- font-weight:bold;
- }
- .credit {
- position:fixed;
- font-family:arial;
- font-size:7px;
- font-weight:bold;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:5px;
- text-align:center;}
- .credit a {
- font-style:normal;
- padding:4px 2px 4px 2px;
- background:{color:Accent};
- color:{color:Accent Link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .credit a:hover {
- background:{color:Accent Hover};
- color:{color:Accent Link Hover};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="credit"><a href="http://jcegers.tumblr.com/">JCE</a></div>
- <div id="sidebar">
- <div id="sidebarim"><a href="/" title="Home"><img src="{image:Sidebar Image}"></a></div>
- <div id="description">{Description}</div>
- <div id="links">
- <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="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}
- {block:IfNotShow400pxPosts}{Photoset-500}{/block:IfNotShow400pxPosts}
- {block:IfShow400pxPosts}{Photoset-400}{/block:IfShow400pxPosts}
- {/block:Photoset}
- {block:Video}
- {block:IfNotShow400pxPosts}{Video-500}{/block:IfNotShow400pxPosts}
- {block:IfShow400pxPosts}{Video-400}{/block:IfShow400pxPosts}
- {/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}"> <b>{Asker}</b>: {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >
- <a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {Month}</a>
- {block:NoteCount}
- <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a><font color="#fa4858">♥</font>
- {/block:NoteCount}
- <span style="float:right;">
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- </span>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {/block:Date}
- </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