feiinho

ISSUE HTTP://WWW.PIXELLAB.CO/THEME/ISSUE

May 5th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. ---------------------
  7. ISSUE BY PIXEL LAB
  8. VERSION 2.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="#333333">
  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="Georgia">
  29.  
  30. <!-- [SELECT VARIABLES] -->
  31. <meta name="select:Font size" title="13px" content="13px">
  32. <meta name="select:Font size" title="14px" content="14px">
  33. <meta name="select:Font size" title="15px" content="15px">
  34. <meta name="select:Font size" title="16px" content="16px">
  35. <meta name="select:Sidebar position" title="Top" content="top">
  36. <meta name="select:Sidebar position" title="Bottom" content="bottom">
  37. <meta name="select:Sidebar alignment" title="Center" content="center">
  38. <meta name="select:Sidebar alignment" title="Left" content="left">
  39. <meta name="select:Sidebar alignment" title="Right" content="right">
  40. <meta name="select:Sidebar title size" title="Small" content="h4">
  41. <meta name="select:Sidebar title size" title="Medium" content="h3">
  42. <meta name="select:Sidebar title size" title="Large" content="h2">
  43. <meta name="select:Sidebar title size" title="Extra Large" content="h1">
  44. <meta name="select:Sidebar link style" title="None" content="none">
  45. <meta name="select:Sidebar link style" title="Highlight" content="highlight">
  46. <meta name="select:Sidebar link style" title="Strike" content="strike">
  47. <meta name="select:Sidebar link style" title="Solid Underline" content="underline_solid">
  48. <meta name="select:Sidebar link style" title="Underline Dotted" content="underline_dotted">
  49. <meta name="select:Sidebar link style" title="Underline Dashed" content="underline_dashed">
  50.  
  51. <!-- [IF VARIABLES] -->
  52. <meta name="if:Horizontally align background to center" content="1">
  53. <meta name="if:Vertically align background to center" content="1">
  54. <meta name="if:Fix background" content="0">
  55. <meta name="if:Repeat background" content="1">
  56. <meta name="if:Stretch background" content="1">
  57. <meta name="if:Uppercase titles" content="1">
  58. <meta name="if:Italicize links" content="1">
  59. <meta name="if:Group additional pages together" content="1">
  60. <meta name="if:Enable Infinite Scroll" content="1">
  61. <meta name="if:Show post dates on index page" content="1">
  62. <meta name="if:Show post tags on index page" content="1">
  63. <meta name="if:Use Tumblr photoset layout" content="1">
  64. <meta name="if:Use high resolution photos" content="0">
  65.  
  66. <!-- [TEXT VARIABLES] -->
  67. <meta name="text:Additional pages title" content="">
  68. <meta name="text:Sidebar tags" content="Landscape, Black and White">
  69. <meta name="text:Google Analytics ID" content="">
  70. <meta name="text:Post margin" content="10">{/block:Hidden}
  71.  
  72. <link rel="shortcut icon" href="{Favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74.  
  75. <link rel="stylesheet" href="https://static.tumblr.com/m9ln1jy/pk4p7bmxm/issue.css">
  76.  
  77. <style type="text/css">
  78. ::selection { background-color: rgba({RGBAccentColor},.66); }
  79. ::-moz-selection { background-color: rgba({RGBAccentColor},.66); }
  80. body {
  81. 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}
  82. background-size: contain;{/block:IfStretchBackground}
  83. color: {color:Text}; font-family: {font:Text}; font-size: {select:Font size};
  84. }
  85. h1, h2, h3, h4, h5, h6,
  86. .h1, .h2, .h3, .h4, .h5, .h6 {
  87. font-family: {TitleFont};
  88. font-weight: {TitleFontWeight};
  89. color: {TitleColor};{block:IfUppercaseTitles}
  90. letter-spacing: 2px;
  91. text-transform: uppercase;{/block:IfUppercaseTitles}
  92. }
  93. a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  94. color: {AccentColor};
  95. }
  96. {block:IfItalicizeLinks}p a, li a, #search {
  97. font-style: italic;
  98. }{/block:IfItalicizeLinks}
  99. p a:hover, li a:hover {
  100. background-color: rgba({RGBAccentColor},.66);
  101. }
  102. #sidebar {
  103. top: auto; {select:Sidebar position}: 48px;
  104. text-align: {select:Sidebar alignment};
  105. }
  106. #sidebar_portrait {
  107. background-image: url("{PortraitURL-128}");
  108. }
  109. #sidebar .h6 {
  110. color: {color:Text};
  111. }
  112. #sidebar li a {
  113. border-bottom-color: rgba({RGBcolor:Text},.33);
  114. color: {color:Text};
  115. }
  116. #sidebar.link_style-highlight li a {
  117. background-color: rgba({RGBcolor:Text},.66);
  118. }
  119. #search::-webkit-input-placeholder {
  120. color: {color:Text};
  121. }
  122. #search::-moz-input-placeholder {
  123. color: {TitleColor};
  124. }
  125. #search:-moz-input-placeholder {
  126. color: {TitleColor};
  127. }
  128. #search:-ms-input-placeholder {
  129. color: {TitleColor};
  130. }{block:IfEnableInfiniteScroll}
  131. .index_page #pagination {
  132. display: none;
  133. }{/block:IfEnableInfiniteScroll}{block:IfPostMargin}
  134. .index_page #posts {
  135. margin-top: -webkit-calc(40px - {text:Post margin}px); margin-top: calc(40px - {text:Post margin}px);
  136. }
  137. .index_page .post {
  138. margin: {text:Post margin}px;
  139. }{/block:IfPostMargin}
  140. .post .link_container {
  141. background-color: {color:Text};
  142. color: {BackgroundColor};
  143. }
  144. .post .link_container:after {
  145. border-color: rgba({RGBBackgroundColor},.33);
  146. }
  147. .post .link_container:hover:after {
  148. border-color: rgba({RGBBackgroundColor},.66);
  149. }
  150. .post .read_more {
  151. border-top-color: rgba({RGBcolor:Text},.33);
  152. }
  153. .post .inner + .post_information {
  154. background-color: rgba({RGBBackgroundColor},.66);
  155. }
  156. #post_information h6 {
  157. color: {color:Text};
  158. }
  159. #post_controls .note_count {
  160. border-color: {color:Text};
  161. color: {color:Text};
  162. }
  163.  
  164. {CustomCSS}
  165. </style>
  166.  
  167. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  168. </head>
  169. <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}">
  170. <div id="sidebar" class="link_style-{select:Sidebar link style}{block:ShowDescription} has_description{/block:ShowDescription}">
  171. <a href="/" id="sidebar_identity" title="{lang:Home}">{block:IfSidebarImage}
  172. <img src="{image:Sidebar}" alt="{Title}">
  173.  
  174. {/block:IfSidebarImage}{block:IfNotSidebarImage}{block:ShowAvatar}
  175. <div id="sidebar_portrait" class="{AvatarShape}"></div>{/block:ShowAvatar}
  176.  
  177. <div id="sidebar_title" class="{select:Sidebar title size}">{Title}</div>{/block:IfNotSidebarImage}
  178. </a>{block:ShowDescription}
  179.  
  180. <div id="sidebar_description">
  181. {Description}
  182. </div>{/block:ShowDescription}
  183.  
  184. <ul>{block:AskEnabled}
  185. <li><a href="/ask" title="{AskLabel}">{AskLabel}</a></li>{/block:AskEnabled}{block:SubmissionsEnabled}
  186. <li><a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  187. <li><a href="/archive" title="{lang:Archive}">{lang:Archive}</a></li>
  188. <li><a href="/random" title="{lang:Random post}">{lang:Random}</a></li>{block:IfNotGroupAdditionalPagesTogether}{block:HasPages}{block:Pages}
  189. <li><a href="{URL}" title="{Label}">{Label}</a></li>{/block:Pages}{/block:HasPages}{/block:IfNotGroupAdditionalPagesTogether}
  190. <li>
  191. <form method="get" action="/search">
  192. <input name="q" placeholder="{lang:Search}" value="{SearchQuery}" id="search" />
  193. </form>
  194. </li>
  195. </ul>{block:IfGroupAdditionalPagesTogether}{block:HasPages}
  196.  
  197. <div class="h6">{block:IfNotAdditionalPagesTitle}{lang:Pages}{/block:IfNotAdditionalPagesTitle}{text:Additional pages title}</div>
  198.  
  199. <ul>{block:Pages}
  200. <li><a href="{URL}">{Label}</a></li>{block:Pages}
  201. </ul>{/block:HasPages}{/block:IfGroupAdditionalPagesTogether}{block:IfSidebarTags}
  202.  
  203. <div class="h6">{lang:Tags}</div>
  204.  
  205. <ul id="sidebar_tags"></ul>{/block:IfSidebarTags}{block:Pagination}
  206.  
  207. <ul id="pagination">{block:PreviousPage}
  208. <li><a href="{PreviousPage}" id="back">{lang:Previous Page}</a></li>{/block:PreviousPage}{block:NextPage}
  209. <li><a href="{NextPage}" id="next">{lang:Next Page}</a></li>{/block:NextPage}
  210. </ul>{/block:Pagination}{block:PermalinkPagination}
  211.  
  212. <ul id="pagination">{block:PreviousPost}
  213. <li><a href="{PreviousPost}" id="back">{lang:Previous Post}</a></li>{/block:PreviousPost}{block:NextPost}
  214. <li><a href="{NextPost}" id="next">{lang:Next Post}</a></li>{/block:NextPost}
  215. </ul>{/block:PermalinkPagination}
  216. </div>
  217.  
  218. <div id="posts">{block:Posts}
  219. <div class="post {PostType}{block:Photoset}set{block:IfUseTumblrPhotosetLayout} tumblr_layout{/block:IfUseTumblrPhotosetLayout}{/block:Photoset}{block:AudioEmbed} audio_embed{/block:AudioEmbed}{block:More} has-read_more{/block:More}" id="P{PostID}">{block:Text}
  220. <div class="inner">{block:Title}
  221. <{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{Title}</{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{/block:Title}
  222. {Body}{block:More}
  223. <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}
  224. </div>{/block:Text}{block:Answer}
  225. <div class="inner">
  226. <p><strong>{lang:Asker asked}: "{Question}"</strong></p>
  227. {Answer}{block:More}
  228. <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}
  229. </div>{/block:Answer}{block:Chat}
  230. <div class="inner">{block:Title}
  231. <{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{Title}</{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{/block:Title}
  232. <div class="lines">{block:Lines}
  233. <div class="line {Alt}">
  234. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}
  235. </div>{/block:Lines}
  236. </div>
  237. </div>{/block:Chat}{block:Quote}
  238. <div class="inner">
  239. <{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}> &ldquo;{Quote} &rdquo;</{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{block:Source}
  240. <p>&mdash; {Source}</p>{/block:Source}
  241. </div>{/block:Quote}{block:Link}
  242. <div class="inner">
  243. <div class="link_container">
  244. <{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}><a href="{URL}" {Target}>{Name}</a></{block:IndexPage}h2{/block:IndexPage}{block:PermalinkPage}h1{/block:PermalinkPage}>{block:Host}
  245. <p>{Host}</p>{/block:Host}
  246. </div>{block:Description}
  247. {Description}{block:More}
  248. <div class="read_more"><a href="{Permalink}">{lang:Read more}</a></div>{/block:More}{/block:Description}
  249. </div>{/block:Link}{block:Photo}
  250. <div class="post_media">
  251. {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}
  252. </div>{/block:Photo}{block:Photoset}
  253. <div class="post_media">
  254. {block:IndexPage}{block:IfUseTumblrPhotosetLayout}{Photoset-400}{/block:IfUseTumblrPhotosetLayout}{block:IfNotUseTumblrPhotosetLayout}{block:Photos}<img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" alt="{PhotoAlt}" class="main_image">{/block:Photos}{/block:IfNotUseTumblrPhotosetLayout}{/block:IndexPage}{block:PermalinkPage}{Photoset}{/block:PermalinkPage}
  255. </div>{/block:Photoset}{block:Video}
  256. {block:IndexPage}<div class="post_media"{block:VideoThumbnail} style="background-image:url('{VideoThumbnailURL}')"{/block:VideoThumbnail}>
  257. <div class="retro_fuzz"></div>
  258. </div>{/block:IndexPage}{block:PermalinkPage}
  259. <div class="post_media">
  260. {Video-700}
  261. </div>{/block:PermalinkPage}{/block:Video}{block:Audio}
  262. <div class="post_media">
  263. {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}
  264. </div>{/block:Audio}{block:IndexPage}
  265.  
  266. <div class="post_information">
  267. <div class="central_container">
  268. <div class="inner_container">
  269. <div class="post_controls">
  270. {LikeButton color="white" size="24"}
  271. {ReblogButton color="white" size="24"}{block:NoteCount}
  272. <a href="{Permalink}" class="note_count h6">{FormattedNoteCount}</a>{/block:NoteCount}
  273. </div>
  274. <div class="post_meta date_and_source">
  275. <div class="date h6">{block:IfShowPostDatesOnIndexPage}<a href="{Permalink}">{TimeAgo}</a>{/block:IfShowPostDatesOnIndexPage}{block:ContentSource}{block:IfShowPostDatesOnIndexPage} {/block:IfShowPostDatesOnIndexPage}<a href="{SourceURL}">Via {SourceTitle}</a>{/block:ContentSource}</div>
  276. </div>{block:IfShowPostTagsOnIndexPage}{block:HasTags}
  277. <div class="post_meta tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowPostTagsOnIndexPage}
  278. </div>
  279. </div>
  280. </div>{/block:IndexPage}
  281. </div>{block:PermalinkPage}{block:Date}
  282.  
  283. <div id="post_information" class="post">
  284. {AudioPlayerWhite}{block:Caption}
  285.  
  286. <div id="post_caption" class="post_information_sec">
  287. {Caption}
  288. </div>{/block:Caption}
  289.  
  290. <div id="post_controls" class="post_information_sec">
  291. {LikeButton color="black" size="24"}
  292. {ReblogButton color="black" size="24"}{block:NoteCount}
  293. <a href="{Permalink}" class="note_count h6">{FormattedNoteCount}</a>{/block:NoteCount}
  294. </div>
  295.  
  296. <div id="post_notes" class="post_information_sec">
  297. <h2 class="h6">{lang:Posted TimeAgo}</h2>{block:PostNotes}
  298. {PostNotes-64}{/block:PostNotes}
  299. </div>
  300. </div>{/block:Date}{/block:PermalinkPage}{/block:Posts}
  301. </div>
  302.  
  303. <script type="text/javascript">
  304. var Issue = {
  305. index_page : {block:IndexPage}true{/block:IndexPage}{block:PermalinkPage}false{/block:PermalinkPage},
  306. tags : {block:IfSidebarTags}"{text:Sidebar tags}"{/block:IfSidebarTags}{block:IfNotSidebarTags}false{/block:IfNotSidebarTags},
  307. infinite_scroll : {block:IfEnableInfiniteScroll}true{block:IfEnableInfiniteScroll}{block:IfNotEnableInfiniteScroll}false{block:IfNotEnableInfiniteScroll},
  308. background_color : '{BackgroundColor}',
  309. text_color : '{color:Text}',
  310. accent_color : '{AccentColor}'
  311. }
  312. </script>
  313. <script type="text/javascript" src="https://static.tumblr.com/m9ln1jy/WPAp7bnfl/issue.js"></script>
  314. </body>
  315. </html>
Add Comment
Please, Sign In to add comment