Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- ===== \\ THEME \\ =============================
- Name: Skyline
- Version: 1.5.1
- Updated: 01.03.2015
- Do not remove the credit or claim as your own.
- Feel free to edit as much as you want to.
- _
- + | | | * |
- o /|_| | | * _|_ + | o / \
- | |/ \ + | | |\ | |__
- * __ | | _| | o | |__|
- | |_| |/ |_ __|
- | \__ |
- _| |_|
- s k y l i n e t h e m e . t u m b l r . c o m
- created by: ktt.tumblr.com
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <!--Defaults-->
- <meta name="Background color" content="#000000">
- <meta name="Title color" content="#ffffff">
- <meta name="Link color" content="#eeeeee">
- <!--Fonts-->
- <meta name="font:Body" content="Verdana">
- <!--Colors-->
- <meta name="color:Accents" content="#eeeeee">
- <meta name="color:Body color" content="#bbbbbb">
- <meta name="color:Gradient beginning" content="#545454">
- <meta name="color:Gradient end" content="#000000">
- <meta name="color:Navigation background" content="#4C4C4C">
- <meta name="color:Navigation hover" content="#545454">
- <!--Booleans-->
- <meta name="if:Captions audio" content="1">
- <meta name="if:Captions photo" content="0">
- <meta name="if:Captions photoset" content="1">
- <meta name="if:Captions video" content="0">
- <meta name="if:Gradient background" content="0">
- <meta name="if:Page numbers" content="1">
- <meta name="if:Rounded navigation" content="0">
- <meta name="if:Show side bar" content="1">
- <meta name="if:Small side bar" content="1">
- <!--Images-->
- <meta name="image:Background" content="">
- <!--Drop Down Menus-->
- <meta name="select:Avatar" content="display: block" title="Square">
- <meta name="select:Avatar" content="border-radius: 150px" title="Circle">
- <meta name="select:Avatar" content="border-radius: 10px" title="Rounded">
- <meta name="select:Avatar" content="display: none" title="None">
- <meta name="select:Navigation" content="120" title="One column">
- <meta name="select:Navigation" content="53" title="Two columns">
- <meta name="select:Posts" content="0" title="Square">
- <meta name="select:Posts" content="5" title="Rounded">
- <meta name="select:Scroll bar" content="10" title="Rounded">
- <meta name="select:Scroll bar" content="0" title="Square">
- <!--More Options-->
- <meta name="text:Background image URL" content="">
- <meta name="text:Google analytics ID" content="">
- <meta name="text:Layout height" content="350">
- <meta name="text:Pagination opacity" content=".75">
- <meta name="text:Post color RGB" content="0, 0, 0">
- <meta name="text:Post opacity" content=".75">
- <meta name="text:Scroll bar background RGB" content="255, 255, 255">
- <meta name="text:Scroll bar background opacity" content=".3">
- <meta name="text:Scroll bar color RGB" content="255, 255, 255">
- <meta name="text:Scroll bar opacity" content=".75">
- <meta name="text:Side bar opacity" content=".9">
- <style type="text/css">
- body, th {
- background: {BackgroundColor} url('{block:IfNotBackgroundImageURL}{image:Background}{/block:IfNotBackgroundImageURL}{block:IfBackgroundImageURL}{text:Background image URL}{/block:IfBackgroundImageURL}') repeat fixed;
- color: {color:Body color};
- font-family: {font:Body};
- font-size: 10pt;
- line-height: 12pt;
- {block:IfGradientBackground}
- background-image: -ms-linear-gradient(top, {color:Gradient beginning} 0%, {color:Gradient end} 100%);
- background-image: -moz-linear-gradient(top, {color:Gradient beginning} 0%, {color:Gradient end} 100%);
- background-image: -o-linear-gradient(top, {color:Gradient beginning} 0%, {color:Gradient end} 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:Gradient end}), color-stop(1, {color:Gradient end}));
- background-image: -webkit-linear-gradient(top, {color:Gradient beginning} 0%, {color:Gradient end} 100%);
- background-image: linear-gradient(to bottom, {color:Gradient beginning} 0%, {color:Gradient end}} 100%);
- {/block:IfGradientBackground}
- }
- td {
- padding: 5px 5px 10px 5px;
- background-color: rgba({text:Post color RGB}, {text:Post opacity});
- color: {color:Body color};
- font-family: {font:Body};
- font-size: 10pt;
- line-height: 12pt;
- border-radius: {select:Posts}px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- td:hover {
- background-color: rgba({text:Post color RGB}, .8);
- }
- table {
- width: 80px;
- border: 0px;
- border-spacing: 5px;
- {block:IfShowSideBar}
- margin-left: 142px;
- {/block:IfShowSideBar}
- }
- a:link, a:visited, a:active {
- color: {LinkColor};
- text-decoration: none;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- a:hover {
- color: {color:Body color};
- text-decoration: none;
- }
- li img {
- display: none;
- }
- blockquote, li blockquote {
- border-left: 2pt solid {color:Accents};
- margin: 1px;
- padding-left: 5px;
- padding-right: 5px;
- }
- blockquote img, blockquote blockquote img {
- width: 100%;
- }
- ul {
- padding: 0px;
- margin: 5px;
- margin-right: 0px;
- margin-left: 18px;
- }
- ol {
- list-style-type: none;
- }
- a.title {
- font-size: 12pt;
- line-height: 14pt;
- color: {TitleColor};
- }
- #sidebar {
- position:fixed;
- width: 130px;
- {block:IfNotSmallSideBar}
- height: 100%;
- top: 0px;
- {/block:IfNotSmallSideBar}
- {block:IfSmallSideBar}
- height: {text:Post height};
- margin-top: 5px;
- {/block:IfSmallSideBar}
- left: 0px;
- font-size: 8pt;
- background-color: rgba({text:Post color RGB}, {text:Side bar opacity});
- color: {color:Body color};
- padding: 10px 10px 12px 10px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- z-index: 2;
- }
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-track {
- -webkit-border-radius: {select:Scroll bar}px;
- border-radius: {select:Scroll bar}px;
- background-color: rgba({text:Scroll bar background RGB}, {text:Scroll bar background opacity})
- }
- ::-webkit-scrollbar-thumb {
- -webkit-border-radius: {select:Scroll bar}px;
- border-radius: {select:Scroll bar}px;
- background: rgba({text:Scroll bar color RGB}, {text:Scroll bar opacity});
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- width: 0px;
- display: block;
- background-color: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: rgba(0,0,0,0);
- }
- #sidebar:hover {
- opacity: 1;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #avatar {
- margin-bottom: 5px;
- {select:Avatar};
- }
- a.link {
- font-size: 8pt;
- color: {LinkColor};
- padding: 4px;
- display: inline-block;
- background-color: {color:Navigation Background};
- margin-top: 4px;
- text-align: center;
- width: {select:Navigation}px;
- {block:IfRoundedNavigation}
- border-radius: 50px;
- {/block:IfRoundedNavigation}
- }
- a.link:hover {
- background-color: {color:Navigation Hover};
- }
- #empty {
- width: 150px;
- }
- .head {
- color: {LinkColor};
- font-size: 13pt;
- line-height: 14pt;
- border-bottom: 1pt solid ;
- margin-bottom: 5px;
- }
- .head a {
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .container {
- display: table;
- height: 95%;
- position:absolute;
- overflow: hidden;
- }
- .helper {
- #position: absolute;
- #top: 50%;
- display: table-cell;
- vertical-align: middle;
- }
- .content1 {
- #position: relative;
- #top: -50%;margin:0 auto;
- }
- .content {
- height: {text:Layout height}px;
- }
- .buttons {
- list-style: none;
- -webkit-margin-before: 0;
- -webkit-margin-after: 0;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- -webkit-padding-start: 0px;
- }
- .buttons li {
- float: left;
- margin: 0;
- padding: 3px 6px;
- height: 20px;
- }
- .label {
- font-weight: bold;
- color: {TitleColor};
- }
- .quote {
- color: {TitleColor};
- font-size: 18pt;
- line-height: 25pt;
- }
- .quotations {
- color: {color:Accents};
- font-size: 25pt;
- }
- .photoc {
- height: {text:Layout height}px;
- width: 400px;
- margin-bottom: 5px;
- overflow: auto;
- }
- .photo {
- {block:IfNotCaptionsPhoto}
- height: {text:Layout height}px;
- {/block:IfNotCaptionsPhoto}
- {block:IfCaptionsPhoto}
- width: 100%;
- {/block:IfCaptionsPhoto}
- margin-bottom: 2px;
- }
- .photos {
- width: 100%;
- }
- .video {
- height: {text:Layout height}px;
- width: 420px;
- overflow: auto;
- }
- .text {
- height: {text:Layout height}px;
- width: 370px;
- margin-bottom: 5px;
- overflow: auto;
- padding-right: 5px;
- }
- .phtset {
- height: {text:Layout height}px;
- width: 410px;
- margin-bottom: 5px;
- overflow: auto;
- padding-right: 5px;
- }
- .perma {
- height: {text:Layout height}px;
- width: 350px;
- overflow: auto;
- margin-top: -28px;
- }
- .pagination {
- font-size: 12pt;
- bottom: 10%;
- left: 50%;
- position: fixed;
- z-index: 2;
- }
- a.pgs {
- text-align: center;
- padding: 5px;
- background-color: rgba({text:Post color RGB}, {text:Pagination opacity});
- }
- #credit {
- position: fixed;
- height: 15px;
- padding:5px;
- background-color: rgba({text:Post color RGB}, {text:Post opacity});
- bottom: 5%;
- right: -50px;
- font-size: 13px;
- text-transform: uppercase;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #credit:hover {
- right:0px;
- }
- </style>
- </head>
- <body>
- <html>
- <div class="container">
- <div class="helper">
- <div class="content1">
- {block:IfShowSideBar}
- <div id="sidebar">
- <div class="description">
- <a href="/"><img src="{PortraitURL-128}" id="avatar"></a>
- <a href="/" class="title">{Title}</a><br />
- {block:Description}
- {Description}<br />
- {/block:Description}
- <a href="/" class="link">Home</a>
- <a href="/archive" class="link">Archive</a>
- {block:AskEnabled}
- <a href="/ask" class="link">{AskLabel}</a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/submit" class="link">{SubmitLabel}</a>
- {/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}" class="link">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </div>
- </div>
- {/block:IfShowSideBar}
- <table>
- <tr>
- {block:IndexPage}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pgs"><</a>
- {/block:PreviousPage}
- {block:IfPageNumbers}
- <a href="/" class="pgs">{lang:Page CurrentPage of TotalPages}</a>
- {block:IfPageNumbers}
- {block:NextPage}
- <a href="{NextPage}" class="pgs">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- <!--DO NOT REMOVE-->
- <div id="credit"><a href="http://www.ktt.tumblr.com/">© Theme</a></div>
- {block:Posts}
- {block:Text}
- <td>
- <div class="content">
- <div class="text">
- {block:Title}
- <div class="head">
- {Title}
- </div>
- {/block:Title}
- {Body}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14"}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- {block:PostNotes}
- <td>
- <div class="perma">
- {PostNotes}
- </div>
- </td>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Text}
- {block:Answer}
- <td>
- <div class="content">
- <div class="text">
- <div class="head">
- {Question}
- <div align="right">
- asks {Asker}
- </div>
- </div>
- {Answer}
- </div>
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </div>
- </td>
- {block:PermalinkPage}
- {block:PostNotes}
- <td>
- <div class="perma">
- {PostNotes}
- </div>
- </td>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Answer}
- {block:Photo}
- <td>
- <div class="content">
- {block:IfCaptionsPhoto}
- <div class="photoc">
- {/block:IfCaptionsPhoto}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo">
- {block:IfCaptionsPhoto}
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- {/block:IfCaptionsPhoto}
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- <td>
- <div class="perma">
- {block:IfNotCaptionsPhoto}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfNotCaptionsPhoto}
- {block:IfCaptionsPhoto}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfCaptionsPhoto}
- </div>
- </td>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Quote}
- <td>
- <div class="content">
- <div class="text">
- <span class="quotations">
- ❝
- </span>
- <span class="quote">
- {Quote}
- </span>
- <span class="quotations">
- ❞
- </span>
- {block:Source}
- <div align="right">
- - {Source}
- </div>
- {/block:Source}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- {block:PostNotes}
- <td>
- <div class="perma">
- {PostNotes}
- </div>
- </td>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <td>
- <div class="content">
- <div class="text">
- <div class="head">
- <a href="{URL}" target="_blank">{Name}</a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- {block:PostNotes}
- <td>
- <div class="perma">
- {PostNotes}
- </div>
- </td>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- <td>
- <div class="content">
- <div class="text">
- {block:Title}
- <div class="head">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- <p class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}
- </p>
- {/block:Lines}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- {block:PostNotes}
- <td>
- <div class="perma">
- {PostNotes}
- </div>
- </td>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Video}
- <td>
- <div class="content">
- {block:IfCaptionsVideo}
- <div class="video">
- {/block:IfCaptionsVideo}
- {Video-400}
- {block:IfCaptionsVideo}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfCaptionsVideo}
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- <td>
- <div class="perma">
- {block:IfNotCaptionsVideo}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfNotCaptionsVideo}
- {block:IfCaptionsVideo}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfCaptionsVideo}
- </div>
- </td>
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <td>
- <div class="content">
- <div class="text">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100%">
- {/block:AlbumArt}
- <div style="background-color: #000; text-align: left; padding: 0px; width: 100%}">
- {AudioPlayerBlack}
- </div>
- {block:IfCaptionsAudio}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfCaptionsAudio}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </td>
- {block:PermalinkPage}
- <td>
- <div class="perma">
- {block:IfNotCaptionsAudio}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfNotCaptionsAudio}
- {block:IfCaptionsAudio}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfCaptionsAudio}
- </div>
- </td>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Photoset}
- <td>
- <div class="content">
- <div class="phtset">
- {Photoset-400}
- {block:IfCaptionsPhotoset}
- {Caption}
- {/block:IfCaptionsPhotoset}
- </div>
- <ul class="buttons">
- <li>{LikeButton size="14"}</li>
- <li>{ReblogButton size="14}</li>
- </ul>
- {block:NoteCount}
- ( {NoteCount} )
- {/block:NoteCount}
- {block:Date}
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- {/block:NewDayDate}
- {block:SameDayDate}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:SameDayDate}
- {/block:Date}
- {block:RebloggedFrom}
- / via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" class="hide"> </a>
- {/block:ContentSource}
- </div>
- </div>
- </td>
- {block:PermalinkPage}
- <td>
- <div class="perma">
- {block:IfNotCaptionsPhotoset}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </p>
- {/block:IfNotCaptionsPhotoset}
- {block:IfCaptionsPhotoset}
- <p>
- {PostNotes}
- </p>
- {/block:IfCaptionsPhotoset}
- </div>
- </td>
- {/block:PermalinkPage}
- {/block:Photoset}
- {/block:Posts}
- </tr>
- </table>
- </div>
- </div>
- </div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
- <script src="jquery.mCustomScrollbar.concat.min.js"></script>
- {block:IfGoogleAnalyticsID}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{text:Google Analytics ID}', 'tumblr.com');
- ga('send', 'pageview');
- </script>
- {/block:IfGoogleAnalyticsID}
- <script src="http://static.tumblr.com/8jq17g7/YKtlqamnq/jquery.scrollto-min.js" type="text/javascript"></script>
- <script type="text/javascript" src="http://static.tumblr.com/1s4z8hu/mYolo412c/jquery.infinitescroll.min.js"></script>
- {block:IndexPage}<script>
- $(document).ready(function() {
- $(".next").click(function(e) {
- $.scrollTo( '+=800px', 600 );
- e.preventDefault();
- });
- $(".prev").click(function(e) {
- $.scrollTo( '-=800px', 600 );
- e.preventDefault();
- });
- $('#back_begin').click(function(){
- $paneTarget.stop().scrollTo( {scrollTop:0}, 1000 );
- });
- });{block:Ifinfinitescrolling}
- jQuery(window).load(function(){
- var $wall = $('#posts table tbody tr ');
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#posts table tbody tr td',
- loadingImg : '',
- loadingText : '',
- donetext : 'No more posts to load.'
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });{/block:Ifinfinitescrolling}
- </script>{/block:IndexPage}
- </tr>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment