Advertisement
feiinho

Online - adorablethemes.com

May 16th, 2019
850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. theme: Online
  7. version: 1.1.2 (April 27, 2019)
  8. from: adorablethemes.com
  9.  
  10.  
  11. credits:
  12.  
  13. IcoMoon Free Pack (icomoon.io)
  14. imagesLoaded 4.1.4 (imagesloaded.desandro.com)
  15. Infinite Scroll 3.0.3 (infinite-scroll.com)
  16. jQuery 3.3.1 (jquery.com)
  17. Masonry 4.2.2 (masonry.desandro.com)
  18.  
  19. -->
  20. <meta charset="UTF-8">
  21.  
  22. <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="apple-touch-icon" href="{PortraitURL-512}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. <meta name="viewport" content="width=device-width, initial-scale=1">
  30. <meta name="theme-color" content="{color:Header}">
  31.  
  32. {block:Hidden}
  33. <meta name="image:Header" content="">
  34.  
  35. <meta name="select:Font" content="sans-serif" title="Roboto">
  36. <meta name="select:Font" content="sans-serif2" title="Arial">
  37. <meta name="select:Font" content="sans-serif3" title="Segoe">
  38. <meta name="select:Font" content="serif" title="Georgia">
  39. <meta name="select:Font" content="monospace" title="Consolas">
  40.  
  41. <meta name="select:Header Image Style" content="cover" title="cover">
  42. <meta name="select:Header Image Style" content="center" title="center">
  43. <meta name="select:Header Image Style" content="tile" title="tile">
  44.  
  45. <meta name="color:Background" content="#f3f3f3">
  46. <meta name="color:Header" content="#1d1d1d">
  47. <meta name="color:Header Text" content="#ffffff">
  48. <meta name="color:Sidebar Links" content="#111111">
  49. <meta name="color:Post Background" content="#ffffff">
  50. <meta name="color:Post Text" content="#111111">
  51. <meta name="color:Post Borders" content="#8c8c8c">
  52. <meta name="color:Post Shadows" content="#000000">
  53.  
  54. <meta name="text:Featured Tag 1" content="">
  55. <meta name="text:Featured Tag 2" content="">
  56. <meta name="text:Featured Tag 3" content="">
  57. <meta name="text:Featured Tag 4" content="">
  58. <meta name="text:Featured Tag 5" content="">
  59. <meta name="text:Featured Tag 6" content="">
  60.  
  61. <meta name="text:Google Analytics ID" content="">
  62. <meta name="text:Custom Ask Page Text" content="">
  63. <meta name="text:Header Image Tint" content="0.6">
  64. <meta name="text:Post Shadow Opacity" content="0.12">
  65.  
  66. <meta name="if:Post Shadows" content="1">
  67. <meta name="if:Show Archive Link" content="1">
  68. <meta name="if:Show Random Link" content="0">
  69. <meta name="if:Show Liked Posts Link" content="0">
  70. <meta name="if:Load More Button" content="1">
  71. <meta name="if:Index Captions" content="1">
  72. <meta name="if:Index Tags" content="0">
  73. {/block:Hidden}
  74.  
  75. <link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
  76.  
  77. <style type="text/css">
  78.  
  79. /* =Base styles=
  80. -------------------------------------------------------------- */
  81. * {
  82. -webkit-box-sizing: border-box;
  83. -moz-box-sizing: border-box;
  84. box-sizing: border-box;
  85. }
  86. body {
  87. color: {color:Background Text};
  88. background-color: {color:Background};
  89. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  90. margin: 0;
  91. padding: 0;
  92. }
  93.  
  94. body.font-sans-serif {
  95. font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  96. }
  97. body.font-sans-serif2 {
  98. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  99. }
  100. body.font-sans-serif3 {
  101. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  102. }
  103. body.font-serif {
  104. font-family: Georgia, 'Liberation Serif', serif;
  105. }
  106. body.font-monospace {
  107. font-family: Consolas, Menlo, Monaco, monospace;
  108. }
  109.  
  110. #posts {
  111. margin-bottom: 80px;
  112. -webkit-transition: opacity 0.2s linear;
  113. transition: opacity 0.2s linear;
  114. }
  115. .wrapper {
  116. margin: 0 auto;
  117. padding: 0 18px 0 40px;
  118. position: relative;
  119. display: flex;
  120. width: 100%;
  121. flex-flow: row wrap;
  122. }
  123. main {
  124. flex: 1;
  125. padding-top: 56px;
  126. }
  127. #sidebar {
  128. width: 200px;
  129. margin-top: 50px;
  130. }
  131.  
  132. a, a:hover {
  133. text-decoration: none;
  134. }
  135.  
  136. h1,h2,h3,h4,h5,h6 {
  137. font-weight: normal;
  138. }
  139.  
  140. .invisible {
  141. opacity: 0;
  142. }
  143.  
  144. a img {
  145. border: 0;
  146. }
  147.  
  148. .float-right {
  149. float: right;
  150. }
  151.  
  152. code, pre {
  153. font-family: Consolas, Menlo, Monaco, monospace;
  154. }
  155.  
  156. .has-lightbox {
  157. cursor: zoom-in;
  158. }
  159.  
  160. .tmblr-lightbox .lightbox-image {
  161. background-color: {color:Post Background} !important;
  162. }
  163.  
  164. /* Clearfix */
  165. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  166. .clearfix:after { clear: both; }
  167. .clearfix { zoom: 1; }
  168.  
  169.  
  170. /* =Header styles=
  171. -------------------------------------------------------------- */
  172. h1.blog-title {
  173. color: {color:Header Text};
  174. font-weight: 300;
  175. font-size: 40px;
  176. text-decoration: none;
  177. margin-top: 0;
  178. margin-bottom: 0;
  179. display: inline-block;
  180. padding: 13px;
  181. }
  182. .blog-description {
  183. color: {color:Header Text};
  184. font-size: 14px;
  185. margin-top: 12px;
  186. margin-bottom: 12px;
  187. line-height: 140%;
  188. padding: 0 13px;
  189. }
  190.  
  191. ul {
  192. list-style-type: none;
  193. padding-left: 0;
  194. }
  195.  
  196. header {
  197. text-align: left;
  198. width: 100%;
  199. margin: 0;
  200. background-color: {color:Header};
  201. {block:IfHeaderImage}
  202. background-image: url('{image:Header}');
  203. background-repeat: repeat;
  204. background-position: center center;
  205. {/block:IfHeaderImage}
  206. }
  207. .header-style-cover {
  208. background-position: center center;
  209. background-size: cover;
  210. }
  211. .header-style-center {
  212. background-position: center center;
  213. background-repeat: no-repeat;
  214. }
  215. .header-style-tile {
  216. background-repeat: repeat;
  217. }
  218. .header-content {
  219. padding-top: 60px;
  220. padding-bottom: 60px;
  221. padding-left: 40px;
  222. {block:IfHeaderImage}
  223. background-color: rgba({RGBcolor:Header},{block:IfHeaderImageTint}{text:Header Image Tint}{/block:IfHeaderImageTint}{block:IfNotHeaderImageTint}0{/block:IfNotHeaderImageTint});
  224. {/block:IfHeaderImage}
  225. }
  226. .blog-description a, .blog-description a:hover {
  227. color: {color:Header Text};
  228. text-decoration: none;
  229. }
  230. .blog-description a:hover {
  231. color: {color:Header Text};
  232. text-decoration: underline;
  233. }
  234. nav {
  235. padding: 7px;
  236. clear: both;
  237. }
  238.  
  239.  
  240. /* =Sidebar styles=
  241. -------------------------------------------------------------- */
  242. #sidebar.fixed .sidebar-links {
  243. position: fixed;
  244. top: 52px;
  245. }
  246. .sidebar-links {
  247. list-style-type: none;
  248. padding-left: 0;
  249. margin-top: 0;
  250. text-transform: lowercase;
  251. }
  252. .sidebar-link {
  253. color: {color:Sidebar Links};
  254. font-size: 13px;
  255. font-weight: 500;
  256. display: block;
  257. margin: 10px 0;
  258. padding: 0 8px;
  259. text-decoration: none;
  260. border-left: 4px solid transparent;
  261. width: 180px;
  262. }
  263. a.sidebar-link:hover {
  264. color: rgba({RGBcolor:Sidebar Links},0.9);
  265. border-left: 4px solid rgba({RGBcolor:Sidebar Links},0.25);
  266. text-decoration: none;
  267. }
  268. .sidebar-link.current-page {
  269. border-left: 4px solid {color:Header};
  270. }
  271.  
  272.  
  273. /* =Post styles=
  274. -------------------------------------------------------------- */
  275. .post {
  276. float: left;
  277. }
  278.  
  279. .post-inner {
  280. margin-bottom: 56px;
  281. margin-left: 28px;
  282. margin-right: 28px;
  283. overflow: hidden;
  284. color: {color:Post Text};
  285. background-color: {color:Post Background};
  286. box-shadow: 0px 0px 0px 1px {color:Post Borders}{block:IfPostShadows}, 8px 8px 0px rgba({RGBcolor:Post Shadows},{text:Post Shadow Opacity}){/block:IfPostShadows};
  287. }
  288.  
  289. a.post-section-title {
  290. text-decoration: none !important;
  291. color: {color:Header Text};
  292. }
  293. a.post-section-title .post-section {
  294. background-color: {color:Header};
  295. color: {color:Header Text};
  296. padding: 6px 20px;
  297. }
  298. a.post-section-title:hover .post-section {
  299. background-color: rgba({RGBcolor:Header},0.95);
  300. color: {color:Header Text};
  301. }
  302.  
  303. .post-section {
  304. border-bottom: 1px dotted {color:Post Borders};
  305. padding: 10px 20px;
  306. font-size: 14px;
  307. line-height: 150%;
  308. word-wrap: break-word;
  309. }
  310.  
  311. .post-section:empty {
  312. padding: 0;
  313. border-bottom: 0;
  314. }
  315.  
  316. .post a, .post a:hover {
  317. color: {color:Post Text};
  318. text-decoration: underline;
  319. text-decoration-color: rgba({RGBcolor:Post Text}, 0.5);
  320. }
  321. .post-content a:hover {
  322. color: {color:Post Text};
  323. text-decoration: underline;
  324. text-decoration-color: rgba({RGBcolor:Post Text}, 0.8);
  325. }
  326. .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  327. font-size: 14px;
  328. font-weight: 500;
  329. margin: 0.83em 0;
  330. }
  331. .post p {
  332. font-size: 14px;
  333. line-height: 150%;
  334. }
  335. .post ul {
  336. list-style-type: square;
  337. font-size: 13px;
  338. padding-left: 20px;
  339. }
  340. .post ol {
  341. font-size: 13px;
  342. padding-left: 20px;
  343. }
  344. .post blockquote {
  345. font-size: 13px;
  346. padding: 0 8px;
  347. margin: 16px 0;
  348. font-style: italic;
  349. border-left: 2px solid {color:Post Text};
  350. }
  351. .post figure {
  352. margin: 0;
  353. }
  354. .post hr {
  355. border: 0;
  356. border-bottom: 1px dotted {color:Post Text};
  357. }
  358.  
  359. .post-section img {
  360. max-width: 100%;
  361. height: auto;
  362. }
  363.  
  364. p.npf_quirky {
  365. font-size: 24px;
  366. line-height: 1.3em;
  367. }
  368. div.npf_row {
  369. max-width: 100%;
  370. height: auto !important;
  371. display: flex;
  372. margin: 0 !important;
  373. }
  374. div.npf_row figure.tmblr-full {
  375. flex: 1;
  376. justify-content: space-between;
  377. margin: 0;
  378. }
  379. div.npf_row figure.tmblr-full:first-child {
  380. padding-right: 2px;
  381. }
  382. .npf-link-block a {
  383. text-decoration: none !important;
  384. }
  385. .post-section figure video, .post-section figure audio {
  386. max-width: 100%;
  387. }
  388.  
  389. p.tmblr-attribution {
  390. font-size: 10px;
  391. }
  392.  
  393. .index-page .tmblr-embed iframe {
  394. width: 100%;
  395. height: 156px;
  396. }
  397. .post-section iframe {
  398. max-width: 100%;
  399. }
  400.  
  401. /* Answer posts */
  402. .post .asker-avatar {
  403. width: 18px;
  404. height: 18px;
  405. vertical-align: middle;
  406. border-radius: 2px;
  407. margin-right: 10px;
  408. }
  409.  
  410. .post .asker-avatar, .post .reblog-avatar {
  411. width: 18px;
  412. height: 18px;
  413. vertical-align: middle;
  414. border-radius: 2px;
  415. margin-right: 10px;
  416. }
  417.  
  418. .question {
  419. font-style: italic;
  420. }
  421.  
  422. /* Photo posts */
  423. .index-page .photo-post-photo {
  424. width: 100%;
  425. height: auto;
  426. display: block;
  427. }
  428.  
  429. /* Photoset posts */
  430. .photoset-container {
  431. position: relative;
  432. }
  433. .photoset-note {
  434. display: block;
  435. position: absolute;
  436. bottom: 18px;
  437. right: 14px;
  438. background-color: {color:Post Background};
  439. box-shadow: 0px 0px 0px 1px black, 0px 0px 0px 2px white;
  440. color: {color:Post Text};
  441. padding: 5px 9px;
  442. font-size: 12px;
  443. font-weight: bold;
  444. }
  445. .permalink-page .photoset-content {
  446. padding: 10px;
  447. border-bottom: 1px dotted {color:Post Borders};
  448. }
  449. .permalink-page .photoset-content iframe {
  450. display: block;
  451. }
  452.  
  453. /* Link posts */
  454. .link-info p {
  455. font-size: 13px;
  456. }
  457.  
  458. /* Chat posts */
  459. ul.chat {
  460. list-style-type: none;
  461. padding-left: 0;
  462. }
  463.  
  464. .chat li {
  465. padding: 5px 0;
  466. }
  467.  
  468. .chat-label {
  469. font-weight: 500;
  470. }
  471.  
  472. /* Quote posts */
  473. p.quote-text {
  474. font-family: Georgia, 'Liberation Serif', serif;
  475. font-style: italic;
  476. font-size: 120%;
  477. }
  478. .quote-source {
  479. text-align: right;
  480. }
  481.  
  482. /* Video posts */
  483. .video-content iframe {
  484. width: 100%;
  485. display: block;
  486. }
  487. .tumblr_video_iframe {
  488. max-height: 540px;
  489. }
  490.  
  491. /* Audio posts */
  492. .audio-content iframe {
  493. width: 100%;
  494. display: block;
  495. }
  496. .index-page .spotify_audio_player {
  497. height: 80px;
  498. }
  499. .index-page .soundcloud_audio_player {
  500. height: 230px;
  501. }
  502.  
  503. .photo-post-photo, .audio-content, .video-content {
  504. border-bottom: 1px dotted {color:Post Borders};
  505. }
  506.  
  507. {block:IfNotIndexCaptions}
  508. .index-page .photo .post-section, .index-page .video .post-section, .index-page .audio .post-section {
  509. display: none;
  510. }
  511. {/block:IfNotIndexCaptions}
  512.  
  513.  
  514. /* =Post meta styles=
  515. -------------------------------------------------------------- */
  516. {block:IfNotIndexTags}
  517. .index-page .post-tags {
  518. display: none;
  519. }
  520. {/block:IfNotIndexTags}
  521. {block:IfIndexTags}
  522. .index-page .post-tags {
  523. display: block !important;
  524. }
  525. {/block:IfIndexTags}
  526. .post-tags {
  527. font-size: 13px;
  528. }
  529. .tag:before {
  530. content: "#";
  531. }
  532. a.tag {
  533. text-decoration: none;
  534. margin-right: 10px;
  535. }
  536. .clear {
  537. clear: both;
  538. }
  539. ol.notes {
  540. list-style-type: none;
  541. padding-left: 0;
  542. }
  543. .note {
  544. padding: 5px 0;
  545. }
  546. .note:last-child {
  547. margin-bottom: 10px;
  548. }
  549. .post .post-index-meta {
  550. font-size: 12px;
  551. line-height: 36px;
  552. font-weight: bold;
  553. padding-left: 20px;
  554. padding-right: 20px;
  555. }
  556. .post-index-meta a, .post-index-meta span {
  557. color: rgba({RGBcolor:Post Text}, 0.75);
  558. text-decoration: none;
  559. }
  560. .post-index-meta a:hover {
  561. color: rgba({RGBcolor:Post Text}, 0.9);
  562. text-decoration: none;
  563. }
  564. .note blockquote {
  565. border: 0;
  566. background: transparent;
  567. border-left: 2px solid {color:Post Text};
  568. }
  569. .note img.avatar {
  570. width: 16px;
  571. height: 16px;
  572. vertical-align: middle;
  573. border-radius: 2px;
  574. margin-right: 9px;
  575. }
  576. .post-notes-list {
  577. max-height: 240px;
  578. overflow-y: scroll;
  579. }
  580. .post-attribution a {
  581. display: none;
  582. }
  583. .post-attribution a:first-child {
  584. display: inline;
  585. }
  586. .note-count, .date, .post-attribution {
  587. margin-right: 12px;
  588. }
  589. .photo-link[href=""] {
  590. display: none;
  591. }
  592. .like-reblog-buttons {
  593. font-size: 14px;
  594. }
  595. .like-button-parent {
  596. display: inline-block !important;
  597. float: right;
  598. }
  599. .reblog-button {
  600. margin-right: 0.75em;
  601. margin-top: 2px;
  602. }
  603. .like-button-parent {
  604. position: relative;
  605. margin-top: 1px;
  606. }
  607. .like-button-parent .like_button {
  608. position: absolute;
  609. top: 0;
  610. opacity: 0;
  611. }
  612. .like-button-parent .like_button.liked + svg {
  613. fill: #d95e40;
  614. }
  615.  
  616.  
  617. /* =Permalink page styles=
  618. -------------------------------------------------------------- */
  619. .permalink-page .post {
  620. width: 100%;
  621. max-width: 556px;
  622. float: none;
  623. }
  624.  
  625. .permalink-page .photo-content img {
  626. width: 100%;
  627. }
  628.  
  629. .permalink-page .photoset-content iframe {
  630. width: 100%;
  631. }
  632.  
  633.  
  634. /* =Pagination styles=
  635. -------------------------------------------------------------- */
  636. .pagination {
  637. clear: both;
  638. text-align: center;
  639. margin: 0 auto;
  640. margin-bottom: 110px;
  641. font-weight: 500;
  642. }
  643. .pagination a {
  644. font-size: 15px;
  645. color: {color:Sidebar Links};
  646. padding: 10px 15px;
  647. }
  648. .pagination a:hover {
  649. color: rgba({RGBcolor:Sidebar Links},0.8);
  650. background-color: rgba({RGBcolor:Sidebar Links},0.05);
  651. }
  652. .pagination svg {
  653. fill: {color:Sidebar Links};
  654. transform: translateY(3px);
  655. }
  656. #load_more_button {
  657. display: none;
  658. }
  659. {block:IfLoadMoreButton}
  660. .page-1 .pagination a {
  661. display: none;
  662. }
  663. .page-1 #load_more_button {
  664. display: inline;
  665. font-size: 15px;
  666. color: {color:Sidebar Links};
  667. padding: 10px 11px;
  668. cursor: pointer;
  669. }
  670. {/block:IfLoadMoreButton}
  671.  
  672.  
  673. /* =Misc styles=
  674. -------------------------------------------------------------- */
  675.  
  676. #loading {
  677. background-color: {color:Header};
  678. color: {color:Header Text};
  679. border-radius: 2px;
  680. padding: 12px 20px;
  681. position: fixed;
  682. top: 50%;
  683. left: 50%;
  684. transform: translate(-50%,-50%);
  685. z-index: 999;
  686. box-shadow: 0px 0px 0px 1px rgba({RGBcolor:Header Text},0.25);
  687. }
  688. #loading.loaded {
  689. display: none;
  690. }
  691.  
  692. /* Keep reading link arrow */
  693. a.read_more:after {
  694. content: " \2192";
  695. }
  696.  
  697. /* Hide posts before they load */
  698. .posts-hidden {
  699. opacity: 0;
  700. }
  701.  
  702. a.reblog-username, a.reblog-username:hover, .asker b, .asker a, .asker a:hover, .answerer- a, .answerer a:hover, b.reblog-username {
  703. color: {color:Post Text};
  704. text-decoration: none;
  705. font-size: 13px;
  706. }
  707.  
  708. .reblog-avatar.deleted {
  709. -webkit-filter: grayscale(1);
  710. filter: grayscale(1);
  711. }
  712.  
  713. #menu_button {
  714. position: fixed;
  715. top: 16px;
  716. left: 16px;
  717. cursor: pointer;
  718. z-index: 101;
  719. display: none;
  720. box-shadow: 0px 0px 0px 1px rgba({RGBcolor:Header Text},0.25);
  721. }
  722.  
  723. #blackout {
  724. display: none;
  725. }
  726.  
  727.  
  728. /* =Responsive styles=
  729. -------------------------------------------------------------- */
  730. @media screen and (max-width:560px) {
  731. .wrapper {
  732. padding: 0;
  733. }
  734. .post {
  735. width: 100%;
  736. }
  737. .post-inner {
  738. margin: 20px;
  739. }
  740. #sidebar {
  741. background-color: {color:Background};
  742. width: 100%;
  743. margin: 0;
  744. padding: 20px;
  745. padding-left: 65px;
  746. position: fixed;
  747. left: -100%;
  748. top: 0;
  749. z-index: 100;
  750. transition: left 0.1s ease-in-out;
  751. overflow-y: scroll;
  752. }
  753. .sidebar-link {
  754. margin: 15px 0;
  755. width: 100%;
  756. }
  757. .menu-open #sidebar {
  758. left: 0;
  759. }
  760. .tmblr-iframe-pushdown #sidebar {
  761. top: 54px;
  762. }
  763. .tmblr-iframe-pushdown #menu_button {
  764. top: 54px;
  765. }
  766. main {
  767. padding-top: 10px;
  768. }
  769. #menu_button {
  770. display: block;
  771. background-color: {color:Header};
  772. padding: 7px;
  773. border-radius: 2px;
  774. }
  775. #menu_button svg {
  776. fill: {color:Header Text};
  777. display: block;
  778. }
  779. #blackout {
  780. background-color: rgba(0,0,0,0);
  781. z-index: 99;
  782. position: fixed;
  783. left: -100%;
  784. top: 0;
  785. width: 100%;
  786. height: 100%;
  787. transition: background-color 0.1s ease-in-out;
  788. display: block;
  789. }
  790. .menu-open #blackout {
  791. background-color: rgba(0,0,0,0.67);
  792. left: 0;
  793. }
  794. body.menu-open {
  795. overflow-y: hidden;
  796. }
  797. header {
  798. text-align: center;
  799. }
  800. .header-content {
  801. padding-left: 0;
  802. }
  803. h1.blog-title {
  804. font-size: 28px;
  805. }
  806. }
  807. @media screen and (min-width:561px) {
  808. .post {
  809. width: 100%;
  810. }
  811. }
  812. @media screen and (min-width:832px) {
  813. .post {
  814. width: 50%;
  815. }
  816. }
  817. @media screen and (min-width:1180px) {
  818. .post {
  819. width: 33.33%;
  820. }
  821. }
  822. @media screen and (min-width:1638px) {
  823. .post {
  824. width: 25%;
  825. }
  826. }
  827. @media screen and (min-width:2102px) {
  828. .post {
  829. width: 20%;
  830. }
  831. }
  832. @media screen and (max-width:550px) {
  833. .permalink-page header {
  834. margin-bottom: 0;
  835. }
  836. .permalink-page .wrapper {
  837. width: 100%;
  838. margin: 0 auto;
  839. }
  840. .permalink-page .main {
  841. width: 100%;
  842. }
  843. .permalink-page .post {
  844. width: 100%;
  845. margin-left: 0;
  846. margin-right: 0;
  847. margin: 0;
  848. }
  849. .permalink-page .photo img {
  850. max-width: 100%;
  851. }
  852. .permalink-page img.photo-post-photo {
  853. width: 100%;
  854. height: auto;
  855. }
  856. }
  857. @media screen and (max-width:864px) {
  858. .photo .post-index-meta {
  859. display: block;
  860. }
  861. .photo-hover {
  862. display: none;
  863. }
  864. }
  865. @media (hover:none) {
  866. .photo .post-index-meta {
  867. display: block;
  868. }
  869. .photo-hover {
  870. display: none;
  871. }
  872. }
  873.  
  874. .tmblr-iframe--app-cta-button {
  875. display: none !important;
  876. }
  877.  
  878. {CustomCSS}
  879. </style>
  880.  
  881. <script type="text/javascript">
  882. var online = {{block:IfLoadMoreButton}infScroll: true,{/block:IfLoadMoreButton}{block:IfNotLoadMoreButton}infScroll: false,{/block:IfNotLoadMoreButton}{block:IndexPage}indexPage: true{/block:IndexPage}{block:PermalinkPage}indexPage: false{/block:PermalinkPage}, tag: '{block:TagPage}{Tag}{/block:TagPage}'};
  883. </script>
  884. <noscript><style>.posts-hidden {opacity: 1;} #loading {display: none;} #load_more_button {display: none;} .page-1 .pagination a {display: inline;}</style></noscript>
  885. </head>
  886. <body class="{block:IndexPage}index-page caption-{select:Photo Caption Style} page-{CurrentPage}{/block:IndexPage}{block:PermalinkPage}permalink-page{/block:PermalinkPage} font-{select:Font}">
  887.  
  888. <div id="menu_button">
  889. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"><path d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"></path></svg>
  890. </div>
  891.  
  892. <div id="blackout"></div>
  893.  
  894. {block:IndexPage}
  895. <div id="loading">{lang:Loading}</div>
  896. {/block:IndexPage}
  897.  
  898. <header class="header clearfix header-style-{select:Header Image Style}">
  899.  
  900. <div class="header-content">
  901.  
  902. {block:ShowTitle}
  903. <a href="/"><h1 class="blog-title">{Title}</h1></a>
  904. {/block:ShowTitle}
  905.  
  906. {block:ShowDescription}
  907. <div class="blog-description">{Description}</div>
  908. {/block:ShowDescription}
  909. </div>
  910.  
  911. </header>
  912.  
  913. <div id="wrapper" class="wrapper">
  914.  
  915. <div id="sidebar" role="complimentary">
  916.  
  917. <ul class="sidebar-links">
  918.  
  919. <a class="sidebar-link{block:HomePage} current-page{/block:HomePage}" href="/"><li>{lang:Home}</li></a>
  920.  
  921. {block:HasPages}
  922. {block:Pages}
  923. <a class="sidebar-link {CurrentState}" href="{URL}"><li>{Label}</li></a>
  924. {/block:Pages}
  925. {/block:HasPages}
  926.  
  927. {block:AskEnabled}
  928. <a class="sidebar-link{block:AskPage} current-page{/block:AskPage}" href="/ask"><li>{AskLabel}</li></a>
  929. {/block:AskEnabled}
  930.  
  931. {block:SubmissionsEnabled}
  932. <a class="sidebar-link{block:SubmitPage} current-page{/block:SubmitPage}" href="/submit"><li>{SubmitLabel}</li></a>
  933. {/block:SubmissionsEnabled}
  934.  
  935. {block:IfShowArchiveLink}<a class="sidebar-link" href="/archive"><li>{lang:Archive}</li></a>{/block:IfShowArchiveLink}
  936.  
  937. {block:IfShowRandomLink}<a class="sidebar-link" href="/random"><li>{lang:Random}</li></a>{/block:IfShowRandomLink}
  938.  
  939. {block:IfShowLikedPostsLink}<a class="sidebar-link" href="https://www.tumblr.com/liked/by/{Name}" target="_blank"><li>{lang:Liked posts}</li></a>{/block:IfShowLikedPostsLink}
  940.  
  941. <a class="sidebar-link" href="https://adorablethemes.com/theme/online" target="_blank"><li>Theme</li></a>
  942.  
  943. {block:IfFeaturedTag1}
  944.  
  945. <span class="sidebar-link"><li>&nbsp;</li></span>
  946.  
  947. <a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 1}"><li>#{text:Featured Tag 1}</li></a>
  948.  
  949. {block:IfFeaturedTag2}<a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 2}"><li>#{text:Featured Tag 2}</li></a>{/block:IfFeaturedTag2}
  950. {block:IfFeaturedTag3}<a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 3}"><li>#{text:Featured Tag 3}</li></a>{/block:IfFeaturedTag3}
  951. {block:IfFeaturedTag4}<a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 4}"><li>#{text:Featured Tag 4}</li></a>{/block:IfFeaturedTag4}
  952. {block:IfFeaturedTag5}<a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 5}"><li>#{text:Featured Tag 5}</li></a>{/block:IfFeaturedTag5}
  953. {block:IfFeaturedTag6}<a class="sidebar-link sidebar-tag" href="/tagged/{text:Featured Tag 6}"><li>#{text:Featured Tag 6}</li></a>{/block:IfFeaturedTag6}
  954.  
  955. {/block:IfFeaturedTag1}
  956.  
  957. </ul>
  958.  
  959. </div>
  960.  
  961. <main>
  962.  
  963. <div id="posts"{block:IndexPage} class="posts-hidden"{/block:IndexPage}>
  964.  
  965. {block:Posts inlineMediaWidth="460" inlineNestedMediaWidth="460"}
  966. <article id="{PostID}" class="post {PostType}{block:PermalinkPage} {block:Date}not-{/block:Date}page{/block:PermalinkPage}">
  967.  
  968. <div class="post-inner">
  969.  
  970. {block:Text}
  971. {block:Title}<a class="post-section-title" href="{Permalink}"><div class="post-section"><h2>{Title}</h2></div></a>{/block:Title}
  972.  
  973. {block:NotReblog}
  974. <div class="post-section">
  975. {block:IfCustomAskPageText}{block:AskPage}<p>{text:Custom Ask Page Text}</p>{/block:AskPage}{/block:IfCustomAskPageText}
  976. {Body}
  977. </div>
  978. {/block:NotReblog}
  979. {block:RebloggedFrom}
  980. {block:Reblogs}
  981. <div class="post-section">
  982. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  983. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  984. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  985. </p>
  986. {Body}
  987. </div>
  988. {/block:Reblogs}
  989. {/block:RebloggedFrom}
  990. {/block:Text}
  991.  
  992.  
  993. {block:Answer}
  994. <div class="post-section">
  995. <p class="asker"><img class="asker-avatar" src="{AskerPortraitURL-64}" /> <b>{lang:Asker asked 2}</b></p><p class="question">&ldquo;{Question}&rdquo;</p>
  996.  
  997. </div>
  998.  
  999. {block:Answerer}
  1000. <div class="post-section">
  1001. <p class="answerer-"><img class="asker-avatar" src="{AnswererPortraitURL-64}" /> <b>{Answerer}</b></p>
  1002.  
  1003. {Answer}
  1004.  
  1005. </div>
  1006. {/block:Answerer}
  1007.  
  1008. {block:NotReblog}<div class="post-section">{Replies}</div>{/block:NotReblog}
  1009. {block:RebloggedFrom}
  1010. {block:Reblogs}
  1011. <div class="post-section">
  1012. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1013. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1014. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1015. </p>
  1016. {Body}
  1017. </div>
  1018. {/block:Reblogs}
  1019. {/block:RebloggedFrom}
  1020. {/block:Answer}
  1021.  
  1022.  
  1023. {block:Photo}
  1024. <figure data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}"class="photo-content">
  1025. <img data-postid="{PostID}" class="photo-post-photo has-lightbox" src="{PhotoURL-500}" {block:PermalinkPage}{block:HighRes}srcset="{PhotoURL-1280} 2x"{/block:HighRes}{/block:PermalinkPage} alt="{PhotoAlt}" />
  1026. </figure>
  1027.  
  1028. {block:NotReblog}
  1029. {block:Caption}<div class="photo-caption"><figcaption class="post-section">{Caption}</figcaption></div>{/block:Caption}
  1030. {/block:NotReblog}
  1031. {block:RebloggedFrom}
  1032. <div class="photo-caption">
  1033. {block:Reblogs}
  1034. <div class="post-section">
  1035. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1036. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1037. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1038. </p>
  1039. {Body}
  1040. </div>
  1041. {/block:Reblogs}
  1042. </div>
  1043. {/block:RebloggedFrom}
  1044. {/block:Photo}
  1045.  
  1046.  
  1047. {block:Photoset}
  1048. {block:IndexPage}
  1049. <div class="photoset-container has-lightbox" data-postid="{PostID}">
  1050. {block:Photos}
  1051. <figure data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" data-caption="{Caption}" class="photo-content photoset-content has-lightbox"></figure>{/block:Photos}
  1052.  
  1053. {block:Photos}
  1054. <img class="photo-post-photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  1055. <!--
  1056. {/block:Photos}
  1057. -->
  1058. <div class="photoset-note">{PhotoCount}</div>
  1059. </div>
  1060. {/block:IndexPage}
  1061.  
  1062. {block:PermalinkPage}
  1063. <figure class="photoset-content">{Photoset-500}</figure>
  1064. {/block:PermalinkPage}
  1065.  
  1066. {block:NotReblog}
  1067. {block:Caption}<div class="photo-caption"><figcaption class="post-section">{Caption}</figcaption></div>{/block:Caption}
  1068. {/block:NotReblog}
  1069. {block:RebloggedFrom}
  1070. <div class="photo-caption">
  1071. {block:Reblogs}
  1072. <div class="post-section">
  1073. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1074. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1075. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1076. </p>
  1077. {Body}
  1078. </div>
  1079. {/block:Reblogs}
  1080. </div>
  1081. {/block:RebloggedFrom}
  1082. {/block:Photoset}
  1083.  
  1084.  
  1085. {block:Quote}
  1086. <div class="post-section"><p class="quote-text">&ldquo;{Quote}&rdquo;</p>
  1087.  
  1088. {block:Source}
  1089. <p class="quote-source">&mdash; {Source}</p>
  1090. {/block:Source}
  1091. </div>
  1092. {/block:Quote}
  1093.  
  1094.  
  1095. {block:Link}
  1096. <a href="{URL}" class="post-section-title link-post-link" {Target}>
  1097. <div class="post-section">
  1098. <h2>{Name}&rarr;</h2>
  1099. <div class="link-info">
  1100. <p>{Host}{block:Excerpt} &mdash; {Excerpt}{/block:Excerpt}</p>
  1101. </div>
  1102. </div>
  1103. </a>
  1104.  
  1105. {block:NotReblog}
  1106. {block:Description}<div class="post-section">{Description}</div>{/block:Description}
  1107. {/block:NotReblog}
  1108. {block:RebloggedFrom}
  1109. {block:Reblogs}
  1110. <div class="post-section">
  1111. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1112. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1113. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1114. </p>
  1115. {Body}
  1116. </div>
  1117. {/block:Reblogs}
  1118. {/block:RebloggedFrom}
  1119. {/block:Link}
  1120.  
  1121.  
  1122. {block:Chat}
  1123.  
  1124. {block:Title}<a class="post-section-title" href="{Permalink}"><div class="post-section"><h2>{Title}</h2></div></a>{/block:Title}
  1125. <div class="post-section">
  1126. <ul class="chat">
  1127. {block:Lines}
  1128. <li class="{Alt} user_{UserNumber}">
  1129. {block:Label}
  1130. <span class="chat-label">{Label}</span>
  1131. {/block:Label}
  1132.  
  1133. <span class="chat-line">{Line}</span>
  1134. </li>
  1135. {/block:Lines}
  1136. </ul>
  1137. </div>
  1138. {/block:Chat}
  1139.  
  1140.  
  1141. {block:Video}
  1142. <figure class="video-content">
  1143. {VideoEmbed-500}
  1144. </figure>
  1145.  
  1146. {block:NotReblog}
  1147. {block:Caption}<figcaption class="post-section">{Caption}</figcaption>{/block:Caption}
  1148. {/block:NotReblog}
  1149. {block:RebloggedFrom}
  1150. {block:Reblogs}
  1151. <div class="post-section">
  1152. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1153. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1154. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1155. </p>
  1156. {Body}
  1157. </div>
  1158. {/block:Reblogs}
  1159. {/block:RebloggedFrom}
  1160. {/block:Video}
  1161.  
  1162.  
  1163. {block:Audio}
  1164. <figure class="audio-content">
  1165. {AudioEmbed}
  1166. </figure>
  1167. {block:NotReblog}
  1168. {block:Caption}<div class="post-section">{Caption}</div>{/block:Caption}
  1169. {/block:NotReblog}
  1170. {block:RebloggedFrom}
  1171. {block:Reblogs}
  1172. <div class="post-section">
  1173. <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
  1174. {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
  1175. {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
  1176. </p>
  1177. {Body}
  1178. </div>
  1179. {/block:Reblogs}
  1180. {/block:RebloggedFrom}
  1181. {/block:Audio}
  1182.  
  1183. {block:HasTags}
  1184. <div class="post-section post-tags">
  1185. {block:Tags}
  1186. <a class="tag" href="{TagURL}">{Tag}</a>
  1187. {/block:Tags}
  1188. </div>
  1189. {/block:HasTags}
  1190.  
  1191. {block:Date}
  1192.  
  1193. <div class="post-index-meta">
  1194.  
  1195. {block:PermalinkPage}
  1196. <a href="{Permalink}" class="date">{ShortMonth} {DayOfMonth}<span class="year-{Year}"> {Year}</span></a>
  1197. {/block:PermalinkPage}
  1198. {block:IndexPage}
  1199. {block:NoteCount}<a href="{Permalink}" class="note-count" data-notes="{NoteCount}">{NoteCount}</a>{/block:NoteCount}
  1200. {/block:IndexPage}
  1201. <span class="post-attribution">
  1202. {block:Submission}<a href="{SubmitterURL}" target="_blank">{lang:Source}</a>{/block:Submission}
  1203. {block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}" target="_blank">{lang:Source}</a>{/block:ContentSource}
  1204. {block:RebloggedFrom}<a title="{ReblogRootName}" href="{ReblogRootURL}" target="_blank">{lang:Source}</a>{/block:RebloggedFrom}
  1205. </span>
  1206. {block:PermalinkPage}
  1207. {block:Photo}
  1208. <a class="photo-link" href="{LinkURL}">{lang:Link}</a>
  1209. {/block:Photo}
  1210. {/block:PermalinkPage}
  1211.  
  1212.  
  1213. <div class="float-right like-reblog-buttons">
  1214. <div class="float-right like-button-parent">
  1215. {LikeButton size="15"}
  1216. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13" height="13" viewBox="0 0 16 16" fill="rgba({RGBcolor:Post Text},0.66)">
  1217. <path d="M11.8 1c-1.682 0-3.129 1.368-3.799 2.797-0.671-1.429-2.118-2.797-3.8-2.797-2.318 0-4.2 1.882-4.2 4.2 0 4.716 4.758 5.953 8 10.616 3.065-4.634 8-6.050 8-10.616 0-2.319-1.882-4.2-4.2-4.2z"></path></svg>
  1218. </div>
  1219. <div class="float-right reblog-button" style="margin-top: 3px">
  1220. <a href="{ReblogURL}" target="_blank" title="Reblog"><svg width="17" height="17" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba({RGBcolor:Post Text},0.66)"><path d="M 160.00,320.00L 160.00,224.00L 256.00,224.00L 128.00,96.00L0.00,224.00L 96.00,224.00L 96.00,384.00L 288.00,384.00L 224.00,320.00 zM 416.00,288.00L 416.00,128.00L 224.00,128.00L 288.00,192.00L 352.00,192.00L 352.00,288.00L 256.00,288.00L 384.00,416.00L 512.00,288.00 z" ></path></svg></a>
  1221. </div>
  1222. {block:IndexPage}<div class="float-right reblog-button" style="margin-top: 3px">
  1223. <a href="{Permalink}" title="{lang:Permalink}"><svg width="17" height="17" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba({RGBcolor:Post Text},0.66)"><path d="M 32.00,224.00L 128.00,224.00L 128.00,320.00L 32.00,320.00zM 192.00,224.00L 288.00,224.00L 288.00,320.00L 192.00,320.00zM 352.00,224.00L 448.00,224.00L 448.00,320.00L 352.00,320.00z" ></path></svg></a>
  1224. </div>{/block:IndexPage}
  1225. </div>
  1226.  
  1227. </div>
  1228. {/block:Date}
  1229.  
  1230. </div>
  1231.  
  1232. </article>
  1233.  
  1234. {block:PermalinkPage}
  1235. {block:Date}
  1236. {block:PostNotes}
  1237. <div class="post sidecar not-page">
  1238. <div class="post-inner">
  1239. <div class="post-section">
  1240. <h2>{NoteCountWithLabel}</h2>
  1241. <div class="post-notes-list">
  1242. {PostNotes-16}
  1243. </div>
  1244. </div>
  1245. </div>
  1246. </div>
  1247. {/block:PostNotes}
  1248. {/block:Date}
  1249. {/block:PermalinkPage}
  1250.  
  1251. {/block:Posts}
  1252. </div>
  1253.  
  1254. {block:Pagination}
  1255. <div class="pagination">
  1256. <span style="min-width:46px;display:inline-block">{block:PreviousPage}<a href="{PreviousPage}" id="previous"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 16 16"><path d="M7 4.5l-1.5-1.5-5 5 5 5 1.5-1.5-3.5-3.5z"></path></svg></a>{/block:PreviousPage}</span>
  1257. {block:IfLoadMoreButton}<span id="load_more_button" title="{lang:Load more posts}"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"><path d="M15.5 6h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5h-3c-0.276 0-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5z"></path></svg></span>{/block:IfLoadMoreButton}
  1258. <a href="/archive" class="page-info">{CurrentPage} / {TotalPages}</a>
  1259. <span style="min-width:46px;display:inline-block">{block:NextPage}<a href="{NextPage}" id="next"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 16 16"><path d="M9 11.5l1.5 1.5 5-5-5-5-1.5 1.5 3.5 3.5z"></path></svg></a>{/block:NextPage}</span>
  1260. </div>
  1261. {/block:Pagination}
  1262.  
  1263. </main>
  1264. </div>
  1265.  
  1266. <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  1267. <script src="https://static.tumblr.com/anzluor/iaEpqmv4c/masonry.js"></script>
  1268. {block:IfLoadMoreButton}<script src="https://unpkg.com/infinite-scroll@3.0.3/dist/infinite-scroll.pkgd.min.js"></script>{/block:IfLoadMoreButton}
  1269. <script src="https://static.tumblr.com/anzluor/qnjpqmvq5/online.min.js"></script>
  1270. {block:IfGoogleAnalyticsID}
  1271. <script>
  1272. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  1273. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  1274. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  1275. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  1276.  
  1277. ga('create', '{text:Google Analytics ID}', 'auto');
  1278. ga('send', 'pageview');
  1279.  
  1280. </script>
  1281. {/block:IfGoogleAnalyticsID}
  1282. </body>
  1283. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement