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}
- <!----
- theme17 by franz @ silmahril.tumblr.com/
- DO NOT REMOVE THE CREDIT OR I WILL TURN YOUR PARENTS INTO PIGS
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#e6e6e6"/>
- <meta name="color:Text" content=""/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Hover" content=""/>
- <meta name="color:Scrollbar" content="#e6e6e6"/>
- <meta name="color:Scrollbar bg" content="#ffffff"/>
- <meta name="image:topbar" content=""/>
- <meta name="if:hide caption" content="1"/>
- <meta name="if:250px posts" content="1"/>
- <meta name="text:link 1 title" content="link 1"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 2 title" content="link 2"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 3 title" content="link 3"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 4 title" content="link 4"/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 5 title" content="link 5"/>
- <meta name="text:link 5" content=""/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".links").hide();
- //toggle the componenet with class msg_body
- jQuery(".navi").click(function()
- {
- jQuery(this).next(".links").slideToggle("normal");
- });});
- </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{
- font-size:8px;
- position:absolute;
- margin-top:15px;
- letter-spacing:2px;
- z-index:9999;
- background:{color:background};
- color:{color:text};
- text-transform:uppercase;
- padding:5px;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- ::-webkit-scrollbar {
- width:3px;
- height:auto;
- background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- /*main structure*/
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:consolas;
- font-size:9px;
- letter-spacing:1px;
- line-height:150%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition:all .4s ease-in-out;
- -moz-transition:all .4s ease-in-out;
- transition:all .4s ease-in-out;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition:all .4s ease-in-out;
- -moz-transition:all .4s ease-in-out;
- transition:all .4s ease-in-out;
- }
- img {
- border:none;
- text-decoration:none
- }
- #caption {
- {block:ifnot250pxposts}
- width:390px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:240px;
- {/block:if250pxposts}
- text-align:left;
- padding:5px;
- margin-top:5px;
- font-size:9px;
- }
- blockquote {
- {block:ifnot250pxposts}
- width:370px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:220px;
- {/block:if250pxposts}
- margin-left:10px;
- padding-left:10px;
- border-left:1px solid {color:border};
- }
- blockquote blockquote {
- {block:ifnot250pxposts}
- width:340px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:190px;
- {/block:if250pxposts}
- margin-left:10px;
- padding-left:10px;
- border-left:1px solid {color:border};
- }
- #posttitle {
- {block:ifnot250pxposts}
- width:400px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- font-size:15px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:130%;
- padding:0 15px 10px 15px;
- margin-left:-15px;
- border-bottom:1px solid {color:border};
- }
- #text {
- padding:5px;
- }
- #entries {
- background-color:{color:background};
- margin-left:auto;
- margin-right:auto;
- {block:ifnot250pxposts}
- width:430px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:280px;
- {/block:if250pxposts}
- }
- #post {
- {block:ifnot250pxposts}
- width:400px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- margin-top:90px;
- margin-bottom:90px;
- padding:15px 15px 0 15px;
- text-align:left;
- border:1px solid {color:border};
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- /*topbar*/
- #topbar {
- height:100px;
- width:430px;
- border:1px solid {color:border};
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- margin-top:40px;
- }
- #topbarimg {
- width:100px;
- height:100px;
- border-right:1px solid {color:border};
- }
- #topbarimg img {
- padding:10px;
- width:80px;
- height:80px;
- }
- #title {
- position:absolute;
- width:320px;
- padding:15px 5px;
- margin-left:100px;
- margin-top:-95px;
- font-size:15px;
- text-transform:uppercase;
- text-align:center;
- letter-spacing:4px;
- border-bottom:1px solid {color:border};
- }
- #description {
- color:{color:text};
- position:absolute;
- width:245px;
- height:34px;
- padding:10px 15px;
- margin-top:-53px;
- margin-left:100px;
- font-size:8px;
- text-align:left;
- line-height:12px;
- border-right:1px solid {color:border};
- }
- .navi {
- display:block;
- position:absolute;
- margin-left:378px;
- margin-top:-31px;
- width:55px;
- font-size:8px;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- .links {
- margin-left:-1px;
- width:430px;
- border:1px solid {color:border};
- font-size:9px;
- text-transform:uppercase;
- }
- .links a {
- color:{color:text};
- display:inline-block;
- font-size:9px;
- padding:12px 5px;
- }
- .links a:hover {
- color:{color:hover};
- }
- .cl-effect-1 a::before, .cl-effect-1 a::after {
- display:inline-block;
- opacity:0;
- -webkit-transition:-webkit-transform .4s, opacity .2s;
- -moz-transition:-moz-transform .4s, opacity .2s;
- transition:transform .4s, opacity .2s;
- }
- .cl-effect-1 a::before {
- margin-right:5px;
- content: '[';
- -webkit-transform: translateX(15px);
- -moz-transform: translateX(15px);
- transform: translateX(15px);
- }
- .cl-effect-1 a::after {
- margin-left:5px;
- content: ']';
- -webkit-transform: translateX(-15px);
- -moz-transform: translateX(-15px);
- transform: translateX(-15px);
- }
- .cl-effect-1 a:hover::before, .cl-effect-1 a:hover::after, .cl-effect-1 a:focus::before, .cl-effect-1 a:focus::after {
- opacity:1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- }
- /*post info and tags and captions*/
- #info {
- {block:ifnot250pxposts}
- width:430px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:280px;
- {/block:if250pxposts}
- font-size:9px;
- letter-spacing:2px;
- text-align:center;
- text-transform:uppercase;
- line-height:150%;
- margin-left:-15px;
- padding:10px 0;
- border-top:1px solid {color:border};
- {block:ifhidecaption}
- margin-top:12px;
- {/block:ifhidecaption}
- }
- #tags {
- position:absolute;
- {block:ifnot250pxposts}
- margin-left:430px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- margin-left:280px;
- {/block:if250pxposts}
- margin-top:-15px;
- width:100px;
- font-size:8px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:left;
- padding:5px;
- border-left:1px solid {color:border};
- opacity:0;
- -webkit-transition:all .4s ease-in-out;
- -moz-transition:all .4s ease-in-out;
- transition:all .4s ease-in-out;
- }
- #post:hover #tags {
- opacity:1;
- -webkit-transition:all .4s ease-in-out;
- -moz-transition:all .4s ease-in-out;
- transition:all .4s ease-in-out;
- }
- /*quote*/
- .quote {
- font-size:13px;
- line-height:135%;
- letter-spacing:2px;
- }
- .source {
- text-align:center;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:2px;
- margin-top:8px;
- padding:10px 0 6px 0;
- }
- /*chat*/
- .chat ol {
- padding:5px;
- line-height:150%;
- list-style:none;
- }
- .line {
- padding:10px;
- }
- .label {
- text-transform:uppercase;
- font-size:10px;
- font-weight:bold;
- letter-spacing:2px;
- }
- /*Ask*/
- .ask{
- padding:0 5px;
- font-size:8px;
- letter-spacing:2px;
- text-transform:uppercase;
- display:block;
- }
- .question {
- {block:ifnot250pxposts}
- width:410px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:260px;
- {/block:if250pxposts}
- padding:10px 5px;
- font-size:12px;
- display:block;
- }
- .answer {
- {block:ifnot250pxposts}
- width:400px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- margin-left:-15px;
- border-top:1px solid {color:border};
- padding:5px 10px 0px 20px;
- text-align:left;
- }
- /*audio*/
- .track {
- {block:ifnot250pxposts}
- width:400px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- font-size:12px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:130%;
- padding:0 15px 10px 15px;
- margin-left:-15px;
- border-bottom:1px solid {color:border};
- }
- .playbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:1000;
- margin:10px 19px 8px 11px;
- }
- .playbox {
- background-color:{color:background};
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- border-radius:50px;
- border:1px solid {color:border};
- box-shadow: 2px 2px 5px #888888;
- position:absolute;
- margin-top:20px;
- {block:ifnot250pxposts}
- margin-left:170px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- margin-left:95px;
- {/block:if250pxposts}
- }
- .audioinfo {
- {block:ifnot250pxposts}
- width:400px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- margin-top:90px;
- text-align:center;
- font-size:8px;
- text-transform:uppercase;
- }
- /*permalink page*/
- .notes {
- margin-top:-2px;
- {block:ifnot250pxposts}
- width:390px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:240px;
- {/block:if250pxposts}
- text-align:left;
- }
- .notes ol {
- {block:ifnot250pxposts}
- width:390px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:240px;
- {/block:if250pxposts}
- border-top:1px solid {color:border};
- padding-top:5px;
- margin-left:-15px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:2px;
- }
- .notes li {
- list-style-type:none;
- padding:8px 8px 8px 0;
- }
- .notes img {
- display:none!important;
- }
- /*pagination*/
- #pagi {
- {block:ifnot250pxposts}
- width:430px;
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- width:280px;
- {/block:if250pxposts}
- margin-bottom:80px;
- font-size:10px;
- letter-spacing:2px;
- text-transform:uppercase;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- }
- #pagi a {
- color:{color:link};
- }
- #pagi a:hover {
- color:{color:hover};
- }
- .currentpage {
- color:{color:hover};
- }
- /*credit*/
- #credit {
- width:80px;
- position:fixed;
- bottom:5px;
- right:5px;
- background:transparent;
- }
- #credit a {
- color:{color:text};
- }
- #logo {
- position:absolute;
- font-size:15px;
- font-family:baskerville;
- margin-top:-10px;
- margin-left:67px;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #credit:hover #logo {
- margin-left:0px;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #name {
- font-family:baskerville;
- font-size:10px;
- font-weight:normal;
- text-transform:uppercase;
- margin-left:17px;
- opacity:0;
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- #credit:hover #name {
- opacity:1;
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="topbar">
- <div id="topbarimg"><img src="{image:topbar}"></div>
- <div id="title">{Title}</div>
- <div id="description">{Description}</div>
- <a href="#" class="navi">LINKS▾<div class="sym"></div></a>
- <div class="links">
- <links class="cl-effect-1" id="cl-effect-1">
- <a href="{text:link 1}">{text:link 1 title}</a>
- <a href="{text:link 2}">{text:link 2 title}</a>
- <a href="{text:link 3}">{text:link 3 title}</a>
- <a href="{text:link 4}">{text:link 4 title}</a>
- <a href="{text:link 5}">{text:link 5 title}</a>
- </links>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}</div>{/block:HasTags}
- {block:Text}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}<div id="text">{Body}</div>{/block:Text}
- {block:Photo}
- {block:ifnot250pxposts}
- {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:ifhidecaption}{block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}{/block:ifhidecaption}
- {block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}
- {/block:ifnot250pxposts}
- {block:if250pxposts}
- {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
- {block:ifhidecaption}{block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}{/block:ifhidecaption}
- {block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}
- {/block:if250pxposts}
- {/block:Photo}
- {block:Photoset}
- {block:ifnot250pxposts}{Photoset-400}{block:ifhidecaption}{block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}{/block:ifhidecaption}{block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}{/block:ifnot250pxposts}
- {block:if250pxposts}{Photoset-250}{block:ifhidecaption}{block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}{/block:ifhidecaption}{block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}{/block:if250pxposts}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="source">— {Source} —</div>{/block:Source}
- {/block:Quote}
- {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}
- {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
- <div class="chat"><ol>{block:Lines}<li class="line">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>
- {/block:Chat}
- {block:Video}
- {block:ifnot250pxposts}{Video-400}{block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}{/block:ifnot250pxposts}
- {block:if250pxposts}{Video-250}{block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}{/block:if250pxposts}
- {block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <div class="ask">{Asker}</u>:</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audioinfo">
- {block:Artist}{Artist}{/block:Artist} / {PlayCountWithLabel}
- </div>
- {block:ifhidecaption}{block:PermalinkPage}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}{/block:ifhidecaption}
- {block:ifnothidecaption}<div id="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifnothidecaption}
- {/block:Audio}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
- {block:NoteCount}<a href="{Permalink}">{NoteCount}+</a> {/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">Via</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">Src</a> {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">Reblog</a>
- </div>
- {/block:Date}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="currentpage">[ {PageNumber} ]</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <links class="cl-effect-1" id="cl-effect-1">
- <a class="jumppage" href="{URL}">{PageNumber}</a>
- </links>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="credit">
- <div id="name"><a href="http://silmahril.tumblr.com">ilmahril</a></div>
- <div id="logo"><a href="http://silmahril.tumblr.com">𝕊</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment