Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans' 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 #10: FRICTION // Please don't remove the credit!
- if you have any questions, please feel free to ask. Enjoy :)
- -->
- <!--Default Variables-->
- <meta name="color:Background" content="#fafafa"/>
- <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:Bold" content="#121212"/>
- <meta name="color:Info" content="#121212"/>
- <meta name="color:Info Hover" content="#121212"/>
- <meta name="color:Info BG" content="#ffffff"/>
- <meta name="color:Info BG Hover" content="#ffffff"/>
- <meta name="color:First Letter" content="#dcdcdc"/>
- <meta name="color:Border" content="#121212"/>
- <meta name="color:Topbar BG" content="#ffffff"/>
- <meta name="color:Posts BG" content="#ffffff"/>
- <meta name="color:Top Link" content="#121212"/>
- <meta name="color:Top Link Hover" content="#cdcdcd"/>
- <meta name="color:Topbar Title" content="#121212"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Show 400px Posts" content=""/>
- <meta name="if:Hide Tags" content="0"/>
- <meta name="text:Title" content="Title"/>
- <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=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 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. -->
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top:25px;
- z-index:9999;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- font-family:'tahoma';
- opacity:0;
- color:{color:text};
- background-color:{color:posts bg};
- border-bottom: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;
- min-width:380px;
- border-left:1px solid {color:border};
- margin-left:0px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family:'tahoma';
- font-size:9px;
- text-align:justify;
- line-height:15px;
- 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;}
- 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:11px;
- font-family:'tahoma';
- line-height:18px;
- font-weight:none;
- margin-bottom:10px;
- color:{color:Title};
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;}
- #title:first-letter {
- color:{color:First Letter};
- text-transform:uppercase;
- font-weight:bold;
- }
- #title a{
- color:{color:Title};
- }
- #title a:hover {
- color:{color:Hover};
- }
- /*topbar*/
- #topbar {
- position:fixed;
- top:0px;
- width:100%;
- height:10px;
- margin-left:0px;
- margin-top:0px;
- display:block;
- font-size:10px;
- padding:18px;
- background:{color:topbar bg};
- border-bottom:5px solid {color:border};
- left:0px;
- }
- #toptitle {
- padding:1px;
- font-size:10px;
- margin-top:-17px;
- margin-left:-327px;
- color:{color:topbar title};
- width:360px;
- letter-spacing:1px;
- border:0px solid #cfcfcf;
- text-transform:uppercase;
- font-family:'tahoma';
- text-align:right;
- font-weight:none;}
- #toptitle:first-letter {
- color:{color:First Letter};
- text-transform:uppercase;
- font-weight:bold;
- }
- #sidebar {
- width:235px;
- margin-top:50px;
- border:0px solid {color:border};
- margin-left:150px;
- }
- #descim img {
- margin:-10px 0px -65px 160px;
- border-radius:100px;
- width:70px;
- }
- #description {
- width:140px;
- line-height:12px;
- background-color:{color:posts bg};
- padding:5px;
- padding-right:5px;
- font-size:9px;
- text-align:right;
- letter-spacing:1px;
- text-transform:none;
- font-family:'tahoma';
- color:{color:text};
- border-bottom:1px solid {color:border};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- #topbarbox {
- width:50px;
- height:20px;
- margin:14px 390px;
- border-right:1px solid {color:border};
- background:{color:topbar bg};
- }
- .links {
- opacity:0;
- position:absolute;
- float:right;
- width:800px;
- margin-top:-3px;
- margin-left:0px;
- padding:6px 6px;
- text-align:left;
- letter-spacing:1px;
- line-height:10px;
- color:{color:Top Link};
- background:transparent;
- z-index:-1;
- transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -ms-transition:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .links a {
- color: {color:top link};
- font-family:'tahoma';
- text-transform:uppercase;
- font-weight:none;
- font-size:9px;
- margin-right:10px;
- }
- .links a:first-letter {
- color:{color:First Letter};
- text-transform:uppercase;
- font-weight:bold;
- }
- .links a:hover {
- color:{color:top link hover};
- letter-spacing:1px;
- }
- #topbarbox:hover .links {
- opacity:1;
- margin-left:60px;
- background:transparent;
- transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -ms-transition:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*pagination*/
- #pagination {
- margin-right:0px;
- margin-top:-11px;
- text-align:center;
- font-family'tahoma';
- text-transform:uppercase;
- font-weight:none;}
- #pagination a {
- color:{color:top link};
- }
- #pagination a:hover {
- color:{color:top link hover};
- }
- /*posts*/
- #entries {
- margin-top:75px;
- margin-left:460px;
- {block:ifNotShow400pxposts}
- width:546px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:446px;
- {/block:ifShow400pxposts}
- }
- #posts {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- overflow:hidden;
- padding:15px;
- background:{color:posts bg};
- {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 {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding: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 {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-bottom:0px;
- }
- .albumart {
- float:left;
- }
- .albumart img {
- width:50px;
- border-radius:100px;
- margin:5px 7px 2px 5px;
- }
- .playercontainer {
- text-align:left;
- padding-bottom:-3px;
- }
- .musicinfo {
- padding:5px;
- margin-top:11px;
- line-height:14px;
- min-height:48px;
- font-size:9px;
- font-family:'tahoma';
- background:{color:topbar bg};
- color:{color:topbar title};
- }
- /*asks*/
- .ask img {
- float:center;
- border-radius:100px;
- {block:ifNotShow400pxposts}
- margin-left:224px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- margin-left:174px;
- {/block:ifShow400pxposts}
- }
- .question {
- padding:10px;
- {block:ifNotShow400pxposts}
- max-width:490px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:390px;
- {/block:ifShow400pxposts}
- min-height:40px;
- text-transform:none;
- font-size:9px;
- letter-spacing:1px;
- border-bottom:1px solid {color:border};
- text-align:center;
- }
- .asker {
- text-transform:uppercase;
- font-family:'tahoma';
- font-size:11px;
- margin-top:-9px;
- padding-bottom:3px;
- letter-spacing:1px;
- text-align:center;
- }
- .answer {
- padding:5px;
- text-align:center;
- font-size:9px;
- text-transform:none;
- letter-spacing:1px;
- margin-top:-5px;
- {block:ifNotShow400pxposts}
- width:490px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:390px;
- {/block:ifShow400pxposts}
- }
- /*chat*/
- .chat ol {padding:0;list-style:none;}
- .odd, .even {padding:2px;}
- .odd {background-color:{color:topbar bg}; color:{color:topbar title};}
- .line {padding:5px 5px;}
- .label {font-weight:bold;}
- /*permalink and notes*/
- #info {
- text-align:left;
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- overflow:hidden;
- color:{color:Title};
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:none;
- float:left;
- margin-top:-11px;
- margin-left:-5px;
- padding:5px;
- }
- #info1 {
- overflow:hidden;
- color:{color:info};
- background:{color:info bg};
- padding:5px;
- border-radius:0px;
- }
- #info1:hover {
- background:{color:info bg hover};
- color:{color:info Hover};
- }
- .infoline {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- height:1px;
- margin-top:13px;
- margin-left:0px;
- background:{color:border};
- z-index:-1;
- }
- .via {
- float:right;
- text-align:right;
- font-weight:none;
- letter-spacing:1px;
- }
- {block:ifHideTags}
- #posts:hover .tags {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- {/block:ifHideTags}
- .tags {
- opacity:1;
- text-align:right;
- margin-right:-5px;
- {block:ifHideTags}
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- {/block:ifHideTags}
- }
- .tags a {
- display:inline-block;
- text-align:center;
- font-family:'tahoma';
- padding:1px 3px 2px 3px;
- border-radius:3px;
- font-size:8px;
- margin-right:2px;
- margin-top:1px;
- color:{color:Link};
- font-weight:none;
- 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: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}
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- 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:'tahoma';
- font-size:10px;
- font-weight:none;
- line-height:150%;
- right:7px;
- bottom:10px;
- text-align:center;}
- .credit a {
- font-style:normal;
- padding:2px;
- font-size:8px;
- text-align:center;
- font-family: 'tahoma';
- color:{color:Link};
- background-color:{color:background};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .credit a:hover {
- color:{color:Hover};
- }
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- </head>
- <body>
- <div class="credit"><a href="http://jcegers.tumblr.com/" title="theme">JCE</a></div>
- <div id="topbar">
- <div id="topbarbox">
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">message</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>
- <a href="{text:link 4 url}">{text:link 4}</a>
- <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>
- <div id="toptitle">{text:title}</div>
- </div>
- <div id="sidebar">
- <div id="descim"><a href="/" title="Home"><img src="{image:Sidebar Image}"></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}
- {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}"></div>
- <div class="question">
- <div class="asker">{Asker}:</div>
- {Question}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <div class="infoline">
- <div id="info">
- {block:Date}<a href="{Permalink}" title="{timeago}" id="info1">{DayOfMonthWithZero} {Month}</a>
-
- {block:PermalinkPage}
- <a href="{Permalink}" title="{NoteCountWithLabel}" id="info1">{NoteCount}</a>
-
- <div class="via">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}" id="info1">via</a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="{ReblogRootName}" id="info1">source</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {/block:Date}
- </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>
- {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