Advertisement
feiinho

Castle - adorablethemes.com

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