Advertisement
Guest User

ly ly ly ly

a guest
Apr 1st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/Blog">
  3. <head>
  4. <!--
  5.  
  6.     ---------------------
  7.     UNTITLED BY PIXEL LAB
  8.     VERSION 1.1
  9.     ---------------------
  10.    
  11.     HTTP://WWW.PIXELLAB.CO/THEME/ISSUE
  12.    
  13. -->
  14.  
  15. <title>{block:SearchPage}{SearchQuery} / {/block:SearchPage}{block:TagPage}{SearchQuery} / {/block:TagPage}{block:PostSummary}{PostSummary} / {/block:PostSummary}{Title}</title>{block:Description}
  16.  
  17. <meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <meta name="viewport" content="width=device-width, initial-scale=1.0" />{block:Hidden}
  19.  
  20. <!-- [COLOR VARIABLES] -->
  21. <meta name="color:Text" content="#444444" />
  22.  
  23. <!-- [IMAGE VARIABLES] -->
  24. <meta name="image:Background" content="" />
  25. <meta name="image:Sidebar" content="" />
  26.  
  27. <!-- [FONT VARIABLES] -->
  28. <meta name="font:Text" content="monospace" />
  29.  
  30. <!-- [SELECT VARIABLES] -->
  31. <meta name="select:Sidebar title size" title="Small" content="h4" />
  32. <meta name="select:Sidebar title size" title="Medium" content="h3" />
  33. <meta name="select:Sidebar title size" title="Large" content="h2" />
  34. <meta name="select:Sidebar title size" title="Extra Large" content="h1" />
  35. <meta name="select:Sidebar link underline style" title="None" content="none" />
  36. <meta name="select:Sidebar link underline style" title="Solid" content="solid" />
  37. <meta name="select:Sidebar link underline style" title="Dotted" content="dotted" />
  38. <meta name="select:Sidebar link underline style" title="Dashed" content="dashed" />
  39.  
  40. <!-- [IF VARIABLES] -->
  41. <meta name="if:Horizontally align background to center" content="1" />
  42. <meta name="if:Vertically align background to center" content="1" />
  43. <meta name="if:Fix background" content="0" />
  44. <meta name="if:Repeat background" content="1" />
  45. <meta name="if:Stretch background" content="1" />
  46. <meta name="if:Use default theme fonts" content="1" />
  47. <meta name="if:Uppercase titles" content="1" />
  48. <meta name="if:Group additional pages together" content="1" />
  49. <meta name="if:Enable Infinite Scroll" content="1" />
  50. <meta name="if:Use high resolution photos" content="0" />
  51.  
  52. <!-- [TEXT VARIABLES] -->
  53. <meta name="text:Additional pages title" content="" />
  54. <meta name="text:Sidebar tags" content="Landscape, Black and White" />
  55. <!-- TO SETUP EVALUATR, GO TO HTTP://EVALUATR.PIXELLAB.CO -->
  56. <meta name="text:Evaluatr ID" content="" />
  57. <meta name="text:Google Analytics ID" content="" />{/block:Hidden}
  58.  
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />{block:IfUseDefaultThemeFonts}
  61.  
  62. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:700" />{/block:IfUseDefaultThemeFonts}
  63. <link rel="stylesheet" href="http://static.tumblr.com/m9ln1jy/JdRnajktj/issue.css" />
  64.  
  65. <style type="text/css">
  66. ::selection { background-color: rgba({RGBAccentColor},0.6); }
  67. ::-moz-selection { background-color: rgba({RGBAccentColor},0.6); }
  68. body {{block:IfNotUseDefaultThemeFonts}
  69.     font-family: {font:Text};{/block:IfNotUseDefaultThemeFonts}
  70.     color: {color:Text};
  71.     background: {BackgroundColor}{block:IfBackgroundImage} url("{image:Background}"){block:IfHorizontallyAlignBackgroundToCenter} center{/block:IfHorizontallyAlignBackgroundToCenter}{block:IfNotHorizontallyAlignBackgroundToCenter} top{/block:IfNotHorizontallyAlignBackgroundToCenter}{block:IfVerticallyAlignBackgroundToCenter} center{/block:IfVerticallyAlignBackgroundToCenter}{block:IfNotVerticallyAlignBackgroundToCenter} top{/block:IfNotVerticallyAlignBackgroundToCenter}{block:IfFixBackground} fixed{/block:IfFixBackground}{block:IfNotRepeatBackground} no-repeat{/block:IfNotRepeatBackground}{/block:IfBackgroundImage};{block:IfStretchBackground}
  72.     background-size: contain;{/block:IfStretchBackground}
  73. }
  74. h1, h2, h3, h4, h5, h6 {{block:IfNotUseDefaultThemeFonts}
  75.     font-family: {TitleFont};
  76.     font-weight: {TitleFontWeight};{/block:IfNotUseDefaultThemeFonts}
  77.     color: {TitleColor};{block:IfUppercaseTitles}
  78.     letter-spacing: 2px;
  79.     text-transform: uppercase;{/block:IfUppercaseTitles}
  80. }
  81. a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  82.     color: {AccentColor};
  83. }
  84. p a:hover, li a:hover {
  85.     background-color: rgba({RGBAccentColor},0.6);
  86. }
  87. #sidebar_portrait {
  88.     background-image: url("{PortraitURL-128}");
  89. }
  90. #sidebar h6 {
  91.     color: {color:Text};
  92. }
  93. #sidebar li a {
  94.     border-bottom-style: {select:Sidebar link underline style};
  95.     color: {TitleColor};
  96. }
  97. #search::-webkit-input-placeholder {
  98.     color: {TitleColor};
  99. }
  100. #search::-moz-input-placeholder {
  101.     color: {TitleColor};
  102. }
  103. #search:-moz-input-placeholder {
  104.     color: {TitleColor};
  105. }
  106. #search:-ms-input-placeholder {
  107.     color: {TitleColor};
  108. }{block:IfEnableInfiniteScroll}
  109. .index_page #pagination {
  110.     display: none;
  111. }{/block:IfEnableInfiniteScroll}
  112. .post .link_container {
  113.     background-color: {color:Text};
  114.     color: {BackgroundColor};
  115. }
  116. .post .link_container:after {
  117.     border-color: rgba({RGBBackgroundColor},0.4);
  118. }
  119. .post .link_container:hover:after {
  120.     border-color: rgba({RGBBackgroundColor},0.8);
  121. }
  122. .post .read_more {
  123.     border-color: {color:Text};
  124. }
  125. #post_information h6 {
  126.     color: {color:Text};
  127. }
  128.  
  129. {CustomCSS}
  130. </style>
  131.  
  132. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  133. </head>
  134. <body class="{block:IndexPage}index_page{block:SearchPage} search_page{/block:SearchPage}{block:TagPage} tag_page{/block:TagPage}{/block:IndexPage}{block:PermalinkPage}permalink_page{/block:PermalinkPage}">     
  135.     <div id="sidebar" class="{block:ShowDescription}has_description{/block:ShowDescription}">
  136.         <a href="/" id="sidebar_title" title="{lang:Home}">{block:IfSidebarImage}
  137.             <img src="{image:Sidebar}" alt="{Title}" />
  138.            
  139. {/block:IfSidebarImage}{block:IfNotSidebarImage}{block:ShowAvatar}
  140.             <div id="sidebar_portrait" class="{AvatarShape}"></div>{/block:ShowAvatar}
  141.  
  142.             <{select:Sidebar title size}>{Title}</{select:Sidebar title size}>{/block:IfNotSidebarImage}
  143.         </a>{block:ShowDescription}
  144.  
  145.         <div id="sidebar_description">
  146.             {Description}
  147.         </div>{/block:ShowDescription}
  148.  
  149.         <ul>{block:AskEnabled}
  150.             <li><a href="/ask" title="{AskLabel}">{AskLabel}</a></li>{/block:AskEnabled}{block:SubmissionsEnabled}
  151.             <li><a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  152.             <li><a href="/archive" title="{lang:Archive}">{lang:Archive}</a></li>
  153.             <li><a href="/random" title="{lang:Random post}">{lang:Random}</a></li>{block:IfNotGroupAdditionalPagesTogether}{block:HasPages}{block:Pages}
  154.             <li><a href="{URL}" title="{Label}">{Label}</a></li>{/block:Pages}{/block:HasPages}{/block:IfNotGroupAdditionalPagesTogether}
  155.             <li>
  156.                 <form method="get" action="/search">
  157.                     <input name="q" placeholder="{lang:Search}" value="{SearchQuery}" id="search" />
  158.                 </form>
  159.             </li>
  160.         </ul>{block:IfGroupAdditionalPagesTogether}{block:HasPages}
  161.  
  162.         <h6>{block:IfNotAdditionalPagesTitle}{lang:Pages}{/block:IfNotAdditionalPagesTitle}{text:Additional pages title}</h6>
  163.  
  164.         <ul>{block:Pages}
  165.             <li><a href="{URL}">{Label}</a></li>{block:Pages}
  166.         </ul>{/block:HasPages}{/block:IfGroupAdditionalPagesTogether}{block:IfSidebarTags}
  167.  
  168.         <h6>{lang:Tags}</h6>
  169.  
  170.         <ul id="sidebar_tags"></ul>{/block:IfSidebarTags}{block:Pagination}
  171.  
  172.         <ul id="pagination">{block:PreviousPage}
  173.             <li><a href="{PreviousPage}" id="back">{lang:Previous Page}</a></li>{/block:PreviousPage}{block:NextPage}
  174.             <li><a href="{NextPage}" id="next">{lang:Next Page}</a></li>{/block:NextPage}
  175.         </ul>{/block:Pagination}{block:PermalinkPagination}
  176.  
  177.         <ul id="pagination">{block:PreviousPost}
  178.             <li><a href="{PreviousPost}" id="back">{lang:Previous Post}</a></li>{/block:PreviousPost}{block:NextPost}
  179.             <li><a href="{NextPost}" id="next">{lang:Next Post}</a></li>{/block:NextPost}
  180.         </ul>{/block:PermalinkPagination}
  181.     </div>
  182.  
  183.     <div id="posts">{block:Posts}
  184.         <div class="post {PostType}{block:Photoset}set{block:IfTumblrPhotosetLayout} tumblr_layout{/block:IfTumblrPhotosetLayout}{/block:Photoset}{block:AudioEmbed} audio_embed{/block:AudioEmbed}" id="P{PostID}">{block:Text}
  185.             <div class="inner">{block:Title}
  186.                 <h4>{Title}</h4>{/block:Title}
  187.                 {Body}{block:More}
  188.                 <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}
  189.             </div>{/block:Text}{block:Answer}
  190.             <div class="inner">
  191.                 <p><strong>{lang:Asker asked}: "{Question}"</strong></p>
  192.                 {Answer}{block:More}
  193.                 <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}
  194.             </div>{/block:Answer}{block:Chat}
  195.             <div class="inner">{block:Title}
  196.                 <h4>{Title}</h4>{/block:Title}
  197.                 <div class="lines">{block:Lines}
  198.                     <div class="line {Alt}">
  199.                         {block:Label}<strong>{Label}</strong>{/block:Label} {Line}
  200.                     </div>{/block:Lines}
  201.                 </div>
  202.             </div>{/block:Chat}{block:Quote}
  203.             <div class="inner">
  204.                 <h4>"{Quote}"</h4>{block:Source}
  205.                 <p>— {Source}</p>{/block:Source}
  206.             </div>{/block:Quote}{block:Link}
  207.             <div class="inner">
  208.                 <div class="link_container">
  209.                     <h4><a href="{URL}" {Target}>{Name}</a></h4>{block:Host}
  210.                     <p>{Host}</p>{/block:Host}
  211.                 </div>{block:Description}
  212.                 {Description}{block:More}
  213.                 <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}{/block:Description}
  214.             </div>{/block:Link}{block:Photo}
  215.             <div class="post_media">
  216.                 {LinkOpenTag}<img {block:IndexPage}src="{block:IfUseHighResolutionPhotos}{PhotoURL-HighRes}{/block:IfUseHighResolutionPhotos}{block:IfNotUseHighResolutionPhotos}{PhotoURL-400}{block:IfNotUseHighResolutionPhotos}" width="{PhotoWidth-400}" height="{PhotoHeight-400}"{/block:IndexPage}{block:PermalinkPage}src="{PhotoURL-HighRes}" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}"{/block:PermalinkPage} alt="{PhotoAlt}" class="main_image" />{LinkCloseTag}
  217.             </div>{/block:Photo}{block:Photoset}
  218.             <div class="post_media">
  219.                 {block:IndexPage}{block:Photos}<img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" alt="{PhotoAlt}" class="main_image" />{/block:Photos}{/block:IndexPage}{block:PermalinkPage}{Photoset}{/block:PermalinkPage}
  220.             </div>{/block:Photoset}{block:Video}
  221.             {block:IndexPage}<div class="post_media"{block:VideoThumbnail} style="background-image:url('{VideoThumbnailURL}')"{/block:VideoThumbnail}>
  222.                 <div class="retro_fuzz"></div>
  223.             </div>{/block:IndexPage}{block:PermalinkPage}
  224.             <div class="post_media">
  225.                 {Video-700}
  226.             </div>{/block:PermalinkPage}{/block:Video}{block:Audio}
  227.             <div class="post_media">
  228.                 {block:AudioPlayer}<img {block:AlbumArt}src="{AlbumArtURL}" data-default-art-{/block:AlbumArt}src="http://static.tumblr.com/uqie0nv/1vIn5g72i/default_album_art.png" {block:IndexPage}width="400" height="400"{/block:IndexPage}{block:PermalinkPage}width="700" height="700"{/block:PermalinkPage}{block:Album} alt="{Album}"{/block:Album} class="main_image" />{/block:AlbumArt}{/block:AudioPlayer}{block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  229.             </div>{/block:Audio}{block:IndexPage}
  230.  
  231.             <div class="post_information">
  232.                 <div class="central_container">
  233.                     <div class="inner_container">
  234.                         <div class="post_controls">
  235.                             {LikeButton color="white" size="24"}
  236.                             {ReblogButton color="white" size="24"}{block:NoteCount}
  237.                             <a href="{Permalink}" class="note_count">{FormattedNoteCount}</a>{/block:NoteCount}
  238.                         </div>{block:IfEvaluatrID}
  239.                         <div class="evaluatr">
  240.                             <iframe src="http://evaluatr.pixellab.co/frame/?id={text:Evaluatr ID}&tumblr={Name}&pid={PostID}&size=24&color=white" width="128" height="24" allowtransparency style="overflow:hidden; border:0"></iframe>
  241.                         </div>{/block:IfEvaluatrID}
  242.                         <div class="post_meta date_and_source">
  243.                             <h6 class="date"><a href="{Permalink}">{TimeAgo}</a></h6>{block:ContentSource}
  244.                             <h6 class="source"><a href="{SourceURL}">Via {SourceTitle}</a></h6>{/block:ContentSource}
  245.                         </div>{block:HasTags}
  246.                         <div class="post_meta tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  247.                     </div>
  248.                 </div>
  249.             </div>{/block:IndexPage}
  250.         </div>{block:PermalinkPage}{block:Date}
  251.  
  252.         <div id="post_information" class="post">
  253.             {AudioPlayerWhite}{block:Caption}
  254.  
  255.             <div id="post_caption" class="post_information_sec">
  256.                 {Caption}
  257.             </div>{/block:Caption}{block:IfEvaluatrID}
  258.  
  259.             <div id="evaluatr" class="post_information_sec">
  260.                 <iframe src="http://evaluatr.pixellab.co/frame/?id={text:Evaluatr ID}&tumblr={Name}&pid={PostID}&size=24&custom_color=rgba({RGBColor:Text},1)" width="128" height="24" allowtransparency style="overflow:hidden; border:0"></iframe>
  261.             </div>{/block:IfEvaluatrID}
  262.  
  263.             <div id="post_notes" class="post_information_sec">
  264.                 <h6>{lang:Posted TimeAgo with NoteCount notes}</h6>{block:PostNotes}
  265.                 {PostNotes-64}{/block:PostNotes}
  266.             </div>
  267.         </div>{/block:Date}{/block:PermalinkPage}{/block:Posts}
  268.     </div>
  269.  
  270.     <script type="text/javascript">
  271.         var Issue = {
  272.             index_page      :   {block:IndexPage}true{/block:IndexPage}{block:PermalinkPage}false{/block:PermalinkPage},
  273.             tags            :   {block:IfSidebarTags}"{text:Sidebar tags}"{/block:IfSidebarTags}{block:IfNotSidebarTags}false{/block:IfNotSidebarTags},
  274.             infinite_scroll     :   {block:IfEnableInfiniteScroll}true{block:IfEnableInfiniteScroll}{block:IfNotEnableInfiniteScroll}false{block:IfNotEnableInfiniteScroll},
  275.             background_color    :   '{BackgroundColor}',
  276.             text_color      :   '{color:Text}',
  277.             accent_color        :   '{AccentColor}'
  278.         }
  279.     </script>
  280.     <script type="text/javascript" src="http://static.tumblr.com/m9ln1jy/N3xnajktr/issue.js"></script>
  281. </body>
  282. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement