Advertisement
Guest User

Untitled

a guest
May 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5. <!------------------------------
  6. UltraZen Theme by UltraLinx
  7. http://themes.theultralinx.com
  8. ------------------------------>
  9.  
  10. <meta charset="UTF-8">
  11.  
  12. <title>{Title}{block:PostSummary} &mdash; {PostSummary}{/block:PostSummary}</title>
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}">
  16. {/block:Description}
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="apple-touch-icon" href="{PortraitURL-128}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Merriweather:400,700,400italic' rel='stylesheet' type='text/css'>
  23.  
  24. <!--[if lt IE 9]>
  25. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  26. <![endif]-->
  27.  
  28. <!-- Options -->
  29. <meta name="color:Background" content="#FFFFFF">
  30. <meta name="color:Body Text" content="#999999">
  31. <meta name="color:Links" content="#333333">
  32. <meta name="color:Title" content="#333333">
  33. <meta name="color:Meta" content="#CCCCCC">
  34. <meta name="color:Dividers" content="#F2F2F2">
  35. <meta name="image:Logo" content="">
  36. <meta name="select:Page Width" content="500px" title="Standard">
  37. <meta name="select:Page Width" content="700px" title="Wide">
  38. <meta name="if:Show Date" content="1">
  39. <meta name="if:Show Note Count" content="1">
  40. <meta name="if:Infinite Scroll" content="1">
  41. <meta name="if:Show Like Reblog Buttons" content="1">
  42. <meta name="text:Google Analytics ID" content="">
  43.  
  44. <style type="text/css">
  45.  
  46. html {
  47. background-color: #FFFFFF;
  48. -webkit-font-smoothing: antialiased;
  49. }
  50. body {
  51. color: #888888;
  52. font-family: 'Helvetica Neue', "Arial", sans-serif;
  53. font-size: 12px;
  54. line-height:1.8em;
  55. }
  56. h1, h2, h3, h4, h5 {
  57. font-family: 'Montserrat', 'Helvetica Neue', "Arial", sans-serif;
  58. font-weight: 400;
  59. }
  60. h1 {
  61. font-size: 48px;
  62. line-height: 48px;
  63. }
  64. h2 {
  65. font-size: 32px;
  66. line-height: 38px;
  67. }
  68. h3 {
  69. font-size: 22px;
  70. line-height: 28px;
  71. }
  72. a:link, a:visited {
  73. color: #ffffff;
  74. text-decoration: none;
  75. }
  76. a:hover, a:active {
  77. text-decoration: underline;
  78. }
  79. hr {
  80. border:0 #aaa solid;
  81. border-top-width:1px;
  82. clear:both;
  83. height:0;
  84. }
  85. ol {
  86. list-style:decimal;
  87. }
  88. ul {
  89. list-style:disc;
  90. margin-left:0px;
  91. }
  92. li {
  93. margin-left:0px;
  94. }
  95. p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  96. margin: 0 0 15px 0;
  97. }
  98. .wrapper {
  99. max-width: 500px;
  100. max-width:500px!important;
  101. margin: 0 auto;
  102. padding: 0 20px;
  103. }
  104. .header {
  105. margin:0 auto;
  106. }
  107. .logotitle {
  108. margin: 50px 0;
  109. }
  110. .logo {
  111. text-align: center;
  112. }
  113. .title {
  114. text-align: center;
  115. text-transform: uppercase;
  116. font-size: 24px;
  117. font-weight: 100;
  118. letter-spacing: 5px;
  119. font-family: 'Montserrat', 'Helvetica Neue', "Arial", sans-serif;
  120. }
  121. .title a {
  122. color: #ffffff;
  123. }
  124. .description {
  125. text-align: center;
  126. padding: 20px 0 20px 0;
  127. border-top: 2px solid #ffffff;
  128. }
  129. .nav {
  130. display:block;
  131. list-style: none;
  132. padding: 20px 0;
  133. margin: 0;
  134. text-align: center;
  135. font-size: 11px;
  136. text-transform: uppercase;
  137. font-weight: 700;
  138. border-top: 2px solid #ffffff;
  139. border-bottom: 2px solid #ffffff;
  140. font-family: 'Montserrat', 'Helvetica Neue', "Arial", sans-serif;
  141. }
  142. .nav li {
  143. margin: 10px;
  144. display: inline;
  145. }
  146. .posts {
  147. padding-top: 60px;
  148. }
  149. iframe {
  150. max-width: 100%;
  151. }
  152. .tumblr_video_container {
  153. width: 100% !important;
  154. height: 100% !important;
  155. }
  156. .header-posts {
  157. padding: 0;
  158. }
  159. .meta {
  160. display: block;
  161. height:14px;
  162. line-height:1em;
  163. font-family: 'Montserrat', 'Helvetica Neue', "Arial", sans-serif;
  164. padding-bottom:60px;
  165. margin-top: 10px;
  166. font-size:11px;
  167. color: #ffffff;
  168. text-transform: uppercase;
  169. border-bottom: 2px solid #ffffff;
  170. }
  171. .meta a {
  172. color: #ffffff;
  173. }
  174. .date {
  175. margin-right: 20px;
  176. }
  177. .quote {
  178. font-size: 30px;
  179. font-family: 'Merriweather', serif;
  180. letter-spacing: -1px;
  181. line-height: 1.2em;
  182. padding-bottom: 10px;
  183. }
  184. blockquote {
  185. margin-left: 20px;
  186. padding-left: 15px;
  187. border-left: 3px #888888 solid;
  188. }
  189. .chat {
  190. list-style: none;
  191. padding: 0;
  192. }
  193. .tags {
  194. display: block;
  195. list-style: none;
  196. padding: 0;
  197. margin: 10px 0 0 0;
  198. }
  199. .tags a {
  200. color: #ffffff;
  201. }
  202. .tags ul {
  203. list-style-type: none;
  204. display:inline;
  205. margin: 0;
  206. padding: 0;
  207. }
  208. .tags li {
  209. margin: 0;
  210. padding-right: 10px;
  211. display:inline;
  212. }
  213. .footer {
  214. text-align: center;
  215. padding-bottom: 25px;
  216. padding-top: 40px;
  217. }
  218. .notes {
  219. border-bottom: 2px solid #ffffff;
  220. list-style: none;
  221. padding: 20px 0 50px 0;
  222. margin: 30px 0 0 0;
  223. line-height: 2.2em;
  224. }
  225. .notes li {
  226. margin: 0;
  227. }
  228. .notes .avatar {
  229. margin: 0 5px 0 0;
  230. position: relative;
  231. top: 5px;
  232. }
  233. .notes blockquote {
  234. margin: 10px 0 0 35px;
  235. padding-left: 10px;
  236. border-left: 2px solid #888888;
  237. }
  238. .media {
  239. margin-bottom: 20px;
  240. }
  241. .posts img {
  242. width: 100%;
  243. }
  244.  
  245. #infscr-loading, .pagination {
  246. display: none !important;
  247. }
  248.  
  249. .pagination {
  250. text-align: center;
  251. font-weight:700;
  252. border-bottom: 2px solid #ffffff;
  253. }
  254. .pagination ul {
  255. list-style: none;
  256. padding: 10px 15px;
  257. margin: 10px 0;
  258. }
  259. .pagination li {
  260. margin: 0 2px 0 2px;
  261. display: inline;
  262. }
  263. #pagination a:link, #pageNav a:visited {
  264. padding: 0;
  265. margin: 0 2px;
  266. text-decoration: none;
  267. }
  268. #pagination a:hover, #pageNav a:active, #pageNav a.active:link, #pageNav a.active:visited {
  269. text-decoration: underline;
  270. }
  271. #older:after {
  272. content: " »";
  273. }
  274. #newer:before {
  275. content: "« ";
  276. }
  277. .datenotes {
  278. float: left;
  279. }
  280. .like-button {
  281. display: inline-block;
  282. float: right;
  283. padding: 3px 0 0 10px;
  284. }
  285. .reblog-button {
  286. display: inline-block;
  287. float: right;
  288. padding: 3px 0 0 0;
  289. }
  290. #install-btn {
  291. position:fixed;
  292. bottom: 0px;
  293. right:6px
  294. }
  295. .animated {
  296. -webkit-animation-fill-mode: both;
  297. -moz-animation-fill-mode: both;
  298. -ms-animation-fill-mode: both;
  299. -o-animation-fill-mode: both;
  300. animation-fill-mode: both;
  301. -webkit-animation-duration: 1s;
  302. -moz-animation-duration: 1s;
  303. -ms-animation-duration: 1s;
  304. -o-animation-duration: 1s;
  305. animation-duration: 1s;
  306. }
  307. .animated.hinge {
  308. -webkit-animation-duration: 1s;
  309. -moz-animation-duration: 1s;
  310. -ms-animation-duration: 1s;
  311. -o-animation-duration: 1s;
  312. animation-duration: 1s;
  313. }
  314. @-webkit-keyframes fadeInDown {
  315. 0% {
  316. opacity: 0;
  317. -webkit-transform: translateY(-20px);
  318. }
  319. 100% {
  320. opacity: 1;
  321. -webkit-transform: translateY(0);
  322. }
  323. }
  324. @-moz-keyframes fadeInDown {
  325. 0% {
  326. opacity: 0;
  327. -moz-transform: translateY(-20px);
  328. }
  329. 100% {
  330. opacity: 1;
  331. -moz-transform: translateY(0);
  332. }
  333. }
  334. @-o-keyframes fadeInDown {
  335. 0% {
  336. opacity: 0;
  337. -o-transform: translateY(-20px);
  338. }
  339. 100% {
  340. opacity: 1;
  341. -o-transform: translateY(0);
  342. }
  343. }
  344. @keyframes fadeInDown {
  345. 0% {
  346. opacity: 0;
  347. transform: translateY(-20px);
  348. }
  349. 100% {
  350. opacity: 1;
  351. transform: translateY(0);
  352. }
  353. }
  354. .fadeInDown {
  355. -webkit-animation-name: fadeInDown;
  356. -moz-animation-name: fadeInDown;
  357. -o-animation-name: fadeInDown;
  358. animation-name: fadeInDown;
  359. }
  360.  
  361. </style>
  362.  
  363. <style>{CustomCSS}</style>
  364.  
  365. </head>
  366.  
  367. <body>
  368.  
  369. <div class="wrapper">
  370.  
  371. <div class="header">
  372.  
  373. <div class="logotitle animated fadeInDown">
  374.  
  375. {block:IfLogoImage}
  376. <div class="logo">
  377. <a href="/">
  378. <img src="{image:Logo}" alt={Title}">
  379. </a>
  380. </div>
  381. {/block:IfLogoImage}
  382.  
  383. {block:IfNotLogoImage}
  384. <div class="title">
  385. <a href="/">{Title}</a>
  386. </div>
  387. {/block:IfNotLogoImage}
  388.  
  389. </div>
  390.  
  391. {block:Description}
  392. <div class="description">{Description}</div>
  393. {block:Description}
  394.  
  395. <ul class="nav">
  396.  
  397. {block:HasPages}
  398. {block:Pages}
  399. <li><a href="{URL}">{Label}</a></li>
  400. {block:Pages}
  401. {/block:HasPages}
  402.  
  403. {block:AskEnabled}
  404. <li><a href="/ask">Ask</a></li>
  405. {/block:AskEnabled}
  406.  
  407. {block:SubmissionsEnabled}
  408. <li><a href="/submit">Submit</a></li>
  409. {/block:SubmissionsEnabled}
  410.  
  411. <li><a href="/archive">Archive</a></li>
  412. <li><a href="/random">Random</a></li>
  413. <li><a href="{RSS}">RSS</a></li>
  414.  
  415. </ul>
  416.  
  417. <a id="install-btn" class="not-ready" href="http://themes.theultralinx.com/?utm_source=ultrazen%20theme&utm_medium=button&utm_campaign=ultrazen%20theme%20install%20button" target="_blank">
  418. <img src="http://static.tumblr.com/8jq17g7/Re3lqefyw/install.png" alt="Install Theme">
  419. </a>
  420.  
  421. <div class="autopagerize_page_element">
  422.  
  423. {block:Posts}
  424.  
  425. <div class="post" id="{PostID}">
  426.  
  427. <div class="posts">
  428.  
  429. {block:Photo}
  430. <div class="media">
  431. {LinkOpenTag}
  432. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  433. {LinkCloseTag}
  434. </div>
  435. {block:Caption}
  436. <div class="photoCaption"></div>
  437. {/block:Caption}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. <div class="media">{Photoset}</div>
  442. {block:Caption}
  443. <div class="caption"></div>
  444. {/block:Caption}
  445. {/block:Photoset}
  446.  
  447. {block:Audio}
  448. <div class="audioleft">
  449. <div class="audioc">
  450. <div class="audio">{AudioPlayerBlack}</div>
  451. </div>
  452. </div>
  453. <div class="audioright">
  454. <div class="audioCaption">
  455. {block:Artist}<b>{Artist}</b>{/block:Artist}
  456. <p>&mdash;{block:TrackName}{TrackName}{/block:TrackName}</p>
  457. </div>
  458. </div>
  459. <div class="audioClear"></div>
  460. <div class="audioContainer">
  461. {block:Caption}{Caption}{/block:Caption}
  462. </div>
  463. {/block:Audio}
  464.  
  465. {block:Video}
  466. <div class="js-media media">{Video-700}</div>
  467. {block:Caption}
  468. <div>{Caption}</div>
  469. {/block:Caption}
  470. {/block:Video}
  471.  
  472. {block:Answer}
  473. <h3>{Asker} asked: {Question}</h3>
  474. {Answer}
  475. {/block:Answer}
  476. </div>
  477.  
  478. <div class="header-posts">
  479.  
  480. {block:Text}
  481. {block:Title}
  482. <h2><a href="{Permalink}">{Title}</a></h2>
  483. {/block:Title}
  484. {Body}
  485. {/block:Text}
  486.  
  487. {block:Link}
  488. <h2><a href="{URL}" {Target}>{Name} &rarr;</a></h2>
  489. {block:Description}
  490. <div>{Description}</div>
  491. {/block:Description}
  492. {/block:Link}
  493.  
  494. {block:Quote}
  495. <div class="quote">{Quote}</div>
  496. {block:Source}
  497. <div id="quoteSource"><p>&mdash; {Source}</p></div>
  498. {/block:Source}
  499. {/block:Quote}
  500.  
  501. {block:Chat}
  502. {block:Title}
  503. <h2>{Title}</h2>
  504. {/block:Title}
  505. <ul class="chat">
  506. {block:Lines}
  507. <li>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li>
  508. {/block:Lines}
  509. </ul>
  510. {/block:Chat}
  511.  
  512. </div>
  513.  
  514. {block:HasTags}
  515. <ul class="tags">
  516. {block:Tags}
  517. <li><a href="{TagURL}">#{Tag}</a></li>
  518. {/block:Tags}
  519. </ul>
  520. {/block:HasTags}
  521.  
  522. <div class="meta">
  523. <div class="datenotes">
  524.  
  525. {block:IfShowDate}
  526. {block:Date}
  527. <span class="date"><a href="{Permalink}">{DayOfMOnth}{DayOfMonthSuffix} {ShortMonth} {Year}</a></span>
  528. {/block:Date}
  529. {/block:IfShowDate}
  530.  
  531. {block:IfShowNoteCount}
  532. {block:NoteCount}
  533. <a href="{Permalink}#notes">{NoteCountWithLabel}</a>
  534. {/block:NoteCount}
  535. {/block:IfShowNoteCount}
  536.  
  537. </div>
  538.  
  539. {block:IfShowLikeReblogButtons}
  540. <div class="like-button">{LikeButton color="grey size="15"}</div>
  541. <div class="reblog-button">{ReblogButton color="grey size="15"}</div>
  542. {/block:IfShowLikeReblogButtons}
  543.  
  544. </div>
  545.  
  546. {block:PostNotes}
  547. {PostNotes}
  548. {/block:PostNotes}
  549.  
  550. </div>
  551. {/block:Posts}
  552.  
  553. </div>
  554.  
  555. {block:Pagination}
  556. <div class="pagination">
  557.  
  558. <ul class="clearfix">
  559. {block:PreviousPage}
  560. <li><a href="{PreviousPage}" id="newer">Newer</a></li>
  561. {/block:PreviousPage}
  562. {block:JumpPagination length="10"}
  563. {block:CurrentPage}
  564. <li><a href="{URL}" class="active">{PageNumber}</a></li>
  565. {/block:CurrentPage}
  566. {block:JumpPage}
  567. <li><a href="{URL}">{PageNumber}</a></li>
  568. {/block:JumpPage}
  569. {/block:JumpPagination}
  570. {block:NextPage}
  571. <li><a href="{NextPage}" id="older">Older</a></li>
  572. {/block:NextPage}
  573. </ul>
  574.  
  575. </div>
  576. {/block:Pagination}
  577.  
  578. <div class="footer">
  579. © {CopyrightYears} - {Title} - Powered by Tumblr <br> <strong><p><a href="http://themes.theultralinx.com/?utm_source=ultrazen%20theme&utm_medium=link&utm_campaign=ultrazen%20theme%20footer%20credit">UltraZen Theme by UltraLinx</a></p></strong>
  580. </div>
  581.  
  582. </div>
  583.  
  584. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  585. <script src="http://static.tumblr.com/t8k4hxe/WK1mslt6q/jquery.fitvids.js"></script>
  586.  
  587. <script>
  588.  
  589. $('.js-media').fitVids({ customSelector: 'iframe' });
  590.  
  591. </script>
  592.  
  593. {block:IfInfiniteScroll}
  594. {block:IndexPage}
  595. <script src="http://static.tumblr.com/pqftzxm/Utcnytumt/jquery.infinitescroll.min.js"></script>
  596. <script>
  597. (function () {
  598.  
  599. $('.autopagerize_page_element').infinitescroll({
  600. navSelector: '.pagination',
  601. nextSelector: '.pagination #older',
  602. itemSelector: '.post',
  603. bufferPx: 600
  604. }, function (newElements) {
  605. var $newElems = $(newElements).css({
  606. opacity: 0
  607. });
  608. var $newElemsIDs = $newElems.map(function () {
  609. return this.id;
  610. }).get();
  611. $newElems.find('.js-media').fitVids({ customSelector: 'iframe' });
  612. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  613. $newElems.animate({
  614. opacity: 1
  615. });
  616. });
  617.  
  618. })();
  619. </script>
  620. {/block:IndexPage}
  621. {/block:IfInfiniteScroll}
  622.  
  623. {block:IfGoogleAnalyticsID}
  624. <script>
  625. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  626. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  627. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  628. s.parentNode.insertBefore(g,s)}(document,'script'));
  629. </script>
  630. {/block:IfGoogleAnalyticsID}
  631.  
  632. </body>
  633. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement