Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- theme five: terra by pirateskinned
- please don't: edit & repost / claim as your own
- please don't: delete or move the credit
- please don't: steal bits of coding
- if you need any help, feel free to
- message me at pirateskinned.tumblr.com
- ------
- image wrapping inspired by iniziare.tumblr.com
- tumblr controls styling by odeysseus.tumblr.com
- icon font by suiomi.com/font
- -->
- <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}
- <!-- meta tags -->
- <meta name="image:background" content=""/>
- <meta name="image:container" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar icon" content=""/>
- <meta name="image:navigation popup" content=""/>
- <meta name="color:background" content="#f6f6f6"/>
- <meta name="color:container" content="#f6f6f6"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="color:text" content="#1d1d1d"/>
- <meta name="color:link" content="#ead5ce"/>
- <meta name="color:header" content="#79858d" />
- <meta name="color:accent one" content="#713026"/>
- <meta name="color:accent two" content="#e7b8a7"/>
- <meta name="color:accent three" content="#a8938c"/>
- <meta name="color:notes text" content="#ffffff"/>
- <meta name="color:notes background" content="#6a6260"/>
- <meta name="if:background pattern" content="0"/>
- <meta name="if:image wrap" content="1"/>
- <meta name="if:500px posts" content="0"/>
- <meta name="text:header title" content="header title" />
- <meta name="text:description title" content="description title" />
- <meta name="text:navigation title" content="navigation title" />
- <meta name="text:navigation textbox" content="navigation textbox" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 title" content="link one" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 title" content="link two" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 title" content="link three" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 title" content="link four" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 title" content="link five" />
- <meta name="text:link 6 url" content="/" />
- <meta name="text:link 6 title" content="link six" />
- <meta name="text:link 7 url" content="/" />
- <meta name="text:link 7 title" content="link seven" />
- <meta name="text:link 8 url" content="/" />
- <meta name="text:link 8 title" content="link eight" />
- <meta name="text:link 9 url" content="/" />
- <meta name="text:link 9 title" content="link nine" />
- <meta name="text:link 10 url" content="/" />
- <meta name="text:link 10 title" content="link ten" />
- <!-- scripts -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- fonts -->
- <link href="https://fonts.googleapis.com/css?family=ABeeZee:400,400i" rel="stylesheet">
- <!-- icon font -- http://suiomi.com/font -->
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
- <!-- tooltips -->
- <script src="https://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"
- });
- $("div[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- photosets -->
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!-- navigation -->
- <script>
- $(document).ready(function() {
- $('.nav #trigger').click(function() {
- $('.popup').fadeIn();
- });
- $('.popup #close').click(function() {
- $('.popup').fadeOut();
- });
- });
- </script>
- <style type="text/css">
- /* --- tumblr controls styling by odeysseus
- http://odeysseus.tumblr.com/post/163708246967/ --- */
- .tmblr-iframe {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;
- transition: .4s ease-in-out;
- -webkit-transition: .4s ease-in-out;
- -moz-transition: .4s ease-in-out;
- -o-transition: .4s ease-in-out;
- position:fixed!important;
- right:-30px!important;
- transform:scale(0.7,0.7);
- }
- .tmblr-iframe:hover {
- opacity:1;
- }
- /* --- tooltips & scrollbars --- */
- #s-m-t-tooltip {
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- padding:3px 5px;
- background:{color:posts};
- color:{color:text};
- border-radius:3px;
- font-size:10px;
- -webkit-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
- -moz-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
- box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:notes background};}
- ::-webkit-scrollbar-button:horizontal {background-color:{color:notes background};}
- ::-webkit-scrollbar {background-color:transparent; width:3px;}
- /* --- basics --- */
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-position:center center;
- {block:ifnotbackgroundpattern}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifnotbackgroundpattern}
- {block:ifbackgroundpattern}
- background-repeat:repeat;
- background-size:auto;
- {/block:ifbackgroundpattern}
- color:{color:text};
- font-family: 'ABeeZee', sans-serif;
- font-size:10px;
- line-height:15px;
- font-weight:400;
- text-align:justify;
- margin:0;
- }
- a {
- color:{color:text};
- 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:text};
- text-decoration:none;
- }
- p a, ul li a, ol li a {box-shadow:{color:link} 0px -5px 0px inset;}
- p a:hover, ul li a:hover, ol li a:hover {box-shadow:{color:link} 0px -11px 0px inset;}
- img {
- border:none;
- text-decoration:none;
- }
- b, strong, bold {
- color:{color:accent one};
- font-weight:700;
- }
- i, em, italic {
- color:{color:accent two};
- }
- u {
- text-decoration:none;
- }
- s, strike {
- text-decoration-color:{color:accent three};
- }
- small, sub, sup, big {
- font-size:10px;
- line-height:14px;
- vertical-align:baseline;
- }
- blockquote {
- padding:0px 5px 0px 20px;
- border-left:1px solid {color:accent three};
- margin-left:5px;
- margin-right:0px;
- }
- blockquote img {
- max-width:360px;
- height:auto;
- }
- blockquote blockquote {
- margin-right:0px;
- }
- blockquote blockquote img {
- max-width:350px;
- height:auto;
- }
- pre {
- font-family: 'ABeeZee', sans-serif;
- font-size:10px;
- text-transform:uppercase;
- font-weight:700;
- padding:10px;
- background-color:{color:accent three};
- color:{color:posts};
- }
- pre i, pre em, pre b, pre strong, pre a {
- color:{color:posts};
- }
- ul {
- padding-left:15px;
- }
- ul li {
- list-style-type:none;
- }
- ul li:before {
- content: "— ";
- text-indent: -5px;
- }
- ol {
- padding-left:25px;
- }
- ol li {
- list-style-type:lower-roman;
- }
- .firstletter, u {
- display:block;
- float:left;
- padding:12px 14px;
- background:{color:accent one};
- color:{color:posts};
- font-weight:700;
- text-transform:uppercase;
- font-size:14px;
- margin:0px 10px 0px 0px;
- }
- /* --- header styles --- */
- h1 {
- margin:0px;
- font-weight:bold;
- color:{color:text};
- text-align:left;
- }
- h2 {
- font-weight:normal;
- color:{color:accent three};
- text-align:left;
- text-transform:uppercase;
- font-size:12px;
- }
- h2 b, b h2, h2 i, i h2,
- h2 strong, strong h2, h2 em, em h2 {
- color:{color:accent three};
- }
- /* --- container --- */
- .container {
- position:absolute;
- margin-top:-295px;
- top:50%;
- left:50%;
- {block:ifnot500pxposts}
- margin-left:-420px;
- width:840px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- margin-left:-470px;
- width:940px;
- {/block:if500pxposts}
- height:590px;
- overflow:hidden;
- background-image:url('{image:container}');
- background-attachment:fixed;
- background-position:center center;
- background-repeat:no-repeat;
- background-size:cover;
- }
- /* --- header --- */
- .header {
- position:absolute;
- z-index:4;
- top:60px;
- left:60px;
- {block:ifnot500pxposts}
- width:720px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:820px;
- {/block:if500pxposts}
- height:40px;
- background-color:{color:header};
- box-sizing:border-box;
- padding:0px 20px;
- color:{color:posts};
- }
- .header-line {
- position:absolute;
- z-index:4;
- {block:ifnot500pxposts}
- width:460px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:560px;
- {/block:if500pxposts}
- height:1px;
- top:20px;
- background-color:{color:posts};
- }
- .header h1 {
- position:absolute;
- z-index:6;
- {block:ifnot500pxposts}
- max-width:460px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- max-width:560px;
- {/block:if500pxposts}
- background-color:{color:header};
- font-size:14px;
- line-height:40px;
- box-sizing:border-box;
- padding:0px 10px 0px 0px;
- color:{color:posts};
- }
- /* --- sidebar --- */
- .sidebar {
- position:absolute;
- z-index:7;
- top:100px;
- right:60px;
- width:240px;
- height:430px;
- background:{color:posts};
- }
- .sidebar-img {
- position:absolute;
- width:200px;
- height:120px;
- top:-20px;
- left:20px;
- background:gray;
- background-size:cover;
- background-position:center center;
- background-image:url('{image:sidebar}');
- }
- .sidebar-icon {
- position:absolute;
- width:80px;
- height:80px;
- top:350px;
- left:0px;
- background:gray;
- background-size:cover;
- background-position:center center;
- background-image:url('{image:sidebar icon}');
- }
- .description-title {
- position:absolute;
- top:100px;
- left:20px;
- width:200px;
- height:40px;
- text-align:center;
- line-height:40px;
- z-index:8;
- background-color:{color:accent three};
- }
- .description-title a {
- font-size:15px;
- line-height:40px;
- font-weight:700;
- text-transform:uppercase;
- color:{color:posts};
- }
- .description {
- position:absolute;
- z-index:5;
- left:0px;
- top:140px;
- width:240px;
- height:210px;
- padding:35px;
- box-sizing:border-box;
- background-color:{color:posts};
- font-size:10px;
- line-height:20px;
- overflow-x:hidden;
- overflow-y:auto;
- }
- .description::first-letter {
- display:block;
- float:left;
- padding:10px 16px;
- background:{color:accent one};
- color:{color:posts};
- text-transform:uppercase;
- font-size:14px;
- margin:0px 10px 0px 0px;
- font-weight:700;
- }
- /* --- navigation --- */
- .nav {
- position:absolute;
- left:80px;
- top:350px;
- width:160px;
- height:80px;
- text-align:center;
- background-color:{color:accent one};
- }
- .nav a, .nav #trigger {
- display:inline-block;
- width:20px;
- height:80px;
- line-height:80px;
- text-align:center;
- font-size:16px;
- margin:0px 5px;
- color:{color:notes text};
- border-bottom:1px solid transparent;
- position:relative;
- cursor:pointer;
- }
- .nav a .sf, .nav #trigger .sf {
- position:absolute;
- width:20px;
- height:20px;
- left:0px;
- }
- .nav a .sf:nth-of-type(2), .nav #trigger .sf:nth-of-type(2) {
- display:none;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .nav a:hover .sf:nth-of-type(1), .nav #trigger:hover .sf:nth-of-type(1) {
- display:none;
- }
- .nav a:hover .sf:nth-of-type(2), .nav #trigger:hover .sf:nth-of-type(2) {
- display:block;
- }
- /* --- entries --- */
- .entries {
- position:absolute;
- z-index:3;
- top:100px;
- left:60px;
- {block:ifnot500pxposts}
- width:480px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:580px;
- {/block:if500pxposts}
- height:430px;
- overflow-x:hidden;
- overflow-y:auto;
- background-color:{color:background};
- box-sizing:border-box;
- padding:20px;
- }
- /* --- posts --- */
- .post {
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- padding:20px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:40px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:20px;
- {/block:PermalinkPage}
- background-color:{color:posts};
- }
- .post img {
- max-width:100%;
- height:auto;
- }
- /* --- texts --- */
- .title {
- font-weight:normal;
- font-size:22px;
- line-height:24px;
- color:{color:accent three};
- text-align:left;
- }
- .title a {
- color:{color:accent three};
- }
- .more a {
- font-size:18px;
- color:{color:accent three};
- }
- .txt {
- margin-bottom:20px;
- }
- .txt img {
- max-width:200px;
- height:auto;
- {block:ifimagewrap}
- float:left;
- margin-right:10px;
- {/block:ifimagewrap}
- }
- .txt blockquote img {
- {block:ifimagewrap}
- float:right;
- margin-left:10px;
- margin-right:0px;
- {/block:ifimagewrap}
- }
- /* --- photos --- */
- .photo {
- margin:-20px -20px 0px -20px;
- }
- .photo-slideshow {
- margin:-20px -20px 0px -20px;
- }
- .photo-slideshow img {
- border-radius:0px;
- }
- /* --- quotes --- */
- .quote {
- text-align:left;
- font-size:18px;
- line-height:25px;
- }
- .source {
- margin-top:4px;
- text-align:right;
- }
- /* --- audio --- */
- .audio {
- float:left;
- width:70px;
- height:70px;
- position:relative;
- overflow:hidden;
- }
- .audio:hover .play {opacity:1;width:30px;}
- .audio:hover img {margin-left:30px;}
- .cover img {
- width:70px;
- position:absolute;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- .play {
- overflow:hidden;
- width:0px;
- height:30px;
- background:{color:posts};
- position:absolute;
- padding:20px 0px;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- .au b {
- color:{color:accent one};
- font-weight:700;
- margin-right:2px;
- }
- .au {
- height:45px;
- overflow:hidden;
- padding:12px 10px;
- line-height:15px;
- margin-left:70px;
- text-align:left;
- }
- /* --- asks --- */
- .asker {
- margin-left:0px;
- margin-top:-10px;
- float:left;
- font-size:14px;
- line-height:14px;
- font-weight:700;
- color:{color:notes text};
- background-color:{color:accent two};
- padding:10px;
- width:auto;
- text-transform:uppercase;
- display:block;
- }
- .asker a {
- margin:0px;
- padding:0px;
- }
- .question {
- margin-top:10px;
- margin-bottom:10px;
- margin-left:10px;
- background-color:{color:accent one};
- color:{color:posts};
- padding:30px 20px 20px 20px;
- }
- /* --- chat --- */
- .chat ul {
- list-style-type:none;
- padding-left:0px;
- margin-bottom:20px;
- }
- .chat ul li:before {
- content: none;
- text-indent: 0px;
- }
- .chat ul li {
- margin-bottom:5px;
- }
- .chat .label {
- text-transform:uppercase;
- font-weight:700;
- color:{color:accent one};
- }
- /* --- permalinks --- */
- .permalink {
- font-weight:700;
- margin:0px -20px -20px -20px;
- padding:10px;
- font-size:8px;
- letter-spacing:0px;
- text-transform:uppercase;
- background-color: {color:notes background};
- border-radius:0px;
- color:{color:notes text};
- }
- .permalink a {
- display:inline-block;
- color:{color:notes text};
- }
- .reb {
- display:inline-block;
- vertical-align:middle;
- float:right;
- font-size:10px;
- }
- .reb i {
- color:{color:notes text};
- }
- /* --- tags --- */
- .tags {
- margin-top:0px;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- text-align:justify;
- font-weight:400;
- }
- .tags a {
- display:inline;
- text-transform:none;
- line-height:14px;
- padding-bottom:1px;
- margin:2px 4px 0px 0px;
- color:{color:notes text};
- border-bottom:1px solid transparent;
- }
- .tags a:hover {
- border-bottom:1px solid {color:notes text};
- }
- /* --- notes --- */
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- text-align:left;
- background-color:{color:posts};
- padding:20px;
- }
- .pagenotes img {
- display:none;
- }
- .pagenotes ol {
- margin:0px;
- padding:0px;
- }
- .pagenotes ol li {
- margin:5px;
- list-style-type:none;
- }
- /* --- pagination --- */
- .pagination {
- {block:ifnot500pxposts}
- width:440px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:540px;
- {/block:if500pxposts}
- height:20px;
- left:0px!important;
- z-index:999;
- text-align:center;
- padding:0px!important;
- color:{color:notes background};
- }
- .pagination a {
- color:{color:notes background};
- line-height:20px;
- }
- .pagination .sf {
- font-size:7px;
- }
- /* --- popup --- */
- .popup {
- display:none;
- position:absolute;
- z-index:25;
- top:-350px;
- {block:ifnot500pxposts}
- left:-560px;
- width:480px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- left:-660px;
- width:580px;
- {/block:if500pxposts}
- height:430px;
- background-color:{color:background};
- }
- .popup #close {
- position:absolute;
- z-index:99999;
- right:10px;
- top:10px;
- font-size:12px;
- color:{color:notes text};
- cursor:pointer;
- }
- .popup-img {
- position:absolute;
- z-index:5;
- top:0px;
- left:0px;
- {block:ifnot500pxposts}
- width:480px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:580px;
- {/block:if500pxposts}
- height:200px;
- background-size:cover;
- background-position:center center;
- background-image:url('{image:navigation popup}');
- }
- .popup-links {
- position:absolute;
- z-index:10;
- top:180px;
- left:40px;
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- height:40px;
- background-color:{color:accent one};
- text-align:center;
- }
- .popup-links a {
- display:inline-block;
- width:20px;
- height:40px;
- line-height:43px;
- text-align:center;
- font-size:16px;
- margin:0px 5px;
- color:{color:notes text};
- border-bottom:1px solid transparent;
- position:relative;
- }
- .popup-links a .sf {
- position:absolute;
- width:20px;
- height:20px;
- left:0px;
- }
- .popup-links a .sf:nth-of-type(2) {
- display:none;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .popup-links a:hover .sf:nth-of-type(1) {
- display:none;
- }
- .popup-links a:hover .sf:nth-of-type(2) {
- display:block;
- }
- .popup-title {
- position:absolute;
- z-index:40;
- top:305px;
- left:-45px;
- width:170px;
- height:40px;
- color:{color:header};
- transform:rotate(-90deg);
- }
- .popup-line {
- position:absolute;
- z-index:4;
- width:170px;
- height:1px;
- top:20px;
- background-color:{color:header};
- }
- .popup-title h1 {
- position:absolute;
- z-index:6;
- max-width:170px;
- background-color:{color:container};
- font-size:14px;
- line-height:40px;
- box-sizing:border-box;
- padding:0px 10px 0px 0px;
- color:{color:header};
- }
- .popup-about {
- position:absolute;
- z-index:6;
- top:235px;
- left:70px;
- {block:ifnot500pxposts}
- width:350px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:450px;
- {/block:if500pxposts}
- height:175px;
- padding-right:10px;
- overflow-x:hidden;
- overflow-y:auto;
- text-align:justify;
- }
- .popup-about::first-letter {
- display:block;
- float:left;
- padding:12px 14px;
- background:{color:accent one};
- color:{color:posts};
- text-transform:uppercase;
- font-size:14px;
- margin:0px 10px 0px 0px;
- font-weight:700;
- }
- .clear {
- clear:both;
- }
- /* --- credit --- */
- .credit a {
- position:fixed;
- font-size:14px;
- right:10px;
- bottom:10px;
- text-align:center;
- width:15px;
- height:15px;
- padding:5px;
- line-height:15px;
- color:{color:posts};
- background-color:{color:header};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="container">
- <!-- start of header -->
- <div class="header">
- <div class="header-line"></div>
- <h1>{text:header title}</h1>
- </div>
- <!-- start of sidebar -->
- <div class="sidebar">
- <div class="sidebar-img"></div>
- <div class="sidebar-icon"></div>
- <div class="description-title">
- <a href="/">{text:description title}</a>
- </div>
- <div class="description">{Description}</div>
- <!-- start of navigation -->
- <div class="nav">
- <a href="/" title="refresh">
- <span class="sf sf-anchor-o"></span>
- <span class="sf sf-anchor"></span>
- </a>
- <a href="/ask" title="message">
- <span class="sf sf-poet-o"></span>
- <span class="sf sf-poet"></span>
- </a>
- <div title="navigate" id="trigger">
- <span class="sf sf-boat-o"></span>
- <span class="sf sf-boat"></span>
- </div>
- <!-- start of .popup -->
- <div class="popup">
- <div id="close">
- <span class="sf sf-cross-o"></span>
- </div>
- <div class="popup-img"></div>
- <div class="popup-links">
- {block:iflink1url}
- <a href="{text:link 1 url}" title="{text:link 1 title}">
- <span class="sf sf-bathtub-o"></span>
- <span class="sf sf-bathtub"></span>
- </a>
- {/block:iflink1url}
- {block:iflink2url}
- <a href="{text:link 2 url}" title="{text:link 2 title}">
- <span class="sf sf-balloons-o"></span>
- <span class="sf sf-balloons"></span>
- </a>
- {/block:iflink2url}
- {block:iflink3url}
- <a href="{text:link 3 url}" title="{text:link 3 title}">
- <span class="sf sf-ghost-o"></span>
- <span class="sf sf-ghost"></span>
- </a>
- {/block:iflink3url}
- {block:iflink4url}
- <a href="{text:link 4 url}" title="{text:link 4 title}">
- <span class="sf sf-brush-o"></span>
- <span class="sf sf-brush"></span>
- </a>
- {/block:iflink4url}
- {block:iflink5url}
- <a href="{text:link 5 url}" title="{text:link 5 title}">
- <span class="sf sf-bee-o"></span>
- <span class="sf sf-bee"></span>
- </a>
- {/block:iflink5url}
- {block:iflink6url}
- <a href="{text:link 6 url}" title="{text:link 6 title}">
- <span class="sf sf-palette-o"></span>
- <span class="sf sf-palette"></span>
- </a>
- {/block:iflink6url}
- {block:iflink7url}
- <a href="{text:link 7 url}" title="{text:link 7 title}">
- <span class="sf sf-leaf-1-o"></span>
- <span class="sf sf-leaf-1"></span>
- </a>
- {/block:iflink7url}
- {block:iflink8url}
- <a href="{text:link 8 url}" title="{text:link 8 title}">
- <span class="sf sf-rainbow-o"></span>
- <span class="sf sf-rainbow"></span>
- </a>
- {/block:iflink8url}
- {block:iflink9url}
- <a href="{text:link 9 url}" title="{text:link 9 title}">
- <span class="sf sf-cow-o"></span>
- <span class="sf sf-cow"></span>
- </a>
- {/block:iflink9url}
- {block:iflink10url}
- <a href="{text:link 10 url}" title="{text:link 10 title}">
- <span class="sf sf-star-o"></span>
- <span class="sf sf-star"></span>
- </a>
- {/block:iflink10url}
- </div>
- <div class="popup-title">
- <div class="popup-line"></div>
- <h1>{text:navigation title}</h1>
- </div>
- <div class="popup-about">
- {text:navigation textbox}
- </div>
- </div>
- <!-- end of .popup -->
- </div>
- </div>
- <!-- start of posts -->
- <div class="entries">
- {block:Posts}
- <div class="post" id="{PostID}">
- {block:Quote}
- <div class="txt">
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Text}
- <div class="txt">
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- <div class="clear"></div>
- </div>
- {/block:Text}
- {block:Link}
- <div class="txt">
- <div class="title">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="chat">
- <ul>
- {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Photo}
- <div class="photo">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- </div>
- {block:Caption}
- <div class="txt">{Caption}</div>
- <div class="clear"></div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- {block:Caption}
- <div class="txt">{Caption}</div>
- <div class="clear"></div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div class="photo">{Video-500}</div>
- {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="txt">
- <div class="audio">
- {block:AlbumArt}
- <div class="cover">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- {block:AudioPlayer}
- <div class="play">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- </div>
- <div class="au">
- {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- <b>Plays:</b> {FormattedPlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="txt">
- <div class="asker">{Asker}</div>
- <div class="question">
- {Question}
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:Date}
- <div class="permalink">
- <a href="{Permalink}">
- posted {TimeAgo}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </a>
- <a class="reb" href="{ReblogURL}">
- <span class="sf sf-reblog"></span>
- </a>
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <br>
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
-
- {/block:RebloggedFrom}
- {block:ContentSource}
- source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:PermalinkPage}
- <br>
- {block:HasTags}
- <div class="tags">
- {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div> <!-- end of .post -->
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>
- {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}
- <a href="{NextPage}"><span class="sf sf-chevron-right"></span></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div> <!-- end of .entries -->
- </div> <!-- end of .container -->
- <div class="credit"><a class="sf sf-swords" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment