Advertisement
hermionemessi

Theme 10 (Show Tags)

Jun 2nd, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--THEME 10 All Too Well by hermionegrangcr
  4.  
  5. THEME BLOG: grangersdesigns
  6.  
  7.  
  8. ♛ ♛ ♛
  9. ♛♛♛ ♛♛♛ ♛♛♛
  10. ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
  11. ♛♛♛ ♥ G♚D ♥ ♛♛♛
  12. ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
  13. ♛ ♛ ♛ ♛ ♛ ♛ ♛ © hermionegrangcr
  14.  
  15.  
  16. Important:
  17.  
  18. ♚ Basic rules apply (see https://hermionegrangcr.tumblr.com/rules)
  19.  
  20. ♚ This theme is optimised for Google Chrome and laptops of 13~15 in.
  21.  
  22. ♚ Tweak this to your preference as long as the credits remain intact.
  23.  
  24. ♚ If you encounter any issues or have any suggestions, please message me at https://grangersdesigns/faq
  25.  
  26. -->
  27. <head>
  28.  
  29. <meta charset="UTF-8" />
  30. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  31. <meta name="viewport" content="width=device-width, initial-scale=1">
  32.  
  33. <title>{Title}</title>
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}"/>
  37. {/block:Description}
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40.  
  41. <meta name="image:sidebar" content="https://static.tumblr.com/d0969d484613dddeaa37858ff409d517/xbvpdcx/5dHo1k18h/tumblr_static_2cevhqn6pl34ggs8k8wg0g848.jpg">
  42.  
  43. <meta name="color:highlight" content="#C4D0F5">
  44. <meta name="color:grad1" content="#fafafa">
  45. <meta name="color:grad2" content="#cdcdcd">
  46.  
  47. <meta name="if:unnested captions" content="">
  48. <meta name="if:infinite scroll" content="">
  49. <meta name="if:manual load" content="">
  50.  
  51. <meta name="select:background"content="simple_bg" title="simple">
  52. <meta name="select:background"content="grad_bg" title="gradient">
  53. <meta name="select:background"content="white_bg" title="white">
  54.  
  55.  
  56. <meta name="select:font size" content="12px" title="12px">
  57. <meta name="select:font size" content="11px" title="11px">
  58. <meta name="select:font size" content="10px" title="10px">
  59. <meta name="select:font size" content="9px" title="9px">
  60.  
  61.  
  62. <meta name="select:post width"content="post400"title="400px"/>
  63. <meta name="select:post width"content="post540"title="540px"/>
  64. <meta name="select:post width"content="post500"title="500px"/>
  65. <meta name="select:post width"content="post450"title="450px"/>
  66. <meta name="select:post width"content="post350"title="350px"/>
  67. <meta name="select:post width"content="post300"title="300px"/>
  68.  
  69. <meta name="select:post spacing" content="80px">
  70. <meta name="select:post spacing" content="70px">
  71. <meta name="select:post spacing" content="60px">
  72. <meta name="select:post spacing" content="50px">
  73. <meta name="select:post spacing" content="90px">
  74. <meta name="select:post spacing" content="100px">
  75. <meta name="select:post spacing" content="110px">
  76. <meta name="select:post spacing" content="120px">
  77.  
  78. <meta name="select:notes display" content="def_notes" title="default">
  79. <meta name="select:notes display" content="grid_notes" title="grid">
  80.  
  81.  
  82. <meta name="select:photoset gutter"content="5px"title="5px">
  83. <meta name="select:photoset gutter"content="10px"title="10px">
  84. <meta name="select:photoset gutter"content="2px"title="2px">
  85. <meta name="select:photoset gutter"content="1px"title="1px">
  86. <meta name="select:photoset gutter"content="0px"title="0px">
  87.  
  88. <meta name="text:Link1" content="Link1">
  89. <meta name="text:link1 URL" content="/">
  90. <meta name="text:Link2" content="Link2">
  91. <meta name="text:link2 URL" content="/">
  92. <meta name="text:Link3" content="Link3">
  93. <meta name="text:link3 URL" content="/">
  94.  
  95. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' type='text/css'>
  96.  
  97. <link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css' rel='stylesheet'type="text/css">
  98.  
  99.  
  100. <style type="text/css">
  101. *,
  102. *::before,
  103. *::after {
  104. box-sizing: inherit;
  105. -webkit-box-sizing: inherit;
  106. -moz-box-sizing: inherit;
  107. }
  108.  
  109. html {
  110. box-sizing: border-box;
  111. -webkit-box-sizing: border-box;
  112. -moz-box-sizing: border-box;
  113. }
  114.  
  115. html, body {height:100%;}
  116.  
  117. /*Tumblr Controls*/
  118. .iframe-controls--desktop{
  119. padding-right:10px !important;
  120. right:-40px !important;
  121. top:-5px !important;
  122. opacity:0;
  123. transform: scale(0.7);
  124. -webkit-transform: scale(0.7);
  125. -moz-transform: scale(0.7);
  126. -o-transform: scale(0.7);
  127. -ms-transform: scale(0.7);
  128. -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
  129. -webkit-transition: all 0.3s ease-in-out;
  130. transition:all 0.3s ease-in-out;
  131. box-sizing: content-box;
  132. -webkit-box-sizing: content-box;
  133. -moz-box-sizing: content-box;
  134.  
  135. }
  136. .iframe-controls--desktop:hover {
  137. opacity:0.6;
  138. -webkit-transition: all 0.3s ease-in-out;
  139. transition:all 0.3s ease-in-out;
  140. }
  141.  
  142. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  143. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  144. @-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  145. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  146.  
  147. /*hover controls*/
  148. #controlscog {
  149. z-index:50;
  150. position:fixed;
  151. top:10px;
  152. right:5px;
  153. background:transparent!important;
  154. }
  155.  
  156. ::-webkit-scrollbar {
  157. width:12px;
  158. background:inherit;
  159. }
  160.  
  161. ::-webkit-scrollbar:horizontal {display:none;}
  162.  
  163. ::-webkit-scrollbar-thumb { background-color: {color:highlight}; border:5px solid #f5f5f5; }
  164.  
  165.  
  166. body {
  167. color: #5f5f5f;
  168. font-size: {select:font size};
  169. line-height: 160%;
  170. font-family: 'cantarell', Arial, sans-serif;
  171. overflow-x:hidden;
  172. background-attachment:fixed;
  173. margin:0;
  174. -webkit-font-smoothing: antialiased;
  175. -moz-osx-font-smoothing: grayscale;
  176. }
  177.  
  178. body.simple_bg { background:#efefef;}
  179. body.white_bg {background:#fff;}
  180.  
  181. body.grad_bg {
  182. background: -webkit-linear-gradient(90deg, {color:grad1} 10%, {color:grad2} 90%); /* Chrome 10+, Saf5.1+ */
  183. background: -moz-linear-gradient(90deg, {color:grad1} 10%, {color:grad2} 90%); /* FF3.6+ */
  184. background: -ms-linear-gradient(90deg, {color:grad1} 10%, {color:grad2} 90%); /* IE10 */
  185. background: -o-linear-gradient(90deg, {color:grad1} 10%, {color:grad2} 90%); /* Opera 11.10+ */
  186. background: linear-gradient(90deg, {color:grad1} 10%, {color:grad2} 90%); /* W3C */
  187. }
  188.  
  189.  
  190. iframe, img:not(.lightbox-image), embed, object, video, pre, li, blockquote {max-width: 100% !important;}
  191.  
  192. a {
  193. text-decoration:none;
  194. color:#ababab;
  195. cursor:crosshair;
  196. -webkit-transition: all 0.3s ease-in-out;
  197. transition:all 0.3s ease-in-out;
  198. }
  199.  
  200. a:hover {
  201. color:{color:highlight};
  202. -webkit-transition: all 0.3s ease-in-out;
  203. transition:all 0.3s ease-in-out;
  204. }
  205.  
  206. pre {
  207. white-space: pre-wrap;
  208. white-space: -moz-pre-wrap;
  209. white-space: -pre-wrap;
  210. white-space: -o-pre-wrap;
  211. word-wrap: break-word;
  212. background:#f5f5f5;
  213. padding:5px;
  214. }
  215.  
  216. #s-m-t-tooltip{
  217. position:absolute;
  218. margin-top: 10px;
  219. z-index:9999999999;
  220. padding:2px 5px 2px 5px;
  221. max-width:500px;
  222. background: #fff;
  223. font-size:{select:font size};
  224. text-transform:uppercase;
  225. box-shadow: 1px 1px 3px #dfdfdf;
  226. }
  227.  
  228. #sidebar {
  229. background:#fff;
  230. border-right:1px solid #dfdfdf;
  231. top:0;
  232. left:0;
  233. position:fixed;
  234. z-index:10;
  235. width:400px;
  236. height:100%;
  237. display:flex;
  238. display:-webkit-flex;
  239. display:-moz-flex;
  240. display:-ms-flex;
  241. display: -webkit-box;
  242. align-items:center;
  243. -webkit-align-items:center;
  244. -moz-align-items:center;
  245. -ms-align-items:center;
  246. justify-content:center;
  247. -webkit-justify-content:center;
  248. -moz-justify-content:center;
  249. -ms-justify-content:center;
  250. -webkit-box-align: center;
  251. -webkit-box-pack:center;
  252. -webkit-transition: all 0.3s ease-in-out;
  253. transition:all 0.3s ease-in-out;
  254.  
  255. }
  256.  
  257. #sb {text-align:center;}
  258.  
  259. #sb > img {
  260. width:220px;
  261. height:220px;
  262. border-radius:5%;
  263. -webkit-border-radius:5%;
  264. -moz-border-radius:5%;
  265. display:block;
  266. margin: auto;
  267. -webkit-transition: all 0.3s ease-in-out;
  268. transition:all 0.3s ease-in-out;
  269. }
  270.  
  271. #sb > nav {
  272. width:300px;
  273. text-align:center;
  274. text-transform:uppercase;
  275. padding-bottom:8px;
  276. -webkit-transition: all 0.3s ease-in-out;
  277. transition:all 0.3s ease-in-out;
  278. }
  279.  
  280. #sb > nav a {
  281. margin:0 3px 0 3px;
  282. border-bottom:1px solid transparent;
  283. }
  284.  
  285. #sb > nav a:hover {
  286. border-bottom: 1px solid {color:highlight};
  287. }
  288.  
  289. #sb > nav a:first-of-type {margin-left:0;}
  290. #sb > nav a:last-of-type {margin-right:0;}
  291.  
  292. #sb .myinfo {
  293. margin:12px auto;
  294. width:220px;
  295. border-top:1px solid #dfdfdf;
  296. border-bottom:1px solid #dfdfdf;
  297. color:#898989;
  298. -webkit-transition: all 0.3s ease-in-out;
  299. transition:all 0.3s ease-in-out;
  300. }
  301.  
  302. .myinfo img {display:none;}
  303.  
  304. /*jump pag*/
  305. aside {
  306. margin:12px auto;
  307. {block:ifinfinitescroll}
  308. display:none;
  309. {/block:ifinfinitescroll}
  310. }
  311. aside * + * {margin:4px;}
  312.  
  313. /*other pg options*/
  314.  
  315. #infscr-loading {display:none !important;}
  316. .manual_cont {
  317. text-align:center;
  318. margin-top:calc(-{select:post spacing} / 2);
  319. margin-bottom:calc({select:post spacing} / 2);
  320. }
  321.  
  322. @media screen and (max-width: 1000px) {
  323. #sidebar {
  324. width:300px;
  325. -webkit-transition: all 0.3s ease-in-out;
  326. transition:all 0.3s ease-in-out;
  327. }
  328. #sb > img {
  329. width:180px;
  330. height:180px;
  331. -webkit-transition: all 0.3s ease-in-out;
  332. transition:all 0.3s ease-in-out;
  333. }
  334.  
  335. #sb > nav {
  336. width:220px;
  337. -webkit-transition: all 0.3s ease-in-out;
  338. transition:all 0.3s ease-in-out;
  339. }
  340.  
  341. #sb .myinfo {
  342. width:220px;
  343. -webkit-transition: all 0.3s ease-in-out;
  344. transition:all 0.3s ease-in-out;
  345. }
  346.  
  347. }
  348.  
  349. #entries {position:relative;}
  350.  
  351. main {display:block;}
  352.  
  353. .post500 #entries {width:calc(100% - 500px); left:400px;}
  354. .post540 #entries {width:calc(100% - 540px); left:450px;}
  355. .post450 #entries {width:calc(100% - 450px); left:400px;}
  356. .post400 #entries {width:calc(100% - 400px); left:400px;}
  357. .post350 #entries {width:calc(100% - 350px); left:350px;}
  358. .post300 #entries {width:calc(100% - 300px); left:350px;}
  359.  
  360. article.posthold {margin:{select:post spacing} auto;}
  361.  
  362. {block:ifinfinitescroll}
  363. article.posthold {
  364. -webkit-animation:fadeIn ease-in 1s;
  365. -o-animation:fadeIn ease-in 1s;
  366. -moz-animation:fadeIn ease-in 1s;
  367. animation:fadeIn ease-in 1s;
  368. }
  369. {/block:ifinfinitescroll}
  370.  
  371. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  372. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  373. @-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  374. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  375.  
  376. .post500 article.posthold {width:500px;}
  377. .post540 article.posthold {width:540px;}
  378. .post450 article.posthold {width:450px;}
  379. .post400 article.posthold {width:400px;}
  380. .post350 article.posthold {width:350px;}
  381. .post300 article.posthold {width:300px;}
  382.  
  383.  
  384. .posts {
  385. width:100%;
  386. background:#fff;
  387. padding:5px;
  388. border:1px solid #eaeaea;
  389. }
  390.  
  391. .white_bg .posts {border:none;padding:0;}
  392.  
  393.  
  394. .posts img {
  395. max-width:100%;
  396. height:auto;
  397. }
  398.  
  399. .posts img.photop {display:block;line-height:0;}
  400.  
  401. .posts video, .posts .tumblr_video_container {
  402. width: 100% !important;
  403. height: auto !important;
  404. }
  405.  
  406. .posts h1, .posts h2 {font-weight:400;}
  407.  
  408. .posts h1 {
  409. font-size:calc({select:font size} * 1.8);
  410. padding-left:calc(({select:font size} * 2)/3);
  411. padding-right:calc(({select:font size} * 2)/3);
  412. margin:{select:font size} 0 {select:font size} 0;
  413.  
  414. }
  415.  
  416. .posts h2 {
  417. font-size:calc({select:font size} * 1.4);
  418. margin:calc(({select:font size} * 2)/3) 0 calc(({select:font size} * 2)/3) 0;
  419. padding:0 calc({select:font size} / 2) 0 calc({select:font size} / 2);
  420. }
  421.  
  422. .white_bg .posts h1 {padding:0;}
  423.  
  424. .posts p:empty {display:none;}
  425.  
  426. .posts .captions {padding:0 calc(({select:font size} * 2)/3);text-align:justify;}
  427.  
  428. .white_bg .captions {padding:0;}
  429.  
  430. .defcap .captions a, .qsource a, span.action a, .tumblr_parent p a {border-bottom:1px solid #dfdfdf;}
  431. .defcap .captions a:hover, .qsource a:hover, span.action a:hover, .tumblr_parent p a:hover {border-bottom:1px solid {color:highlight};}
  432.  
  433. body:not(.unnested) .posts .captions *:not(.readmore_txt):not(h2) {vertical-align:inherit;font-size:inherit;font-style:inherit;}
  434.  
  435.  
  436. .posts ol, .posts ul {
  437. list-style: none;
  438. margin-top: 0;
  439. padding-left: 0;
  440. }
  441. .posts ol {
  442. list-style: decimal inside;
  443. }
  444.  
  445. .posts ul {
  446. list-style: circle inside;
  447. }
  448.  
  449. .posts li {margin-bottom:calc({select:font size} / 2);}
  450.  
  451. .posts ol ol,.posts ol ul, .posts ul ol,.posts ul ul {
  452. margin:{select:font size} 0 {select:font size} 0;
  453. }
  454.  
  455. .defcap blockquote {
  456. border-left: 1px solid {color:highlight};
  457. margin-left: 0;
  458. margin-right: 0;
  459. padding-left: {select:font size};
  460. }
  461.  
  462. .defcap blockquote *:last-child {
  463. margin-bottom: 0;
  464. }
  465.  
  466. .defcap blockquote > p:first-of-type {margin-top:0;}
  467.  
  468. .defcap blockquote blockquote {
  469. padding: 0 0 0 0;
  470. margin: 0 0 0 0;
  471. border-left:none;
  472.  
  473. }
  474.  
  475.  
  476. blockquote.tumblr_parent {
  477. max-width:100%;
  478. margin:0;
  479. }
  480.  
  481. .tumblr_parent blockquote {
  482. padding: 0 0 0 10px;
  483. margin: 0 0 0 0;
  484. border-left:1px {color:highlight} solid;
  485. }
  486.  
  487. .tumblr_parent blockquote div {margin:{select:font size} 0 {select:font size} 0;}
  488.  
  489.  
  490. .unnested blockquote.tumblr_parent *:not(i):not(b):not(em):not(strong):not(a) {vertical-align:middle;}
  491.  
  492.  
  493.  
  494. img.tumblr_avatar {border-radius:10%;margin-right:{select:font size};margin-top:calc({select:font size} / 2);margin-bottom:calc({select:font size} / 2);width:36px;height:36px;}
  495.  
  496. img.tumblr_avatar + a.tumblr_blog {font-weight:bold;vertical-align:middle;}
  497.  
  498. blockquote.tumblr_parent .captions.txtps p:first-child:not(:empty){margin-top:0;}
  499.  
  500.  
  501. /*links, asks, readmore*/
  502. div.linkp_cont, div.ask_cont, div.readmore_wrap {
  503. padding:calc(({select:font size} * 2)/3);
  504. padding-bottom:0;
  505. display:-webkit-box;
  506. display:-ms-flexbox;
  507. display:flex;
  508. -webkit-box-orient: horizontal;
  509. -webkit-box-direction: normal;
  510. -ms-flex-direction: row;
  511. flex-direction: row;
  512. -ms-flex-wrap: wrap;
  513. flex-wrap: wrap;
  514. -webkit-box-pack: justify;
  515. -ms-flex-pack: justify;
  516. justify-content: space-between;
  517. -ms-flex-line-pack: center;
  518. align-content: center;
  519. -webkit-box-align: center;
  520. -ms-flex-align: center;
  521. align-items: center;
  522. }
  523.  
  524. div.readmore_wrap {padding:calc({select:font size}/3);}
  525.  
  526. .readmore_wrap a {border-bottom:none !important;}
  527. .readmore_wrap h2 {font-size:calc({select:font size} * 1.2)}
  528.  
  529.  
  530. .white_bg div.linkp_cont, .white_bg div.ask_cont, .white_bg div.readmore_wrap {padding-left:0;padding-right:0;}
  531.  
  532. .unnested .linkp_cont, .unnested .ask_cont {margin-bottom:calc({select:font size} * (2/3));}
  533.  
  534. div.icon.icon--m {
  535. background: #f5f5f5;
  536. width:calc({select:font size} * 1.6 * 2);
  537. height:calc({select:font size} * 1.6 * 2);
  538. border-radius:50%;
  539. padding:4px;
  540. }
  541.  
  542.  
  543. .icon--m svg, .ask_cont .icon.icon--s svg {fill:#898989;}
  544.  
  545. .ask_cont .icon.icon--s {
  546. background:#f5f5f5;
  547. width:30px;
  548. height:30px;
  549. }
  550.  
  551. div.linktxt, div.sender, .readmore_txt {
  552. width:calc(100% - ((({select:font size} * 2)/3) + ({select:font size} * 1.6 * 2)));
  553. overflow:hidden;
  554. white-space:nowrap;
  555. text-overflow:ellipsis;
  556. }
  557.  
  558. .linktxt a, a.readmore {
  559. display:inline-block;
  560. position:relative;
  561. }
  562.  
  563. .linktxt a:after, a.readmore:after {
  564. content: '';
  565. display: block;
  566. height: 2px;
  567. margin-left:8px;
  568. width: 0;
  569. background: transparent;
  570. transition: width .5s ease, background-color .5s ease;
  571. }
  572.  
  573. a.readmore:after {height:1px;margin-left:6px;}
  574.  
  575. .linktxt a:hover:after, a.readmore:hover:after {
  576. width: calc(100% - 12px);
  577. background: {color:highlight};
  578. }
  579.  
  580. a.readmore:hover:after {
  581. width:calc(100% - 8px);
  582. }
  583.  
  584. /*ask*/
  585.  
  586. .sender {
  587. text-transform:uppercase;
  588. }
  589.  
  590.  
  591. .ask_q {
  592. width:100%;
  593. padding: calc(({select:font size} * 2)/3);
  594. padding-top:{select:font size};
  595. margin-top:{select:font size};
  596. border-top:1px solid #dfdfdf;
  597. }
  598.  
  599. .white_bg .ask_q {padding-left:0;padding-right:0;}
  600.  
  601.  
  602. /*quotes*/
  603.  
  604. h1.qshort, h1.qmedium, h1.qlong {font-style:italic;}
  605.  
  606. h1.qshort {line-height:140%;}
  607. h1.qmedium, h1.qlong {line-height:160%;}
  608.  
  609. h1.qmedium {font-size:calc({select:font size} * 1.5);}
  610.  
  611. h1.qlong {font-size:calc({select:font size} * 1.2);}
  612.  
  613. span.qsource {width:100%;padding:{select:font size};display:block;}
  614.  
  615. .white_bg span.qsource {padding-left:0;padding-right:0;}
  616.  
  617. /*lightbox*/
  618. #tumblr_lightbox,.tmblr-lightbox {background:#efefef!important;backdrop-filter: blur(2px);-webkit-backdrop-filter: blur(2px); }
  619.  
  620.  
  621. #tumblr_lightbox img,.tmblr-lightbox .vignette {
  622. opacity:0;
  623. -webkit-box-shadow:none!important;
  624. box-shadow:none!important;
  625. }
  626.  
  627. #tumblr_lightbox_center_image {
  628. opacity: 1!important;
  629. background-color: #fff!important;
  630. }
  631.  
  632. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:0.5!important;
  633. -webkit-transition: all 0.3s ease-in-out;
  634. transition:all 0.3s ease-in-out;
  635. }
  636.  
  637. #tumblr_lightbox_left_image:hover, #tumblr_lightbox_right_image:hover {
  638. opacity:1!important;
  639. -webkit-transition: all 0.3s ease-in-out;
  640. transition:all 0.3s ease-in-out;
  641. }
  642.  
  643.  
  644. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .tmblr-lightbox .lightbox-image {
  645. box-shadow: 0 0 0 transparent !important;
  646. }
  647.  
  648. #tumblr_lightbox img, #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .tmblr-lightbox .lightbox-image {
  649. border-radius:5px!important;
  650. -moz-border-radius: 5px!important;
  651. -webkit-border-radius: 5px!important;
  652. -o-border-radius: 5px!important;
  653. }
  654.  
  655.  
  656.  
  657. #tumblr_lightbox_caption,.tmblr-lightbox .lightbox-caption { visibility: hidden; }
  658.  
  659. /* cr: agustd/gukthemes & sughyun/caulfielld; do not take w/o credit. */
  660. .photo-slideshow .count-1 {
  661. margin-bottom:{select:photoset gutter}!important;
  662. }
  663.  
  664.  
  665. .photo-slideshow .count-2 {
  666. margin-left:{select:photoset gutter}!important;
  667. margin-bottom:{select:photoset gutter}!important;
  668. width:calc(50% - ({select:photoset gutter}/2))!important;
  669. }
  670.  
  671. .photo-slideshow .count-2:first-child {
  672. margin-left:0!important;
  673. }
  674.  
  675. .photo-slideshow .count-3 {
  676. margin-left:{select:photoset gutter}!important;
  677. margin-bottom:{select:photoset gutter}!important;
  678. width:calc((100% - (2 * {select:photoset gutter}))/3)!important;
  679. }
  680.  
  681. .photo-slideshow .count-3:first-child {
  682. margin-left:0!important;
  683. }
  684. .photo-slideshow {
  685. display:block!important;
  686. margin-bottom:calc(-({select:photoset gutter} - 3px));
  687. position:relative;
  688. width:100%;
  689. }
  690.  
  691. .defcap .photo-slideshow.processed {margin-bottom:0!important;}
  692.  
  693. .defcap .row:last-of-type .count-1{margin-bottom:0!important;}
  694.  
  695. .unnested .photo-slideshow.processed {margin-bottom:calc({select:font size} * (2/3)) !important;}
  696. /* cr: agustd/gukthemes & sughyun/caulfielld; do not take w/o credit. */
  697.  
  698. /*audio posts*/
  699. .flitwick {
  700. width:100%;
  701. display:flex;
  702. display:-webkit-flex;
  703. display:-moz-flex;
  704. display:-ms-flex;
  705. align-items:center;
  706. -webkit-align-items:center;
  707. -moz-align-items:center;
  708. -ms-align-items:center;
  709. display: -webkit-box;
  710. -webkit-box-align: center;
  711. position:relative;
  712. }
  713.  
  714. .unnested .flitwick {margin-bottom:calc({select:font size} * (2/3));}
  715.  
  716. .grammy {
  717. position:relative;
  718. margin-left:0;
  719. width:100px;
  720. height:100px;
  721. }
  722.  
  723. .post300 .grammy, .post350 .grammy {width:70px;height:70px;}
  724.  
  725. .mariah {
  726. position:absolute;
  727. background:#fff;
  728. z-index:10;
  729. opacity:0;
  730. text-align:center;
  731. width:80px;
  732. height:80px;
  733. margin-top:10px;
  734. margin-left:10px;
  735. -webkit-transition: all 0.3s ease-in-out;
  736. transition:all 0.3s ease-in-out;
  737. }
  738.  
  739. .post300 .mariah, .post350 .mariah {width:50px;height:50px;}
  740.  
  741. .mariah:hover {
  742. opacity:0.8;
  743. -webkit-transition: all 0.3s ease-in-out;
  744. transition:all 0.3s ease-in-out;
  745. }
  746.  
  747. .playbox {
  748. overflow:hidden;
  749. width:40px;
  750. height:40px;
  751. margin-top:25px;
  752. margin-left:20px;
  753. }
  754.  
  755. .post300 .playbox, .post350 .playbox {width:25px;height:25px;}
  756.  
  757.  
  758. .taylor {
  759. padding:0;
  760. margin-left:0px;
  761. background:#fafafa;
  762. display:flex;
  763. display:-webkit-flex;
  764. display:-moz-flex;
  765. display:-ms-flex;
  766. align-items:center;
  767. -webkit-align-items:center;
  768. -moz-align-items:center;
  769. -ms-align-items:center;
  770. justify-content:center;
  771. -webkit-justify-content:center;
  772. -moz-justify-content:center;
  773. -ms-justify-content:center;
  774. display: -webkit-box;
  775. -webkit-box-align: center;
  776. -webkit-box-pack:center;
  777. width:calc(100% - 100px);
  778. height:100px;
  779. }
  780.  
  781. .post300 .taylor, .post350 .taylor {width:calc(100% - 70px);height:70px;}
  782.  
  783. .swift {
  784. font-weight:normal;
  785. text-overflow: ellipsis;
  786. white-space: nowrap;
  787. overflow:hidden;
  788. max-width:calc(100% - 50px);
  789. line-height:2;
  790. }
  791.  
  792. .post300 .swift, .post350 .swift {line-height:1.75;}
  793.  
  794.  
  795.  
  796. .swift b {
  797. font-weight:bold;
  798. }
  799.  
  800. /*index footer*/
  801. .in-footer {
  802. width:100%;
  803. margin-top:12px;
  804. display:-webkit-box;
  805. display:-ms-flexbox;
  806. display:flex;
  807. -webkit-box-orient: horizontal;
  808. -webkit-box-direction: normal;
  809. -ms-flex-direction: row;
  810. flex-direction: row;
  811. -ms-flex-wrap: wrap;
  812. flex-wrap: wrap;
  813. -webkit-box-pack: justify;
  814. -ms-flex-pack: justify;
  815. justify-content: space-between;
  816. -ms-flex-line-pack: center;
  817. align-content: center;
  818. -webkit-box-align: center;
  819. -ms-flex-align: center;
  820. align-items: center;
  821. }
  822.  
  823. div.icon.icon--s {
  824. width:24px;
  825. height:24px;
  826. padding:4px;
  827. background:{color:highlight};
  828. border-radius:50%;
  829. position:relative;
  830. overflow:hidden;
  831.  
  832. }
  833.  
  834. .icon--s svg.icon__cnt {fill:#fff;}
  835.  
  836. .pbasic {margin-top:-5px;}
  837.  
  838. .pbasic > * {vertical-align:middle;}
  839.  
  840. .pbasic span {padding-left:4px;}
  841.  
  842. .pbasic span a {color:inherit;}
  843. .pbasic span a:hover {color:{color:highlight};}
  844.  
  845. a.rblink {position:absolute;width:100%;height:100%;top:0;left:0;}
  846.  
  847. .soc div.icon.icon--s:hover {background:#fff;}
  848.  
  849. .soc div.icon.icon--s:hover svg.icon__cnt {
  850. fill:{color:highlight};
  851. }
  852.  
  853. /* class for the Tumblr Like Button iframe */
  854. .like_button {
  855. position: absolute;
  856. cursor:pointer;
  857. top: 0;
  858. left: 0;
  859. right: 0;
  860. bottom: 0;
  861. width: 100%;
  862. height: 100%;
  863. opacity: 0;
  864. z-index: 3;
  865. }
  866. /* Force iframe to fill button */
  867. .like_button iframe {
  868. width: 100% !important;
  869. height: 100% !important;
  870. }
  871.  
  872. .likedb {background:#fff;}
  873.  
  874. .like_button.liked + svg.icon__cnt {
  875. fill: red!important;
  876. }
  877.  
  878. .tags {
  879. font-size:90%;
  880. width:100%;
  881. margin-top:calc({select:font size} / 2);
  882. font-style:italic;
  883. word-wrap:break-word;
  884. }
  885.  
  886. a.togglet {margin-left:calc({select:font size} * 2);color:inherit;}
  887.  
  888. a.togglet:hover, a.togglet:focus, a.togglet:active {color:{color:highlight};}
  889.  
  890. .tags a {
  891. display:inline;
  892. margin-right:calc({select:font size} / 2);
  893. }
  894.  
  895.  
  896. /*permanotes displays*/
  897. .viasrc {
  898. font-size:90%;
  899. width:100%;
  900. margin-top:calc({select:font size});
  901. line-height:140%;
  902. }
  903.  
  904. /*def notes*/
  905.  
  906. h1.notehead {font-size:140%;margin:calc({select:font size}) 0 calc({select:font size} * 1.5) 0 !important;}
  907.  
  908. .def_notes .postnotes ol.notes {list-style:none;margin:0;padding-left:5px;}
  909.  
  910. .def_notes .postnotes ol.notes li.note {
  911. display:flex;
  912. display:-webkit-flex;
  913. display:-moz-flex;
  914. display:-ms-flex;
  915. align-items:center;
  916. -webkit-align-items:center;
  917. -moz-align-items:center;
  918. -ms-align-items:center;
  919. margin:16px 0 16px 0;
  920. }
  921.  
  922. .def_notes .postnotes ol.notes li.note:first-of-type {margin-top:8px;}
  923.  
  924. .def_notes .postnotes li.note:last-of-type {margin-bottom:8px;}
  925.  
  926. .def_notes .postnotes ol.notes li.note a.avatar_frame {height:48px;margin-right:16px;}
  927.  
  928.  
  929. .def_notes .postnotes ol.notes li.note img.avatar {
  930. border-radius:5%;
  931. width:48px;
  932. height:48px;
  933. opacity:1;
  934. -webkit-transition: all 0.3s ease-in-out;
  935. transition:all 0.3s ease-in-out;
  936. }
  937.  
  938. .def_notes .postnotes ol.notes li.note img.avatar:hover {
  939. opacity:0.7;
  940. -webkit-transition: all 0.3s ease-in-out;
  941. transition:all 0.3s ease-in-out;
  942. }
  943.  
  944. .def_notes .postnotes ol.notes li.note span.action {word-wrap: break-word;max-width:calc(100% - 70px);}
  945.  
  946. .def_notes .postnotes li.with_commentary blockquote {
  947. display:none;
  948. }
  949.  
  950. .def_notes .postnotes ol.notes li.note.more_notes_link_container {background:transparent;margin-top:2em;padding:10px;text-transform:uppercase; letter-spacing:1.2px;line-height:160%;text-align:center;margin-bottom:8px;}
  951.  
  952. .def_notes li.more_notes_link_container a, .grid_notes li.more_notes_link_container a {
  953. margin:auto;
  954. cursor:help;
  955. border-bottom:1px solid #dfdfdf;
  956. -webkit-transition: all 0.3s ease-in-out;
  957. transition:all 0.3s ease-in-out;
  958. }
  959.  
  960. .def_notes li.more_notes_link_container a:hover, .grid_notes li.more_notes_link_container a:hover{
  961. color:{color:highlight};
  962. border-bottom:1px solid {color:highlight};
  963. -webkit-transition: all 0.3s ease-in-out;
  964. transition:all 0.3s ease-in-out;
  965. }
  966.  
  967. /*Grid notes*/
  968. .grid_notes .postnotes *{ margin:0; padding:0; }
  969.  
  970. .grid_notes .postnotes { text-align: center; }
  971.  
  972. .grid_notes ol.notes {margin-top:1em;}
  973.  
  974. .grid_notes .postnotes li{ list-style-type:none; display:inline-block; width:32px; height:32px; margin:5px; overflow:hidden; }
  975.  
  976. .grid_notes .postnotes img{ width:32px; height:32px; border-radius:5%;}
  977.  
  978. .grid_notes li.more_notes_link_container{
  979. width:100%!important;
  980. }
  981.  
  982. /*PLEASE DO NOT ALTER OR COVER THE CREDIT, THANKS! C: */
  983. #leo {
  984.  
  985. font-family: Arial, Sans-Serif;
  986. text-transform:uppercase;
  987. text-align:center;
  988. z-index:99;
  989. box-sizing:content-box;
  990. -webkit-box-sizing:content-box;
  991. -moz-box-sizing:content-box;
  992.  
  993. }
  994.  
  995. #leo a {
  996. z-index:99;
  997. position:fixed;
  998. font-size:12px;
  999. line-height:16px;
  1000. width:18px;
  1001. height:18px;
  1002. font-weight:300;
  1003. bottom:12px;
  1004. right:5px;
  1005. color:#000;
  1006. background:rgba(255,255,255,0.4);
  1007. padding:5px;
  1008. transition: all 1s ease-in-out;
  1009. -webkit-transition: all 1s ease-in-out;
  1010. -o-transition: all 1s ease-in-out;
  1011. -moz-transition: all 1s ease-in-out;
  1012. box-sizing:content-box;
  1013. -webkit-box-sizing:content-box;
  1014. -moz-box-sizing:content-box;
  1015. }
  1016.  
  1017. #leo a:hover {
  1018. background-color:rgba(0,0,0,1);
  1019. color:#fff;
  1020. border-radius:50%;
  1021. -webkit-animation: hermione 1s; /* Chrome, Safari, Opera */
  1022. -moz-animation: hermione 1s;
  1023. -o-animation: hermione 1s;
  1024. animation: hermione 1s;
  1025. animation-timing-function: ease-in-out;
  1026. -webkit-animation-timing-function: ease-in-out;
  1027. -moz-animation-timing-function: ease-in-out;
  1028. -o-animation-timing-function: ease-in-out;
  1029.  
  1030. -moz-transform: rotate(720deg); /* IE 9 */
  1031. -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
  1032. transform: rotate(720deg);
  1033.  
  1034. transition: all 1s ease-in-out;
  1035. -webkit-transition: all 1s ease-in-out;
  1036. -o-transition: all 1s ease-in-out;
  1037. -moz-transition: all 1s ease-in-out;
  1038.  
  1039.  
  1040. }
  1041.  
  1042. @-webkit-keyframes hermione {
  1043. 0% {color:#000;}
  1044. 25% {color:#ACE4EA;}
  1045. 50% {color:#FFFBDD;}
  1046. 75% {color:#ACE4EA;}
  1047. 100% {color:#fff;}
  1048. }
  1049. @-moz-keyframes hermione {
  1050. 0% {color:#000;}
  1051. 25% {color:#ACE4EA;}
  1052. 50% {color:#FFFBDD;}
  1053. 75% {color:#ACE4EA;}
  1054. 100% {color:#fff;}
  1055. }
  1056. @-o-keyframes hermione {
  1057. 0% {color:#000;}
  1058. 25% {color:#ACE4EA;}
  1059. 50% {color:#FFFBDD;}
  1060. 75% {color:#ACE4EA;}
  1061. 100% {color:#fff;}
  1062. }
  1063.  
  1064. @keyframes hermione {
  1065. 0% {color:#000;}
  1066. 25% {color:#ACE4EA;}
  1067. 50% {color:#FFFBDD;}
  1068. 75% {color:#ACE4EA;}
  1069. 100% {color:#fff;}
  1070. }
  1071. /*END OF CREDIT*/
  1072.  
  1073. </style>
  1074.  
  1075. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  1076. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1077. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1078.  
  1079.  
  1080.  
  1081. <script>
  1082. $(document).ready(function() {
  1083.  
  1084. $('.photo-slideshow').pxuPhotoset({
  1085. lightbox: true,
  1086. rounded: false,
  1087. gutter: '0px',
  1088. borderRadius: '0px',
  1089. photoset: '.photo-slideshow',
  1090. photoWrap: '.photo-data',
  1091. photo: '.pxu-photo'
  1092. });
  1093.  
  1094. });
  1095.  
  1096. </script>
  1097.  
  1098. <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  1099.  
  1100. <script>
  1101.  
  1102. $(function(){ $('.unnested .posts').unnest({
  1103. yourCaption: ".captions", //your caption selector, the div wrapping
  1104. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  1105. newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
  1106. originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1107. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  1108. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  1109. usernameColon: false //if turned to false, removes the colon at the end of usernames
  1110. }); });
  1111.  
  1112. </script>
  1113.  
  1114. <link rel="stylesheet" href="https://cdn.jsdelivr.net/evil-icons/1.9.0/evil-icons.min.css">
  1115.  
  1116. {block:indexpage}
  1117. {block:ifinfinitescroll}
  1118. <script src="https://static.tumblr.com/xbvpdcx/9LRo1g4a7/jquery.infinitescroll.min.js"></script>
  1119.  
  1120. <script>
  1121.  
  1122. // Infinite Scroll
  1123. $(function() {
  1124.  
  1125. var $container = $('main');
  1126. $container.infinitescroll({
  1127.  
  1128. loading: {
  1129. finishedMsg: "<em>No more posts</em>",
  1130. img: null,
  1131. msg: null,
  1132. msgText: "<em>Loading posts...</em>",
  1133. {block:ifmanualload}
  1134. finished: function () {$('.append').text('Load More'); },
  1135. {/block:ifmanualload}
  1136.  
  1137. },
  1138.  
  1139. navSelector : 'aside',
  1140. nextSelector : 'aside a:last',
  1141. itemSelector : 'article.posthold',
  1142. {block:ifmanualload}
  1143. errorCallback: function () {$('.append').fadeOut();},
  1144. {/block:ifmanualload}
  1145. bufferPx : 600,
  1146.  
  1147. },
  1148.  
  1149. function( newElements ) {
  1150. $( newElements ).find('.photo-slideshow').pxuPhotoset({
  1151. lightbox: true,
  1152. rounded: true,
  1153. gutter: '0px',
  1154. borderRadius: '0px',
  1155. photoset: '.photo-slideshow',
  1156. photoWrap: '.photo-data',
  1157. photo: '.pxu-photo'
  1158. });
  1159.  
  1160. var $newElems = $(newElements);
  1161. var $newElemsIDs = $newElems.map(function(){
  1162. return this.id;
  1163. }).get();
  1164. console.log($newElems, $newElemsIDs);
  1165. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1166.  
  1167. {block:ifunnestedcaptions}
  1168. $newElems.unnest({
  1169.  
  1170. yourCaption: ".captions",
  1171. wrapName: ".tumblr_parent",
  1172. newCaptionUsername: false,
  1173. originalPostCaptionUsername: false,
  1174. tumblrAvatars: true,
  1175. tumblrAvatarClass: ".tumblr_avatar",
  1176. usernameColon: false
  1177.  
  1178. });
  1179.  
  1180. {/block:ifunnestedcaptions}
  1181.  
  1182. $( newElements ).find('.togglet').click(function(){
  1183.  
  1184. $(this).closest('.posthold').find('div.tags').slideToggle();
  1185. $(this).text( $(this).text() == 'Hide' ? "Show" : "Hide");
  1186. });
  1187.  
  1188. });
  1189.  
  1190. {block:ifmanualload}
  1191. $container.infinitescroll('unbind');
  1192. $('.append').on('click', function(e) {
  1193. e.preventDefault();
  1194. $container.infinitescroll('retrieve');
  1195. });
  1196. {/block:ifmanualload}
  1197. });
  1198. </script>
  1199. {/block:ifinfinitescroll}
  1200. {/block:indexpage}
  1201.  
  1202. </head>
  1203. <body class="{select:post width} {block:ifnotunnestedcaptions}defcap{/block:ifnotunnestedcaptions} {block:ifunnestedcaptions}unnested{/block:ifunnestedcaptions} {select:notes display} {select:background}">
  1204.  
  1205. <div id="controlscog" class="icon icon--ei-gear icon--s">
  1206. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 34c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9zm0-16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path d="M27.7 44h-5.4l-1.5-4.6c-1-.3-2-.7-2.9-1.2l-4.4 2.2-3.8-3.8 2.2-4.4c-.5-.9-.9-1.9-1.2-2.9L6 27.7v-5.4l4.6-1.5c.3-1 .7-2 1.2-2.9l-2.2-4.4 3.8-3.8 4.4 2.2c.9-.5 1.9-.9 2.9-1.2L22.3 6h5.4l1.5 4.6c1 .3 2 .7 2.9 1.2l4.4-2.2 3.8 3.8-2.2 4.4c.5.9.9 1.9 1.2 2.9l4.6 1.5v5.4l-4.6 1.5c-.3 1-.7 2-1.2 2.9l2.2 4.4-3.8 3.8-4.4-2.2c-.9.5-1.9.9-2.9 1.2L27.7 44zm-4-2h2.6l1.4-4.3.5-.1c1.2-.3 2.3-.8 3.4-1.4l.5-.3 4 2 1.8-1.8-2-4 .3-.5c.6-1 1.1-2.2 1.4-3.4l.1-.5 4.3-1.4v-2.6l-4.3-1.4-.1-.5c-.3-1.2-.8-2.3-1.4-3.4l-.3-.5 2-4-1.8-1.8-4 2-.5-.3c-1.1-.6-2.2-1.1-3.4-1.4l-.5-.1L26.3 8h-2.6l-1.4 4.3-.5.1c-1.2.3-2.3.8-3.4 1.4l-.5.3-4-2-1.8 1.8 2 4-.3.5c-.6 1-1.1 2.2-1.4 3.4l-.1.5L8 23.7v2.6l4.3 1.4.1.5c.3 1.2.8 2.3 1.4 3.4l.3.5-2 4 1.8 1.8 4-2 .5.3c1.1.6 2.2 1.1 3.4 1.4l.5.1 1.4 4.3z"/></svg>
  1207. </div>
  1208.  
  1209. <div id="sidebar">
  1210. <div id="sb">
  1211.  
  1212. <nav>
  1213. <a href="/">home</a>
  1214. <a href="/ask">ask</a>
  1215. <a href="{text:link1 URL}">{text:link1}</a>
  1216. <a href="{text:link2 URL}">{text:link2}</a>
  1217. <a href="{text:link3 URL}">{text:link3}</a>
  1218. </nav>
  1219.  
  1220. <img src="{image:sidebar}">
  1221.  
  1222. {block:Description}
  1223. <div class="myinfo">
  1224. <p>{Description}</p>
  1225. </div>
  1226. {/block:Description}
  1227.  
  1228. {block:Pagination}
  1229. {block:IndexPage}
  1230. <!--PAGINATION-->
  1231.  
  1232. <aside>
  1233. {block:PreviousPage}
  1234. <a href="{PreviousPage}">&laquo;</a>
  1235. {/block:PreviousPage}
  1236.  
  1237. {block:JumpPagination length="5"}
  1238.  
  1239. {block:CurrentPage}
  1240. <span class="currentpg">{PageNumber}</span>
  1241. {/block:CurrentPage}
  1242.  
  1243. {block:JumpPage}
  1244. <a href="{URL}">{PageNumber}</a>
  1245. {/block:JumpPage}
  1246.  
  1247. {/block:JumpPagination}
  1248.  
  1249.  
  1250. {block:NextPage}
  1251. <a href="{NextPage}">&raquo;</a>
  1252. {/block:NextPage}
  1253.  
  1254. </aside>
  1255.  
  1256. {/block:IndexPage}
  1257. {/block:Pagination}
  1258.  
  1259. </div>
  1260. </div>
  1261.  
  1262. <section id="entries">
  1263. <main>
  1264. {block:posts}
  1265. <article class="posthold"id="{PostID}">
  1266. <div class="posts">
  1267. {block:Photo}
  1268. {LinkOpenTag}
  1269. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
  1270. <img class="photop" src="{PhotoURL-500}" width="100%" height="auto">
  1271. </a>
  1272. {LinkCloseTag}
  1273.  
  1274. {block:Caption}
  1275. <div class="captions">{Caption}
  1276.  
  1277. {block:More}
  1278. <div class="readmore_wrap">
  1279.  
  1280. <div class="icon icon--ei-plus icon--m">
  1281. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1282. </div>
  1283. <div class="readmore_txt">
  1284. <a href="{Permalink}" class="readmore">
  1285. <h2>Read More</h2>
  1286. </a>
  1287. </div>
  1288. </div>
  1289. {/block:More}
  1290.  
  1291. </div>
  1292. {/block:Caption}
  1293. {/block:Photo}
  1294.  
  1295.  
  1296. {block:Photoset}
  1297. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1298.  
  1299. {block:Photos}
  1300. <div class="photo-data">
  1301. <div class="pxu-photo">
  1302. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1303. </div>
  1304. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1305. </div>
  1306. {/block:Photos}
  1307.  
  1308. </div>
  1309.  
  1310. {block:Caption}<div class="captions">{Caption}
  1311.  
  1312. {block:More}
  1313. <div class="readmore_wrap">
  1314.  
  1315. <div class="icon icon--ei-plus icon--m">
  1316. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1317. </div>
  1318. <div class="readmore_txt">
  1319. <a href="{Permalink}" class="readmore">
  1320. <h2>Read More</h2>
  1321. </a>
  1322. </div>
  1323. </div>
  1324. {/block:More}
  1325.  
  1326. </div>{/block:Caption}
  1327. {/block:Photoset}
  1328.  
  1329.  
  1330. {block:Text}
  1331. {block:Title}<h1>{Title}</h1>{/block:Title}
  1332. <div class="captions">
  1333. {Body}
  1334. {block:More}
  1335. <div class="readmore_wrap">
  1336.  
  1337. <div class="icon icon--ei-plus icon--m">
  1338. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1339. </div>
  1340. <div class="readmore_txt">
  1341. <a href="{Permalink}" class="readmore">
  1342. <h2>Read More</h2>
  1343. </a>
  1344. </div>
  1345. </div>
  1346. {/block:More}
  1347. </div>
  1348. {/block:Text}
  1349.  
  1350. {block:Answer}
  1351. <div class="ask_cont">
  1352. <div class="icon icon--ei-envelope icon--s ">
  1353. <svg class="icon__cnt" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path opacity=".9" d="M31.796 24.244l9.97 9.97-1.415 1.414-9.97-9.97z"/><path opacity=".9" d="M18.278 24.287l1.414 1.414-9.9 9.9-1.414-1.41z"/><path d="M25 29.9c-1.5 0-3.1-.6-4.2-1.8L8.3 15.7l1.4-1.4 12.5 12.5c1.6 1.6 4.1 1.6 5.7 0l12.5-12.5 1.4 1.4-12.6 12.5c-1.1 1.1-2.7 1.7-4.2 1.7z"/><path d="M39 38H11c-1.7 0-3-1.3-3-3V15c0-1.7 1.3-3 3-3h28c1.7 0 3 1.3 3 3v20c0 1.7-1.3 3-3 3zM11 14c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h28c.6 0 1-.4 1-1V15c0-.6-.4-1-1-1H11z"/></svg>
  1354. </div>
  1355. <div class="sender">{Asker} asked:</div>
  1356. </div>
  1357. <div class="ask_q">
  1358. {Question}
  1359. </div>
  1360. <div class="captions">
  1361. {Answer}
  1362. {block:More}
  1363. <div class="readmore_wrap">
  1364.  
  1365. <div class="icon icon--ei-plus icon--m">
  1366. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1367. </div>
  1368. <div class="readmore_txt">
  1369. <a href="{Permalink}" class="readmore">
  1370. <h2>Read More</h2>
  1371. </a>
  1372. </div>
  1373. </div>
  1374. {/block:More}
  1375. </div>
  1376.  
  1377. {/block:Answer}
  1378.  
  1379. {block:Quote}
  1380. <h1 class="q{length}">"{Quote}"</h1>
  1381.  
  1382. {block:Source}<span class="qsource">{Source}</span>{/block:Source}
  1383. {/block:Quote}
  1384.  
  1385. {block:Chat}
  1386. {block:Title}<h1>{Title}</h1>{/block:Title}
  1387. <div class="captions">
  1388. {block:Lines}<p>
  1389. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  1390. </p>{/block:Lines}
  1391.  
  1392. </div>
  1393. {/block:Chat}
  1394.  
  1395. {block:Link}
  1396. <div class="linkp_cont">
  1397. <div class="icon icon--ei-link icon--m ">
  1398. <svg class="icon__cnt" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M24 30.2c0 .2.1.5.1.8 0 1.4-.5 2.6-1.5 3.6l-2 2c-1 1-2.2 1.5-3.6 1.5-2.8 0-5.1-2.3-5.1-5.1 0-1.4.5-2.6 1.5-3.6l2-2c1-1 2.2-1.5 3.6-1.5.3 0 .5 0 .8.1l1.5-1.5c-.7-.3-1.5-.4-2.3-.4-1.9 0-3.6.7-4.9 2l-2 2c-1.3 1.3-2 3-2 4.9 0 3.8 3.1 6.9 6.9 6.9 1.9 0 3.6-.7 4.9-2l2-2c1.3-1.3 2-3 2-4.9 0-.8-.1-1.6-.4-2.3L24 30.2z"/><path d="M33 10.1c-1.9 0-3.6.7-4.9 2l-2 2c-1.3 1.3-2 3-2 4.9 0 .8.1 1.6.4 2.3l1.5-1.5c0-.2-.1-.5-.1-.8 0-1.4.5-2.6 1.5-3.6l2-2c1-1 2.2-1.5 3.6-1.5 2.8 0 5.1 2.3 5.1 5.1 0 1.4-.5 2.6-1.5 3.6l-2 2c-1 1-2.2 1.5-3.6 1.5-.3 0-.5 0-.8-.1l-1.5 1.5c.7.3 1.5.4 2.3.4 1.9 0 3.6-.7 4.9-2l2-2c1.3-1.3 2-3 2-4.9 0-3.8-3.1-6.9-6.9-6.9z"/><path d="M20 31c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l10-10c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-10 10c-.2.2-.4.3-.7.3z"/></svg>
  1399. </div>
  1400. <div class="linktxt">
  1401. <a href="{URL}"><h1>{Name}</h1></a>
  1402. </div>
  1403. </div>
  1404. {block:Description}
  1405. <div class="captions">
  1406. {Description}
  1407. {block:More}
  1408. <div class="readmore_wrap">
  1409.  
  1410. <div class="icon icon--ei-plus icon--m">
  1411. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1412. </div>
  1413. <div class="readmore_txt">
  1414. <a href="{Permalink}" class="readmore">
  1415. <h2>Read More</h2>
  1416. </a>
  1417. </div>
  1418. </div>
  1419. {/block:More}
  1420. </div>
  1421. {/block:Description}
  1422. {/block:Link}
  1423.  
  1424. {block:Video}
  1425. {Video-500}
  1426. {block:Caption}<div class="captions">{Caption}
  1427. {block:More}
  1428. <div class="readmore_wrap">
  1429.  
  1430. <div class="icon icon--ei-plus icon--m">
  1431. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1432. </div>
  1433. <div class="readmore_txt">
  1434. <a href="{Permalink}" class="readmore">
  1435. <h2>Read More</h2>
  1436. </a>
  1437. </div>
  1438. </div>
  1439. {/block:More}
  1440. </div>{/block:Caption}
  1441. {/block:Video}
  1442.  
  1443. {block:Audio}
  1444. <div class="flitwick">
  1445.  
  1446. <div class="mariah">
  1447. <div class="playbox">{AudioPlayerWhite}</div>
  1448. </div>
  1449.  
  1450. <div class="grammy">
  1451. <img src="https://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" style="position:absolute;" width="100" height="100" />
  1452. {block:AlbumArt}
  1453. <img src="{AlbumArtURL}" style="position:absolute;">
  1454. {/block:AlbumArt}
  1455. </div>
  1456.  
  1457.  
  1458. <div class="taylor">
  1459. <div class="swift">
  1460. {block:TrackName}
  1461. <b>Song:</b> {TrackName}
  1462. {/block:TrackName}<br>
  1463.  
  1464. {block:Artist}
  1465. <b>Artist:</b> {Artist}
  1466. {/block:Artist}<br>
  1467.  
  1468. {block:Album}
  1469. <b>Album:</b> {Album}
  1470. {/block:Album}
  1471.  
  1472. </div>
  1473. </div>
  1474.  
  1475. </div>
  1476. {block:Caption}
  1477. <div class="captions">{Caption}
  1478. {block:More}
  1479. <div class="readmore_wrap">
  1480.  
  1481. <div class="icon icon--ei-plus icon--m">
  1482. <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M16 24h18v2H16z"/><path d="M24 16h2v18h-2z"/></svg>
  1483. </div>
  1484. <div class="readmore_txt">
  1485. <a href="{Permalink}" class="readmore">
  1486. <h2>Read More</h2>
  1487. </a>
  1488. </div>
  1489. </div>
  1490. {/block:More}
  1491. </div>
  1492. {/block:Caption}
  1493. {/block:Audio}
  1494. </div>
  1495.  
  1496. {block:date}
  1497. <!-- {block:NoRebloggedFrom}
  1498. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1499. {/block:NoRebloggedFrom} -->
  1500.  
  1501. {block:ContentSource}<!-- {SourceURL}
  1502. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1503. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1504. {/block:ContentSource}
  1505. <div class="in-footer">
  1506.  
  1507. <div class="pinfo">
  1508. <div class="pbasic">
  1509. <div class="icon icon--ei-clock icon--s">
  1510. <svg class="icon__cnt" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 42c-9.4 0-17-7.6-17-17S15.6 8 25 8s17 7.6 17 17-7.6 17-17 17zm0-32c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M30.3 33.7L24 27.4V16h2v10.6l5.7 5.7z"/></svg>
  1511.  
  1512. </div>
  1513. <span>
  1514. <a title="{TimeAgo}" href="{Permalink}">{ShortMonth}. {DayOfMonth}{DayOfMonthSuffix}</a>
  1515. </span>
  1516.  
  1517.  
  1518.  
  1519. </div>
  1520.  
  1521.  
  1522. </div>
  1523.  
  1524. <div class="soc">
  1525. <div class="icon icon--ei-redo icon--s ">
  1526. <a class="rblink" href="{ReblogURL}"></a>
  1527. <svg class="icon__cnt" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 38c-7.2 0-13-5.8-13-13s5.8-13 13-13c5.4 0 10.1 3.4 11.9 8.7l-1.9.7c-1.5-4.6-5.4-7.4-10-7.4-6.1 0-11 4.9-11 11s4.9 11 11 11c4.3 0 8.2-2.5 10-6.4l1.8.8C34.7 35 30.1 38 25 38z"/><path d="M38 22h-8v-2h6v-6h2z"/></svg>
  1528. </div>
  1529. <div class="icon icon--ei-heart icon--s ">
  1530. {LikeButton size="12"}
  1531. <svg class="icon__cnt" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25 39.7l-.6-.5C11.5 28.7 8 25 8 19c0-5 4-9 9-9 4.1 0 6.4 2.3 8 4.1 1.6-1.8 3.9-4.1 8-4.1 5 0 9 4 9 9 0 6-3.5 9.7-16.4 20.2l-.6.5zM17 12c-3.9 0-7 3.1-7 7 0 5.1 3.2 8.5 15 18.1 11.8-9.6 15-13 15-18.1 0-3.9-3.1-7-7-7-3.5 0-5.4 2.1-6.9 3.8L25 17.1l-1.1-1.3C22.4 14.1 20.5 12 17 12z"/></svg>
  1532. </div>
  1533. </div>
  1534. </div>
  1535.  
  1536.  
  1537. {block:HasTags}
  1538. <div class="tags {postID}">
  1539. {block:Tags}
  1540. <a href="{TagURL}">#{Tag}</a>
  1541. {/block:Tags}
  1542. </div>
  1543. {/block:HasTags}
  1544.  
  1545. {block:permalinkpage}
  1546. {block:RebloggedFrom}
  1547.  
  1548. <div class="viasrc">
  1549. via: <a href="{ReblogParentURL}"target="_blank">{ReblogParentName}</a>
  1550.  
  1551. {block:ContentSource}
  1552. <br>src: <a href="{SourceURL}" target="_blank">{ReblogRootName}</a>
  1553. {/block:ContentSource}
  1554. </div>
  1555. {/block:RebloggedFrom}
  1556.  
  1557. {/block:permalinkpage}
  1558.  
  1559. {/block:date}
  1560. </article>
  1561.  
  1562. {block:permalinkpage}
  1563. {block:NoteCount}
  1564.  
  1565. <article class="posthold postnotes">
  1566. <div class="posts">
  1567. <h1 class="notehead">{NoteCountWithLabel}</h1>
  1568. {block:PostNotes}{PostNotes-64}{/block:PostNotes} </div>
  1569. </article>
  1570. {/block:NoteCount}
  1571. {/block:permalinkpage}
  1572.  
  1573. {/block:posts}
  1574. </main>
  1575. {block:IndexPage}
  1576.  
  1577. {block:ifinfinitescroll}
  1578. {block:ifmanualload}
  1579. {block:Pagination}
  1580.  
  1581. <div class="manual_cont">
  1582. <a class="append">Load More</a>
  1583. </div>
  1584. {/block:Pagination}
  1585. {/block:ifmanualload}
  1586. {/block:ifinfinitescroll}
  1587.  
  1588. {/block:Indexpage}
  1589. </section>
  1590.  
  1591. <!--PLEASE DO NOT ALTER OR COVER THE CREDIT-->
  1592. <div id="leo">
  1593. <a class="a-link" href="https://hermionegrangcr.tumblr.com">♚</a>
  1594. </div>
  1595. <!--END OF CREDIT-->
  1596.  
  1597. <!--Tooltips. It's placed here bc it's only compatible to jQuery 1.7-->
  1598. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1599.  
  1600. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1601.  
  1602. <script>
  1603. jQuery.noConflict();
  1604. (function($){
  1605.  
  1606. $(document).ready(function(){
  1607.  
  1608. $("a[title],img[title],[title]").style_my_tooltips({
  1609.  
  1610. tip_follows_cursor:true,
  1611.  
  1612. tip_delay_time:30,
  1613.  
  1614. tip_fade_speed:300,
  1615.  
  1616. attribute:"title"
  1617.  
  1618. });
  1619.  
  1620. });
  1621.  
  1622. })(jQuery);
  1623. </script>
  1624. <!--Tooltips-->
  1625.  
  1626.  
  1627.  
  1628.  
  1629. </body>
  1630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement