Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- LEXICON
- Coded with love by littlethms @ tumblr
- Support @ littlethms/ask
- June 06, 2016
- CREDITS
- * Dropdown by Acuite
- Please don't remove credit.
- INSPIRATION
- * Odeysseus
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <link href='https://fonts.googleapis.com/css?family={select:Body Font}:300,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family={select:Head Font}:300,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".nav-body").hide();
- $(".nav-head").click(function(){
- $(this).next(".nav-body").slideToggle('fast');
- }); }); </script>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="image:Header" content="#eee">
- <meta name="color:Border" content="#eee">
- <meta name="color:Background" content="#fff">
- <meta name="color:Text" content="#555">
- <meta name="color:Link" content="#777">
- <meta name="color:Link Hover" content="#333">
- <meta name="if:Contained Posts" content="0">
- <meta name="if:Show Extra Navigation Bar" content="1">
- <meta name="if:Show Sidebar" content="0">
- <meta name="if:Show Footer Text" content="1">
- <!-- FONTS -->
- <meta name="select:Body Font" content="Source Sans Pro"/>
- <meta name="select:Body Font" content="PT Sans"/>
- <meta name="select:Body Font" content="Crimson Text"/>
- <meta name="select:Body Font" content="Lato"/>
- <meta name="select:Body Font" content="Roboto"/>
- <meta name="select:Head Font" content="Playfair Display"/>
- <meta name="select:Head Font" content="Libre Baskerville"/>
- <meta name="select:Head Font" content="Georgia"/>
- <meta name="select:Head Font" content="Abril Fatface"/>
- <meta name="select:Head Font" content="Karla"/>
- <!-- SIZES -->
- <meta name="text:Post Width" content="600"/>
- <meta name="text:Sidebar Width" content="200"/>
- <meta name="text:Margin" content="100"/>
- <!-- HEADER -->
- <meta name="if:Show Header" content="1">
- <meta name="text:Title Text" content="Start Writing">
- <meta name="select:Head Title Margin" content="5%">
- <meta name="select:Head Title Margin" content="10%">
- <meta name="select:Head Title Margin" content="15%">
- <meta name="select:Head Title Margin" content="20%">
- <!-- NAV BAR -->
- <meta name="color:Navigation" content="#fff">
- <meta name="color:Navigation Links" content="#333">
- <meta name="color:Navigation Links Hover" content="#9cbaba">
- <meta name="if:Home" content="1">
- <meta name="if:Ask" content="1">
- <meta name="if:Submit" content="0">
- <meta name="if:Archive" content="0">
- <meta name="if:Link1" content="0">
- <meta name="if:Link2" content="0">
- <meta name="if:Link3" content="0">
- <meta name="text:Home Name" content="Home">
- <meta name="text:Ask Name" content="Ask">
- <meta name="text:Submit Name" content="Submit">
- <meta name="text:Archive Name" content="Archive">
- <meta name="text:Disclaimer Text" content="Put your disclaimer here.">
- <meta name="text:Read More Text" content="Continue Reading">
- <meta name="text:Search Bar Text" content="Search & Browse">
- <meta name="text:Link 1 URL" content="/">
- <meta name="text:Link 1 Name" content="Link 1">
- <meta name="text:Link 2 URL" content="/">
- <meta name="text:Link 2 Name" content="Link 2">
- <meta name="text:Link 3 URL" content="/">
- <meta name="text:Link 3 Name" content="Link 3">
- <!-- FOOTER CONTENT -->
- <meta name="if:Footer Copyright" content="1">
- <meta name="if:Footer Disclaimer" content="0">
- <meta name="if:Footer Links" content="0">
- <!-- DATE -->
- <meta name="if:Other Permalink Location" content="0">
- <style type="text/css">
- /* Presets */
- body {
- font-size:13px;
- font-weight:400;
- font-family:{select:Body Font};
- text-align:justify;
- letter-spacing:0.3px;
- line-height:170%;
- color:{color:Text};
- background:{color:Background};
- margin:0;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- font-weight:700;
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all .2s linear;
- transition:all .2s linear;
- }
- a:hover {
- color:{color:Link Hover};
- }
- blockquote {
- margin-left:10px;
- padding:0 10px;
- border-left:1px solid {color:Border};
- }
- blockquote, ol, ul, p, pre {
- margin:0 0 .6em;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:1em auto 0.6em;
- font-size:18px;
- font-weight:inherit;
- font-family:{select:Head Font};
- }
- header #headtitle, aside h1 {
- font-family: {select:Head Font};
- font-size:20px;
- text-align:center;
- text-transform:uppercase;
- }
- .more a, .nav-head, .nav-body, .nav-body .st h3, .nav-body .str a, .footer-info, .footer-info ul li a, .footer-nav a {
- color:{color:Navigation Links};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10.5px;
- }
- p {
- margin-top:9px;
- }
- img {
- border:0;
- max-width:100%;
- min-width:auto;
- height:auto;
- }
- hr {
- background-color:{color:Border};
- margin:1em 0;
- height:1px;
- border:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .more a {
- padding-top:20px;
- font-weight:400;
- color:#333;
- display:inline-block;
- border-top:1px solid #eee;
- }
- .more a:hover {
- color:{color:Link Hover};
- }
- .cred, .cred a {
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- bottom:10px;
- right:20px;
- position:fixed;
- color:#aaa;
- }
- /* Navigation */
- nav {
- width:100%;
- display:block;
- background-color:{color:Navigation};
- padding:10px 0px 10px;
- z-index:888;
- text-align:center;
- border-bottom:1px solid #eee;
- {block:ifnotShowHeader}
- top:50px;
- {/block:ifnotShowHeader}
- }
- nav a {
- font-weight:400;
- font-size:11px;
- font-family:{select:Body Font};
- text-transform:uppercase;
- letter-spacing:1.5px;
- color:{color:Navigation Links};
- margin-right:10px;
- }
- nav ul {
- padding: 0;
- text-align:center;
- }
- nav ul li {
- list-style-type:none;
- margin:0 0 0 -4px;
- display:inline-block;
- }
- nav ul li a {
- position: relative;
- display:inline-block;
- padding: 0 12px;
- z-index:999;
- }
- nav ul li a:hover {
- color:{color:Navigation Links Hover};
- }
- nav ul li:hover > ul {
- display: block;
- }
- nav ul ul {
- min-width:150px;
- z-index:888;
- padding:0px 0px 0px 4px;
- position:absolute;
- display:none;
- background:{color:Navigation};
- border:1px solid {color:Border};
- }
- nav ul ul li:last-child {
- border-bottom:none;
- }
- nav ul ul li {
- border-bottom:1px solid {color:Border};
- display: block;
- float: none;
- position: relative;
- padding:6px;
- }
- nav ul ul li a {
- padding: 0 12px;
- }
- nav ul ul li a:hover {
- color:{color:Navigation Links Hover};
- }
- nav ul ul li:hover {
- background-color:{color:Border};
- -webkit-transition:all .2s linear;
- transition:all .2s linear;
- }
- /*Nav-Head, Nav-Body Cover */
- .nav-head {
- border-bottom:1px solid {color:Border};
- padding:0px 20px 5px;
- text-align:right;
- cursor:pointer;
- }
- .nav-body {
- margin-top:-5px;
- padding:5px 5px 20px;
- background:{color:Border};
- }
- .nav-body hr {margin:2px 0; border:0; height:0.5px; -moz-box-sizing:border-box; box-sizing:border-box; background-color:#ddd}
- .nav-body .st, .st h3 {text-align:center;}
- .nav-body .st {width:18%; margin-right:5px; display:inline-block; vertical-align:top !important;}
- /* Change width to
- 47% for 2 columns
- 32% for 3 columns
- 23% for 4 columns
- 18% for 5 columns
- */
- .nav-body .st h3 {margin-bottom:0px; font-weight:700;}
- .nav-body .st h2, .nav-body .st h2 a {text-align:right; text-transform:none;font-family:{select:Head Font}; font-style:italic; font-size:12px; font-weight:400 !important; letter-spacing:0; line-height:140%; margin:20px 0 10px 0;}
- .nav-body .str {text-align:left; vertical-align:top !important; display:inline-block; padding:0 3px;}
- .nav-body .str a {margin:2px; font-weight:400;}
- .nav-body .str a:hover {color:#aaa;}
- .nav-body input[type=text] {padding:5px 8px; font-size:10px; background:#eee; border-radius:40px; border:1px solid #ddd; !important; -webkit-appearance:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease; font-style:italic; }
- .nav-body input[type=text]:focus { border:0; color:#222; -webkit-appearance:none; -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:40px;}
- /* Header */
- {block:ifnotShowHeader}
- header img {display:none;}
- header #headtitle {margin-top:{select:Head Title Margin};height:30px;}
- {/block:ifnotShowHeader}
- header img { margin:0 auto 0; border-bottom:1px {color:Navigation} solid; width:100%;height:250px;}
- /* Container */
- .main, footer {
- margin:0 auto;
- {block:ifShowSidebar}
- width:calc({text:Post Width}px + {text:Margin}px + {text:Sidebar Width}px);
- {/block:ifShowSidebar}
- {block:ifnotShowSidebar}
- width:{text:Post Width}px
- {/block:ifnotShowSidebar};
- display:block;
- position:Relative;
- {block:ifContainedPosts}
- border:1px solid #eee;
- {/block:ifContainedPosts}
- }
- /* Entries */
- .content {
- position: relative;
- width:{text:Post Width}px;
- background-color:{color:background};
- display:inline-block;
- margin: calc({text:Margin}px / 2) {text:Margin}px 0 0;
- }
- .content .title {
- font-family:{select:Body Font};
- font-size:25px;
- font-style:italic;
- font-weight:300 !important;
- text-align:center;
- text-align:center;
- line-height:130%;
- margin-bottom:0px;
- padding:15px 0;
- }
- .entry {
- background:{color:Background};
- position:relative;
- border-radius:6px;
- }
- {block:ifOtherPermalinkLocation}
- .entry {
- margin-bottom:{text:Margin}px;
- }
- .entry:first-child {
- margin-top:-{text:Margin}px ;
- }
- {/block:ifOtherPermalinkLocation}
- {block:ifContainedPosts}
- .entry .text {
- padding:0 20px;
- }
- {/block:ifContainedPosts}
- .entry img {
- min-width:100%;
- max-width:100%;
- }
- /* Sidebar */
- aside {
- width:{text:Sidebar Width}px;
- height:100%;
- display:inline-block;
- position:relative;
- margin-top:calc({text:Margin}px / 3);
- float:right;
- text-align:justify;
- }
- .aside-block {
- margin-bottom:calc({text:Margin}px / 2);
- border-bottom:1px solid {color:Border};
- padding-bottom:20px;
- }
- {block:ifContainedPosts}
- .aside-text {
- padding-right:20px;
- }
- {/block:ifContainedPosts}
- aside h1 {
- font-size:15px;
- }
- aside .li {
- display:block;
- }
- aside .li a {
- border-bottom:1px solid #eee;
- display:block;
- margin:2px;
- padding:2px;
- }
- aside .li a:hover {
- padding-left:10px;
- }
- /*Permalink */
- .date {
- margin:calc({text:Margin}px / 5) 0 {text:Margin}px 0;
- padding-top:20px;
- font-size: 9px;
- font-family:{select:Body Font};
- font-weight:400 !important;
- letter-spacing:1.5px;
- line-height:150%;
- text-align:center;
- position: relative;
- border-top:1px solid #eee;
- }
- .date a {
- margin-bottom:30px;
- color:#333;
- font-weight:400;
- line-height:.1em;
- text-transform:uppercase;
- position:relative;
- display:block;
- }
- .date-other {
- margin:{text:Margin}px 0 0 0;
- padding-top:15px;
- font-size: 9px;
- font-weight:400 !important;
- text-align:center;
- letter-spacing:1.5px;
- line-height:150%;
- position: relative;
- }
- .date-other a {
- color:{color:Navigation Links};
- background:{color:Background};
- text-transform:uppercase;
- font-weight:400;
- line-height:.1em;
- position:relative;
- display:block;
- margin-bottom:calc({text:Margin}px / 3);
- }
- a.tag:after {
- content:", ";
- }
- a.tag:last-child:after {
- content:"";
- }
- /* Chat */
- .chat {
- padding:0;
- list-style-type:none;
- }
- .chat .label {
- font-weight:bold;
- font-family:{select:Body Font};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- }
- .line {
- margin-top:10px;
- border-bottom:1px solid #f5f5f5;
- padding-bottom:10px;
- }
- .line:last-child{
- border:none;
- }
- /* Quotes */
- .quoted {
- font-weight:400;
- font-size:23px;
- font-style:italic;
- line-height:130%;
- }
- .source {
- font-family:{select:Body Font};
- font-size:10px;
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- /*Answers */
- .question {
- color:#555;
- font-weight:300;
- font-size:12px;
- font-family:{select:Body Font};
- margin-bottom:10px;
- display:inline-block;
- width:40%;
- margin-right:15px;
- vertical-align:middle !important;
- text-align:right;
- }
- .ans {
- border-left:1px solid #eee;
- padding-left:15px;
- display:inline-block;
- width:53%;
- vertical-align:middle !important;
- }
- .sender, .sender a {
- color:#555;
- font-family:{select:Body Font};
- letter-spacing:0px;
- font-style:italic;
- font-size:16px;
- text-transform:lowercase;
- text-align:right;
- font-weight:400 !important;
- }
- .sender {
- margin-bottom:7px;
- padding-bottom:5px;
- border-bottom:1px solid #eee;
- }
- .media {
- position:relative;
- display:inline-block;
- width:100%;}
- iframe#tumblr_controls {
- display:none;
- white-space:nowrap;
- filter: invert(100%);
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- opacity:0.4;
- }
- /*Footer*/
- footer {
- padding:10px;
- margin-bottom:calc({text:Margin}px * 1.1);
- background:#f5f5f5;
- color:#222;
- height:60px;
- {block:ifShowSidebar}
- {block:ifContainedPosts}
- width:calc({text:Post Width}px + {text:Margin}px + {text:Sidebar Width}px - 20px);
- border:none;
- {/block:ifContainedPosts}
- {/block:ifShowSidebar}
- {block:ifnotShowSidebar}
- {block:ifContainedPosts}
- width:calc({text:Post Width}px - 20px);
- border:none;
- {/block:ifContainedPosts}
- {/block:ifnotShowSidebar}
- }
- .footer-nav {
- display:inline-block;
- float:right;
- margin-top:20px;
- padding-bottom:20px;
- vertical-align:middle;
- }
- .footer-nav a, .footer-info b, .current_page {
- color:{color:Navigation Links};
- margin-right:15px;
- }
- .footer-info {
- float:left;
- padding:20px 0 20px 15px;
- display:inline-block;
- vertical-align:middle;
- }
- .footer-info ul {
- margin-left:-30px;
- }
- .footer-info ul li {
- display: inline-block;
- margin-right:10px;
- }
- /*Post Notes*/
- .pnotes {
- display:block;
- height:300px;
- font-size:12px;
- }
- .pnotes .block{
- border-radius:6px;
- margin:100px auto !important;
- margin-left:-100px;
- }
- .pnotes ol, .pnotes ul{
- width:{text:Post Width}px;
- list-style:none;
- margin-bottom:100px !important;
- padding-bottom:100px;
- }
- .pnotes li {
- text-align:left;
- font-size:10px;
- letter-spacing:0px; list-style:none; width:45%;background:#fff; margin:1px; display:inline-block; vertical-align:middle;line-height:140%;}
- .pnotes img{
- display:none;
- }
- .pnotes a {
- font-size:11px !important;
- }
- </style>
- </head>
- <body>
- <div class="main"> <!-- LEAVE THIS ALONE -->
- <!-- NAVIGATION -->
- <header>
- {block:ifShowHeader}
- <img src="{image:Header}">
- {/block:ifShowHeader}
- {block:ifnotShowHeader}
- <div id="headtitle">{text:Title Text}</div>
- {/block:ifnotShowHeader}
- </header>
- <nav>
- <center>
- <ul>
- {block:ifHome}
- <li><a href="/"></span>{text:Home Name}</a></li>
- {/block:ifHome}
- {block:ifAsk}
- <li><a href="/ask">{text:Ask Name}</a></li>
- {/block:ifAsk}
- {block:ifSubmit}
- <li><a href="/submit">{text:Submit Name}</a></li>
- {/block:ifSubmit}
- {block:ifArchive}
- <li><a href="/archive">{text:Archive Name}</a></li>
- {/block:ifArchive}
- {block:ifLink1}
- <li><a href="{text:Link 1 URL}">{text:Link 1 Name}</a>
- <ul>
- <li><a href="/">Link</a></li>
- <li><a href="/">Link</a></li>
- <li><a href="/">Link</a></li>
- </ul>
- </li>
- {/block:ifLink1}
- {block:ifLink2}
- <li><a href="{text:Link 2 URL}">{text:Link 2 Name}</a></li>
- {/block:ifLink2}
- {block:ifLink3}
- <li><a href="{text:Link 3 URL}">{text:Link 3 Name}</a></li>
- {/block:ifLink3}
- </ul>
- </center>
- </nav>
- {block:ifShowExtraNavigationBar}
- <p class="nav-head">
- <span style="float:left">
- <i class="fa fa-bars" aria-hidden="true"></i>
- </span>
- <span class="r">{text:Search Bar Text}</span>
- </p>
- <div class="nav-body">
- <div class="st">
- <h3>CATEGORY 1</h3>
- <div class="str">
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- </div>
- </div>
- <div class="st">
- <h3>CATEGORY 2</h3>
- <div class="str">
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- </div>
- </div>
- <div class="st">
- <h3>CATEGORY 3</h3>
- <div class="str">
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- </div>
- </div>
- <div class="st">
- <h3>CATEGORY 4</h3>
- <div class="str">
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- </div>
- </div>
- <div class="st">
- <div class="str">
- <h2>{text:Disclaimer Text}</h2>
- <form action="/search" method="get"><input type="text" name="q" value="" placeholder="Search..." autocomplete="off" /></form>
- </div>
- </div>
- </div>
- {/block:ifShowExtraNavigationBar}
- {block:ifShowSidebar}
- <aside>
- <div class="aside-block">
- <h1>About</h1>
- <div class="aside-text">
- {Description}
- </div>
- </div>
- <div class="aside-block" style="border-bottom:none">
- <h1>Links</h1>
- <div class="aside-text">
- <div class="li">
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- <a href="/link">Link</a>
- </div>
- </div>
- </div>
- <div class="aside-block">
- <h1>Text Box</h1>
- <div class="aside-text">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec facilisis ac orci tincidunt blandit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
- </div>
- </div>
- </aside>
- {/block:ifShowSidebar}
- <!--Content-->
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}"><section class="post">
- {block:ifOtherPermalinkLocation}
- {block:Date}
- <div class="date-other">
- <a href="{Permalink}">
- {Month} {DayOfMonthWithZero}, {Year} /
- {NoteCountWithLabel}
- </a>
- </div>
- {/block:Date}
- {/block:ifOtherPermalinkLocation}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
- </div>
- {/block:Audio}
- {block:Photo}
- <div class="media">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">{LinkCloseTag}</div>
- {/block:Photo}
- {block:Photoset}
- <div class="media 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>
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="media video">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="sender">{Asker}</div>
- <span class="inquiry">{Question}</span>
- </div>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <ul class="chat text">
- {block:Lines} <li class="line">
- {block:Label}
- <span class="label">{Label} </span>
- {/block:Label}
- <br>{Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Quote}
- <h1 class="title">{Quote}</h1><hr>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="text">{Body}
- {block:More}
- <center><br><div class="more">
- <a href="{Permalink}">{text:Read More Text}</a>
- </div></center><br>
- {/block:More}
- </div>
- {/block:Text}
- {block:Caption}
- <div class="caption text">
- {Caption}
- {block:More}
- <center><br><div class="more">
- <a href="{Permalink}">{text:Read More Text}</a>
- </div></center><br>
- {/block:More}
- </div>
- {/block:Caption}
- </section>
- {block:PermalinkPage}<br>
- {block:HasTags}
- {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:PermalinkPage}
- </article>
- {block:ifnotOtherPermalinkLocation}
- {block:Date}
- <div class="date">
- <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}
- /
- {NoteCountWithLabel}</a>
- </div>
- {/block:Date}
- {/block:ifnotOtherPermalinkLocation}
- {/block:Posts}
- </div>
- {block:IndexPage}
- <footer>
- <div class="footer-info">
- {block:ifShowFooterText}
- {block:ifFooterCopyright}
- {Title} © {CopyrightYears}
- {/block:ifFooterCopyright}
- {block:ifFooterDisclaimer}
- <b>{text:Disclaimer Text}</b>
- {/block:ifFooterDisclaimer}
- {block:ifFooterLinks}
- <ul><b>
- {block:ifHome}
- <li><a href="/"></span>{text:Home Name}</a></li>
- {/block:ifHome}
- {block:ifAsk}
- <li><a href="/ask">{text:Ask Name}</a></li>
- {/block:ifAsk}
- {block:ifSubmit}
- <li><a href="/submit">{text:Submit Name}</a></li>
- {/block:ifSubmit}
- {block:ifArchive}
- <li><a href="/archive">{text:Archive Name}</a></li>
- {/block:ifArchive}
- </ul></b>
- {/block:ifFooterLinks}
- {/block:ifShowFooterText}
- {block:ifnotShowFooterText}
- Theme by <a href="http://littlethms.tumblr.com/">Little Themes</a>
- {block:ifnotShowFooterText}
- </div>
- <div class="footer-nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Previous</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </footer>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="pnotes">
- <div class="aside-block">{PostNotes}</div>
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- <div class="cred"><a href="http://littlethms.tumblr.com/">Lthms</a></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $container = $('.content');
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement