psychedelic-cunts

GIRLHYS ORIGINAL CODE

Feb 20th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.28 KB | None | 0 0
  1. <!------------------------------------------
  2.  
  3. (◍•ᴗ•◍)♡ ✧*。
  4.  
  5. Custom Theme for Lauren | @girlhy
  6. by ThemeKid Chloë | @redivide | @themekid
  7.  
  8. > Do not delete/alter any credit.
  9. > Do not claim as your own.
  10. > Do not copy any code.
  11. > Do not redistribute.
  12.  
  13. ===========================================
  14.  
  15. DEPENDENCIES:
  16.  
  17. > jQuery
  18. https://jquery.com/
  19. > Outicons by Anton Saputro
  20. https://github.com/antonps/outicons
  21. > FontAwesome
  22. https://fontawesome.com/
  23. > Google Fonts
  24. https://fonts.google.com/
  25. > Style My Tooltips
  26. https://manos.malihu.gr/tuts/style-my-tooltips.html
  27. > SimpleWeather.js
  28. https://monkeecreate.github.io/jquery.simpleWeather/
  29. > jQuery Marquee
  30. https://aamirafridi.com/jquery/jquery-marquee-plugin
  31. > Popups
  32. https://themekid.tumblr.com/post/162000588020/
  33. > imagesLoaded
  34. https://imagesloaded.desandro.com/
  35. > Masonry
  36. https://masonry.desandro.com/
  37. > PXU Photosets - updated by bct
  38. https://bychloethemes.tumblr.com/post/155956945114/
  39. > Infinite Scroll
  40. https://infinite-scroll.com/
  41. > Video Resizing
  42. https://shythemes.tumblr.com/post/134536748863/
  43.  
  44. ------------------------------------------->
  45. <html>
  46. <head>
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/8pnyeus/k9qop982t/themekid-botw-left.css">
  55.  
  56. <meta name="image:More Section" content="" />
  57. <meta name="color:Accent" content="#e5c1c5" />
  58. <meta name="color:Dark Accent" content="#c09992" />
  59. <meta name="color:Link Color" content="#86554c" />
  60. <meta name="if:Daylight Savings Time" content="" />
  61.  
  62. <meta name="text:Followers" content="67404" />
  63. <meta name="text:About" content="" />
  64.  
  65. <meta name="text:Squad 1" content="girlhy" />
  66. <meta name="text:Squad 2" content="girlhy" />
  67. <meta name="text:Squad 3" content="girlhy" />
  68. <meta name="text:Squad 4" content="girlhy" />
  69. <meta name="text:Squad 5" content="girlhy" />
  70. <meta name="text:Squad 6" content="girlhy" />
  71.  
  72. <meta name="text:Reading" content="" />
  73. <meta name="text:Watching" content="" />
  74. <meta name="text:Listening" content="" />
  75.  
  76. <meta name="text:Updates" content="" />
  77.  
  78. <meta charset="UTF-8" />
  79. <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  83. <link href='https://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  84. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600|Shadows+Into+Light" rel="stylesheet">
  85. <link rel="stylesheet" href="https://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  86. <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>;
  87. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  89. <link href="https://static.tumblr.com/dq6g0mp/CRkoupmq1/disney.css" rel="stylesheet">
  90. <script>
  91. (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery);
  92. </script>
  93. <style>
  94. /*---- Whole Badge ----*/
  95.  
  96. .lazyangels-badge{
  97. position:fixed;
  98. /*--- you may need to adjust these numbers a bit, depending on your blog borders and how far from the top (or bottom) you want this to show. Don't forget to also adjust the left postioning on the hover effect if you do this. ---*/
  99. left:-204px;
  100. top:60px;
  101. /*--------------*/
  102. width:250px;
  103. -webkit-transition: all .9s ease;
  104. -moz-transition: all .9s ease;
  105. -o-transition: all .9s ease;
  106. -ms-transition: all .9s ease;
  107. transition: all .9s ease;
  108. }
  109.  
  110. .lazyangels-badge:hover{
  111. left:5px;
  112. }
  113.  
  114. /*---- Label Portion ----*/
  115.  
  116. .lazyangels-label{
  117. display:inline-block;
  118. width:205px;
  119. height:30px;
  120. padding:2px;
  121. border-radius:2px;
  122. border:1px solid #eeeeee;
  123. }
  124.  
  125. .lazyangels-name{
  126. display: flex;
  127. align-items: center;
  128. height:30px;
  129. justify-content: center;
  130. font-family: 'run_wild_-_demoregular';
  131. font-size:20px;
  132. }
  133.  
  134. /*---- Badge Portion ----*/
  135.  
  136. .lazyangels-image{
  137. display:inline-block;
  138. position:absolute;
  139. top:0px;
  140. right:0px;
  141. padding:2px;
  142. border-radius:2px;
  143. background-color:#ffffff;
  144. border:1px solid #eeeeee;
  145. width:30px;
  146. height:30px;
  147. overflow:hidden;
  148. }
  149.  
  150. .lazyangels-icon{
  151. width:30px;
  152. height:30px;
  153. overflow:hidden;
  154. }
  155.  
  156. .lazyangels-icon img{
  157. width:30px;
  158. min-height:30px;
  159. }
  160. .dpn-badge{
  161. position:fixed;
  162. /*--- you may need to adjust these numbers a bit, depending on your blog borders and how far from the top (or bottom) you want this to show. Don't forget to also adjust the left postioning on the hover effect if you do this. ---*/
  163. left:-154px;
  164. top:100px;
  165. /*--------------*/
  166. width:200px;
  167. -webkit-transition: all .9s ease;
  168. -moz-transition: all .9s ease;
  169. -o-transition: all .9s ease;
  170. -ms-transition: all .9s ease;
  171. transition: all .9s ease;
  172. }
  173.  
  174. .dpn-badge:hover{
  175. left:10px;
  176. }
  177.  
  178. /*---- Label Portion ----*/
  179.  
  180. .dpn-label{
  181. display:inline-block;
  182. width:155px;
  183. height:30px;
  184. padding:2px;
  185. border-radius:2px;
  186. border:1px solid #eeeeee;
  187. }
  188.  
  189. .dpn-teamname{
  190. display: flex;
  191. align-items: center;
  192. height:30px;
  193. justify-content: center;
  194. font-family: 'descendantsregular';
  195. font-size:20px;
  196. }
  197.  
  198. /*---- Badge Portion ----*/
  199.  
  200. .dpn-image{
  201. display:inline-block;
  202. position:absolute;
  203. top:0px;
  204. right:0px;
  205. padding:2px;
  206. border-radius:2px;
  207. background-color:#ffffff;
  208. border:1px solid #eeeeee;
  209. width:30px;
  210. height:30px;
  211. overflow:hidden;
  212. }
  213.  
  214. .dpn-teamimage{
  215. width:30px;
  216. height:30px;
  217. overflow:hidden;
  218. }
  219.  
  220. .dpn-teamimage img{
  221. width:30px;
  222. min-height:30px;
  223. }
  224. [class*=" icon-oi_"]:before,[class^=icon-oi_]:before {
  225. line-height:inherit;
  226. }
  227. @font-face {
  228. font-family: 'icomoon';
  229. src: url('https://dl.dropboxusercontent.com/s/1ohfequ7ws4ejzm/icomoon.eot?5kiojs');
  230. src: url('https://dl.dropboxusercontent.com/s/1ohfequ7ws4ejzm/icomoon.eot?5kiojs#iefix') format('embedded-opentype'),
  231. url('https://dl.dropboxusercontent.com/s/9qmsmnbzj2canp9/icomoon.ttf?5kiojs') format('truetype'),
  232. url('https://dl.dropboxusercontent.com/s/eodx1z60h9yimh0/icomoon.woff?5kiojs') format('woff'),
  233. url('https://dl.dropboxusercontent.com/s/m57uc7hijqbua78/icomoon.svg?5kiojs#icomoon') format('svg');
  234. font-weight: normal;
  235. font-style: normal;
  236. }
  237. * {
  238. margin: 0;
  239. padding: 0;
  240. }
  241. ::-webkit-scrollbar {
  242. background-color: #ddd;
  243. height: 11px;
  244. width: 11px;
  245. border: 5px solid #fff;
  246. }
  247. ::-webkit-scrollbar-thumb {
  248. background-color: #000;
  249. border: 5px solid #fff;
  250. }
  251. #tumblr_controls, .tmblr-iframe {
  252. top: 5px!important;
  253. right: 7px!important;
  254. -webkit-filter: invert(100%);
  255. filter: invert(100%);
  256. position: fixed!important;
  257. -webkit-transform: scale(.8, .8);
  258. -moz-transform: scale(.8, .8);
  259. transform: scale(.8, .8);
  260. -webkit-transform-origin: right top;
  261. -moz-transform-origin: right top;
  262. -ms-transform-origin: right top;
  263. -o-transform-origin: right top;
  264. transform-origin: right top;
  265. z-index: 999999999999999999!important
  266. }
  267. #reblogged {
  268. bottom: 20px!important;
  269. right: 20px!important;
  270. }
  271. #s-m-t-tooltip {
  272. max-width: 300px;
  273. padding: 3px 6px;
  274. margin: 20px 10px;
  275. background: #000;
  276. color: #fff;
  277. z-index: 999999999999999!important;
  278. font-size: 10px;
  279. font-weight: normal;
  280. text-transform:uppercase;
  281. }
  282. body {
  283. background: #fff;
  284. color:#000;
  285. font-size:10px;
  286. font-family:'Open Sans', sans-serif;
  287. word-break:break-word;
  288. overflow-x:hidden;
  289. }
  290. body:before {
  291. content:'';
  292. width:9px;
  293. height:100%;
  294. position:fixed;
  295. top:0;
  296. background: {color:Accent};
  297. left:0;
  298. z-index: 99999999999999;
  299. }
  300. body:after {
  301. content:'';
  302. width:9px;
  303. height:100%;
  304. position:fixed;
  305. top:0;
  306. background: {color:Accent};
  307. right:0;
  308. z-index: 9999;
  309. }
  310. html:before {
  311. content:'';
  312. height:9px;
  313. width:100%;
  314. position:fixed;
  315. top:0;
  316. background: {color:Accent};
  317. left:0;
  318. z-index: 9999;
  319. }
  320. html:after {
  321. content:'';
  322. height:9px;
  323. width:100%;
  324. position:fixed;
  325. bottom:0;
  326. background: {color:Accent};
  327. left:0;
  328. z-index: 9999;
  329. }
  330. img:not(.lightbox-image) {
  331. max-width: 100%;
  332. height: auto;
  333. vertical-align: middle;
  334. }
  335. a {
  336. text-decoration: none;
  337. color: {color:Link Color};
  338. }
  339. h1, h2, h3, h4, h5, h6 {
  340. font-family: 'Shadows Into Light', serif;
  341. letter-spacing: 1px;
  342. }
  343. p {
  344. margin: 5px 0;
  345. }
  346. #infscr-loading {
  347. position:absolute;
  348. margin-bottom:-40px;
  349. bottom:30px;
  350. width:200px;
  351. margin-left:50%;
  352. left:-100px;
  353. text-align:center;
  354. }
  355. aside {
  356. width: 210px;
  357. position: fixed;
  358. top: 220px;
  359. right: calc(50% - 506px);
  360. text-align: center;
  361. }
  362. aside h1 {
  363. font-family: 'Shadows Into Light', sans-serif;
  364. text-transform: uppercase ;
  365. letter-spacing: 2px;
  366. font-size: 2.5em;
  367. color: #000 ;
  368. }
  369. #desc {
  370. margin: 20px 0;
  371. line-height: 1.4;
  372. }
  373. ul#nav {
  374. list-style: none;
  375. }
  376. ul#nav a {
  377. color: #000;
  378. }
  379. ul#nav li {
  380. margin: 0 3px;
  381. display: inline-block;
  382. font-size: 1.3em;
  383. }
  384. #container {
  385. position: relative;
  386. left: calc(50% - 520px);
  387. padding: 50px;
  388. padding-top: 155px;
  389. width: 700px;
  390. -webkit-transition: all 0.5s ease-in-out;
  391. -moz-transition: all 0.5s ease-in-out;
  392. -o-transition: all 0.5s ease-in-out;
  393. transition: all 0.5s ease-in-out;
  394. }
  395. .swap #container {
  396. left: -100%;
  397. -webkit-transition: all 0.5s ease-in-out;
  398. -moz-transition: all 0.5s ease-in-out;
  399. -o-transition: all 0.5s ease-in-out;
  400. transition: all 0.5s ease-in-out;
  401. }
  402. #posts {
  403. width:700px;
  404. }
  405. article {
  406. width: 200px;
  407. margin-bottom: 30px;
  408. box-sizing: border-box;
  409. padding: 2px;
  410. border: 4px solid {color:Accent};
  411. background: #fff;
  412. position: relative;
  413. {block:PermalinkPage}
  414. width: 450px;
  415. margin: 0 auto;
  416. padding: 10px;
  417. {/block:PermalinkPage}
  418. }
  419.  
  420. article.photo .reblog-list,
  421. article.video .reblog-list,
  422. article.photoset .reblog-list {
  423. padding: 15px 10px 10px;
  424. }
  425. article:not(.photo):not(.video) {
  426. padding: 15px;
  427. }
  428. article.photo .replog-list:empty,
  429. article .reblog-list:empty {
  430. display: none;
  431. }
  432. .reblog:not(:first-of-type):not(.note) {
  433. padding-top: 10px;
  434. }
  435. article h2 + div {
  436. padding-top: 10px;
  437. }
  438. article p {
  439. margin-bottom: 5px;
  440. }
  441. article p:last-of-type {
  442. margin-bottom: 0;
  443. }
  444. article ol, article ul {
  445. padding-left: 15px;
  446. margin: 10px;
  447. }
  448. article .reblog:not(.note) img {
  449. margin: 5px 0;
  450. }
  451. article blockquote {
  452. margin: 10px;
  453. border-left: 2px solid #eaeaea;
  454. padding-left: 10px;
  455. }
  456. article .reblog-header {
  457. margin-bottom: 3px;
  458. }
  459. article .reblog-header i {
  460. margin-right: 5px;
  461. }
  462. article .inactive span {
  463. text-decoration: line-through;
  464. }
  465. article .reblog-list:hover .inactive:after {
  466. content: 'deactivated';
  467. margin-left: 5px;
  468. text-decoration: none;
  469. }
  470. article.quote cite {
  471. display: block;
  472. text-align: right;
  473. }
  474. article.quote .reblog-list {
  475. display: none;
  476. }
  477. article.chat ul {
  478. list-style: none;
  479. margin: 0;
  480. padding: 0;
  481. font-size: 1.1em;
  482. }
  483. article.chat li:not(:first-of-type) {
  484. margin-top: 5px;
  485. }
  486. .host + .reblog-list {
  487. padding-top: 10px;
  488. }
  489. article .question {
  490. margin-bottom: 10px;
  491. background: #f6f6f6;
  492. padding: 5px;
  493. border-radius: 3px;
  494. }
  495. img.ansa, img.aska {
  496. margin-right: 4px;
  497. border-radius: 2px;
  498. margin-bottom: 3px;
  499. height: 20px;
  500. }
  501. .question:not(:first-of-type) {
  502. background: #fff;
  503. }
  504. {block:IndexPage}
  505. .photo ul.permas {
  506. list-style: none;
  507. text-align: center;
  508. width: 100%;
  509. height: 100%;
  510. background: rgba(255,255,255,0.9);
  511. position: absolute;
  512. top: 0;
  513. left: 0;
  514. font-size: 25px;
  515. z-index: 999;
  516. opacity: 0;
  517. -webkit-transition: all 0.3s;
  518. transition: all 0.3s;
  519. padding-left: 0;
  520. margin: 0;
  521. }
  522. .photo:hover ul.permas {
  523. opacity:1;
  524. -webkit-transition:all 0.3s;
  525. transition:all 0.3s;
  526. }
  527. .photo ul.permas li {
  528. display: inline-block;
  529. margin: 0 3px;
  530. line-height: 50px;
  531. height: 50px;
  532. top: calc(50% - 25px);
  533. position: relative;
  534. }
  535. ul.permas li:not(:last-of-type):after {
  536. content: '·';
  537. margin-left: 6px;
  538. font-size: 0.8em;
  539. }
  540. ul.permas a, ul.permas {
  541. color: #222;
  542. }
  543. article:not(.photo) ul.permas li {
  544. display: inline-block;
  545. margin: 0 3px;
  546. }
  547.  
  548. article:not(.photo) ul.permas {
  549. text-align: center;
  550. margin: 0;
  551. padding: 0;
  552. margin-top: 10px;
  553. }
  554. li.custom-like-button {
  555. position: relative;
  556. }
  557. .like_button {
  558. position: absolute;
  559. top: 0;
  560. left: 0;
  561. right: 0;
  562. bottom: 0;
  563. width: 100%;
  564. height: 100%;
  565. opacity: 0;
  566. z-index: 10;
  567. display:inline-block;
  568. }
  569. .like_button iframe {
  570. width: 100% !important;
  571. height: 100% !important;
  572. }
  573. .our_toggle {
  574. display:inline-block;
  575. top: 0;
  576. left: 0;
  577. right: 0;
  578. bottom: 0;
  579. width: 25px;
  580. height: 34px;
  581. line-height: 34px;
  582. z-index: 1;
  583. -webkit-transition: all 0.2s ease-in-out;
  584. -moz-transition: all 0.2s ease-in-out;
  585. -o-transition: all 0.2s ease-in-out;
  586. transition: all 0.2s ease-in-out;
  587. }
  588. article:not(.photo) .our_toggle {
  589. width: 13px;
  590. height: 18px;
  591. line-height: 18px;
  592. }
  593. .like_button:hover + .our_toggle {
  594. color: #d95e40;
  595. -webkit-transition: all 0.2s ease-in-out;
  596. -moz-transition: all 0.2s ease-in-out;
  597. -o-transition: all 0.2s ease-in-out;
  598. transition: all 0.2s ease-in-out;
  599. }
  600. .like_button.liked + .our_toggle .icon-oi_heart:before {
  601. content: "\e992";
  602. color: #d95e40;
  603. }
  604. {/block:IndexPage}
  605. {block:PermalinkPage}
  606. ul.extra-info {
  607. padding:0;
  608. margin:0;
  609. list-style:none;
  610. text-align:left;
  611. }
  612. ul.extra-info li {
  613. padding: 4px 0;
  614. margin: 3px 0;
  615. border-bottom: 1px solid #fafafa;
  616. text-align:left;
  617. }
  618. ul.extra-info i {
  619. font-size:13px;
  620. color:#7b7b7b;
  621. margin-right:3px;
  622. }
  623. ol.notes a, .extra-info a {
  624. color:#000;
  625. font-weight:bold;
  626. }
  627. ol.notes {
  628. padding:0;
  629. margin: 0;
  630. list-style-type: none;
  631. padding: 0;
  632. }
  633. ol.notes li.note {
  634. padding: 4px 0;
  635. margin: 3px 0;
  636. padding-left: 16px;
  637. border-bottom: 1px solid #fafafa;
  638. }
  639. ol.notes li.note .avatar_frame {
  640. float:right;
  641. }
  642. ol.notes li.note img.avatar {
  643. border-radius:3px;
  644. }
  645. ol.notes li.note blockquote {
  646. border-left:2px solid #eee;
  647. padding-left:10px;
  648. margin:10px 0;
  649. margin-left:15px;
  650. }
  651. ol.notes li.note blockquote a {
  652. text-decoration: none;
  653. }
  654. li.more_notes_link_container {
  655. font-weight: bold;
  656. text-transform: uppercase;
  657. font-size: 0.85em;
  658. }
  659. li.like:before {
  660. content: "\e993";
  661. font-family: icomoon!important;
  662. font-style: normal;
  663. font-weight: 400;
  664. speak: none;
  665. display: inline-block;
  666. text-decoration: inherit;
  667. width: 1em;
  668. text-align: center;
  669. font-variant: normal;
  670. text-transform: none;
  671. vertical-align: middle;
  672. line-height: 1;
  673. font-size: 1em;
  674. -webkit-font-smoothing: antialiased;
  675. -moz-osx-font-smoothing: grayscale;
  676. margin-right: -11px;
  677. color:#f3719f;
  678. left: -16px;
  679. position: relative;
  680. font-size:13px;
  681. }
  682. li.reblog:before {
  683. content:'\e9ae';
  684. font-family: icomoon!important;
  685. font-style: normal;
  686. font-weight: 400;
  687. speak: none;
  688. display: inline-block;
  689. text-decoration: inherit;
  690. width: 1em;
  691. text-align: center;
  692. font-variant: normal;
  693. text-transform: none;
  694. vertical-align: middle;
  695. line-height: 1;
  696. font-size: 1em;
  697. -webkit-font-smoothing: antialiased;
  698. -moz-osx-font-smoothing: grayscale;
  699. margin-right: -11px;
  700. color:#7b7b7b;
  701. left: -16px;
  702. position: relative;
  703. font-size:13px;
  704. }
  705. li.original_post:before {
  706. content:'\e9b8';
  707. }
  708. .reblog-list:empty + .more-info {
  709. margin-top: 10px;
  710. }
  711. a.tags {
  712. margin-right: 5px;
  713. color: #676767;
  714. }
  715. article:not(.photo) .more-info,
  716. article:not(.photoset) .more-info{
  717. margin-top: 10px;
  718. }
  719. article:not(.photo):not(.photoset):not(.video) {
  720. padding: 20px;
  721. }
  722. article:not(.photo):not(.photoset):not(.video) ol.notes {
  723. margin: 10px 0 0;
  724. }
  725. article:not(.photo):not(.photoset):not(.video) .more-info {
  726. margin-left: 0;
  727. margin-right: 0;
  728. }
  729. {/block:PermalinkPage}
  730.  
  731. /* info box */
  732. #more-section {
  733. position: fixed;
  734. top: 120px;
  735. right: 100%;
  736. width: 701px;
  737. box-sizing: border-box;
  738. border: 1px solid #eaeaea;
  739. background: #fff;
  740. padding: 15px 15px 0;
  741. -webkit-transition: all 0.5s ease-in-out;
  742. -moz-transition: all 0.5s ease-in-out;
  743. -o-transition: all 0.5s ease-in-out;
  744. transition: all 0.5s ease-in-out;
  745.  
  746. }
  747. .swap #more-section {
  748. right: calc(50% - 210px);
  749. -webkit-transition: all 0.5s ease-in-out;
  750. -moz-transition: all 0.5s ease-in-out;
  751. -o-transition: all 0.5s ease-in-out;
  752. transition: all 0.5s ease-in-out;
  753. }
  754. .box {
  755. width: 213px;
  756. margin-bottom: 10px;
  757. }
  758. .box h3 {
  759. color: #000;
  760. margin-bottom: 5px;
  761. font-size: 1.4em;
  762. }
  763. #statistics {
  764. table-layout: fixed;
  765. width: 100%;
  766. margin: 0 auto;
  767. text-align: center;
  768. margin-bottom: 5px;
  769. font-size: 0.6em;
  770. border-collapse: collapse;
  771. }
  772. #statistics td {
  773. border: 1px solid #eaeaea;
  774. padding: 6px;
  775. }
  776. #statistics span {
  777. display: inline-block;
  778. font-weight: bold;
  779. font-size: 0.95em;
  780. }
  781. #statistics a {
  782. color: #000;
  783. }
  784. #statistics h2 {
  785. font-family: 'Open Sans', sans-serif;
  786. font-size: 1.7em;
  787. }
  788. progress[value] {
  789. -webkit-appearance: none;
  790. -moz-appearance: none;
  791. appearance: none;
  792. border: none;
  793. width: calc(100% - 54px);
  794. height: 12px;
  795. vertical-align: middle;
  796. margin: 3px 3px;
  797. }
  798. progress[value]::-webkit-progress-bar {
  799. background-color: #f6f6f6;
  800. border-radius: 2px;
  801. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25) inset;
  802. }
  803. progress[value]::-webkit-progress-value {
  804. background-color: {color:Accent};
  805. border-radius: 2px;
  806. background-size: 30px 10px, 100% 100%, 100% 100%;
  807. }
  808. progress[value]::-moz-progress-bar {
  809. background-color: {color:Accent};
  810. border-radius: 2px;
  811. background-size: 30px 10px, 100% 100%, 100% 100%;
  812. }
  813. span.step {
  814. margin: 7px 0;
  815. display: inline-block;
  816. vertical-align: middle;
  817. font-weight: bold;
  818. width: 22px;
  819. text-align: center;
  820. }
  821. .squad li {
  822. list-style: none;
  823. display: inline-block;
  824. width: calc(100%/6 - 4px);
  825. border-radius: 3px;
  826. overflow: hidden;
  827. box-sizing: border-box;
  828. margin: 2px;
  829. }
  830. #currently {
  831. list-style: none;
  832. }
  833. #social {
  834. text-align: center;
  835. }
  836. #social a {
  837. color: #fff;
  838. }
  839. #social li {
  840. list-style: none;
  841. display: inline-block;
  842. font-size: 20px;
  843. line-height: 25px;
  844. padding: 1px;
  845. vertical-align: middle;
  846. margin: 0 5px;
  847. width: 25px;
  848. text-align: center;
  849. border-radius: 5px;
  850. box-shadow: 1px 1px #eaeaea;
  851. }
  852. /*instagram*/
  853. #social li:first-of-type {
  854. background-image:-moz-linear-gradient(top, #8a3ab9 0%, #bc2a8d 50%,#fccc63 100%);
  855. background-image:linear-gradient(top, #8a3ab9 0%, #bc2a8d 50%,#fccc63 100%);
  856. background-image:-webkit-linear-gradient(top, #8a3ab9 0%, #bc2a8d 50%,#fccc63 100%);
  857. background-image:-o-linear-gradient(top, #8a3ab9 0%, #bc2a8d 50%,#fccc63 100%);
  858. background-image:-ms-linear-gradient(top, #8a3ab9 0%, #bc2a8d 50%,#fccc63 100%);
  859. background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#8a3ab9), color-stop(50%,#bc2a8d),color-stop(100%,#fccc63));
  860. }
  861. #social li:nth-of-type(2) {
  862. background: #1da1f2;
  863. }
  864. #social li:nth-of-type(3) {
  865. background: #fffc00;
  866. }
  867. [class*=" weather-"]:before,[class^=weather-]:before{font-family:untitled-font-1!important;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;vertical-align:middle;line-height:inherit;font-size:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  868. .weather-32:before,.weather-34:before,.weather-36:before {
  869. content:"\e00c"
  870. }
  871. .weather-26:before, .weather-27:before, .weather-29:before {
  872. content:"\e00e"
  873. }
  874. .weather-8:before, .weather-9:before, .weather-10:before, .weather-11:before, .weather-12:before, .weather-18:before, .weather-35:before, .weather-40:before {
  875. content:"\e02b"
  876. }
  877. .weather-0:before, .weather-1:before, .weather-2:before, .weather-3:before, .weather-4:before, .weather-38:before, .weather-39:before, .weather-45:before, .weather-47:before {
  878. content:"\e00d"
  879. }
  880. .weather-28:before, .weather-30:before, .weather-44:before {
  881. content:"\e00e"
  882. }
  883. .weather-13:before, .weather-14:before, .weather-15:before, .weather-16:before, .weather-25:before {
  884. content:"\e011"
  885. }
  886. .weather-5:before, .weather-6:before, .weather-7:before, .weather-17:before, .weather-41:before, .weather-42:before, .weather-43:before, .weather-46:before {
  887. content:"\e012"
  888. }
  889. .weather-19:before, .weather-20:before, .weather-21:before, .weather-22:before, .weather-23:before, .weather-24:before {
  890. content:"\e007"
  891. }
  892. .weather-37:before {
  893. content:"\e05c"
  894. }
  895. .weather-31:before, .weather-33:before {
  896. content:"\e01f"
  897. }
  898. #weather i {
  899. font-size:13.5px;
  900. }
  901.  
  902. #weather > div:last-of-type {
  903. border-left: none;
  904. line-height: 1.3em;
  905. padding-top: 10px;
  906. }
  907. #weather > div {
  908. width: 50%;
  909. display: inline-block;
  910. text-align: center;
  911. vertical-align: middle;
  912. border: 1px solid #f0e1de;
  913. box-sizing: border-box;
  914. height: 65px;
  915. padding: 16px 6px;
  916. margin-top: -2px;
  917. }
  918. #weather > div > span {
  919. display:block;
  920. }
  921. #weather h2 {
  922. font-weight:normal;
  923. font-size:1.6em;
  924. }
  925. .marquee {
  926. width: 100%;
  927. overflow: hidden;
  928. }
  929. .box .apply {
  930. width: calc(25% - 3px);
  931. display: inline-block;
  932. vertical-align: middle;
  933. margin-right: 4px;
  934. text-align: center;
  935. }
  936. .box .apply {
  937. height: 90px;
  938. width: 75px;
  939. }
  940. .box .apply:last-of-type{
  941. margin-right: 0;
  942. }
  943. .box .apply img {
  944. display: block;
  945. }
  946. .box #apply-area span {
  947. width: 12px;
  948. text-align: center;
  949. display: inline-block;
  950. }
  951.  
  952. /* popups */
  953. .popup_block {
  954. padding: 30px;
  955. font-size: 10.6px;
  956. background:#fff;
  957. border: 1px solid #eaeaea;
  958. /*don’t change anything below here*/
  959. display: none;
  960. position: fixed;
  961. top: 50%; left: calc(50% - 125px);
  962. z-index: 99999999;
  963. max-height:70vh;
  964. overflow:auto;
  965. -webkit-animation: zoom 0.5s;
  966. -moz-animation: zoom 0.5s;
  967. -ms-animation: zoom 0.5s;
  968. -o-animation: zoom 0.5s;
  969. animation: zoom 0.5s;
  970. }
  971. *html .popup_block {
  972. position: absolute;
  973. }
  974. @-webkit-keyframes zoom {0% {transform: scale(0);-webkit-transform: scale(0);}100% {transform: scale(1.0);-webkit-transform: scale(1.0);}}@-moz-keyframes zoom {0% {transform: scale(0);-moz-transform: scale(0);}100% {transform: scale(1.0);-moz-transform: scale(1.0);}}@keyframes zoom {0% {transform: scale(0);}100% {transform: scale(1.0);}}
  975. .popup_block h2, .popup_block h4 {
  976. margin-bottom: 10px;
  977. }
  978. #popup_ask td {
  979. padding: 10px;
  980. vertical-align: top;
  981. }
  982. #popup_ask table {
  983. table-layout: fixed;
  984. width: 100%;
  985. border-collapse: collapse;
  986. margin-bottom: 10px;
  987. }
  988. #popup_ask h4 {
  989. margin-bottom: 7px;
  990. border-bottom: 1px solid {color:Accent};
  991. padding-bottom: 5px;
  992. }
  993. .linkies h2 {
  994. font-size: 18px;
  995. text-transform: lowercase;
  996. margin: 0px 0 10px;
  997. text-align: center;
  998. }
  999. .linkies h2:not(:first-of-type) {
  1000. margin-top: 10px;
  1001. }
  1002. .linkies ul {
  1003. list-style: none;
  1004. }
  1005.  
  1006. .linkies li {
  1007. display: inline-block;
  1008. width: calc(100% / 3 - 5px);
  1009. text-align: center;
  1010. background: rgba({RGBcolor:Accent},0.3);
  1011. margin-bottom: 5px;
  1012. margin-left: 5px;
  1013. box-sizing: border-box;
  1014. padding: 5px;
  1015. }
  1016.  
  1017. #more-section #box {
  1018. border:none;
  1019. border-bottom:1px solid #eee;
  1020. padding:3px;
  1021. font-family:'Open Sans', sans-serif;
  1022. font-size:9px;
  1023. color:#666;
  1024. width:calc(100% - 25px);
  1025. }
  1026. #more-section form {
  1027. margin-bottom:3px;
  1028. }
  1029. #more-section form i {
  1030. margin-left:5px;
  1031. }
  1032. #more-section #box:focus {
  1033. outline:none;
  1034. }
  1035. #more-section #button {
  1036. border: none;
  1037. background: transparent;
  1038. width: 0;
  1039. height: 0;
  1040. z-index: -1;
  1041. }
  1042. .back-to-top {
  1043. text-align: center;
  1044. bottom: 25px;
  1045. width: 65px;
  1046. left: 45px;
  1047. font-size: 9px;
  1048. cursor: pointer;
  1049. text-transform: uppercase;
  1050. font-weight: bold;
  1051. position: fixed;
  1052. display: none;
  1053. z-index: 99999;
  1054. color: #000;
  1055. }
  1056. .back-to-top i {
  1057. display: block;
  1058. font-size: 2.5em;
  1059. color: {color:Dark Accent};
  1060. }
  1061.  
  1062. #updates li, .will-wont li {
  1063. list-style: none;
  1064. position: relative;
  1065. margin-left: 16px;
  1066. text-align: left;
  1067. }
  1068. #updates li:before, .will-wont li:before {
  1069. content: "\e978";
  1070. font-family: icomoon!important;
  1071. font-style: normal;
  1072. font-weight: 400;
  1073. speak: none;
  1074. display: inline-block;
  1075. text-decoration: inherit;
  1076. width: 1em;
  1077. text-align: center;
  1078. font-variant: normal;
  1079. text-transform: none;
  1080. vertical-align: middle;
  1081. line-height: 1;
  1082. font-size: 1em;
  1083. -webkit-font-smoothing: antialiased;
  1084. -moz-osx-font-smoothing: grayscale;
  1085. margin-right: -11px;
  1086. color: #7b7b7b;
  1087. left: -16px;
  1088. position: relative;
  1089. }
  1090.  
  1091. /* css for icons */
  1092. [class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-oi_ascending:before{content:"\e900"}.icon-oi_audio-wave:before{content:"\e901"}.icon-oi_auto:before{content:"\e902"}.icon-oi_baby:before{content:"\e903"}.icon-oi_bag:before{content:"\e904"}.icon-oi_battery-charge:before{content:"\e905"}.icon-oi_battery-empty:before{content:"\e906"}.icon-oi_battery-full:before{content:"\e907"}.icon-oi_battery-half:before{content:"\e908"}.icon-oi_battery-low:before{content:"\e909"}.icon-oi_bear:before{content:"\e90a"}.icon-oi_beginning:before{content:"\e90b"}.icon-oi_bluetooth:before{content:"\e90c"}.icon-oi_bolt:before{content:"\e90d"}.icon-oi_boxes:before{content:"\e90e"}.icon-oi_briefcase:before{content:"\e90f"}.icon-oi_broadcast:before{content:"\e910"}.icon-oi_brush:before{content:"\e911"}.icon-oi_bullseye:before{content:"\e912"}.icon-oi_cabinet:before{content:"\e913"}.icon-oi_calendar-alt:before{content:"\e914"}.icon-oi_cancel-form:before{content:"\e915"}.icon-oi_cell-tower:before{content:"\e916"}.icon-oi_chart:before{content:"\e917"}.icon-oi_chatbox:before{content:"\e918"}.icon-oi_check-form:before{content:"\e919"}.icon-oi_child:before{content:"\e91a"}.icon-oi_cloud:before{content:"\e91b"}.icon-oi_coins:before{content:"\e91c"}.icon-oi_crystall-ball:before{content:"\e91d"}.icon-oi_currency:before{content:"\e91e"}.icon-oi_delete:before{content:"\e91f"}.icon-oi_descending:before{content:"\e920"}.icon-oi_diamond:before{content:"\e921"}.icon-oi_disc:before{content:"\e922"}.icon-oi_drop:before{content:"\e923"}.icon-oi_drums:before{content:"\e924"}.icon-oi_easel:before{content:"\e925"}.icon-oi_eat:before{content:"\e926"}.icon-oi_end:before{content:"\e927"}.icon-oi_fast-forward:before{content:"\e928"}.icon-oi_female:before{content:"\e929"}.icon-oi_film:before{content:"\e92a"}.icon-oi_fire:before{content:"\e92b"}.icon-oi_form:before{content:"\e92c"}.icon-oi_fridge:before{content:"\e92d"}.icon-oi_gamepad:before{content:"\e92e"}.icon-oi_gift:before{content:"\e92f"}.icon-oi_glasses:before{content:"\e930"}.icon-oi_globe:before{content:"\e931"}.icon-oi_gold-bars:before{content:"\e932"}.icon-oi_headphone:before{content:"\e933"}.icon-oi_headset:before{content:"\e934"}.icon-oi_joystick:before{content:"\e935"}.icon-oi_key:before{content:"\e936"}.icon-oi_lamp:before{content:"\e937"}.icon-oi_leaf:before{content:"\e938"}.icon-oi_lightbulb:before{content:"\e939"}.icon-oi_lipstick:before{content:"\e93a"}.icon-oi_location:before{content:"\e93b"}.icon-oi_male:before{content:"\e93c"}.icon-oi_map:before{content:"\e93d"}.icon-oi_medic:before{content:"\e93e"}.icon-oi_mic:before{content:"\e93f"}.icon-oi_mixer:before{content:"\e940"}.icon-oi_moon:before{content:"\e941"}.icon-oi_music:before{content:"\e942"}.icon-oi_mute:before{content:"\e943"}.icon-oi_new:before{content:"\e944"}.icon-oi_open-box:before{content:"\e945"}.icon-oi_pause:before{content:"\e946"}.icon-oi_pie-chart:before{content:"\e947"}.icon-oi_pill:before{content:"\e948"}.icon-oi_pin:before{content:"\e949"}.icon-oi_planet:before{content:"\e94a"}.icon-oi_play:before{content:"\e94b"}.icon-oi_playlist:before{content:"\e94c"}.icon-oi_rain:before{content:"\e94d"}.icon-oi_record:before{content:"\e94e"}.icon-oi_repeat:before{content:"\e94f"}.icon-oi_rewind:before{content:"\e950"}.icon-oi_shaker:before{content:"\e951"}.icon-oi_shield:before{content:"\e952"}.icon-oi_shirt:before{content:"\e953"}.icon-oi_shuffle:before{content:"\e954"}.icon-oi_signal:before{content:"\e955"}.icon-oi_skull:before{content:"\e956"}.icon-oi_snow:before{content:"\e957"}.icon-oi_snowflake:before{content:"\e958"}.icon-oi_speaker:before{content:"\e959"}.icon-oi_stop:before{content:"\e95a"}.icon-oi_storm:before{content:"\e95b"}.icon-oi_sun-cloud:before{content:"\e95c"}.icon-oi_sun:before{content:"\e95d"}.icon-oi_treble:before{content:"\e95e"}.icon-oi_trophy:before{content:"\e95f"}.icon-oi_umbrella:before{content:"\e960"}.icon-oi_volume-low:before{content:"\e961"}.icon-oi_warning:before{content:"\e962"}.icon-oi_wave:before{content:"\e963"}.icon-oi_announce:before{content:"\e964"}.icon-oi_arrow-down:before{content:"\e965"}.icon-oi_arrow-left:before{content:"\e966"}.icon-oi_arrow-right:before{content:"\e967"}.icon-oi_arrow-up:before{content:"\e968"}.icon-oi_attachment:before{content:"\e969"}.icon-oi_backward:before{content:"\e96a"}.icon-oi_bell:before{content:"\e96b"}.icon-oi_book:before{content:"\e96c"}.icon-oi_bookmark:before{content:"\e96d"}.icon-oi_building:before{content:"\e96e"}.icon-oi_calendar:before{content:"\e96f"}.icon-oi_call:before{content:"\e970"}.icon-oi_camera:before{content:"\e971"}.icon-oi_cancel:before{content:"\e972"}.icon-oi_cart:before{content:"\e973"}.icon-oi_chat:before{content:"\e974"}.icon-oi_check:before{content:"\e975"}.icon-oi_chevron-up:before{content:"\e976"}.icon-oi_chevron-left:before{content:"\e977"}.icon-oi_chevron-right:before{content:"\e978"}.icon-oi_chevron-down:before{content:"\e979"}.icon-oi_cloud-upload:before{content:"\e97a"}.icon-oi_copy:before{content:"\e97b"}.icon-oi_cursor:before{content:"\e97c"}.icon-oi_cut:before{content:"\e97d"}.icon-oi_discuss:before{content:"\e97e"}.icon-oi_dislike:before{content:"\e97f"}.icon-oi_download:before{content:"\e980"}.icon-oi_edit:before{content:"\e981"}.icon-oi_expand:before{content:"\e982"}.icon-oi_export:before{content:"\e983"}.icon-oi_external:before{content:"\e984"}.icon-oi_eye:before{content:"\e985"}.icon-oi_facebook:before{content:"\e986"}.icon-oi_file:before{content:"\e987"}.icon-oi_filter:before{content:"\e988"}.icon-oi_flag:before{content:"\e989"}.icon-oi_font:before{content:"\e98a"}.icon-oi_forbidden:before{content:"\e98b"}.icon-oi_forward:before{content:"\e98c"}.icon-oi_frown:before{content:"\e98d"}.icon-oi_gear:before{content:"\e98e"}.icon-oi_gplus:before{content:"\e98f"}.icon-oi_grid:before{content:"\e990"}.icon-oi_headphone1:before{content:"\e991"}.icon-oi_heart-filled:before{content:"\e992"}.icon-oi_heart:before{content:"\e993"}.icon-oi_help:before{content:"\e994"}.icon-oi_home:before{content:"\e995"}.icon-oi_info:before{content:"\e996"}.icon-oi_laptop:before{content:"\e997"}.icon-oi_like:before{content:"\e998"}.icon-oi_link:before{content:"\e999"}.icon-oi_list:before{content:"\e99a"}.icon-oi_location1:before{content:"\e99b"}.icon-oi_lock:before{content:"\e99c"}.icon-oi_mail:before{content:"\e99d"}.icon-oi_menu:before{content:"\e99e"}.icon-oi_minimize:before{content:"\e99f"}.icon-oi_minus:before{content:"\e9a0"}.icon-oi_mobile:before{content:"\e9a1"}.icon-oi_monitor:before{content:"\e9a2"}.icon-oi_move:before{content:"\e9a3"}.icon-oi_news:before{content:"\e9a4"}.icon-oi_paste:before{content:"\e9a5"}.icon-oi_pause1:before{content:"\e9a6"}.icon-oi_pencil:before{content:"\e9a7"}.icon-oi_photo:before{content:"\e9a8"}.icon-oi_plane:before{content:"\e9a9"}.icon-oi_play1:before{content:"\e9aa"}.icon-oi_plus:before{content:"\e9ab"}.icon-oi_power:before{content:"\e9ac"}.icon-oi_print:before{content:"\e9ad"}.icon-oi_refresh:before{content:"\e9ae"}.icon-oi_sale:before{content:"\e9af"}.icon-oi_save:before{content:"\e9b0"}.icon-oi_search:before{content:"\e9b1"}.icon-oi_share-alt:before{content:"\e9b2"}.icon-oi_share:before{content:"\e9b3"}.icon-oi_smile:before{content:"\e9b4"}.icon-oi_sort:before{content:"\e9b5"}.icon-oi_sound:before{content:"\e9b6"}.icon-oi_star-filled:before{content:"\e9b7"}.icon-oi_star:before{content:"\e9b8"}.icon-oi_support:before{content:"\e9b9"}.icon-oi_tablet:before{content:"\e9ba"}.icon-oi_tags:before{content:"\e9bb"}.icon-oi_time:before{content:"\e9bc"}.icon-oi_trash:before{content:"\e9bd"}.icon-oi_truck:before{content:"\e9be"}.icon-oi_twitter:before{content:"\e9bf"}.icon-oi_unlock:before{content:"\e9c0"}.icon-oi_upload:before{content:"\e9c1"}.icon-oi_user:before{content:"\e9c2"}.icon-oi_voice:before{content:"\e9c3"}.icon-oi_warning1:before{content:"\e9c4"}.icon-oi_wifi:before{content:"\e9c5"}.icon-oi_zoom-in:before{content:"\e9c6"}.icon-oi_zoom-out:before{content:"\e9c7"}
  1093.  
  1094. #botw_by_redivide {
  1095. border: 4px double #f0e1de;/*border of tab*/
  1096. color: #777;/*color of text*/
  1097. }
  1098. #botw_by_redivide #who_is_it, #botw_by_redivide a {
  1099. color: #f0e1de;/*color of links*/
  1100. }
  1101.  
  1102. </style>
  1103.  
  1104. </head>
  1105. <body>
  1106. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/49/49060/3/parts.js"></script>
  1107.  
  1108. <div class="back-to-top">
  1109. <i class="icon-oi_chevron-up"></i>
  1110. Back to top
  1111. </div>
  1112. <aside>
  1113. <h1>{Title}</h1>
  1114. {block:Description}
  1115. <div id="desc">
  1116. {Description}
  1117. </div>
  1118. {/block:Description}
  1119. <ul id="nav">
  1120. <li><a href="/"><i class="icon-oi_home"></i></a>
  1121. <li><a href="#?w=500" rel="popup_ask" class="poplight" title="ask"><i class="icon-oi_chat"></i></a>
  1122. <li><a href="#?w=500" rel="popup_navi" class="poplight" title="links"><i class="icon-oi_link"></i></a>
  1123. <li><a href="#" id="more-link"><i class="icon-oi_info"></i></a>
  1124. <li><a href="/archive"><i class="icon-oi_grid"></i></a>
  1125. </ul>
  1126. </aside>
  1127. <section id="more-section">
  1128. <div id="masonry">
  1129. {block:IfMoreSectionImage}<div class="box">
  1130. <img src="{image:More Section}">
  1131. </div>{/block:IfMoreSectionImage}
  1132. {block:IfAbout}<div class="box">
  1133. <h3>about me</h3>
  1134. {text:About}
  1135. </div>{/block:IfAbout}
  1136. <div class="box">
  1137. <h3>birthdays</h3>
  1138. <div id="birthdayClub"></div>
  1139. </div>
  1140. <div class="box">
  1141. <h3>statistics</h3>
  1142. <table id="statistics">
  1143. <tr>
  1144. <td>
  1145. <h2><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5505219";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");</script></h2>
  1146. <span>ONLINE</span>
  1147. </td>
  1148. <td>
  1149. <h2><span class="followers" data-count="{text:Followers}"><a href="https://followercounter.co/blog/{name}" target="_blank">{text:Followers}</a></span></h2>
  1150. <span>FOLLOW</span>
  1151. </td>
  1152. <td>
  1153. <h2><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3267266";fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");</script></h2>
  1154. <span>BEEN</span>
  1155. </td>
  1156. <td>
  1157. <h2><span id="qplus"><script id="qpscript" src="https://qplus.io/scripts/queued/5999ff54043118fb460938e6"></script></span></h2>
  1158. <span>QUEUED</span>
  1159. </td>
  1160. </tr>
  1161. </table>
  1162. <span id="first-step" class="step"></span>
  1163. <progress id="progress" max="1000" value="0"></progress>
  1164. <span id="second-step" class="step"></span>
  1165. <span id="first-jump" class="step"></span>
  1166. <progress id="goal" max="10000" value="0"></progress>
  1167. <span id="second-jump" class="step"></span>
  1168. <span id="first-leap" class="step"></span>
  1169. <progress id="big-goal" max="100000" value="0"></progress>
  1170. <span id="second-leap" class="step"></span>
  1171. </div>
  1172. <!--apply-->
  1173. <div class="box">
  1174. <h3>apply</h3>
  1175. <div id="apply">
  1176. <div id="apply-area" class="marquee"></div>
  1177. </div>
  1178. </div>
  1179. <div class="box">
  1180. <h3>currently</h3>
  1181. <ul id="currently">
  1182. {block:IfReading}<li><i class="icon-oi_book"></i> {text:Reading}{/block:IfReading}
  1183. {block:IfListening}<li><i class="icon-oi_disc"></i> {text:Listening}{/block:IfListening}
  1184. {block:IfWatching}<li><i class="icon-oi_monitor"></i> {text:Watching}{/block:IfWatching}
  1185. </ul>
  1186. </div>
  1187. <div class="box">
  1188. <h3>squad</h3>
  1189. <ul class="squad">
  1190. {block:IfSquad1}<li><a href="https://{text:Squad 1}.tumblr.com" title="{text:Squad 1}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 1}/avatar/64"></a>{/block:IfSquad1}
  1191. {block:IfSquad2}<li><a href="https://{text:Squad 2}.tumblr.com" title="{text:Squad 2}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 2}/avatar/64"></a>{/block:IfSquad2}
  1192. {block:IfSquad3}<li><a href="https://{text:Squad 3}.tumblr.com" title="{text:Squad 3}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 3}/avatar/64"></a>{/block:IfSquad3}
  1193. {block:IfSquad4}<li><a href="https://{text:Squad 4}.tumblr.com" title="{text:Squad 4}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 4}/avatar/64"></a>{/block:IfSquad4}
  1194. {block:IfSquad5}<li><a href="https://{text:Squad 5}.tumblr.com" title="{text:Squad 5}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 5}/avatar/64"></a>{/block:IfSquad5}
  1195. {block:IfSquad6}<li><a href="https://{text:Squad 6}.tumblr.com" title="{text:Squad 6}"><img src="https://api.tumblr.com/v2/blog/{text:Squad 6}/avatar/64"></a>{/block:IfSquad6}
  1196. </ul>
  1197. </div>
  1198. <div class="box">
  1199. <h3>networks</h3>
  1200. <div class="marquee">
  1201.  
  1202. <a href="https://cosmosnetwork.tumblr.com/">Cosmos Network</a> ·
  1203. <a href="https://thevipnetwork.tumblr.com/">VIP Network</a> ·
  1204. <a href="https://zodiac-network.tumblr.com/">Zodiac Network</a>
  1205. </div>
  1206. </div>
  1207. {block:IfUpdates}<div class="box">
  1208. <h3>updates</h3>
  1209. <ul id="updates">
  1210. {text:Updates}
  1211. </ul>
  1212. </div>{/block:IfUpdates}
  1213. <div class="box">
  1214. <h3>social</h3>
  1215. <ul id="social">
  1216. <li><a href="https://instagram.com/lnicraz" title="instagram"><i class="fa fa-instagram"></i></a>
  1217. <li><a href="https://twitter.com/lnicraz" title="twitter"><i class="fa fa-twitter"></i></a>
  1218. <li><a href="https://snapchat.com/add/heyylaurenx3" title="snapchat"><i class="fa fa-snapchat-ghost"></i></a>
  1219. </ul>
  1220. </div>
  1221. <div class="box">
  1222. <h3>Time</h3>
  1223. <div id="weather"></div>
  1224. <a href="https://time.is/New_Jersey" id="time_is_link" rel="nofollow" style="font-size:20x">My Time: </a>
  1225. <span id="New_Jersey_z161" style="font-size:10px"></span>
  1226. <script src="//widget.time.is/t.js"></script>
  1227. <script>
  1228. time_is_widget.init({New_Jersey_z161:{time_format:"12hours:minutesAMPM"}});
  1229. </script>
  1230.  
  1231. </div>
  1232. <div class="box">
  1233. <h3>search</h3>
  1234. <form action="/search" method="get"><i class="icon-oi_search"></i><input type="text" name="q" value="" id="box"/><input type="submit" value="Search" id="button" /></form>
  1235. </div>
  1236. </div>
  1237. </section>
  1238. <section id="container">
  1239. <div id="posts">
  1240. {block:Posts}<article id="{PostID}" class="{PostType}">
  1241.  
  1242. {block:IndexPage}
  1243. {block:IfReblogHeader}
  1244. {block:RebloggedFrom}
  1245. <div class="header">
  1246. <i class="icon-oi_refresh"></i> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>
  1247. <span class="time-ago">{TimeStamp}</span>
  1248. </div>
  1249. {/block:RebloggedFrom}
  1250. {/block:IfReblogHeader}
  1251. {/block:IndexPage}
  1252.  
  1253. {block:Text}
  1254. {block:Title}<h2>{Title}</h2>{/block:Title}
  1255. {block:NotReblog}
  1256. <div class="reblog-list">
  1257. {Body}
  1258. </div>
  1259. {/block:NotReblog}
  1260. {/block:Text}
  1261.  
  1262. {block:Photo}
  1263. <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" class="zoom">
  1264. <img src="{PhotoURL-500}">
  1265. </a>
  1266. {block:NotReblog}
  1267. {block:Caption}
  1268. <div class="reblog-list">
  1269. {Caption}
  1270. </div>
  1271. {/block:Caption}
  1272. {/block:NotReblog}
  1273. {/block:Photo}
  1274.  
  1275. {block:Photoset}
  1276. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1277. {block:Photos}<div class="photo-data">
  1278. <div class="pxu-photo">
  1279. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1280. </div>
  1281. <a class="tumblr-box zoom" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1282. </div>{/block:Photos}
  1283. </div>
  1284. {block:NotReblog}
  1285. {block:Caption}
  1286. <div class="reblog-list">
  1287. {Caption}
  1288. </div>
  1289. {/block:Caption}
  1290. {/block:NotReblog}
  1291. {/block:Photoset}
  1292.  
  1293. {block:Quote}
  1294. <blockquote>
  1295. <h2>{Quote}</h2>
  1296. </blockquote>
  1297. {block:Source}
  1298. <cite>{Source}</cite>
  1299. {/block:Source}
  1300. {/block:Quote}
  1301.  
  1302. {block:Chat}
  1303. <ul>
  1304. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}{/block:Lines}
  1305. </ul>
  1306. {/block:Chat}
  1307.  
  1308. {block:Link}
  1309. <h2><i class="icon-oi_link"></i> <a href="{URL}">{Name}</a></h2>
  1310. {block:Excerpt}
  1311. <blockquote>
  1312. {Excerpt}
  1313. </blockquote>
  1314. {block:Host}
  1315. <div class="host">
  1316. ({Host})
  1317. </div>
  1318. {/block:Host}
  1319. {/block:Excerpt}
  1320. {block:NotReblog}
  1321. {block:Description}
  1322. <div class="reblog-list">
  1323. {Description}
  1324. </div>
  1325. {/block:Description}
  1326. {/block:NotReblog}
  1327. {/block:Link}
  1328.  
  1329. {block:Video}
  1330. <div class="video-resize">{Video-500}</div>
  1331. {block:NotReblog}
  1332. <div class="reblog-list">
  1333. {Caption}
  1334. </div>
  1335. {/block:NotReblog}
  1336. {/block:Video}
  1337.  
  1338. {block:Audio}
  1339. {block:AudioPlayer}<div class="video">{AudioPlayer}</div>{/block:AudioPlayer}
  1340. {block:NotReblog}
  1341. <div class="reblog-list">
  1342. {Caption}
  1343. </div>
  1344. {/block:NotReblog}
  1345. {/block:Audio}
  1346.  
  1347. {block:Answer}
  1348. <div class="question">
  1349. <div class="querier">
  1350. <img src="{AskerPortraitURL-30}" class="aska">
  1351. {Asker} asked:
  1352. </div>
  1353. {Question}
  1354. </div>
  1355. {block:Answerer}
  1356. <div class="question">
  1357. <div class="querier">
  1358. <img src="{AnswererPortraitURL-30}" class="ansa">
  1359. {Answerer} replied:
  1360. </div>
  1361. {Answer}
  1362. </div>
  1363. {/block:Answerer}
  1364. {block:NotReblog}
  1365. <div class="reblog-list">
  1366. {Replies}
  1367. </div>
  1368. {/block:NotReblog}
  1369. {/block:Answer}
  1370.  
  1371. {block:RebloggedFrom}
  1372. <div class="reblog-list" {block:IndexPage}{block:Photo}style="display:none"{/block:Photo}{block:Photoset}style="display:none"{/block:Photoset}{block:Video}style="display:none"{/block:Video}{block:Audio}style="display:none"{/block:Audio}{/block:IndexPage}{block:Chat}style="display:none"{/block:Chat}>
  1373. {block:Reblogs}
  1374. <div class="{block:isOriginalEntry}original-reblog {/block:isOriginalEntry}reblog">
  1375. <div class="reblog-header">
  1376.  
  1377. <a href="{Permalink}" target="_blank">{block:isOriginalEntry}<i class="icon-oi_user"></i>{/block:isOriginalEntry}{block:isNotOriginalEntry}<i class="icon-oi_refresh"></i>{/block:isNotOriginalEntry}</a>
  1378.  
  1379. {block:IsActive}
  1380. <a target="_blank" href="{Permalink}">{Username}</a>
  1381. {/block:IsActive}
  1382.  
  1383. {block:IsDeactivated}
  1384. <span class="inactive"><span>{Username}</span></span>
  1385. {/block:IsDeactivated}
  1386.  
  1387. </div>
  1388. <div class="reblog-content">
  1389. {Body}
  1390. </div>
  1391. </div>
  1392. {/block:Reblogs}
  1393. </div>
  1394. {/block:RebloggedFrom}
  1395.  
  1396. {block:IndexPage}
  1397. <ul class="permas">
  1398. <li class="custom-like-button" title="like">
  1399. {LikeButton}
  1400. <div class="our_toggle"><i class="icon-oi_heart"></i></div>
  1401. <li><a href="{ReblogURL}" target="_blank" class="reblog_button"><i class="icon-oi_refresh"></i></a>
  1402. <li><a href="{Permalink}" target="_blank" title="{NoteCountWithLabel}"><i class="icon-oi_time"></i></a></ul>
  1403. {/block:IndexPage}
  1404.  
  1405. <!-- {block:NoRebloggedFrom}
  1406. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1407. {/block:NoRebloggedFrom} -->
  1408.  
  1409. {block:ContentSource}<!-- {SourceURL}
  1410. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1411. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1412. {/block:ContentSource}
  1413.  
  1414. {block:PermalinkPage}
  1415. {block:Date}<ul class="extra-info">
  1416. <li><i class="icon-oi_time"></i> {MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear} ({TimeAgo})
  1417. {block:NoteCount}<li><i class="icon-oi_chart"></i> {NoteCountWithLabel}{/block:NoteCount}
  1418. {block:RebloggedFrom}<li><i class="icon-oi_refresh"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1419. {block:ContentSource}<li><i class="icon-oi_globe"></i> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  1420. {block:HasTags}<li><i class="icon-oi_tags"></i> {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  1421. </ul>{/block:Date}
  1422. {block:PostNotes}<div id="notes">
  1423. {PostNotes-16}
  1424. </div>{/block:PostNotes}
  1425. {/block:PermalinkPage}
  1426. </article>{/block:Posts}
  1427. </div>
  1428. </section>
  1429. {block:Pagination}
  1430. <div class="pagination" style="visibility:hidden;">
  1431. {block:NextPage}<a href="{NextPage}" id="next-link">next</a>{/block:NextPage}
  1432. </div>
  1433. {/block:Pagination}
  1434. <script src="https://secure.static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  1435. <script src="https://secure.static.tumblr.com/i5s2zks/0ILo8v362/masonry.pkgd.min.js"></script>
  1436. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1437. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  1438. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1439. <script src ="https://static.tumblr.com/yxfeliq/eqUozosls/shythemes.vr.modified.min.js"></script>
  1440. <script type="text/javascript" src="https://dl.dropboxusercontent.com/s/llib1ztbc6d6vlx/birthdayclub.js"></script>
  1441. <script src="https://static.tumblr.com/8pnyeus/MSVogx70e/jquery.simpleweather.min.js"></script>
  1442. <script type='text/javascript' src='https://static.tumblr.com/8pnyeus/Pxyop5jqr/jquery.marquee.min.js'></script>
  1443. <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js"></script>
  1444. <script type="text/javascript">
  1445. var pxuOptions={
  1446. lightbox:!0,
  1447. rounded:!1,
  1448. gutter:"2px",
  1449. photoset:".photo-slideshow",
  1450. photoWrap:".photo-data",
  1451. photo:".pxu-photo"
  1452. },
  1453. masonryOptions = {
  1454. itemSelector:"article",
  1455. isAnimated:!1,
  1456. columnWidth:200,
  1457. gutter:50,
  1458. fitWidth:false,
  1459. }, masonryInfoOptions = {
  1460. itemSelector:".box",
  1461. isAnimated:!1,
  1462. columnWidth:213,
  1463. gutter:15,
  1464. fitWidth:false,
  1465. }, infScrollOptions = {
  1466. navSelector : "div.pagination",
  1467. nextSelector : ".pagination a#next-link",
  1468. itemSelector : "article",
  1469. loading: {
  1470. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  1471. img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif",
  1472. msg: null,
  1473. msgText: "",
  1474. }
  1475. }
  1476. function removeViaQuotes() {
  1477. $(this).html($(this).html().split('(via')[0]);
  1478. }
  1479. $(document).ready(function(){
  1480. popUp('#more-section, #container');
  1481. $('.video-resize').resizeVideos();
  1482. // scroll to top © html-tuts.com
  1483. var amountScrolled = 300;
  1484. $(window).scroll(function() {
  1485. if ( $(window).scrollTop() > amountScrolled ) {
  1486. $('.back-to-top').fadeIn('slow');
  1487. } else {
  1488. $('.back-to-top').fadeOut('slow');
  1489. }
  1490. });
  1491. $('.back-to-top').click(function() {
  1492. $('html, body').animate({scrollTop: 0}, 700);
  1493. return false;
  1494. });
  1495. $('#more-link').click(function(e){
  1496. e.preventDefault();
  1497. if ($(this).find('i').hasClass('icon-oi_info')){
  1498. $(this).find('i').removeClass().addClass('icon-oi_backward');
  1499. $('body').addClass('swap');
  1500. } else {
  1501. $(this).find('i').removeClass().addClass('icon-oi_info');
  1502. $('body').removeClass('swap');
  1503. }
  1504.  
  1505. });
  1506. $('.photo-slideshow').pxuPhotoset(pxuOptions);
  1507. $('.quote cite').each(removeViaQuotes);
  1508. {block:IndexPage}
  1509. var $tumblelog = $('#posts');
  1510. $tumblelog.imagesLoaded(function () {
  1511. $tumblelog.masonry(masonryOptions);
  1512. });
  1513. $tumblelog.infinitescroll(infScrollOptions, function(newElements) {
  1514. var $newElems = $( newElements );
  1515. $newElems.css({ opacity: 0, zIndex: -1 });
  1516. var $newElemsIDs = $newElems.map(function () {
  1517. return this.id;
  1518. }).get();
  1519. $newElems.find('.photo-slideshow').pxuPhotoset(pxuOptions);
  1520. $newElems.find('.video-resize').resizeVideos();
  1521. $newElems.imagesLoaded(function(){
  1522. $newElems.animate({ opacity: 1, zIndex: 1 });
  1523. $tumblelog.masonry( 'appended', $newElems );
  1524. });
  1525. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1526. });
  1527. {/block:IndexPage}
  1528. });
  1529. </script>
  1530. <script>
  1531. var offset = -4{block:IfDaylightSavingsTime} - 1{block:IfDaylightSavingsTime};
  1532. function displayTime() {
  1533. var date = new Date().getTime() + (offset * 3600000);
  1534. date = new Date(date).toUTCString();
  1535. var hours = date.substring(17,19);
  1536. var minutes = date.substring(20,22);
  1537. var ampm = hours >= 12 ? 'pm' : 'am';
  1538. hours = hours % 12;
  1539. hours = hours ? hours : 12;
  1540. $('#myTime').html(hours + ':' + minutes + ampm)
  1541. setTimeout(displayTime, 500);
  1542. }
  1543. $(document).ready(function(){
  1544. $.simpleWeather({
  1545. location: 'New Jersey,US',
  1546. woeid: '',
  1547. unit: 'f',
  1548. success: function(weather) {
  1549. html = '<div><h2><i class="weather-'+weather.code+'"></i> '+weather.temp+'°'+weather.units.temp+'</h2>';
  1550. html += '<span>'+weather.city+', '+weather.region+'</span></div>';
  1551. html += '<div><span>'+weather.currently+'</span>';
  1552. html += '<span>H: '+weather.high+'°'+weather.units.temp;
  1553. html +=' - L: '+weather.low+'°'+weather.units.temp+'</span>';
  1554. html += '<span id="myTime"> </span>'
  1555. html += '</div>';
  1556. $("#weather").html(html);
  1557. setTimeout(displayTime, 1000);
  1558.  
  1559. },
  1560. error: function(error) {
  1561. $("#weather").html('<p>'+error+'</p>');
  1562. }
  1563. });
  1564. $('.marquee').marquee({
  1565. pauseOnHover: true
  1566. });
  1567. });
  1568. $(window).load(function(){
  1569. var $infoBox = $('#masonry');
  1570. $infoBox.imagesLoaded(function () {
  1571. $infoBox.masonry(masonryInfoOptions);
  1572. });
  1573. var hits = $('#h_3267266 a').text();
  1574. hits = hits / 1000;
  1575. hits = (Math.round(hits * 100) / 100).toFixed(2);
  1576. $('#h_3267266 a').html(hits + "K");
  1577.  
  1578. var qNum = parseInt($('#qplus a').text());
  1579. if(qNum >= 1000) {
  1580. qNum = qNum / 1000;
  1581. qNum = (Math.round(qNum * 100) / 100).toFixed(2);
  1582. qNum = qNum + "K";
  1583. }
  1584. $('#qplus a').text(qNum);
  1585.  
  1586. var followers = $('.followers').data('count');
  1587.  
  1588. var rounded = Math.trunc(followers / 1000);
  1589. $('#first-step').html(rounded + "K");
  1590. $('#second-step').html(Number(rounded) + 1 + "K");
  1591.  
  1592. var goal = Math.trunc(followers / 10000) * 10;
  1593. $('#first-jump').html(goal + "K");
  1594. $('#second-jump').html(Number(goal) + 10 + "K");
  1595. var bigGoal = Math.trunc(followers / 100000) * 100;
  1596. $('#first-leap').html(bigGoal + "K");
  1597. $('#second-leap').html(Number(bigGoal) + 100 + "K");
  1598.  
  1599.  
  1600. if (followers >= 100000) {
  1601. do {
  1602. followers += - 100000;
  1603. } while (followers >= 100000);
  1604. }
  1605. $('#big-goal').attr('value',followers);
  1606.  
  1607. if (followers >= 10000) {
  1608. do {
  1609. followers += - 10000;
  1610. } while (followers >= 10000);
  1611. }
  1612. $('#goal').attr('value',followers);
  1613.  
  1614.  
  1615. if (followers >= 1000) {
  1616. do {
  1617. followers += - 1000;
  1618. } while (followers >= 1000);
  1619. }
  1620. $('#progress').attr('value',followers);
  1621. });
  1622. function apply(data) {
  1623. var output = "";
  1624. for ( i = 0; i < data.posts.length; i++) {
  1625. var post = data.posts[i];
  1626. output += "<div class='apply'>";
  1627. output += "<a href='";
  1628. output += post["url"] + "' target='_blank' title='info'>";
  1629. output += "<img src='" + post["photo-url-1280"] + "'>";
  1630. output += "</a>";
  1631. output += "</div>";
  1632. };
  1633. document.getElementById("apply-area").innerHTML = output;
  1634. }
  1635. </script>
  1636. </body>
  1637.  
  1638. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/21/21229/19/parts.js"></script>
  1639.  
  1640. <div id="popup_ask" class="popup_block">
  1641. <h2>Dear Lauren...</h2>
  1642. <table>
  1643. <tr>
  1644. <td class="will-wont">
  1645. <h4>I Will:</h4>
  1646. <li>Check out your blog (please ask nicely.)
  1647. <li>Collab with mutuals.
  1648. <li>Respond privately. (add p+)
  1649. <li>Do q4q with you. (mutuals only)
  1650.  
  1651. </td>
  1652. <td class="will-wont">
  1653. <h4>I Won't:</h4>
  1654. <li>Follow you on demand or request.
  1655. <li>Click on your ads.
  1656. <li>Give out any personal info.
  1657. <li>Respond to hate or rude messages.
  1658. </td>
  1659. </tr>
  1660. </table>
  1661.  
  1662. <p><iframe id="ask_form" frameborder="0" border="0" scrolling="yes" width="100%" height="190" allowtransparency="true" src="https://www.tumblr.com/ask_form/{name}.tumblr.com"></iframe>;
  1663. </div>
  1664.  
  1665. <div id="popup_navi" class="popup_block linkies">
  1666.  
  1667. <h2><i class="icon-oi_planet"></i> blog</h2>
  1668. <ul>
  1669. <li><a href="https://girlhy.tumblr.com/blogroll">Blogroll</a>
  1670. <li><a href="https://girlhy.tumblr.com/bucketlist">Bucketlist</a>
  1671.  
  1672. <li><a href="https://girlhy.tumblr.com/featuredin">Featured In</a>
  1673. <li><a href="https://girlhy.tumblr.com/favoritespage">Favorites 4.0</a>
  1674. <li><a href="https://girlhy.tumblr.com/queuelist">Queue list</a>
  1675. <li><a href="/">Link</a>
  1676.  
  1677.  
  1678. </ul>
  1679. <h2><i class="icon-oi_star"></i> tags</h2>
  1680. <ul>
  1681. <li><a href="https://girlhy.tumblr.com/tagged/answered">Answered</a>
  1682. <li><a href="https://girlhy.tumblr.com/tagged/myface">My Face</a>
  1683. <li><a href="https://girlhy.tumblr.com/tagged/personal">Personal</a>
  1684. <li><a href="https://girlhy.tumblr.com/tagged/apply">Apply</a>
  1685. <li><a href="https://girlhy.tumblr.com/tagged/awardwinners">Award Winners</a>
  1686. <li><a href="#">Link</a>
  1687. </ul>
  1688. <h2><i class="icon-oi_heart"></i> other</h2>
  1689. <ul>
  1690. <li><a href="https://www.donothingfor2minutes.com/">2 Minutes Of Calm</a>
  1691. <li><a href="https://www.rainymood.com">Rainy Mood</a>
  1692. <li><a href="https://www.cse.unsw.edu.au/~geoffo/humour/flattery.html">Compliments</a>
  1693. <li><a href="https://www.pixelthoughts.co/">Pixel Thoughts</a>
  1694. <li><a href="#">Link</a>
  1695. <li><a href="#">Link</a>
  1696.  
  1697.  
  1698. </ul>
  1699. </div>
  1700. <script src="https://girlhy.tumblr.com/api/read/json?tagged=apply&type=photo&callback=apply"></script>
  1701.  
  1702. <div style="position:fixed; bottom:10px; right:52px;"><img src="https://40.media.tumblr.com/fed0d0491b3759e3484b9e6c21d07b40/tumblr_mgxxwssLZ21rnbzgeo1_500.jpg" width="200"></div>
  1703. </html>
Add Comment
Please, Sign In to add comment