Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- Snapshot Theme by stylized.adorablethemes.com -->
- <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- {block:Hidden}
- <meta name="image:Profile Photo" content=""/>
- <meta name="font:Body" content="helvetica, arial, sans-serif"/>
- <meta name="color:Background" content="#dcecf5"/>
- <meta name="color:Sidebar" content="#bad8eb"/>
- <meta name="color:Text" content="#333333"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Link Border" content="#333333"/>
- <meta name="text:Custom Link 1 URL" content=""/>
- <meta name="text:Custom Link 1 Name" content=""/>
- <meta name="text:Facebook URL" content=""/>
- <meta name="text:Instagram URL" content=""/>
- <meta name="text:Twitter URL" content=""/>
- <meta name="if:Show Archive Link" content=""/>
- <meta name="if:Show Random Link" content=""/>
- <meta name="if:Infinite Scrolling" content=""/>
- {/block:Hidden}
- <!--[if (lte IE 8)]><script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
- <style type="text/css">
- body {
- color: {color:Text};
- background: {color:Background} url('');
- background-repeat: repeat;
- background-position: bottom left;
- background-attachment: fixed;
- font-family: {font:Body};
- margin: 0;
- }
- /*containers */
- .wrapper {
- width: 1230px;
- margin: 0 auto;
- }
- .main {
- float: right;
- background-color: transparent;
- width: 960px;
- padding-top: 30px;
- margin-left: 270px;
- }
- a {
- color: {color:Text};
- text-decoration: none;
- }
- a:hover {
- color: {color:Text};
- text-decoration: none;
- }
- ul {
- list-style-type: none;
- padding-left: 0;
- }
- /* headings */
- h1 {
- display: block;
- font-size: 34px;
- line-height: 34px;
- font-family: 'Reenie Beanie', cursive;
- color: {color:Text};
- background-color: transparent;
- padding: 0px;
- text-align: center;
- text-transform: normal;
- font-weight: normal;
- }
- h1 a, h1 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover {
- color: {color:Text};
- text-decoration: none;
- }
- h2, h3 {
- color: {color:Text};
- font-size: 24px;
- line-height: 24px;
- padding: 10px 20px 5px 20px;
- margin-top: 0px;
- margin-bottom: 0px;
- text-align: center;
- font-family: 'Reenie Beanie', cursive;
- font-weight: normal;
- text-transform: normal;
- }
- h4 {
- color: {color:Text};
- font-size: 13px;
- line-height: 13px;
- padding: 5px 15px 20px 15px;
- margin-bottom: 0px;
- text-align: center;
- font-family: {font:Body};
- font-weight: normal;
- text-transform: uppercase;
- }
- /* header */
- header {
- float: left;
- position: fixed;
- width: 240px;
- padding: 71px 15px 0px 15px;
- text-align: left;
- background-color: {color:Sidebar};
- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
- min-height: 100%;
- }
- .profile-photo {
- width: 75px;
- height: 75px;
- border-top: 5px solid #fff;
- border-right: 5px solid #fff;
- border-bottom: 15px solid #fff;
- border-left: 5px solid #fff;
- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
- display: inline-block;
- }
- p#description {
- width: 100%;
- height: auto;
- font-size: 11px;
- line-height: 118%;
- color: {color:Text};
- text-align: justify;
- background-color: transparent;
- margin-top: -15px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 0;
- padding: 0;
- }
- nav {
- width: 240px;
- color: {color:Text};
- background-color: none;
- padding: 10px 0px 0px 0px;
- }
- ul.sidelinks li {
- color: {color:Text};
- }
- a.sidelink {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 240px;
- font-family: 'Reenie Beanie', cursive;
- color: {color:Text};
- background-color: transparent;
- text-align: left;
- text-transform: normal;
- text-decoration: none;
- display: block;
- padding: 10px 5px;
- font-size: 20px;
- line-height: 24px;
- font-weight: normal;
- border-bottom: 1px dotted rgba({RGBcolor:Link Border}, 0.4);
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- a.sidelink:hover {
- color: {color:Text};
- background-color: rgba({RGBcolor:Hover}, 0.2);
- }
- /* main post styles */
- .post {
- width: 250px;
- height: auto;
- float: left;
- position: relative;
- background-color: #fff;
- margin: 25px;
- padding: 10px;
- box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
- overflow: hidden;
- }
- .post iframe {
- display: block;
- max-width: 100%;
- }
- /* adds padding to things in a post */
- .content {
- padding: 0px 20px;
- font-size: 11px;
- line-height: 120%;
- }
- .content-answer {
- padding: 5px 10px;
- font-size: 11px;
- line-height: 120%;
- }
- /* text post styles */
- .text p {
- font-size: 11px;
- line-height: 120%;
- text-align: justify;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- -o-hyphens: auto;
- hyphens: auto;
- }
- .text ul {
- list-style-type: square;
- font-size: 10px;
- padding-left: 20px;
- }
- .quote blockquote {
- font-family: 'Reenie Beanie', cursive;
- color: {color:Text};
- background-color: transparent;
- font-size: 24px;
- line-height: 20px;
- padding: 15px 5px 10px 5px;
- margin: 1px;
- text-align: justify;
- text-indent: -0.4em;
- }
- .source, .source p, .source a, .source a:hover {
- color: #333;
- font-size: 11px;
- line-height: 12px;
- text-align: center;
- text-transform: normal;
- letter-spacing: 2px;
- }
- .post img {
- background-color: none;
- max-width: 100%;
- height: auto;
- display: block;
- opacity: 1;
- }
- .chat {
- font-size: 13px;
- line-height: 16px;
- }
- .chat .label {
- font-weight: bold;
- text-align: right;
- }
- .chat li {
- border-bottom: 0px solid #fff;
- padding-top: 6px;
- padding-bottom: 6px;
- }
- .chat li:last-child {
- border-bottom: none;
- }
- .answer img {
- width: 100%;
- height: auto;
- margin-left: 0px;
- }
- a img.credit {
- position: fixed;
- bottom: 0;
- right: 0;
- }
- .imgback {
- background-color: transparent;
- }
- .spotify_audio_player {
- height: 80px;
- }
- /* shown on the permalink page; has notes, source, and time posted */
- .perma-info {
- color: {color:Text};
- background-color: transparent;
- font-size: 11px;
- line-height: 13px;
- font-weight: normal;
- padding: 5px 1px;
- overflow: hidden;
- }
- .perma-info a {
- color: {color:Text};
- text-decoration: none;
- }
- .perma-info a:hover {
- color: {color:Text};
- text-decoration: underline;
- }
- /* notes stuff */
- ol.notes {
- list-style-type: none;
- padding-left: 0;
- }
- .note {
- padding: 1px 0px;
- }
- .note:last-child {
- border-bottom: 0;
- margin-bottom: 15px;
- }
- .note blockquote {
- color: {color:Text};
- background-color: transparent;
- border: none;
- }
- /* info bar on index page posts */
- .index-info {
- color: #333;
- background-color: #fff;
- font-family: 'Reenie Beanie', cursive;
- font-size: 20px;
- line-height: 26px;
- font-weight: normal;
- margin-top: 15px;
- padding-left: 5px;
- padding-right: 5px;
- overflow:hidden;
- border-radius: 5px;
- }
- .index-info a, .index-info a:hover {
- color: #333;
- text-decoration: none;
- }
- /* remove blank space from bottom of photoset posts */
- iframe.photoset {
- display: block;
- }
- .photoset-content img {
- margin-bottom: 10px;
- }
- /* line */
- hr {
- clear: both;
- border: 0;
- border-bottom: 1px dotted rgba({RGBcolor:Text}, 0.5);
- margin: 15px 0px;
- }
- /* fix height of element with floats inside */
- .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
- .clearfix:after { clear: both; }
- .clearfix { zoom: 1; }
- /* remove border on linked images in IE */
- a img {
- border: 0;
- }
- /* you shouldn't see this div if infinite scroll is on */
- div.pagination {
- background-color: none;
- margin-bottom: 10px;
- clear: both;
- text-align: center;
- }
- /* previous and next page buttons */
- #previous, #next, .page-info {
- color: {color:Text};
- font-family: {font:Body};
- font-size: 11px;
- background: transparent;
- font-weight: normal;
- padding: 5px 7px 5px 7px;
- }
- #previous:hover, #next:hover {
- color: {color:Text};
- }
- /*stylized.adorablethemes.com*/
- /* Note icons */
- .reblog {background: transparent url('https://static.tumblr.com/anzluor/nF5ml4elu/reblog.png') right center no-repeat;}
- .like {background: transparent url('https://static.tumblr.com/anzluor/O7Nml4ekz/like.png') right center no-repeat;}
- @media screen and (max-width:1230px) {
- .wrapper {
- width: 910px;
- }
- .main {
- width: 640px;
- }
- }
- @media screen and (max-width:910px) {
- .wrapper {
- width: 590px;
- }
- .main {
- width: 320px;
- }
- }
- @media screen and (max-width:590px) {
- .wrapper {
- width: 320px;
- }
- .main {
- width: 320px;
- padding-top: 10px;
- margin-left: 0px;
- }
- header {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- position: static;
- width: 100%;
- display: block;
- text-align: center;
- padding: 25px 15px 15px 15px;
- }
- p#description {
- width: 80%;
- }
- nav {
- width: 240px;
- margin: 0 auto;
- padding: 0px;
- }
- a.sidelink {
- width: 100%;
- }
- }
- /* special styling for permalink pages */
- {block:PermalinkPage}
- .wrapper {
- width: 500px;
- margin-left: 315px;
- }
- .main {
- width: 500px;
- padding-top: 40px;
- }
- .post {
- float: none;
- padding: 10px;
- width: 500px;
- }
- .post img {
- width: 500px;
- height: auto;
- }
- .post:hover .photo-post-photo {
- transform: none;
- }
- @media screen and (max-width:910px) {
- .wrapper {
- width: 590px;
- margin: 0 auto;
- }
- .main {
- width: 320px;
- }
- .post {
- width: 250px;
- }
- .post img {
- width: 250px;
- }
- }
- @media screen and (max-width:590px) {
- .wrapper {
- width: 320px;
- }
- .main {
- width: 320px;
- padding-top: 10px;
- margin-left: 0px;
- }
- .post {
- width: 250px;
- float: left;
- position: relative;
- overflow: hidden;
- }
- .post img {
- width: 250px;
- }
- }
- {/block:PermalinkPage}
- /* make sure avatars don't get huge */
- img.avatar {
- width: 20px;
- height: 20px;
- vertical-align: middle;
- display: inline;
- margin-right: 15px;
- border-top: 2px solid #fff;
- border-right: 2px solid #fff;
- border-bottom: 8px solid #fff;
- border-left: 2px solid #fff;
- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
- }
- img.avatar-ask {
- width: 48px;
- height: 48px;
- vertical-align: middle;
- display: inline;
- margin-right: 15px;
- margin-bottom: 5px;
- border-top: 4px solid #fff;
- border-right: 4px solid #fff;
- border-bottom: 12px solid #fff;
- border-left: 4px solid #fff;
- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <header class="clearfix">
- <center>
- {block:IfProfilePhotoImage}<a href="/"><img class="profile-photo" src="{image:Profile Photo}" alt="" /></a>{/block:IfProfilePhotoImage}
- </center>
- {block:ShowTitle}<h1><a href="/">{Title}</a></h1>{/block:ShowTitle}
- {block:HideTitle}<h1></h1>{/block:HideTitle}
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- <nav>
- <ul class="sidelinks">
- {block:HasPages}
- {block:Pages}
- <a class="sidelink" href="{URL}"><i class="fa fa-file-o"></i> {Label}</a>
- {/block:Pages}
- {/block:HasPages}
- {block:AskEnabled}<a class="sidelink" href="/ask"><i class="fa fa-envelope-o"></i> {AskLabel}</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="sidelink" href="/submit"><i class="fa fa-cog"></i> {SubmitLabel}</a>{/block:SubmissionsEnabled}
- {block:IfShowArchiveLink}<a class="sidelink" href="/archive"><i class="fa fa-folder-open"></i> {lang:Archive}</a>{/block:IfShowArchiveLink}
- {block:IfShowRandomLink}<a class="sidelink" href="/random"><i class="fa fa-question-circle"></i> {lang:Random}</a>{/block:IfShowRandomLink}
- {block:IfCustomLink1URL}
- <a class="sidelink" href="{text:Custom Link 1 URL}" target="_blank"><i class="fa fa-asterisk"></i> {text:Custom Link 1 Name}</a>
- {/block:IfCustomLink1URL}
- {block:IfFacebookURL}
- <a class="sidelink" href="{text:Facebook URL}" target="_blank" title="facebook"><i class="fa fa-facebook"></i> Facebook</a>
- {/block:IfFacebookURL}
- {block:IfInstagramURL}
- <a class="sidelink" href="{text:Instagram URL}" target="_blank" title="instagram"><i class="fa fa-instagram"></i> Instagram</a>
- {/block:IfInstagramURL}
- {block:IfTwitterURL}
- <a class="sidelink" href="{text:Twitter URL}" target="_blank" title="twitter"><i class="fa fa-twitter"></i> Twitter</a>
- {/block:IfTwitterURL}
- </ul>
- </nav>
- </header>
- <div class="wrapper">
- <div class="main">
- <ul id="posts">
- {block:Posts}
- <li class="post {PostType}">
- {block:Text}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- <div class="content">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="content-answer">
- <img class="avatar-ask" style="float:left" src="{AskerPortraitURL-64}"/>
- <p>{lang:Asker asked}: <b>{Question}</b></p>
- {Answer}</div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <div class="imgback"><center><a href="{Permalink}"><img class="photo-post-photo" src="{PhotoURL-250}" alt="{PhotoAlt}" /></a></center></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="imgback"><center>{LinkOpenTag}<img src="{PhotoURL-1280}" class="photo-post-photo" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
- {/block:PermalinkPage}
- {block:PermalinkPage}{block:Caption}
- <div class="content">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <figure class="photoset-content">
- <center>
- {block:Photos}<a href="{Permalink}"><img class="photo-post-photo" src="{PhotoURL-250}" alt="{PhotoAlt}" /></a>{/block:Photos}</center>
- </figure>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:PermalinkPage}{block:Caption}
- <div class="content">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="content"><blockquote>"{Quote}"</blockquote>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h4><a href="{URL}" class="link" {Target}>{Name} →</a></h4>
- {block:Description}
- <div class="content">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <div class="content">
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- <span class="line"> {Line}</span>
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- {VideoEmbed-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {VideoEmbed-500}
- {/block:PermalinkPage}
- {block:PermalinkPage}{block:Caption}
- <div class="content">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- {block:IndexPage}
- {AudioEmbed}
- {/block:IndexPage}
- {block:PermalinkPage}
- {AudioEmbed}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:IndexPage}
- <div class="index-info">
- <a class="postnotes" href='{Permalink}'>{NoteCountWithLabel}</a>
- {block:Date}<a style="float:right; text-align: right" class="timeago" href='{Permalink}'>{TimeAgo}</a>{/block:Date}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:PermalinkPagination}
- <div class="perma-info">
- {block:PostNotes}<a class="postnotes" href='{Permalink}'>{NoteCountWithLabel}</a>{/block:PostNotes}
- {block:ContentSource} — <a href="{SourceURL}">Source</a>{/block:ContentSource}
- {block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>){/block:RebloggedFrom}
- {block:Date}<a style="float:right; text-align: right" class="timeago" href='{Permalink}'>{TimeAgo}</a>{/block:Date}
- {block:PostNotes}
- <hr />
- {PostNotes-64}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPagination}
- {/block:PermalinkPage}
- </li>
- {/block:Posts}
- </ul>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" id="next">« {lang:Previous Page}</a> {/block:PreviousPage}
- <span class="page-info">{lang:CurrentPage of TotalPages}</span>
- {block:NextPage}<a href="{NextPage}" id="next">{lang:Next Page} »</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div>
- <a href="https://stylizedthemes.tumblr.com/" alt="Tumblr Themes" title="Get this theme!"><img class="credit" src="https://static.tumblr.com/ohnymtu/fmJoejmpk/credit3.jpg" alt="" /></a>
- {block:IndexPage}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- {block:IfInfiniteScrolling}<script src="//static.tumblr.com/anzluor/ycPn74dop/jquery.infinitescroll.min.js"></script>{/block:IfInfiniteScrolling}
- <script src="//static.tumblr.com/anzluor/Np0nv9fs0/masonry.pkgd.min.js"></script>
- <script>
- $(function(){
- var container = $('ul#posts');
- container.imagesLoaded( function(){
- container.masonry({
- itemSelector : 'li.post'
- });
- });
- {block:IfInfiniteScrolling}
- container.infinitescroll({
- navSelector : 'div.pagination',
- nextSelector : 'div.pagination a#next',
- itemSelector : 'li.post',
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- container.masonry( 'appended', $newElems, true );
- });
- }
- );
- {/block:IfInfiniteScrolling}
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement