Advertisement
Guest User

old tumblr 2

a guest
Aug 19th, 2019
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--------------- TYPING/MOVING TITLE ----------------------->
  5.  
  6. <script type="text/javascript">
  7. var rev = "fwd";
  8. function titlebar(val)
  9. {
  10. var msg = "been about u since i met u";
  11. var res = " ";
  12. var speed = 90;
  13. var pos = val;
  14. msg = "been about u since i met u";
  15. var le = msg.length;
  16. if(rev == "fwd"){
  17. if(pos < le){
  18. pos = pos+1;
  19. scroll = msg.substr(0,pos);
  20. document.title = scroll;
  21. timer = window.setTimeout("titlebar("+pos+")",speed);}
  22. else{
  23. rev = "bwd";
  24. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  25. else{
  26. if(pos > 0){
  27. pos = pos-1;
  28. var ale = le-pos;
  29. scrol = msg.substr(ale,le);
  30. document.title = scrol;
  31. timer = window.setTimeout("titlebar("+pos+")",speed);}
  32. else{
  33. rev = "fwd";
  34. timer = window.setTimeout("titlebar("+pos+")",speed);
  35. }}}
  36. titlebar(0);
  37. </script>
  38.  
  39.  
  40. <!--
  41.  
  42. Theme «El Psy Ko» by felinum
  43.  
  44. Updated 06.04.2017
  45.  
  46. Rules:
  47.  
  48. 1. Don't claim any part of the code as your own.
  49. 2. Don't redistribute it on other sites.
  50. 3. Don't implement parts of my code into your themes w/o permission.
  51. 4. Leave the credit intact and visible (don't move it to secondary pages).
  52. 5. You may edit the theme, but not beyond recognition.
  53.  
  54.  
  55. Notes:
  56.  
  57. 1. Infinite Scroll: enable only the "Infinite Scroll" option;
  58. Manual Load: enable both "Infinite Scroll" and "Manually Load Content";
  59. Pagination: disable both "Infinite Scroll" and "Manually Load Content".
  60. 1. To edit the Links blocks, go to line 934 and follow the instructions / gray comments.
  61. 2. To edit the Updates Tab, go to line 1006 and follow the instructions / gray comments.
  62. 3. If you enable the "Post Info Right" option, make sure to disable "Post Info Left" and vice versa.
  63.  
  64.  
  65. Credits:
  66.  
  67. - Unnest Tumblr Captions: @neothm & @magnusthemes (https://neothm.com/post/148902138319/)
  68. - Pixel Union Photoset: Pixel Union (https://github.com/PixelUnion/Extended-Tumblr-Photoset)
  69. - Infinite Scroll: Paul Irish (https://github.com/infinite-scroll/infinite-scroll)
  70. - Video Resizing: @ shythemes (https://shythemes.tumblr.com/post/134536748863/)
  71. - Photo Lightbox: @ shythemes (https://shythemes.tumblr.com/post/140444996328/)
  72. - Styled Tooltips: Manos Malihutsakis (https://manos.malihu.gr/tuts/style-my-tooltips.html)
  73.  
  74. -->
  75.  
  76.  
  77.  
  78. <title>{Title}</title>
  79. <link rel="shortcut icon" href="{Favicon}">
  80. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  81. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  82. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  83. <link href='https://fonts.googleapis.com/css?family=Chivo|Karla|Muli:400, 400:italic|Roboto:400,400italic,500,500italic|Cardo:400,400italic' rel='stylesheet' type='text/css'>
  84. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  85. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  86.  
  87.  
  88. <meta name="image:Background" content=""/>
  89. <meta name="image:Sidebar Image" content="https://static.tumblr.com/0cdn90j/spco7mpj1/untitled-1_copy.png"/>
  90. <meta name="color:Background" content="#fff"/>
  91. <meta name="color:Text" content="#bebebe"/>
  92. <meta name="color:Link" content="#ccb5b5"/>
  93. <meta name="color:Link BG" content="#fff"/>
  94. <meta name="color:Link Hover" content="#eee"/>
  95. <meta name="color:Link BG Hover" content="#f3f3f3"/>
  96. <meta name="color:Posts BG" content="#fff"/>
  97. <meta name="color:Posts Border" content="#fff"/>
  98. <meta name="color:Italic" content="#c9a0ab"/>
  99. <meta name="color:Bold" content="#56585b"/>
  100. <meta name="color:Blockquote Border" content="#edeef0"/>
  101.  
  102. <meta name="color:Post Icons" content="#000"/>
  103. <meta name="color:Post Icons Hover" content="#8f8f8f"/>
  104. <meta name="color:Post Icons BG" content="#f8e4e4"/>
  105. <meta name="color:Post Icons BG Hover" content="#fbf1f1"/>
  106. <meta name="color:Post Info Border" content="#fef5f5"/>
  107. <meta name="color:Post Info" content="#bbb"/>
  108. <meta name="color:Post Info Hover" content="#e5e5e5"/>
  109.  
  110. <meta name="color:Sidebar BG" content="#fff"/>
  111. <meta name="color:Sidebar Icon Hover BG" content="#edc6c6"/>
  112. <meta name="color:Sidebar Icon Hover Lines" content="#fff"/>
  113. <meta name="color:Sidebar Icon Hover Text" content="#fff"/>
  114. <meta name="color:Sidebar Links" content="#ccb5b5"/>
  115. <meta name="color:Sidebar Links Hover" content="#dadada"/>
  116. <meta name="color:Sidebar Links Block Title" content="#bebebe"/>
  117. <meta name="color:Search Icon" content="#929292"/>
  118. <meta name="color:Search Input" content="#ccc"/>
  119.  
  120. <meta name="color:Updates Tab Icons BG" content="#f8e4e4"/>
  121. <meta name="color:Updates Tab Icons BG Hover" content="#fbecec"/>
  122. <meta name="color:Updates Tab Icons" content="#000"/>
  123. <meta name="color:Updates Tab Icons Hover" content="#aaaaaa"/>
  124. <meta name="color:Updates Tab Title" content="#d1c3c0"/>
  125. <meta name="color:Updates Tab Content" content="#c1c1c1"/>
  126. <meta name="color:Updates Tab Link" content="#ccb5b5"/>
  127. <meta name="color:Updates Tab Link Hover" content="#e2dad9"/>
  128. <meta name="color:Updates Tab Link Border" content="#f8edea"/>
  129. <meta name="color:Updates Tab Stars" content="#ffdd62"/>
  130.  
  131. <meta name="color:Text Post Title" content="#a8a8a8"/>
  132. <meta name="color:Post Accent" content="#f8f8f8"/>
  133. <meta name="color:Question" content="#898989"/>
  134. <meta name="color:Asker" content="#ceb5af"/>
  135. <meta name="color:Asker Icon BG" content="#f3e9e7"/>
  136. <meta name="color:Track Info" content="#a8a8a8"/>
  137. <meta name="color:First Quote Letter" content="#494949"/>
  138. <meta name="color:First Quote Letter BG" content="#f3e9e7"/>
  139. <meta name="color:Quote" content="#cec2c0"/>
  140. <meta name="color:Quote Source" content="#000"/>
  141. <meta name="color:Chat Label" content="#b6a3a6"/>
  142.  
  143. <meta name="color:Load More" content="#9a9a9a"/>
  144. <meta name="color:Load More Hover" content="#e5e5e5"/>
  145. <meta name="color:Scroll to Top" content="#2e2e2e"/>
  146. <meta name="color:Scroll to Top Hover" content="#e5e5e5"/>
  147. <meta name="color:Selection BG" content="#ede2de"/>
  148. <meta name="color:Selection Text" content="#000"/>
  149. <meta name="color:Tooltip Text" content="#9d9d9d"/>
  150. <meta name="color:Tooltip BG" content="#fff"/>
  151. <meta name="color:Tooltip Border" content="#fff"/>
  152.  
  153. <meta name="select:Body Font Size" content="10" title="10px"/>
  154. <meta name="select:Body Font Size" content="11" title="11px"/>
  155. <meta name="select:Body Font Size" content="12" title="12px"/>
  156. <meta name="select:Body Font Family" content="Karla" title="Karla">
  157. <meta name="select:Body Font Family" content="Chivo" title="Chivo">
  158. <meta name="select:Body Font Family" content="Roboto" title="Roboto"/>
  159. <meta name="select:Body Font Family" content="Muli" title="Muli"/>
  160. <meta name="select:Body Font Family" content="Cardo" title="Cardo"/>
  161. <meta name="select:Photoset Gutter" content="2" title="2px"/>
  162. <meta name="select:Photoset Gutter" content="1" title="1px"/>
  163. <meta name="select:Photoset Gutter" content="3" title="3px"/>
  164. <meta name="select:Photoset Gutter" content="4" title="4px"/>
  165. <meta name="select:Sidebar Icon Shape" content="32" title="round"/>
  166. <meta name="select:Sidebar Icon Shape" content="4" title="rounded corners"/>
  167. <meta name="select:Sidebar Icon Shape" content="0" title="square"/>
  168. <meta name="select:Caption Image Size" content="24" title="24px"/>
  169. <meta name="select:Caption Image Size" content="18" title="18px"/>
  170. <meta name="select:Caption Image Size" content="30" title="30px"/>
  171. <meta name="select:Caption Image Shape" content="9" title="rounded corners"/>
  172. <meta name="select:Caption Image Shape" content="50" title="round"/>
  173. <meta name="select:Caption Image Shape" content="0" title="square"/>
  174. <meta name="select:Controls" content=".3" title="gray"/>
  175. <meta name="select:Controls" content="1" title="black"/>
  176. <meta name="select:Tiny Cursor" content="https://cur.cursors-4u.net/cursors/cur-9/cur817.cur" title="white"/>
  177. <meta name="select:Tiny Cursor" content="https://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png" title="black"/>
  178.  
  179. <meta name="if:Infinite Scroll" content="1"/>
  180. <meta name="if:Manually Load Content" content="1"/>
  181. <meta name="if:Rounded Post Corners" content="0"/>
  182. <meta name="if:Post Info Left" content="1"/>
  183. <meta name="if:Post Info Right" content="0"/>
  184. <meta name="if:Reveal Post Info On Hover" content="0"/>
  185. <meta name="if:Reveal Nav On Click" content="1"/>
  186. <meta name="if:Updates Tab" content="1"/>
  187. <meta name="if:Reveal Updates On Click" content="1"/>
  188. <meta name="if:Updates Tab Top Left" content="1"/>
  189. <meta name="if:Updates Tab Top Right" content="0"/>
  190. <meta name="if:Updates Tab Bottom Left" content="0"/>
  191. <meta name="if:Updates Tab Bottom Right" content="0"/>
  192. <meta name="if:Caption" content="1"/>
  193. <meta name="if:Unnest Caption" content="1"/>
  194. <meta name="if:Fade In On Refresh" content="1"/>
  195.  
  196. <meta name="text:Post Size" content="300"/>
  197. <meta name="text:Permalink Post Size" content="540"/>
  198. <meta name="text:Post Padding" content="0"/>
  199. <meta name="text:Post Bottom Margin" content="100"/>
  200. <meta name="text:Link 1" content="home"/>
  201. <meta name="text:Link 1 Url" content="/"/>
  202. <meta name="text:Link 2" content="mssg"/>
  203. <meta name="text:Link 2 Url" content="/ask"/>
  204. <meta name="text:Link 3" content="archive"/>
  205. <meta name="text:Link 3 Url" content="/archive"/>
  206. <meta name="text:Sliding Link 4" content=" nav"/>
  207.  
  208.  
  209. <style type="text/css">
  210.  
  211.  
  212. ::-webkit-scrollbar-track {border:5px solid {color:Background}; background-color:#eee;}
  213. ::-webkit-scrollbar {width:11px; height:11px;}
  214. ::-webkit-scrollbar-thumb {
  215. border:5px solid rgba(0, 0, 0, 0);
  216. background-clip:padding-box;
  217. background-color:rgba(0, 0, 0, 1);
  218. }
  219.  
  220. .tmblr-iframe {
  221. position:fixed;
  222. top:10px !important;
  223. right:4px !important;
  224. opacity:{select:Controls};
  225. z-index:900000000000000000000;
  226. -webkit-filter: invert(100%);
  227. -moz-filter:invert(100%);
  228. -ms-filter:invert(100%);
  229. -o-filter:invert(100%);
  230. filter:invert(100%);
  231. }
  232.  
  233. .tmblr-iframe:hover {opacity:.7;}
  234.  
  235. body {
  236. opacity:1;
  237. transition:.5s opacity;
  238. overflow-wrap:break-word;
  239. word-wrap:break-word;
  240. font:{select:Body Font Size}px {select:Body Font Family}, calibri, sans-serif;
  241. color:{color:Text};
  242. background:{color:Background} url('{image:Background}') repeat fixed center;
  243. }
  244.  
  245. body.fade-out {opacity:0; transition:none;}
  246.  
  247. body, a, a:hover {cursor:url({select:Tiny Cursor}), auto}
  248.  
  249. a {text-decoration:none;}
  250. a:link, a:visited {color:{color:Link};}
  251. a:hover {color:{color:Link Hover};}
  252. a:active {color:{color:Link};}
  253.  
  254. i, em {color:{color:Italic};}
  255. b, strong {color:{color:Bold};}
  256. pre {
  257. font-family:inherit !important;
  258. white-space:pre-wrap;
  259. white-space:-moz-pre-wrap;
  260. white-space:-pre-wrap;
  261. white-space:-o-pre-wrap;
  262. word-wrap:break-word;
  263. }
  264.  
  265. h6, small, big, sup, sub {font-size:1em;}
  266. h4, h5, h6 {margin:6px 0;}
  267. h5 {font-size:1.1em;}
  268. h4 {font-size:1.2em;}
  269. h3 {font-size:1.3em;}
  270. h2 {font-size:1.4em;}
  271. h1 {font-size:1.5em;}
  272.  
  273. blockquote {
  274. margin:0;
  275. padding:0 10px;
  276. border-left:1px solid {color:Blockquote Border};
  277. }
  278.  
  279. ul:not(#sublinks_container) {margin:0 0 0 -35px; list-style-type:none;}
  280. ol {margin-left:-25px;}
  281. ul li:before {content:'—'; margin-right:5px;}
  282.  
  283. img {max-width:100%; height:auto;}
  284.  
  285. hr {border:1px solid {color:Blockquote Border};}
  286.  
  287. /* posts */
  288.  
  289. #posts_container {
  290. margin:0 auto;
  291. left:auto;
  292. right:auto;
  293. margin-top:100px;
  294. {block:IndexPage}width:calc({text:Post Size}px - 4px + 2 * {text:Post Padding}px);{/block:IndexPage}
  295. {block:Permalink}width:calc({text:Permalink Post Size}px - 4px + 2 * {text:Post Padding}px);{/block:Permalink}
  296. }
  297.  
  298. .posts {
  299. position:relative;
  300. {block:IndexPage}margin-bottom:{text:Post Bottom Margin}px;{/block:IndexPage}
  301. padding:{text:Post Padding}px;
  302. min-height:80px;
  303. z-index:1;
  304. text-align:justify;
  305. background-color:{color:Posts BG};
  306. {block:ifRoundedPostCorners}border-radius:5px;{/block:ifRoundedPostCorners}
  307. }
  308.  
  309. .vertebrae {
  310. margin:auto;
  311. overflow:hidden;
  312. {block:Permalink}width:calc({text:Permalink Post Size}px - 4px);{/block:Permalink}
  313. {block:IndexPage}width:calc({text:Post Size}px - 4px);{/block:IndexPage}
  314. {block:ifRoundedPostCorners}border-radius:5px;{/block:ifRoundedPostCorners}
  315. }
  316.  
  317. .photo-slideshow .count-1, .pancake {
  318. {block:Permalink}width:{text:Permalink Post Size}px;{/block:Permalink}
  319. {block:IndexPage}width:{text:Post Size}px;{/block:IndexPage}
  320. }
  321.  
  322. .photo-slideshow {position:relative;}
  323. .photo-slideshow .count-3 {max-width:177px; margin-bottom:calc({select:Photoset Gutter}px + 2px);}
  324. .photo-slideshow .row:last-of-type .count-3 {margin-bottom:0 !important;}
  325. .photo-slideshow .count-3:last-child {float:right;}
  326. .photo-slideshow .count-3:nth-child(2) {
  327. max-width:178px;
  328. position:absolute;
  329. left:50%;
  330. transform: translateX(-50%);
  331. -webkit-transform: translateX(-50%)
  332. }
  333.  
  334. /* photoset lightbox */
  335.  
  336. .vignette, #vignette {opacity:0;}
  337.  
  338. .lightbox-image, #tumblr_lightbox img {
  339. box-shadow:none !important;
  340. max-width:none;
  341. padding:4px;
  342. border:1px solid #eee!important;
  343. border-radius:4px;
  344. }
  345.  
  346. .tmblr-lightbox, #tumblr_lightbox {
  347. position:absolute;
  348. z-index:99999999999999999999999999999 !important;
  349. background-color:rgba(255,255,255,.9) !important;
  350. }
  351.  
  352. /* caption / text */
  353.  
  354. .caption {margin:0 5px;}
  355.  
  356. a.read_more:hover {border-bottom:1px solid #f0f0f0;}
  357.  
  358. img.tumblr_avatar {
  359. vertical-align:middle;
  360. width:{select:Caption Image Size}px;
  361. border-radius:{select:Caption Image Shape}%;
  362. }
  363.  
  364. .caption a.tumblr_blog:hover {color:{color:Link Hover};}
  365. .caption a.tumblr_blog, .caption a.tumblr_blog:hover {margin-left:7px; border:none;}
  366.  
  367. .tumblr_parent p {padding-left:2px;}
  368.  
  369. blockquote.tumblr_parent {padding:3px 3px 0px 3px; padding-top:10px; border:none;}
  370.  
  371. .caption p a, #answer a, .notes .action a {
  372. margin:1px;
  373. padding:0 3px;
  374. background-color:{color:Link BG};
  375. }
  376.  
  377. .caption p a:hover, #answer a:hover, .notes .action a:hover {background-color:{color:Link BG Hover};}
  378.  
  379. .audio {padding-bottom:10px;}
  380.  
  381. /* text / link title */
  382.  
  383. .text_post_title a {color:{color:Text Post Title};}
  384. .text_post_title a:hover {color:{color:Link Hover};}
  385. .text_post_title, h1 {
  386. padding:5px 10px;
  387. text-transform:lowercase;
  388. font-weight:bold;
  389. font-size:12px;
  390. color:{color:Text Post Title};
  391. }
  392.  
  393. /* question */
  394.  
  395. #question_post {padding:5px;}
  396.  
  397. #asker_icon {
  398. display:inline-block;
  399. padding:8px;
  400. background-color:{color:Asker Icon BG};
  401. border-radius:20px;
  402. }
  403.  
  404. #asker_icon img {vertical-align:top; opacity:.4;}
  405.  
  406. #que {
  407. position:relative;
  408. display:inline-block;
  409. margin-left:10px;
  410. padding:7px;
  411. width:calc({text:Post Size}px - 73px);
  412. {block:Permalink}width:calc({text:Permalink Post Size}px - 73px);{/block:Permalink}
  413. vertical-align:middle;
  414. background-color:{color:Post Accent};
  415. }
  416.  
  417. #que:after {
  418. right:100%;
  419. top:50%;
  420. border:solid transparent;
  421. content:" ";
  422. height:0;
  423. width:0;
  424. position:absolute;
  425. pointer-events:none;
  426. border-right-color:{color:Post Accent};
  427. border-width:5px;
  428. margin-top:-5px;
  429. }
  430.  
  431. #asker {padding-bottom:2px; color:{color:Asker};}
  432. #asker a:link, #asker a:visited {color:{color:Asker};}
  433. #asker a:hover {color:{color:Link Hover};}
  434.  
  435. #question {color:{color:Question};}
  436.  
  437. #answer {padding:3px 7px;}
  438.  
  439. /* quote */
  440.  
  441. #quote {padding:5px; color:{color:Quote};}
  442. #quote::first-letter {
  443. float:left;
  444. margin-right:4px;
  445. padding:6px 10px;
  446. font-weight:bold;
  447. font-size:15px;
  448. color:{color:First Quote Letter};
  449. background-color:{color:First Quote Letter BG};
  450. }
  451.  
  452. #source {
  453. padding:4px 10px;
  454. text-align:right;
  455. text-transform:uppercase;
  456. font-weight:bold;
  457. font-size:8px;
  458. color:{color:Quote Source};
  459. clear:both;
  460. }
  461.  
  462. /* chat */
  463.  
  464. #chat {padding:7px 6px 10px 5px;}
  465.  
  466. #line #label {color:{color:Chat Label};}
  467.  
  468. /* audio player */
  469.  
  470. #audio_post {background-color:{color:Post Accent};}
  471.  
  472. #album_art {
  473. position:absolute;
  474. width:64px;
  475. height:64px;
  476. z-index:1;
  477. border-radius:4px;
  478. }
  479.  
  480. #album_art img {max-width:100%; border-radius:4px;}
  481.  
  482. #audio_player_container {
  483. position:absolute;
  484. width:62px;
  485. height:62px;
  486. margin-top:1px;
  487. margin-left:1px;
  488. z-index:9;
  489. overflow:hidden;
  490. opacity:0;
  491. background-color:white;
  492. border-radius:4px;
  493. }
  494.  
  495. #audio_post:hover #audio_player_container {opacity:1;}
  496.  
  497. #audio_player_bg {
  498. margin-top:20px;
  499. margin-left:-6px;
  500. }
  501.  
  502. #track_details_container {
  503. display:table;
  504. margin-left:74px;
  505. padding:0 5px;
  506. height:64px;
  507. font-weight:bold;
  508. }
  509.  
  510. #track_details {display:table-cell; vertical-align:middle;}
  511.  
  512. #track_name {
  513. text-transform:lowercase;
  514. font-size:14px;
  515. color:{color:Track Info};
  516. }
  517.  
  518. #artist_name {
  519. text-transform:uppercase;
  520. letter-spacing:1px;
  521. font-size:7px;
  522. color:{color:Track Info};
  523. }
  524.  
  525. .tumblr_audio_player {
  526. -moz-transform:scale(0.90, 0.90);
  527. -webkit-transform:scale(0.90, 0.90);
  528. -o-transform:scale(0.90, 0.90);
  529. -ms-transform:scale(0.90, 0.90);
  530. transform:scale(0.90, 0.90);
  531. -moz-transform-origin:top left;
  532. -webkit-transform-origin:top left;
  533. -o-transform-origin:top left;
  534. -ms-transform-origin:top left;
  535. transform-origin:top left;
  536. }
  537.  
  538. /* post notes */
  539.  
  540. .notes {
  541. {block:Permalink}
  542. overflow-wrap:break-word;
  543. word-wrap:break-word;
  544. background-color:{color:Posts BG};
  545. {/block:Permalink}
  546. }
  547.  
  548. ol.notes {margin:67px 0 0 0; padding:2px; list-style-type:none;}
  549.  
  550. li.note {margin:1px 0; padding:5px 10px;}
  551.  
  552. .note .action a:visited {color:{color:Link};}
  553.  
  554. ol.notes img.avatar {display:none;}
  555.  
  556. #notecontainer .retags {
  557. margin:2px 0 5px 10px;
  558. text-transform:uppercase;
  559. letter-spacing:2px;
  560. font-weight:bold;
  561. font-size:7px;
  562. }
  563.  
  564. #notecontainer .retags.error {color:{color:Italic} !important;}
  565.  
  566. #notecontainer .retags a:hover {color:{color:Link Hover} !important;}
  567.  
  568. ol.notes li.note .answer_content {font-style:italic; color:{color:Italic};}
  569.  
  570. ol.notes li.note blockquote {
  571. margin:7px 0px 5px 15px;
  572. padding:0px 10px;
  573. border-color:{color:Blockquote Border};
  574. }
  575.  
  576. /* post info */
  577.  
  578. #post_info {
  579. position:absolute;
  580. top:0;
  581. {block:ifPostInfoLeft}right:100%;{/block:ifPostInfoLeft}
  582. {block:ifPostInfoRight}left:100%;{/block:ifPostInfoRight}
  583. width:60px;
  584. height:100%;
  585. text-align:center;
  586. }
  587.  
  588. #gap1, #gap2, #gap3 {
  589. position:absolute;
  590. {block:ifPostInfoLeft}right:29px;{/block:ifPostInfoLeft}
  591. {block:ifPostInfoRight}left:29px;{/block:ifPostInfoRight}
  592. border:1px solid {color:Post Info Border};
  593. z-index:9;
  594. }
  595.  
  596. #gap1, #gap2 {height:calc((100% - 45px) / 2);}
  597. #gap1 {position:absolute; top:19px;}
  598. #gap2 {position:absolute; top:calc(50% + 9px);}
  599. #gap3 {top:100%; height:69px;}
  600.  
  601. #un, #deux, #trois, #quatre {position:relative; z-index:99;}
  602. #un {top:5px;}
  603. #deux {top:calc(50% - 17px);}
  604. #trois {top:calc(100% - 38px);}
  605. #quatre {top:calc(100% + 40px);}
  606.  
  607. #post_info .lnr {
  608. margin-left:1px;
  609. padding:6px;
  610. font-size:10px;
  611. color:{color:Post Icons};
  612. background:{color:Post Icons BG};
  613. border-radius:40px;
  614. }
  615.  
  616. #post_info .lnr:hover {color:{color:Post Icons Hover}; background:{color:Post Icons BG Hover};}
  617.  
  618. .post_reveal {
  619. position:absolute;
  620. {block:ifPostInfoLeft}right:50px; text-align:right;{/block:ifPostInfoLeft}
  621. {block:ifPostInfoRight}left:50px; text-align:left;{/block:ifPostInfoRight}
  622. top:0;
  623. width:110px;
  624. {block:IndexPage}{block:ifRevealPostInfoOnHover}opacity:0;{/block:ifRevealPostInfoOnHover}{/block:IndexPage}
  625.  
  626. color:{color:Post Info};
  627. }
  628.  
  629. #post_info i:hover + .post_reveal {opacity:1;}
  630.  
  631. .tags {
  632. height:{text:Post Bottom Margin}px;
  633. {block:Permalink}width:180px; height:69px;{/block:Permalink}
  634. overflow-y:auto;
  635. }
  636.  
  637. .tags, .noteq {top:-1px;}
  638.  
  639. .post_reveal a:link, .post_reveal a:visited {color:{color:Post Info}; border-bottom:1px solid transparent;}
  640. .post_reveal a:hover {color:{color:Post Info Hover}; border-bottom:1px solid {color:Post Icons BG};}
  641.  
  642. /* sidebar */
  643.  
  644. #sidebar {
  645. position:fixed;
  646. {block:IndexPage}{block:ifPostInfoLeft}left{/block:ifPostInfoLeft}{block:ifPostInfoRight}right{/block:ifPostInfoRight}:calc(50% + {text:Post Size}px / 2 + {text:Post Padding}px + 48px);{/block:IndexPage}
  647. {block:Permalink}{block:ifPostInfoLeft}left{/block:ifPostInfoLeft}{block:ifPostInfoRight}right{/block:ifPostInfoRight}:calc(50% + {text:Permalink Post Size}px / 2 + {text:Post Padding}px + 48px);{/block:Permalink}
  648. padding:5px;
  649. width:170px;
  650. height:auto;
  651. text-align:center;
  652. z-index:9999999999;
  653. background:{color:Sidebar BG};
  654. }
  655.  
  656. #sidebar a:link, #sidebar a:visited {padding:2px; color:{color:Sidebar Links};}
  657.  
  658. #sidebar a:hover {color:{color:Sidebar Links Hover};}
  659.  
  660. #sideimg {margin:0 auto; width:64px; height:64px;}
  661.  
  662. #curtain {margin:0 auto; width:64px; height:64px;}
  663.  
  664. #sideimg img {max-width:100%; border-radius:{select:Sidebar Icon Shape}px;}
  665.  
  666. #curtain {
  667. position:absolute;
  668. display:table;
  669. top:5px;
  670. opacity:0;
  671. background:{color:Sidebar Icon Hover BG};
  672. border-radius:{select:Sidebar Icon Shape}px;
  673. transition-delay:.3s;
  674. word-break:break-all;
  675. }
  676.  
  677. #sideimg:hover > #curtain {opacity:.9; transition-delay:0s;}
  678.  
  679. #diagonal {
  680. position:absolute;
  681. top:-7px;
  682. left:15px;
  683. width:0px;
  684. height:46px;
  685. border-bottom:1px solid {color:Sidebar Icon Hover Lines};
  686. transform:rotate(-45deg);
  687. }
  688.  
  689. #curtain:hover #diagonal {left:-3px; width:36px; transition-delay:.2s;}
  690.  
  691. #username {display:table-cell; vertical-align:middle;}
  692.  
  693. #username a:link, #username a:visited {color:{color:Sidebar Icon Hover Text};}
  694.  
  695. #description {padding:10px 0;}
  696.  
  697. #links_container li {display:inline-block; color:{color:Sidebar Links};}
  698.  
  699. #search {position:relative; right:4px;}
  700.  
  701. form {display:inline-block; background:{color:Sidebar BG};}
  702.  
  703. #sfm input {
  704. width:50px;
  705. {block:ifRevealNavOnClick}width:0;{block:ifRevealNavOnClick}
  706. border:none;
  707. border-bottom:1px solid #ccc;
  708. outline:none;
  709. color:{color:Search Input};
  710. font:10px {select:Body Font Family};
  711. }
  712.  
  713. .lnr-magnifier {
  714. position:relative;
  715. display:inline-block;
  716. top:4px;
  717. left:6px;
  718. margin-left:2px;
  719. padding:6px;
  720. font-weight:bold;
  721. font-size:8px;
  722. color:{color:Search Icon};
  723. }
  724.  
  725. .lnr-magnifier:hover {color:{color:Post Icons Hover};}
  726.  
  727. #sublinks_container {
  728. {block:ifRevealNavOnClick}display:none;{/block:ifRevealNavOnClick}
  729. position:absolute;
  730. margin:0;
  731. left:calc(50% - 90px);
  732. padding:5px;
  733. width:170px;
  734. background:{color:Sidebar BG};
  735. }
  736.  
  737. .sublinks_block {
  738. display:inline-block;
  739. margin-top:25px;
  740. width:80px;
  741. vertical-align:top;
  742. }
  743.  
  744. .sublinks_block a {display:block;}
  745.  
  746. .sublinks_block .sublinks_title {
  747. margin-left:1px;
  748. margin-bottom:3px;
  749. font-weight:bold;
  750. color:{color:Sidebar Links Block Title};
  751. }
  752.  
  753. .left {text-align:left;}
  754. .right {text-align:right;}
  755.  
  756. .center1 {margin-left:20px;}
  757. .center2 {margin-right:20px;}
  758.  
  759. /* pagination */
  760.  
  761. #footer {
  762. position:relative;
  763. margin:0 auto;
  764. bottom:50px;
  765. width:200px;
  766. height:30px;
  767. text-align:center;
  768. font-size:11px;
  769. }
  770.  
  771. #pagination {
  772. padding:15px 5px;
  773. font:11px karla;
  774. background:{color:Posts BG};
  775. }
  776.  
  777. #pagination i {
  778. padding:0 10px;
  779. font-weight:bold;
  780. font-size:10px;
  781. }
  782.  
  783. #pagination a {padding:5px;}
  784.  
  785. .current_page {padding:5px; color:{color:Link};}
  786.  
  787. .jump_page a, #pagination i {color:{color:Load More};}
  788. .jump_page a:hover, #pagination i:hover {color:{color:Link};}
  789.  
  790. #manual a, #manual i {color:{color:Load More};}
  791. #manual:hover a, #manual:hover i {color:{color:Link};}
  792.  
  793. #manual i {
  794. display:block;
  795. margin-top:5px;
  796. font-size:12px;
  797. }
  798.  
  799. #c img {height:100%; opacity:.8;}
  800. #c img:hover {opacity:.4;}
  801. #c {
  802. position:fixed;
  803. z-index:9999999999999999999999999999;
  804. bottom:7px;
  805. right:7px;
  806. height:24px;
  807. }
  808.  
  809. /* updates tab */
  810.  
  811. #updates {
  812. position:fixed;
  813. width:200px;
  814. {block:ifUpdatesTabTopLeft}top:10px; left:15px; text-align:justify;{/block:ifUpdatesTabTopLeft}
  815. {block:ifUpdatesTabTopRight}top:10px; right:15px; text-align:right;{/block:ifUpdatesTabTopRight}
  816. {block:ifUpdatesTabBottomLeft}bottom:30px; left:15px; text-align:justify;{/block:ifUpdatesTabBottomLeft}
  817. {block:ifUpdatesTabBottomRight}bottom:70px; right:10px; text-align:right;{/block:ifUpdatesTabBottomRight}
  818. padding:5px;
  819. z-index:99999999999;
  820. font-family:{select:Updates Tab Font Family};
  821. font-size:10px;
  822. }
  823.  
  824. .updates_icon {position:relative; z-index:99;}
  825.  
  826. #updates a:link, #updates a:visited {color:{color:Updates Tab Link}; border-bottom:1px solid {color:Updates Tab Link Border};}
  827.  
  828. #updates a:hover {color:{color:Updates Tab Link Hover};}
  829.  
  830. .uparent {padding-top:5px;}
  831.  
  832. .ui {display:inline-block; padding:5px 0; vertical-align:middle;}
  833.  
  834. .ui .lnr {
  835. padding:6px;
  836. font-size:10px;
  837. color:{color:Updates Tab Icons};
  838. background:{color:Updates Tab Icons BG};
  839. border-radius:40px;
  840. }
  841.  
  842. .ui .lnr:hover {color:{color:Updates Tab Icons Hover}; background:{color:Updates Tab Icons BG Hover};}
  843.  
  844. .ui:hover ~ .lino {border-bottom:1px solid {color:Updates Tab Icons BG Hover};}
  845. .ui:hover ~ .lino:after {background-color:{color:Updates Tab Icons BG Hover};}
  846.  
  847. .lino {
  848. display:inline-block;
  849. position:relative;
  850. top:-2px;
  851. width:170px;
  852. {block:ifUpdatesTabTopLeft}left:-2px;{/block:ifUpdatesTabTopLeft}
  853. {block:ifUpdatesTabTopRight}right:-2px;{/block:ifUpdatesTabTopRight}
  854. {block:ifUpdatesTabBottomLeft}left:-2px;{/block:ifUpdatesTabBottomLeft}
  855. {block:ifUpdatesTabBottomRight}right:-2px;{/block:ifUpdatesTabBottomRight}
  856. {block:ifRevealUpdatesOnClick}width:0px;{/block:ifRevealUpdatesOnClick}
  857. height:1px;
  858. border-bottom:1px solid {color:Updates Tab Icons BG};
  859. }
  860.  
  861. .lino:after {
  862. position:absolute;
  863. {block:ifUpdatesTabTopLeft}right:0;{/block:ifUpdatesTabTopLeft}
  864. {block:ifUpdatesTabTopRight}left:0;{/block:ifUpdatesTabTopRight}
  865. {block:ifUpdatesTabBottomLeft}right:0;{/block:ifUpdatesTabBottomLeft}
  866. {block:ifUpdatesTabBottomRight}left:0;{/block:ifUpdatesTabBottomRight}
  867. top:-2px;
  868. content:'';
  869. width:6px;
  870. height:6px;
  871. background-color:{color:Updates Tab Icons BG};
  872. border-radius:20px;
  873. }
  874.  
  875. .updates_title {
  876. margin-top:-3px;
  877. padding-bottom:5px;
  878. text-transform:lowercase;
  879. font-weight:bold;
  880. font-size:12px;
  881. color:{color:Updates Tab Title};
  882. clear:both;
  883. }
  884.  
  885. .container_content {
  886. display:block;
  887. margin-left:14px;
  888. {block:ifUpdatesTabTopLeft}margin-top:-6px;{/block:ifUpdatesTabTopLeft}
  889. {block:ifUpdatesTabTopRight}margin-right:15px;{/block:ifUpdatesTabTopRight}
  890. {block:ifUpdatesTabBottomLeft}margin-top:-6px;{/block:ifUpdatesTabBottomLeft}
  891. {block:ifUpdatesTabBottomRight}margin-right:15px;{/block:ifUpdatesTabBottomRight}
  892. padding:8px 6px 2px 7px;
  893. color:{color:Updates Tab Content};
  894. }
  895.  
  896. .container_content li {margin-left:-5px;}
  897.  
  898. .container_content .lnr-star {
  899. background:none;
  900. padding:0;
  901. font-size:8px;
  902. color:{color:Updates Tab Stars};
  903. }
  904.  
  905. ::selection {background-color:{color:Selection BG}; color:{color:Selection Text};}
  906. ::-moz-selection {background-color:{color:Selection BG}; color:{color:Selection Text};}
  907.  
  908. a, a:hover, .tmblr-iframe, .tmblr-iframe:hover, #audio_player_container, #audio_post:hover #audio_player_container, #icon, #icon:hover, #post_info i:hover + .post_reveal, .post_reveal, #scrolltotop, #scrolltotop:hover, #c img, #c img:hover {transition-duration:.4s;}
  909.  
  910. #sideimg:hover > #curtain, #curtain, #curtain:hover #diagonal, #diagonal, .ui:hover ~ .lino:after, .ui:hover ~ .lino, .lino, .lnr:hover, .lnr {transition-duration: .5s;}
  911.  
  912. #s-m-t-tooltip {
  913. margin:24px 14px 7px 12px;
  914. padding:5px;
  915. max-width:300px;
  916. z-index:999999999999999999;
  917. text-shadow:none;
  918. color:{color:Tooltip Text};
  919. background-color:{color:Tooltip BG};
  920. border:1px solid {color:Tooltip Border};
  921. }
  922.  
  923. #scrolltotop {
  924. position:fixed;
  925. bottom:30px;
  926. right:-30px;
  927. padding:10px;
  928. width:20px;
  929. z-index:99999;
  930. text-align:center;
  931. cursor:pointer;
  932. }
  933.  
  934. .lnr-chevron-up {color:{color:Scroll to top};}
  935.  
  936. #scrolltotop:hover, #scrolltotop:hover .lnr-chevron-up {color:{color:Scroll to top Hover};}
  937.  
  938. </style>
  939.  
  940. </head>
  941.  
  942. <body>
  943.  
  944. {block:ifFadeInOnRefresh}<script>document.body.className += ' fade-out';</script>{/block:ifFadeInOnRefresh}
  945.  
  946.  
  947. <!-- sidebar -->
  948.  
  949. <div id="sidebar">
  950. <div id="sideimg">
  951. <img src="{image:Sidebar Image}">
  952. <div id="curtain">
  953. <div id="diagonal"></div>
  954. <div id="username"><a href="https://{name}.tumblr.com">{name}</a></div>
  955. </div>
  956. </div>
  957.  
  958. <div id="description">{Description}</div>
  959.  
  960. <div id="links_container">
  961. <li><a href="{text:Link 1 Url}">{text:Link 1}</a></li>
  962. <li><a href="{text:Link 2 Url}">{text:Link 2}</a></li>
  963. <li><a href="{text:Link 3 Url}">{text:Link 3}</a></li>
  964. <li id="nav_link">{block:ifRevealNavOnClick}<a>{text:Sliding Link 4}</a>{/block:ifRevealNavOnClick}
  965. <ul id="sublinks_container">
  966.  
  967. <!-- FIRST LINKS BLOCK -->
  968.  
  969. <div class="sublinks_block left">
  970. <div class="center1">
  971. <div class="sublinks_title">
  972. ࿐♡* <!-- enter your link block title here -->
  973. </div>
  974. <a href="hunny.co.vu/wishes">wishes <!-- link 1 --></a>
  975. <a href="hunny.co.vu/loves">loves <!-- link 2 --></a>
  976. <a href="/">link 3 <!-- link 3 --></a>
  977. </div>
  978. </div>
  979.  
  980. <!-- SECOND LINKS BLOCK -->
  981.  
  982. <div class="sublinks_block right">
  983. <div class="center2">
  984. <div class="sublinks_title">
  985. title <!-- enter your link block title here -->
  986. </div>
  987. <a href="/">link 4 <!-- link 4 --></a>
  988. <a href="/">link 5 <!-- link 5 --></a>
  989. <a href="/">link 6 <!-- link 6 --></a>
  990. </div></div>
  991.  
  992. <!-- THIRD LINKS BLOCK -->
  993.  
  994. <div class="sublinks_block left">
  995. <div class="center1">
  996. <div class="sublinks_title">
  997. title <!-- enter your link block title here -->
  998. </div>
  999. <a href="/">link 7 <!-- link 7 --></a>
  1000. <a href="/">link 8 <!-- link 8 --></a>
  1001. <a href="/">link 9 <!-- link 9 --></a>
  1002. </div>
  1003. </div>
  1004.  
  1005. <!-- FOURTH LINKS BLOCK -->
  1006.  
  1007. <div class="sublinks_block right">
  1008. <div class="center2">
  1009. <div class="sublinks_title">
  1010. title <!-- enter your link block title here -->
  1011. </div>
  1012. <a href="/">link 10 <!-- link 10 --></a>
  1013. <a href="/">link 11 <!-- link 11 --></a>
  1014. <a href="/">link 12 <!-- link 12 --></a>
  1015. </div></div>
  1016. </ul>
  1017. </li>
  1018.  
  1019. <div id="search">
  1020. <script language="javascript">function send(){document.searchf.submit()}</script>
  1021. <i class="lnr lnr-magnifier" aria-hidden="true"></i>
  1022. <form action="/search" method="get" id="sfm" name="searchf">
  1023. <input type="text" name="q" value=""/>
  1024. </form>
  1025. </div>
  1026. </div>
  1027. </div>
  1028.  
  1029.  
  1030. <!--------------------- updates tab --------------------->
  1031.  
  1032. {block:ifUpdatesTab}
  1033. <div id="updates">
  1034.  
  1035. <!-- Tip: you can change the icons by visiting https://linearicons.com/free#cheat-sheet and pasting your desired icon title (e.g.:home, user, dice, etc.) over the existing icon titles below -->
  1036.  
  1037. <!-- section 1 -->
  1038. <div class="uparent">
  1039. {block:ifUpdatesTabTopRight}<div class="lino"></div>{/block:ifUpdatesTabTopRight}
  1040. {block:ifUpdatesTabBottomRight}<div class="lino"></div>{/block:ifUpdatesTabBottomRight}
  1041. <div class="ui"><div class="updates_icon">
  1042. <!-- paste your new selected icon title over "moon" -->
  1043. <i class="lnr lnr-heart" aria-hidden="true"></i>
  1044. </div></div>
  1045. {block:ifUpdatesTabTopLeft}<div class="lino"></div>{/block:ifUpdatesTabTopLeft}
  1046. {block:ifUpdatesTabBottomLeft}<div class="lino"></div>{/block:ifUpdatesTabBottomLeft}
  1047. <div class="container_content">
  1048. <div class="updates_title">
  1049. my love <!-- your title here -->
  1050. <a href="https://automized.tumblr.com">dylan !</a>
  1051. </div>
  1052. one & only ♡<!-- your text here -->
  1053. </div>
  1054. </div>
  1055. <!-- end section 1 -->
  1056.  
  1057.  
  1058.  
  1059.  
  1060. <!-- section 2 -->
  1061. <div class="uparent">
  1062. {block:ifUpdatesTabTopRight}<div class="lino"></div>{/block:ifUpdatesTabTopRight}
  1063. {block:ifUpdatesTabBottomRight}<div class="lino"></div>{/block:ifUpdatesTabBottomRight}
  1064. <div class="ui"><div class="updates_icon">
  1065. <!-- paste your new selected icon title over "magic-wand" -->
  1066. <i class="lnr lnr-magic-wand" aria-hidden="true"></i>
  1067. </div></div>
  1068. {block:ifUpdatesTabTopLeft}<div class="lino"></div>{/block:ifUpdatesTabTopLeft}
  1069. {block:ifUpdatesTabBottomLeft}<div class="lino"></div>{/block:ifUpdatesTabBottomLeft}
  1070. <div class="container_content">
  1071. <div class="updates_title">
  1072. about me !<!-- your title here -->
  1073. </div>
  1074. <!-- you can create lists like so: -->
  1075. <ul>
  1076. <li>eighteen.</li> <!-- 1st list item -->
  1077. <li>college student.</li> <!-- 2nd list item -->
  1078. <li>new zealand.</li> <!-- 3rd list item -->
  1079. </ul>
  1080. <!-- end list -->
  1081. </div>
  1082. </div>
  1083. <!-- end section 2 -->
  1084.  
  1085.  
  1086.  
  1087.  
  1088. <!-- section 3 -->
  1089. <div class="uparent">
  1090. {block:ifUpdatesTabTopRight}<div class="lino"></div>{/block:ifUpdatesTabTopRight}
  1091. {block:ifUpdatesTabBottomRight}<div class="lino"></div>{/block:ifUpdatesTabBottomRight}
  1092. <div class="ui"><div class="updates_icon">
  1093. <!-- paste your new selected icon title over "star" -->
  1094. <i class="lnr lnr-star" aria-hidden="true"></i>
  1095. </div></div>
  1096. {block:ifUpdatesTabTopLeft}<div class="lino"></div>{/block:ifUpdatesTabTopLeft}
  1097. {block:ifUpdatesTabBottomLeft}<div class="lino"></div>{/block:ifUpdatesTabBottomLeft}
  1098. <div class="container_content">
  1099. <div class="updates_title">
  1100. 2019 goals ! <!-- your title here -->
  1101. </div>
  1102. <!-- for watching / reading / rec lists, you can add a rating system with star icons inside the <li>...</li> tags like so: -->
  1103. <ul>
  1104. <li>save money
  1105. <!-- 5 stars -->
  1106. <i class="lnr lnr-star" aria-hidden="true"></i>
  1107. </li>
  1108.  
  1109. <li>work hard
  1110. <!-- 4 stars -->
  1111. <i class="lnr lnr-star" aria-hidden="true"></i>
  1112.  
  1113. </li>
  1114.  
  1115. <li>become a better person
  1116. <!-- 3 stars -->
  1117. <i class="lnr lnr-star" aria-hidden="true"></i>
  1118.  
  1119. </li>
  1120.  
  1121. <li>drink more water
  1122. <!-- 4 stars -->
  1123. <i class="lnr lnr-star" aria-hidden="true"></i>
  1124.  
  1125. </li>
  1126.  
  1127. <li>healthy living
  1128. <!-- 4 stars -->
  1129. <i class="lnr lnr-star" aria-hidden="true"></i>
  1130.  
  1131. </li>
  1132.  
  1133. </li>
  1134. </ul>
  1135. <!-- end lists -->
  1136. </div>
  1137. </div>
  1138. <!-- end section 3 -->
  1139.  
  1140.  
  1141.  
  1142.  
  1143. <!-- section 4 -->
  1144. <div class="uparent">
  1145. {block:ifUpdatesTabTopRight}<div class="lino"></div>{/block:ifUpdatesTabTopRight}
  1146. {block:ifUpdatesTabBottomRight}<div class="lino"></div>{/block:ifUpdatesTabBottomRight}
  1147. <div class="ui"><div class="updates_icon">
  1148. <!-- paste your new selected icon title over "rocket" -->
  1149. <i class="lnr lnr-rocket" aria-hidden="true"></i>
  1150. </div></div>
  1151. {block:ifUpdatesTabTopLeft}<div class="lino"></div>{/block:ifUpdatesTabTopLeft}
  1152. {block:ifUpdatesTabBottomLeft}<div class="lino"></div>{/block:ifUpdatesTabBottomLeft}
  1153. <div class="container_content">
  1154. <div class="updates_title">
  1155. links ! <!-- your title here -->
  1156. </div>
  1157. <!-- you can insert links like so: -->
  1158. <a href="https://www.instagram.com/cindycruzz/">instagram</a>
  1159. <!-- end link -->
  1160.  
  1161. </li>
  1162. //
  1163. <!-- you can insert links like so: -->
  1164. <a href="https://hunny.co.vu/wishes">wishes</a> </li>
  1165. <!-- end link -->
  1166. </li>
  1167.  
  1168.  
  1169. </li>
  1170. </div>
  1171. </div>
  1172. <!-- end section 4 -->
  1173.  
  1174.  
  1175. </div>
  1176. {/block:ifUpdatesTab}
  1177. <!--------------------- end updates tab --------------------->
  1178.  
  1179.  
  1180. <!-- posts container -->
  1181.  
  1182. <div id="posts_container">
  1183.  
  1184. <!-- posts -->
  1185. {block:Posts}
  1186. <div class="posts">
  1187.  
  1188. {block:Text}
  1189. <div class="vertebrae">
  1190. {block:Title}<div class="text_post_title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  1191. <div class="caption">{Body}</div>
  1192. </div>
  1193. {/block:Text}
  1194.  
  1195. {block:Link}
  1196. <div class="vertebrae">
  1197. <div class="text_post_title"><a href="{URL}">{Name}</a></div>
  1198. <div class="caption">{block:Description}{Description}{/block:Description}</div>
  1199. </div>
  1200. {/block:Link}
  1201.  
  1202. {block:Quote}
  1203. <div class="vertebrae">
  1204. <div id="quote">{Quote}</div>
  1205. {block:Source}<div id="source">&mdash;&nbsp;{Source}</div>{/block:Source}
  1206. </div>
  1207. {/block:Quote}
  1208.  
  1209. {block:Chat}
  1210. <div class="vertebrae">
  1211. {block:Title}<div class="text_post_title">{Title}</div>{/block:Title}
  1212. <div id="chat"><ul>{block:Lines}<li id="line">{block:Label}<span id="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  1213. </div>
  1214. {/block:Chat}
  1215.  
  1216. {block:Answer}
  1217. <div class="vertebrae">
  1218. <div id="question_post">
  1219. <div id="asker_icon"><img src="https://static.tumblr.com/0cdn90j/YAso8odg6/user__1_.png"></div>
  1220. <div id="que">
  1221. <div id="asker">{Asker}:</div>
  1222. <div id="question">{Question}</div>
  1223. </div>
  1224. <div id="answer">{Answer}</div>
  1225. </div>
  1226. {block:ifCaption}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifCaption}
  1227. </div>
  1228. {/block:Answer}
  1229.  
  1230. {block:AudioPlayer}
  1231. <div class="vertebrae">
  1232. <div id="audio_post">
  1233. <div id="album_art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1234. <div id="audio_player_container"><div id="audio_player_bg">{AudioPlayer}</div></div>
  1235. <div id="track_details_container">
  1236. <div id="track_details">
  1237. {block:TrackName}<span id="track_name">{TrackName}</span>{/block:TrackName}<br />
  1238. {block:Artist}<span id="artist_name">{Artist}</span>{/block:Artist}<br />
  1239. </div>
  1240. </div>
  1241. </div>
  1242. {block:ifCaption}<div class="caption audio">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifCaption}
  1243. </div>
  1244. {/block:AudioPlayer}
  1245.  
  1246. {block:Photo}
  1247. <div class="vertebrae">
  1248. <div class="pancake">
  1249. {LinkOpenTag}<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"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="540"></a>{LinkCloseTag}
  1250. {block:ifCaption}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifCaption}
  1251. </div>
  1252. </div>
  1253. {/block:Photo}
  1254.  
  1255. {block:Photoset}
  1256. <div class="vertebrae">
  1257. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1258. {block:Photos}
  1259. <div class="photo-data">
  1260. <div class="pxu-photo">
  1261. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1262. </div>
  1263. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1264. </div>
  1265. {/block:Photos}
  1266. </div>
  1267. {block:ifCaption}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifCaption}
  1268. </div>
  1269. {/block:Photoset}
  1270.  
  1271. {block:Video}
  1272. <div class="vertebrae">
  1273. <div class="video">{Video-500}</div>
  1274. {block:ifCaption}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifCaption}
  1275. </div>
  1276. {/block:Video}
  1277.  
  1278. <!-- post info -->
  1279.  
  1280. {block:Date}
  1281. <div id="post_info">
  1282. <div id="un">
  1283. <i class="lnr lnr-user"></i>
  1284. <div class="post_reveal">
  1285. {block:RebloggedFrom}
  1286. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>
  1287. <!--<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>-->
  1288. {/block:RebloggedFrom}
  1289. </div>
  1290. </div>
  1291.  
  1292. <div id="gap1"></div>
  1293.  
  1294. <div id="deux">
  1295. <i class="lnr lnr-bookmark"></i>
  1296. <div class="post_reveal noteq">
  1297. {block:IndexPage}{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} · <a href="{Permalink}" title="{24HourWithZero}:{Minutes}:{Seconds}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>{/block:IndexPage}
  1298. {block:Permalink}<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} · {24HourWithZero}:{Minutes}:{Seconds}</a>{/block:Permalink}
  1299. </div>
  1300. </div>
  1301.  
  1302. <div id="gap2"></div>
  1303.  
  1304. <div id="trois">
  1305. <i class="lnr lnr-tag"></i>
  1306. {block:HasTags}<div class="post_reveal tags">{block:Tags}&nbsp;<a href="{TagURL}">{Tag};</a>{/block:Tags}</div>{/block:HasTags}
  1307. </div>
  1308.  
  1309. {block:Permalink}
  1310. <div id="gap3"></div>
  1311. <div id="quatre">
  1312. <i class="lnr lnr-star"></i>
  1313. <div class="post_reveal">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  1314. </div>
  1315. {/block:Permalink}
  1316.  
  1317. </div>
  1318. {/block:Date}
  1319.  
  1320. <!-- post info -->
  1321.  
  1322. </div>
  1323. <!-- end posts -->
  1324.  
  1325. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1326.  
  1327. <div id="notecontainer">{PostNotes}</div>
  1328.  
  1329. {/block:Posts}
  1330.  
  1331. </div>
  1332. <!-- end posts container -->
  1333.  
  1334. {block:IndexPage}
  1335. {block:ifNotInfiniteScroll}
  1336. <div id="footer">
  1337. {block:Pagination}
  1338. <div id="pagination">
  1339. {block:PreviousPage}<a href="{PreviousPage}"><i class="lnr lnr-chevron-left"></i></a>{/block:PreviousPage}
  1340. {block:JumpPagination length="4"}
  1341. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  1342. {block:JumpPage}<span class="jump_page"><a href="{URL}">{PageNumber}</a></span>{/block:JumpPage}
  1343. {/block:JumpPagination}
  1344. {block:NextPage}<a href="{NextPage}"><i class="lnr lnr-chevron-right"></i></a>{/block:NextPage}
  1345. </div>
  1346. {/block:Pagination}
  1347. </div>
  1348. {/block:ifNotInfiniteScroll}
  1349.  
  1350. {block:ifInfiniteScroll}
  1351. <div class="navigation" id="navigation">
  1352. {block:Pagination}
  1353. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1354. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}
  1355. {/block:Pagination}
  1356. </div>
  1357.  
  1358. {block:ifManuallyLoadContent}
  1359. <div id="footer"><div id="manual"><a id="loadmore">Load More<i class="lnr lnr-chevron-down"></i></a></div></div>
  1360. {/block:ifManuallyLoadContent}
  1361. {/block:ifInfiniteScroll}
  1362. {/block:IndexPage}
  1363.  
  1364. <div id="scrolltotop"><i class="lnr lnr-chevron-up" aria-hidden="true"></i></div><div id="c"><a href="https://felinum.tumblr.com" title="theme by felinum"><img src="https://static.tumblr.com/0cdn90j/ZjQobhv98/snowshoe-cat.png"></a></div>
  1365.  
  1366. <!-- scripts -->
  1367.  
  1368. <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script><script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>{block:ifUnnestCaption}<script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>{/block:ifUnnestCaption}{block:IndexPage}{block:ifInfiniteScroll}<script src="https://static.tumblr.com/0cdn90j/vsOo9wcfa/infinitescroll.js"></script>{/block:ifInfiniteScroll}<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script>{/block:IndexPage}
  1369. <script>
  1370. $(document).ready(function(){
  1371. $('.photo-slideshow').pxuPhotoset({
  1372. lightbox:true,
  1373. rounded:false,
  1374. gutter:'{select:Photoset Gutter}px',
  1375. photoset:'.photo-slideshow',
  1376. photoWrap:'.photo-data',
  1377. photo:'.pxu-photo'
  1378. });
  1379. {block:ifUnnestCaption}
  1380. $('.posts').unnest({
  1381. yourCaption:'.caption',
  1382. newCaptionUsername:false,
  1383. originalPostCaptionUsername:false,
  1384. tumblrAvatars:true,
  1385. tumblrAvatarClass:'.tumblr_avatar',
  1386. usernameColon:false
  1387. });
  1388. {/block:ifUnnestCaption}
  1389. var $container = $('#posts_container');
  1390. {block:IndexPage}
  1391. {block:ifInfiniteScroll}
  1392. $container.infinitescroll({
  1393. navSelector:'#navigation',
  1394. nextSelector:'#navigation a#nextPage',
  1395. itemSelector:'.posts',
  1396. loadingImg:'',
  1397. loadingText:'<em>.</em>',
  1398. bufferPx:2000,
  1399. errorCallback: function(){$('#loadmore').delay(100).fadeOut();}
  1400. },
  1401. function(newElements){
  1402. var $newElems = $(newElements).css('opacity', 0);
  1403. resizeVideos();
  1404. $newElems.find('.photo-slideshow').pxuPhotoset({
  1405. lightbox:true,
  1406. rounded:false,
  1407. gutter:'{select:Photoset Gutter}px',
  1408. photoset:'.photo-slideshow',
  1409. photoWrap:'.photo-data',
  1410. photo:'.pxu-photo'
  1411. });
  1412. {block:ifUnnestCaption}
  1413. $newElems.unnest({
  1414. yourCaption:'.caption',
  1415. newCaptionUsername:false,
  1416. originalPostCaptionUsername:false,
  1417. tumblrAvatars:true,
  1418. tumblrAvatarClass:'.tumblr_avatar',
  1419. usernameColon:false
  1420. });
  1421. {/block:ifUnnestCaption}
  1422. $newElems.imagesLoaded(function(){
  1423. $newElems.animate({opacity: 1});
  1424. });
  1425. }
  1426. );
  1427. {block:ifManuallyLoadContent}
  1428. $(window).unbind('.infscr');
  1429. $("#loadmore").click(function(){
  1430. $container.infinitescroll('retrieve');
  1431. return false;
  1432. });
  1433. {/block:ifManuallyLoadContent}
  1434. {/block:ifInfiniteScroll}
  1435. {/block:IndexPage}
  1436. });
  1437. </script>
  1438. <script>
  1439. $(function() {
  1440. $('body').removeClass('fade-out');
  1441. });
  1442. </script>
  1443. <script type="text/javascript">
  1444. $(document).ready(function(){
  1445. $(window).scroll(function(){
  1446. if ($(this).scrollTop() > 200){
  1447. $('#scrolltotop').stop().animate({right:'-2px'});
  1448. }
  1449. else {
  1450. $('#scrolltotop').stop().animate({right:'-30px'});
  1451. }
  1452. });
  1453. $('#scrolltotop').click(function(){
  1454. $("html, body").animate({scrollTop:0}, 800);
  1455. return false;
  1456. });
  1457. $('.lnr-magnifier').click( function() {
  1458. var toggleWidth = $("#sfm input").width() == 0 ? "50px" : "0px";
  1459. $('#sfm input').animate({width:toggleWidth});
  1460. });
  1461. });
  1462. {block:ifRevealNavOnClick}
  1463. $('#nav_link').live('click',function(){
  1464. $('#sublinks_container').fadeToggle('slow');
  1465. var toggleWidth = $("#sfm input").width() == 0 ? "50px" : "50px";
  1466. $('#sfm input').animate({width:toggleWidth});
  1467. });
  1468. {/block:ifRevealNavOnClick}
  1469. </script>
  1470. <script>
  1471. $(function(){
  1472. {block:ifRevealUpdatesOnClick}
  1473. $(".container_content").hide();
  1474. $(".ui").each(function(){
  1475. $(this).click(function(){
  1476. $(this).parent().find('.container_content').stop(true, true).delay(200).slideToggle("slow");
  1477. });
  1478. })
  1479. {/block:ifRevealUpdatesOnClick}
  1480.  
  1481. $(".ui").each(function(){
  1482. $(this).click(function(){
  1483. var lea = $(this).parent().find(".lino").width() == 0 ? "175px" : "0px";
  1484. $(this).parent().find(".lino").stop(true, true).animate({width:lea});
  1485.  
  1486. });
  1487. })
  1488. });
  1489. </script>
  1490. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script><script src="https://static.tumblr.com/0cdn90j/glvnidntk/jquery.style-my-tooltips.js"></script>
  1491. <script>
  1492. (function($){
  1493. $(document).ready(function(){
  1494. $("[title]").style_my_tooltips({
  1495. tip_follows_cursor:true,
  1496. tip_delay_time:0,
  1497. tip_fade_speed:0,
  1498. attribute:"title"
  1499. });
  1500. });
  1501. })(jQuery);
  1502. </script>
  1503.  
  1504. </body>
  1505. </html>
  1506.  
  1507. <script type="text/javascript">
  1508. // <![CDATA[
  1509. var colour="#ff00f0";
  1510. var sparkles=120;
  1511.  
  1512. /****************************
  1513. * Tinkerbell Magic Sparkle *
  1514. * (c) 2005 mf2fm web-design *
  1515. * https://www.mf2fm.com/rv *
  1516. * DON'T EDIT BELOW THIS BOX *
  1517. ****************************/
  1518. var x=ox=400;
  1519. var y=oy=300;
  1520. var swide=800;
  1521. var shigh=600;
  1522. var sleft=sdown=0;
  1523. var tiny=new Array();
  1524. var star=new Array();
  1525. var starv=new Array();
  1526. var starx=new Array();
  1527. var stary=new Array();
  1528. var tinyx=new Array();
  1529. var tinyy=new Array();
  1530. var tinyv=new Array();
  1531.  
  1532. window.onload=function() { if (document.getElementById) {
  1533. var i, rats, rlef, rdow;
  1534. for (var i=0; i<sparkles; i++) {
  1535. var rats=createDiv(3, 3);
  1536. rats.style.visibility="hidden";
  1537. document.body.appendChild(tiny[i]=rats);
  1538. starv[i]=0;
  1539. tinyv[i]=0;
  1540. var rats=createDiv(5, 5);
  1541. rats.style.backgroundColor="transparent";
  1542. rats.style.visibility="hidden";
  1543. var rlef=createDiv(1, 5);
  1544. var rdow=createDiv(5, 1);
  1545. rats.appendChild(rlef);
  1546. rats.appendChild(rdow);
  1547. rlef.style.top="2px";
  1548. rlef.style.left="0px";
  1549. rdow.style.top="0px";
  1550. rdow.style.left="2px";
  1551. document.body.appendChild(star[i]=rats);
  1552. }
  1553. set_width();
  1554. sparkle();
  1555. }}
  1556.  
  1557. function sparkle() {
  1558. var c;
  1559. if (x!=ox || y!=oy) {
  1560. ox=x;
  1561. oy=y;
  1562. for (c=0; c<sparkles; c++) if (!starv[c]) {
  1563. star[c].style.left=(starx[c]=x)+"px";
  1564. star[c].style.top=(stary[c]=y)+"px";
  1565. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  1566. star[c].style.visibility="visible";
  1567. starv[c]=50;
  1568. break;
  1569. }
  1570. }
  1571. for (c=0; c<sparkles; c++) {
  1572. if (starv[c]) update_star(c);
  1573. if (tinyv[c]) update_tiny(c);
  1574. }
  1575. setTimeout("sparkle()", 40);
  1576. }
  1577.  
  1578. function update_star(i) {
  1579. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  1580. if (starv[i]) {
  1581. stary[i]+=1+Math.random()*3;
  1582. if (stary[i]<shigh+sdown) {
  1583. star[i].style.top=stary[i]+"px";
  1584. starx[i]+=(i%5-2)/5;
  1585. star[i].style.left=starx[i]+"px";
  1586. }
  1587. else {
  1588. star[i].style.visibility="hidden";
  1589. starv[i]=0;
  1590. return;
  1591. }
  1592. }
  1593. else {
  1594. tinyv[i]=50;
  1595. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  1596. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  1597. tiny[i].style.width="2px";
  1598. tiny[i].style.height="2px";
  1599. star[i].style.visibility="hidden";
  1600. tiny[i].style.visibility="visible"
  1601. }
  1602. }
  1603.  
  1604. function update_tiny(i) {
  1605. if (--tinyv[i]==25) {
  1606. tiny[i].style.width="1px";
  1607. tiny[i].style.height="1px";
  1608. }
  1609. if (tinyv[i]) {
  1610. tinyy[i]+=1+Math.random()*3;
  1611. if (tinyy[i]<shigh+sdown) {
  1612. tiny[i].style.top=tinyy[i]+"px";
  1613. tinyx[i]+=(i%5-2)/5;
  1614. tiny[i].style.left=tinyx[i]+"px";
  1615. }
  1616. else {
  1617. tiny[i].style.visibility="hidden";
  1618. tinyv[i]=0;
  1619. return;
  1620. }
  1621. }
  1622. else tiny[i].style.visibility="hidden";
  1623. }
  1624.  
  1625. document.onmousemove=mouse;
  1626. function mouse(e) {
  1627. set_scroll();
  1628. y=(e)?e.pageY:event.y+sdown;
  1629. x=(e)?e.pageX:event.x+sleft;
  1630. }
  1631.  
  1632. function set_scroll() {
  1633. if (typeof(self.pageYOffset)=="number") {
  1634. sdown=self.pageYOffset;
  1635. sleft=self.pageXOffset;
  1636. }
  1637. else if (document.body.scrollTop || document.body.scrollLeft) {
  1638. sdown=document.body.scrollTop;
  1639. sleft=document.body.scrollLeft;
  1640. }
  1641. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  1642. sleft=document.documentElement.scrollLeft;
  1643. sdown=document.documentElement.scrollTop;
  1644. }
  1645. else {
  1646. sdown=0;
  1647. sleft=0;
  1648. }
  1649. }
  1650.  
  1651. window.onresize=set_width;
  1652. function set_width() {
  1653. if (typeof(self.innerWidth)=="number") {
  1654. swide=self.innerWidth;
  1655. shigh=self.innerHeight;
  1656. }
  1657. else if (document.documentElement && document.documentElement.clientWidth) {
  1658. swide=document.documentElement.clientWidth;
  1659. shigh=document.documentElement.clientHeight;
  1660. }
  1661. else if (document.body.clientWidth) {
  1662. swide=document.body.clientWidth;
  1663. shigh=document.body.clientHeight;
  1664. }
  1665. }
  1666.  
  1667. function createDiv(height, width) {
  1668. var div=document.createElement("div");
  1669. div.style.position="absolute";
  1670. div.style.height=height+"px";
  1671. div.style.width=width+"px";
  1672. div.style.overflow="hidden";
  1673. div.style.backgroundColor=colour;
  1674. return (div);
  1675. }
  1676. // ]]>
  1677. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement