Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.81 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: {color:Background};
  48. -webkit-font-smoothing: antialiased;
  49. }
  50. body {
  51. color: {color:Body Text};
  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: {color:Links};
  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:{select:Page Width}!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: {color:Title};
  123. }
  124. .description {
  125. text-align: center;
  126. padding: 20px 0 20px 0;
  127. border-top: 2px solid {color:Dividers};
  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 {color:Dividers};
  139. border-bottom: 2px solid {color:Dividers};
  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: {color:Meta};
  168. text-transform: uppercase;
  169. border-bottom: 2px solid {color:Dividers};
  170. }
  171. .meta a {
  172. color: {color:Meta};
  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 {color:Body Text} 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: {color:Meta};
  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 {color:Dividers};
  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 {color:Body Text};
  237. }
  238. .media {
  239. margin-bottom: 20px;
  240. }
  241. .posts img {
  242. width: 100%;
  243. }
  244. {block:IfInfiniteScroll}
  245. #infscr-loading, .pagination {
  246. display: none !important;
  247. }
  248. {/block:IfInfiniteScroll}
  249. .pagination {
  250. text-align: center;
  251. font-weight:700;
  252. border-bottom: 2px solid {color:Dividers};
  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. .back, .next {
  362. font-size:70px;
  363.  
  364. font-family:arial;
  365. color: #000;
  366. position:fixed;
  367. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  368. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  369.  
  370. .next {float:right; bottom: 5px; right: 5px;}
  371. .back {float:left; bottom: 5px; left: 5px;}
  372.  
  373. </style>
  374.  
  375. <style>{CustomCSS}</style>
  376.  
  377. </head>
  378.  
  379. <body>
  380.  
  381. <div class="wrapper">
  382.  
  383. <div class="header">
  384.  
  385. <div class="logotitle animated fadeInDown">
  386.  
  387. {block:IfLogoImage}
  388. <div class="logo">
  389. <a href="/">
  390. <img src="{image:Logo}" alt={Title}">
  391. </a>
  392. </div>
  393. {/block:IfLogoImage}
  394.  
  395. {block:IfNotLogoImage}
  396. <div class="title">
  397. <a href="/">{Title}</a>
  398. </div>
  399. {/block:IfNotLogoImage}
  400.  
  401. </div>
  402.  
  403. {block:Description}
  404. <div class="description">{Description}</div>
  405. {block:Description}
  406.  
  407. <ul class="nav">
  408.  
  409. {block:HasPages}
  410. {block:Pages}
  411. <li><a href="{URL}">{Label}</a></li>
  412. {block:Pages}
  413. {/block:HasPages}
  414.  
  415.  
  416.  
  417. <li><a href="/tagged/architecture">Architecture</a></li>
  418. <li><a href="/tagged/urban">Urban</a></li>
  419. <li><a href="/tagged/nature">Nature</a></li>
  420. <li><a href="/tagged/cars">Cars</a></li>
  421. <li><a href="/tagged/misc">Misc.</a></li>
  422. <li><a href="/random">Random</a></li>
  423.  
  424.  
  425.  
  426. </ul>
  427.  
  428.  
  429.  
  430. <div class="autopagerize_page_element">
  431.  
  432. {block:Posts}
  433.  
  434. <div class="post" id="{PostID}">
  435.  
  436. <div class="posts">
  437.  
  438. {block:Photo}
  439. <div class="media">
  440. {LinkOpenTag}
  441. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  442. {LinkCloseTag}
  443. </div>
  444. {block:Caption}
  445.  
  446. {/block:Caption}
  447. {/block:Photo}
  448.  
  449. {block:Photoset}
  450. <div class="media">{Photoset}</div>
  451. {block:Caption}
  452.  
  453. {/block:Caption}
  454. {/block:Photoset}
  455.  
  456. {block:Audio}
  457. <div class="audioleft">
  458. <div class="audioc">
  459. <div class="audio">{AudioPlayerBlack}</div>
  460. </div>
  461. </div>
  462. <div class="audioright">
  463. <div class="audioCaption">
  464. {block:Artist}<b>{Artist}</b>{/block:Artist}
  465. <p>&mdash;{block:TrackName}{TrackName}{/block:TrackName}</p>
  466. </div>
  467. </div>
  468. <div class="audioClear"></div>
  469. <div class="audioContainer">
  470. {block:Caption}{Caption}{/block:Caption}
  471. </div>
  472. {/block:Audio}
  473.  
  474. {block:Video}
  475. <div class="js-media media">{Video-700}</div>
  476. {block:Caption}
  477. <div>{Caption}</div>
  478. {/block:Caption}
  479. {/block:Video}
  480.  
  481. {block:Answer}
  482. <h3>{Asker} asked: {Question}</h3>
  483. {Answer}
  484. {/block:Answer}
  485. </div>
  486.  
  487. <div class="header-posts">
  488.  
  489. {block:Text}
  490. {block:Title}
  491. <h2><a href="{Permalink}">{Title}</a></h2>
  492. {/block:Title}
  493. {Body}
  494. {/block:Text}
  495.  
  496. {block:Link}
  497. <h2><a href="{URL}" {Target}>{Name} &rarr;</a></h2>
  498. {block:Description}
  499. <div>{Description}</div>
  500. {/block:Description}
  501. {/block:Link}
  502.  
  503. {block:Quote}
  504. <div class="quote">{Quote}</div>
  505. {block:Source}
  506.  
  507.  
  508. {block:Chat}
  509. {block:Title}
  510. <h2>{Title}</h2>
  511. {/block:Title}
  512. <ul class="chat">
  513. {block:Lines}
  514. <li>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li>
  515. {/block:Lines}
  516. </ul>
  517. {/block:Chat}
  518.  
  519. </div>
  520.  
  521.  
  522.  
  523. <div class="meta">
  524. <div class="datenotes">
  525.  
  526. {block:IfShowDate}
  527. {block:Date}
  528. <span class="date"><a href="{Permalink}">{DayOfMOnth}{DayOfMonthSuffix} {ShortMonth} {Year}</a></span>
  529. {/block:Date}
  530. {/block:IfShowDate}
  531.  
  532. {block:IfShowNoteCount}
  533. {block:NoteCount}
  534. <a href="{Permalink}#notes">{NoteCountWithLabel}</a>
  535. {/block:NoteCount}
  536. {/block:IfShowNoteCount}
  537.  
  538. </div>
  539.  
  540. {block:IfShowLikeReblogButtons}
  541. <div class="like-button">{LikeButton color="grey size="15"}</div>
  542. <div class="reblog-button">{ReblogButton color="grey size="15"}</div>
  543. {/block:IfShowLikeReblogButtons}
  544.  
  545. </div>
  546.  
  547. {block:PostNotes}
  548. {PostNotes}
  549. {/block:PostNotes}
  550.  
  551. </div>
  552. {/block:Posts}
  553.  
  554. </div>
  555.  
  556. {block:Pagination}
  557. <div class="pagination">
  558.  
  559. <ul class="clearfix">
  560. {block:PreviousPage}
  561. <li><a href="{PreviousPage}" id="newer">Newer</a></li>
  562. {/block:PreviousPage}
  563. {block:JumpPagination length="10"}
  564. {block:CurrentPage}
  565. <li><a href="{URL}" class="active">{PageNumber}</a></li>
  566. {/block:CurrentPage}
  567. {block:JumpPage}
  568. <li><a href="{URL}">{PageNumber}</a></li>
  569. {/block:JumpPage}
  570. {/block:JumpPagination}
  571. {block:NextPage}
  572. <li><a href="{NextPage}" id="older">Older</a></li>
  573. {/block:NextPage}
  574. </ul>
  575.  
  576. </div>
  577. {/block:Pagination}
  578.  
  579.  
  580.  
  581. </div>
  582.  
  583. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  584. <script src="http://static.tumblr.com/t8k4hxe/WK1mslt6q/jquery.fitvids.js"></script>
  585.  
  586. <script>
  587.  
  588. $('.js-media').fitVids({ customSelector: 'iframe' });
  589.  
  590. </script>
  591.  
  592. {block:IfInfiniteScroll}
  593. {block:IndexPage}
  594. <script src="http://static.tumblr.com/pqftzxm/Utcnytumt/jquery.infinitescroll.min.js"></script>
  595. <script>
  596. (function () {
  597.  
  598. $('.autopagerize_page_element').infinitescroll({
  599. navSelector: '.pagination',
  600. nextSelector: '.pagination #older',
  601. itemSelector: '.post',
  602. bufferPx: 600
  603. }, function (newElements) {
  604. var $newElems = $(newElements).css({
  605. opacity: 0
  606. });
  607. var $newElemsIDs = $newElems.map(function () {
  608. return this.id;
  609. }).get();
  610. $newElems.find('.js-media').fitVids({ customSelector: 'iframe' });
  611. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  612. $newElems.animate({
  613. opacity: 1
  614. });
  615. });
  616.  
  617. })();
  618. </script>
  619. {/block:IndexPage}
  620. {/block:IfInfiniteScroll}
  621.  
  622. {block:IfGoogleAnalyticsID}
  623. <script>
  624. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  625. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  626. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  627. s.parentNode.insertBefore(g,s)}(document,'script'));
  628. </script>
  629. {/block:IfGoogleAnalyticsID}
  630.  
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement