Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Lato' 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 #05: BROTHERS // Please don't remove the credit!
- if you have any questions, please feel free to ask.
- -->
- <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:Border" content="#eeeeee"/>
- <meta name="color:Ask BG" content="#f8f8f8"/>
- <meta name="image:Sidebar Image" 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>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 25px;
- font-size:9px;
- z-index:9999;
- padding:2px 3px;
- color:{color:Text};
- box-shadow:{color:Border} 2px 3px 7px;
- background:{color:Ask BG};}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:border};}
- ::-webkit-scrollbar-button:horizontal {display:none;}
- ::-webkit-scrollbar {background-color:#fcfcfc; width:5px;}
- blockquote {
- padding:0px 5px;
- border-left:1px solid {color:border};
- margin-left:5px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family:'Lato';
- 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;}
- #title {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:none;
- text-align:left;}
- #sidebar {
- text-align:left;
- position:fixed;
- padding:2px 3px 2px 5px;
- border:solid 0px #cfcfcf;
- margin-left:105px;
- margin-top:55px;
- width:240px;}
- #sidebarim img {
- width:80px;
- box-shadow:{color:Border} 2px 3px 7px;
- margin:-55px -10px;
- border-radius:100px;
- }
- #links {
- text-align:right;
- margin:0px 5px;
- border-bottom:1px solid {color:Border};
- text-transform:lowercase;}
- #links a {
- margin-right:5px;
- font-size:10px;
- display:inline-block;
- margin-bottom:5px;}
- #description {
- width:160px;
- border:0px solid #cfcfcf;
- font-size:9px;
- padding:2px;
- line-height:12px;
- text-align:right;
- margin:0px 70px;}
- #description b {
- font-size:10px;
- }
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:lowercase;
- font-weight:bold;}
- #pagination a {
- padding:0 15px;}
- #entries {
- margin-top:75px;
- margin-left:450px;
- width:500px;}
- #posts {
- width:500px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:500px;}
- .caption {width:100%;margin-top:2px;}
- #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:55px;
- border-radius:0px;
- box-shadow:{color:Border} 2px 3px 7px;
- margin:1px 10px -2px 0px;
- }
- .playercontainer {
- text-align:left;
- padding:5px 5px -5px;
- }
- .musicinfo {
- padding:10px;
- margin-top:9px;
- background:{color:Ask BG};
- color:{color:text};
- }
- .question {
- font-size:10px;
- background:{color:Ask BG};
- padding:4px 7px 7px 7px;
- text-align:justify;
- }
- .asker {
- font-weight:none;
- font-size:12px;
- margin-bottom:0px;
- }
- .answer {
- margin-top:2px;
- text-align:justify;
- font-size:10px;
- }
- .chat ol {padding:0;list-style:none;}
- .line {padding:5px 0;}
- .label {font-weight:bold;}
- #permalink {
- margin-left:-5px;
- padding-bottom:4px;
- margin-top:15px;
- border-bottom:1px solid {color:border};
- text-align:left;}
- #permalink a {margin-right:5px;}
- .tags {
- margin-top:2px;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .tags a {
- margin-right:5px;
- font-size:9px;
- color:{color:link};
- }
- .tags a:hover{
- color:{color: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:1px 0px;
- text-align:left;
- margin:0 0 0 -40px;}
- .credit {
- position:fixed;
- font-family:arial;
- font-size:9px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:0px;
- right:10px;
- bottom:10px;
- 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>
- <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="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 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-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/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="question">
- <div class="asker"><b>{Asker}</b> said: </div>
- {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}">{Month} {DayOfMonthWithZero}</a>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- <span style="float:right;">
- {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a> <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- </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