psychedelic-cunts

my blog code:)

Sep 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.38 KB | None | 0 0
  1. rock822star (rock822star@aol.com)
  2. To:you Details
  3. <!------------------------------------------
  4.  
  5. (◍•ᴗ•◍)♡ ✧*。
  6.  
  7. Answer To Theme
  8. by ThemeKid Chloë | @redivide | @themekid
  9.  
  10. > Do not delete/alter any credit.
  11. > Do not claim as your own.
  12. > Do not copy any code.
  13. > Do not redistribute.
  14.  
  15. ------------------------------------------->
  16. <html>
  17. <head>
  18. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  19. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/8pnyeus/k9qop982t/themekid-botw-left.css">
  20. <meta charset="UTF-8" />
  21. <title>{block:TagPage}{Tag} posts | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />
  26. {/block:Description}
  27. {block:Hidden}
  28. <meta name="image:Sidebar" content="http://66.media.tumblr.com/7b04165af206ea3935083663fcb754ac/tumblr_oeepa36YRh1v8yaeco1_400.jpg" />
  29.  
  30. <meta name="color:Accent" content="#dcecf5" />
  31. <meta name="color:Dark Accent" content="#529ecc" />
  32.  
  33. <meta name="if:Redirect Ask" content="" />
  34.  
  35. <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/>
  36. <meta name="text:Ask Link" content="/ask" />
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:URL 1" content="" />
  39. <meta name="text:Icon 1" content="oi-sun" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:URL 2" content="" />
  42. <meta name="text:Icon 2" content="oi-cloud" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:URL 3" content="" />
  45. <meta name="text:Icon 3" content="oi-snowflake" />{/block:Hidden}
  46.  
  47. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  48. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  49. <link href="https://fonts.googleapis.com/css?family=Nixie+One|Open+Sans:400,400i,700,700i|Roboto+Condensed" rel="stylesheet">
  50. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  51. <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  52. <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
  53.  
  54. <script>{block:IfRedirectAsk}
  55. if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
  56. (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);
  57. var fhs = document.createElement('script');var fhs_id = "5515042";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+"' style='display:none'></span>");
  58. </script>
  59.  
  60. <style type="text/css">
  61. /*--
  62.  
  63. updates tab #7 by BRAVETHEMES
  64.  
  65. ◤ ◥
  66. don't be an asshole;
  67. keep the credits.
  68. ◣ ◢
  69.  
  70. - - - -
  71.  
  72. for html help go to:
  73. http://bravethemes.tumblr.com/
  74. http://htmlqueens.tumblr.com/
  75.  
  76. --*/
  77. .kingdom{/* this is the coding to the whole tab holder */
  78. width:170px; /* change the width here */
  79. top:50px; /* change how far from the top ; you can also change it to bottom */
  80. right:50px; /* how far from right ; you can also change it to left */
  81. padding:3px;
  82. position:fixed;
  83. background:#fff; /* change the background here */
  84. }
  85. .kingdom b{ /* this are the subtitles */
  86. text-align:center;
  87. line-height:20px;
  88. border-bottom:1px solid #dcecf5; /* change the border here */
  89. margin-bottom:2px;
  90. letter-spacing:2px;
  91. }
  92. #reign{ /* this is the title coding */
  93. overflow:hidden;
  94. text-align:center; /* you can change it to left, right, or justify */
  95. padding:3px;
  96. height:25px; /* how tall the title box will be */
  97. -webkit-transition: all 0.3s ease-in-out;
  98. -moz-transition: all 0.3s ease-in-out;
  99. -o-transition: all 0.3s ease-in-out;
  100. -ms-transition: all 0.3s ease-in-out;
  101. transition: all 0.3s ease-in-out;
  102. }
  103. #reign:hover{
  104. height:600px; /* change the height here */
  105. -webkit-transition: all 0.3s ease-in-out;
  106. -moz-transition: all 0.3s ease-in-out;
  107. -o-transition: all 0.3s ease-in-out;
  108. -ms-transition: all 0.3s ease-in-out;
  109. transition: all 0.3s ease-in-out;
  110. }
  111. #queen{ /* the thing that gets hovered over */
  112. border:1px solid #dcecf5; /* change the border here */
  113. padding:5px;
  114. margin:7px;
  115. margin-top:10px;
  116. }
  117. .royal{ /* here you cusomize the titles */
  118. border-bottom:1px solid #dcecf5; /* change the borders here */
  119. font-weight:bold;
  120. text-align:center; /* you can change this to left, right, or justify */
  121. padding:5px;
  122. }
  123.  
  124. [class*=" oi-"]:before,[class^=oi-]:before {
  125. line-height:inherit;
  126. }
  127. * {
  128. margin:0;
  129. padding:0;
  130. }
  131. #tumblr_controls, .tmblr-iframe {
  132. top:5px!important;
  133. right:20px!important;
  134. -webkit-filter: invert(90%);
  135. filter: invert(90%);
  136. position:fixed!important;
  137. -webkit-transform:scale(.8, .8);
  138. -moz-transform:scale(.8, .8);
  139. transform:scale(.8, .8);
  140. -webkit-transform-origin: right top;
  141. -moz-transform-origin: right top;
  142. -ms-transform-origin: right top;
  143. -o-transform-origin: right top;
  144. transform-origin: right top;
  145. z-index:999999999999999999!important
  146. }
  147. ::-webkit-scrollbar {
  148. background-color:#ddd;
  149. height: 11px;
  150. width: 11px;
  151. border:5px solid #fff;
  152. }
  153. ::-webkit-scrollbar-thumb {
  154. background-color:#000;
  155. border:5px solid #fff;
  156. }
  157. ::-moz-selection {
  158. color:{color:Dark Accent};
  159. background:rgba({RGBcolor:Accent},0.1);
  160. }
  161.  
  162. ::selection {
  163. color:{color:Dark Accent};
  164. background:rgba({RGBcolor:Accent},0.1);
  165. }
  166. #s-m-t-tooltip {
  167. max-width:300px;
  168. padding:3px 6px;
  169. margin:20px 10px;
  170. background: #000;
  171. color:#fff;
  172. z-index:999999999999999!important;
  173. font-size:9px;
  174. text-transform:uppercase;
  175. font-family:'Roboto Condensed', monospace;
  176. }
  177. #reblogged {
  178. right:35px!important;
  179. }
  180. body {
  181. background: #fff;
  182. color:#000;
  183. font-size:10px;
  184. font-family:'Open Sans', sans-serif;
  185. word-break:break-word;
  186. }
  187. body:before, body:after {
  188. content:'';
  189. width:3px;
  190. height:100%;
  191. position:fixed;
  192. top:0;
  193. right:0;
  194. background: #fff;
  195. border-right:20px solid {color:Accent};
  196. border-left:1px dotted {color:Accent};
  197. }
  198. body:after {
  199. left:0;
  200. border-left:20px solid {color:Accent};
  201. border-right:1px dotted {color:Accent};
  202. }
  203. img:not(.lightbox-image) {
  204. vertical-align:middle;
  205. max-width:100%;
  206. }
  207. a {
  208. text-decoration:none;
  209. color:{color:Dark Accent};
  210. }
  211. h1,h2,h3,h4,h5,h6 {
  212. font-family:'Nixie One', serif;
  213. font-weight:normal;
  214. }
  215. aside {
  216. width:200px;
  217. position:fixed;
  218. top:90px;
  219. left:calc(50% - 420px);
  220. }
  221. aside h1 {
  222. font-size:2.2em;
  223. text-shadow:2px 2px rgba({RGBcolor:Accent},0.6);
  224. }
  225. aside #avatar {
  226. width:90px;
  227. height:90px;
  228. border:1px solid #eaeaea;
  229. padding:5px;
  230. border-radius:50%;
  231. background:#fff;
  232. display:inline-block;
  233. position:absolute;
  234. left:-120px;
  235. top:0;
  236. }
  237. #desc {
  238. margin-top:15px;
  239. }
  240. ul#nav {
  241. list-style:none;
  242. margin:15px 0;
  243. }
  244. ul#nav a {
  245. color:#000;
  246. }
  247. ul#nav li {
  248. font-family:'Nixie One', serif;
  249. text-transform:capitalize;
  250. background:{color:Accent};
  251. display:inline-block;
  252. margin-right:5px;
  253. width:12px;
  254. text-align:center;
  255. height:12px;
  256. line-height:12px;
  257. padding:3px;
  258. border-radius:50%;
  259. -webkit-transition: all 0.3s ease-in-out;
  260. -moz-transition: all 0.3s ease-in-out;
  261. -o-transition: all 0.3s ease-in-out;
  262. transition: all 0.3s ease-in-out;
  263. }
  264. ul#nav li:hover {
  265. transform:rotate(360deg);
  266. -webkit-transition: all 0.3s ease-in-out;
  267. -moz-transition: all 0.3s ease-in-out;
  268. -o-transition: all 0.3s ease-in-out;
  269. transition: all 0.3s ease-in-out;
  270. }
  271. #infscr-loading {
  272. position:absolute;
  273. margin-bottom:0px;
  274. bottom:40px;
  275. width:200px;
  276. margin-left:50%;
  277. left:-100px;
  278. text-align:center;
  279. }
  280. #wrapper {
  281. width:580px;
  282. margin:30px auto;
  283. left:150px;
  284. position:relative;
  285. padding:30px 30px 70px;
  286. }
  287. article {
  288. width:250px;
  289. box-sizing:border-box;
  290. margin-bottom:80px;
  291. padding:10px;
  292. border:1px solid #eaeaea;
  293. outline:1px dotted #eaeaea;
  294. outline-offset:-4px;
  295. position:relative;
  296. background:#fff;
  297. }
  298. * + .caption {
  299. margin-top:10px;
  300. }
  301. img.caption_avatar {
  302. border-radius:3px;
  303. margin-right:5px;
  304. height:20px;
  305. }
  306. blockquote.tumblr_parent {
  307. margin-bottom:10px;
  308. border-bottom:1px solid #fafafa;
  309. padding-bottom:10px;
  310. }
  311. blockquote.tumblr_parent:last-of-type {
  312. margin-bottom:0;
  313. padding-bottom:0;
  314. }
  315. blockquote.tumblr_parent ul,
  316. blockquote.tumblr_parent ol {
  317. margin:10px 0;
  318. line-height:2em;
  319. padding-left:25px;
  320. }
  321. blockquote.tumblr_parent ul {
  322. list-style:circle;
  323. }
  324. blockquote.tumblr_parent blockquote {
  325. border-left:2px solid #eee;
  326. padding-left:10px;
  327. margin:10px 0;
  328. margin-left:15px;
  329. }
  330. blockquote.tumblr_parent p {
  331. margin:5px 0;
  332. }
  333. .t blockquote.tumblr_parent p:last-of-type {
  334. margin-bottom:0;
  335. }
  336. .quote cite {
  337. display:block;
  338. text-align:right;
  339. margin-top:5px;
  340. }
  341. .chat ul {
  342. list-style:none;
  343. }
  344. .chat ul span {
  345. font-weight:bold;
  346. }
  347. .chat ul li {
  348. padding: 6px 0;
  349. border-bottom: 1px solid #fafafa;
  350. }
  351. .chat ul li:last-of-type {
  352. border-bottom:0;
  353. }
  354. .album-art {
  355. height:50px;
  356. margin-bottom:15px;
  357. width:100%;
  358. background:{color:Accent} repeat center center;
  359. background-size:contain;
  360. }
  361. .audio-info {
  362. list-style:none;
  363. padding:0;
  364. margin:0;
  365. }
  366. .audio-info li {
  367. border-bottom:1px solid #eaeaea;
  368. padding:4px 0;
  369. text-align:right;
  370. }
  371. .audio-info i, .audio-info b {
  372. float:left;
  373. }
  374. .audio-info i {
  375. color:#7b7b7b;
  376. margin-right:4px;
  377. }
  378. .tumblr_audio_player {
  379. width: calc(100% - 20px);
  380. position: absolute;
  381. top: 10px;
  382. height: 50px;
  383. opacity: 0.6;
  384. }
  385. span.asker {
  386. display: block;
  387. margin-bottom: 5px;
  388. }
  389. .asker img {
  390. height: 20px;
  391. border-radius: 3px;
  392. margin-right: 3px;
  393. }
  394. .question {
  395. background: #fafafa;
  396. padding: 5px;
  397. border-radius: 3px;
  398. }
  399. .question + .question {
  400. margin-top: 8px;
  401. }
  402. .caption:empty {
  403. margin:0;
  404. }
  405. {block:IndexPage}
  406. article .t {
  407. padding:10px;
  408. }
  409. .photoset {
  410. margin-bottom:7px;
  411. }
  412. blockquote.tumblr_parent:last-of-type {
  413. border-bottom:none;
  414. }
  415. ul.permalinks {
  416. list-style:none;
  417. text-align:center;
  418. }
  419. ul.permalinks a {
  420. color:#000;
  421. }
  422. ul.permalinks li {
  423. background:{color:Accent};
  424. height: 14px;
  425. width: 14px;
  426. text-align: center;
  427. line-height: 14px;
  428. padding: 3px;
  429. border-radius: 50%;
  430. display:inline-block;
  431. margin: 5px;
  432. }
  433. article.non-text-type ul.permalinks {
  434. position:absolute;
  435. top:10px;
  436. left:10px;
  437. width:calc(100% - 20px);
  438. height:calc(100% - 20px);
  439. overflow:hidden;
  440. box-shadow:inset 0 0 20px rgba(100,100,100,0.5);
  441. -webkit-transition: all 0.3s ease-in-out;
  442. -moz-transition: all 0.3s ease-in-out;
  443. -o-transition: all 0.3s ease-in-out;
  444. transition: all 0.3s ease-in-out;
  445. }
  446. article.non-text-type ul.permalinks li {
  447. top:100%;
  448. position:relative;
  449. font-size: 1.2em;
  450. width: 18px;
  451. height: 18px;
  452. line-height: 18px;
  453. opacity:0;
  454. -webkit-transition: all 0.3s ease-in-out;
  455. -moz-transition: all 0.3s ease-in-out;
  456. -o-transition: all 0.3s ease-in-out;
  457. transition: all 0.3s ease-in-out;
  458. }
  459. article.non-text-type:hover ul.permalinks li {
  460. top:calc(50% - 12px);
  461. opacity:1;
  462. -webkit-transition: all 0.3s ease-in-out;
  463. -moz-transition: all 0.3s ease-in-out;
  464. -o-transition: all 0.3s ease-in-out;
  465. transition: all 0.3s ease-in-out;
  466. }
  467. article.non-text-type:hover ul.permalinks li:nth-of-type(2) {
  468. -webkit-transition-delay: 0.1s;
  469. transition-delay: 0.1s;
  470. }
  471. article.non-text-type:hover ul.permalinks li:nth-of-type(3) {
  472. -webkit-transition-delay: 0.2s;
  473. transition-delay: 0.2s;
  474. }
  475. article.non-text-type:hover ul.permalinks {
  476. box-shadow:inset 0 0 0px 150px rgba(255,255,255,0.5);
  477. -webkit-transition: all 0.3s ease-in-out;
  478. -moz-transition: all 0.3s ease-in-out;
  479. -o-transition: all 0.3s ease-in-out;
  480. transition: all 0.3s ease-in-out;
  481. }
  482. li.custom-like-button {
  483. position:relative;
  484. }
  485. .like_button {
  486. position: absolute;
  487. top: 0;
  488. left: 0;
  489. right: 0;
  490. bottom: 0;
  491. width: 100%;
  492. height: 100%;
  493. opacity: 0;
  494. z-index: 10;
  495. }
  496. .like_button iframe {
  497. width: 100% !important;
  498. height: 100% !important;
  499. }
  500. .our_toggle {
  501. top: 0;
  502. left: 0;
  503. right: 0;
  504. bottom: 0;
  505. width: 14px;
  506. height: 14px;
  507. z-index: 1;
  508. -webkit-transition: all 0.2s ease-in-out;
  509. -moz-transition: all 0.2s ease-in-out;
  510. -o-transition: all 0.2s ease-in-out;
  511. transition: all 0.2s ease-in-out;
  512. }
  513. .non-text-type .our_toggle {
  514. width:18px;
  515. height:18px;
  516. }
  517. .like_button:hover + .our_toggle {
  518. color:#d95e40;
  519. -webkit-transition: all 0.2s ease-in-out;
  520. -moz-transition: all 0.2s ease-in-out;
  521. -o-transition: all 0.2s ease-in-out;
  522. transition: all 0.2s ease-in-out;
  523. }
  524. .like_button.liked + .our_toggle .oi-heart:before {
  525. content: "\e098";
  526. color:#d95e40;
  527. }
  528. {/block:IndexPage}{block:PermalinkPage}
  529. article {
  530. width:530px;
  531. padding:25px;
  532. margin:0 auto;
  533. }
  534. blockquote.tumblr_parent {
  535. padding-left:2px;
  536. padding-right:2px;
  537. }
  538. .chat, .quote {
  539. border-bottom:1px solid #fafafa;
  540. padding-bottom:5px;
  541. }
  542. .tumblr_audio_player {
  543. width: calc(100% - 50px);
  544. top: 25px;
  545. }
  546. ul.extra-info {
  547. padding:0;
  548. margin:0;
  549. list-style:none;
  550. text-align:left;
  551. }
  552. ul.extra-info li {
  553. padding: 4px 0;
  554. margin: 3px 0;
  555. border-bottom: 1px solid #fafafa;
  556. text-align:left;
  557. }
  558. ul.extra-info i {
  559. font-size:13px;
  560. color:#7b7b7b;
  561. margin-right:3px;
  562. }
  563. ol.notes a, .extra-info a {
  564. color:#000;
  565. font-weight:bold;
  566. }
  567. ol.notes {
  568. padding:0;
  569. margin: 0;
  570. list-style-type: none;
  571. padding: 0;
  572. }
  573. ol.notes li.note {
  574. padding: 4px 0;
  575. margin: 3px 0;
  576. padding-left: 16px;
  577. border-bottom: 1px solid #fafafa;
  578. }
  579. ol.notes li.note .avatar_frame {
  580. float:right;
  581. }
  582. ol.notes li.note img.avatar {
  583. border-radius:3px;
  584. }
  585. ol.notes li.note blockquote {
  586. border-left:2px solid #eee;
  587. padding-left:10px;
  588. margin:10px 0;
  589. margin-left:15px;
  590. }
  591. ol.notes li.note blockquote a {
  592. text-decoration: none;
  593. }
  594. li.more_notes_link_container {
  595. font-weight: bold;
  596. text-transform: uppercase;
  597. font-size: 0.85em;
  598. }
  599. li.like:before {
  600. content: "\e099";
  601. font-family: untitled-font-1!important;
  602. font-style: normal;
  603. font-weight: 400;
  604. speak: none;
  605. display: inline-block;
  606. text-decoration: inherit;
  607. width: 1em;
  608. text-align: center;
  609. font-variant: normal;
  610. text-transform: none;
  611. vertical-align: middle;
  612. line-height: 1;
  613. font-size: 1em;
  614. -webkit-font-smoothing: antialiased;
  615. -moz-osx-font-smoothing: grayscale;
  616. margin-right: -11px;
  617. color:#f3719f;
  618. left: -16px;
  619. position: relative;
  620. font-size:13px;
  621. }
  622. li.reblog:before {
  623. content:'\e083';
  624. font-family: untitled-font-1!important;
  625. font-style: normal;
  626. font-weight: 400;
  627. speak: none;
  628. display: inline-block;
  629. text-decoration: inherit;
  630. width: 1em;
  631. text-align: center;
  632. font-variant: normal;
  633. text-transform: none;
  634. vertical-align: middle;
  635. line-height: 1;
  636. font-size: 1em;
  637. -webkit-font-smoothing: antialiased;
  638. -moz-osx-font-smoothing: grayscale;
  639. margin-right: -11px;
  640. color:#7b7b7b;
  641. left: -16px;
  642. position: relative;
  643. font-size:13px;
  644. }
  645. li.original_post:before {
  646. content:'\e078';
  647. }
  648. {/block:PermalinkPage}
  649. #botw_by_redivide {
  650. border: 4px double #dcecf5;/*border of tab*/
  651. color: #777;/*color of text*/
  652. }
  653. #botw_by_redivide #who_is_it, #botw_by_redivide a {
  654. color: #dcecf5;/*color of links*/
  655. }
  656. /*announcements tab by chloe | @redivide | @themekid*/
  657. #chloe {
  658. position:fixed;
  659. width:200px;
  660. padding:5px;
  661. bottom:70px; /*distance from bottom*/
  662. right:60px; /*distance from top*/
  663. text-align:right;
  664. z-index:999;
  665. }
  666. #chloe h4 {
  667. font-size:1.5em;
  668. border-bottom:4px double #dcecf5; /*color of title underline*/
  669. display:inline-block;
  670. margin-bottom:10px;
  671. font-family:'Roboto Condensed', sans-serif;
  672. }
  673. #chloe a {
  674. color:#dcecf5; /*color of links*/
  675. text-decoration:none;
  676. }
  677. </style>
  678.  
  679. </head>
  680.  
  681. <body>
  682.  
  683. <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/52/52212/99/parts.js"></script>
  684.  
  685. <!--announcements tab by chloe | @redivide | @themekid--><div id="chloe"><h4>EXTRAS</h4><br>
  686. view my faves 1.0 <a href="http://girlhy.tk/favoritespage" target="_blank">here</a><br>
  687. apply for my awards <a href="http://girlhy.tk/tagged/apply" target="_blank">here</a><br>
  688. apply to be my botm <a href="http://girlhy.tk/post/165125607114/please-do-not-delete-the-text-or-self-promote" target="_blank">here</a><br></div>
  689.  
  690.  
  691. <!--BOTW TAB BY @REDIVIDE | @THEMEKID-->
  692. <div id="botw_by_redivide">
  693. <div id="botw">
  694. BOTM
  695. </div>
  696. <div id="left">
  697. <img src="https://api.tumblr.com/v2/blog/sihlvers/avatar/96" id="iconius"> <!--image of botm, if you just change the username it will be their icon-->
  698. <div id="who_is_it">
  699. Tba<!--name of botw-->
  700. </div>
  701. </div><!--
  702. --><div id="right">
  703. <a href="/" target="_blank" title="her blog"><i class="fa fa-user"></i></a> <!--their url-->
  704. <a href="/" target="_blank" title="her archive"><i class="fa fa-star"></i></a> <!--their archive-->
  705. <br> follow & then msg me for a promo to over 60k+ dashes!
  706. <br><a href="#" style="display:inline-block;margin-top:10px;font-size:0.9em;">be my next botm?</a> <!--change # to your botw post-->
  707. </div>
  708. </div><!--BOTW TAB BY @REDIVIDE | @THEMEKID-->
  709. <aside>
  710. <h1>{Title}</h1>
  711. {block:IfSidebarImage}<img src="{image:Sidebar}" id="avatar">{/block:IfSidebarImage}
  712. {block:Description}<div id="desc">
  713. {Description}
  714. </div>{/block:Description}
  715. <ul id="nav">
  716. <li><a href="/" title="home"><i class="oi-home"></i></a>
  717. {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><i class="oi-chat"></i></a>{/block:AskEnabled}
  718. <li><a href="/archive"><i class="oi-grid"></i></a>
  719. {block:IfLink1}<li><a href="{text:URL 1}" title="{text:Link 1}"><i class="{text:Icon 1}"></i></a>{/block:IfLink1}
  720. {block:IfLink2}<li><a href="{text:URL 2}" title="{text:Link 2}"><i class="{text:Icon 2}"></i></a>{/block:IfLink2}
  721. {block:IfLink3}<li><a href="{text:URL 3}" title="{text:Link 3}"><i class="{text:Icon 3}"></i></a>{/block:IfLink3}
  722. </ul>
  723. </aside>
  724. <div id="wrapper">
  725. <section id="posts">
  726. {block:Posts}<article id="{PostID}" class="{block:Photo}non-{/block:Photo}text-type">
  727. {block:Text}<div class="text t">
  728. {block:Title}<h2>{Title}</h2>{/block:Title}
  729. <div class="caption">{Body}</div>
  730. </div>{/block:Text}{block:Photo}<div class="photo">
  731. <img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}">
  732. </div>{/block:Photo}{block:Photoset}<div class="photoset">
  733. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  734. {block:Photos}<div class="photo-data">
  735. <div class="pxu-photo">
  736. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  737. </div>
  738. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  739. </div>{/block:Photos}
  740. </div>
  741. </div>{/block:Photoset}{block:Quote}<div class="quote {Length} t">
  742. <h2>{Quote}</h2>
  743. {block:Source}<cite>{Source}</cite>{/block:Source}
  744. </div>{/block:Quote}{block:Link}<div class="link t">
  745. <h2><a href="{URL}"><i class="oi-link"></i> {Name}</a></h2>
  746. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  747. </div>{/block:Link}{block:Chat}<div class="chat t">
  748. <ul>
  749. {block:Lines}<li>{block:Label}<span>{Label}</span>{/block:Label} {Line}{/block:Lines}
  750. </ul>
  751. </div>{/block:Chat}{block:Audio}<div class="audio t">
  752. {block:AlbumArt}<div class="album-art" style="background-image:url({AlbumArtURL})"></div>{/block:ALbumArt}
  753. <ul class="audio-info">
  754. <li><i class="oi-mic"></i> <b>Artist:</b> <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  755. <li><i class="oi-playlist"></i> <b>Title:</b> <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  756. <li><i class="oi-disc"></i> <b>Album:</b> <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
  757. <li><i class="oi-repeat"></i> <b>Plays:</b> {FormattedPlayCount}
  758. </ul>
  759. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  760. </div>{/block:Audio}{block:Video}<div class="vid t">
  761. <div class="video">
  762. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-700}{/block:PermalinkPage}
  763. </div>
  764. </div>{/block:Video}{block:Answer}<div class="answer t">
  765. <div class="question">
  766. <span class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked:</span>
  767. {Question}
  768. </div>
  769. {block:Answerer}<div class="question">
  770. <span class="asker"><img src="{AnswererPortraitURL-24} "> {Answerer} replied:</span>
  771. {Answer}
  772. </div>{/block:Answerer}
  773. <div class="caption">
  774. {Replies}
  775. </div>
  776. </div>{/block:Answer}{block:IndexPage}
  777. <ul class="permalinks">
  778. <li class="custom-like-button" title="love">{LikeButton}<div class="our_toggle"><i class="oi-heart"></i></span></div>
  779. <li><a href="{ReblogURL}" target="_blank" title="Reblog"><i class="oi-refresh"></i></a>
  780. <li><a href="{Permalink}" target="_blank" title="{NoteCount}"><i class="oi-info"></i></a>
  781. </ul>
  782. {/block:IndexPage}{block:PermalinkPage}{block:Caption}
  783. <div class="caption">
  784. {Caption}
  785. </div>{/block:Caption}
  786. {block:Date}<ul class="extra-info">
  787. <li><i class="oi-time"></i> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} ({TimeAgo})
  788. {block:NoteCount}<li><i class="oi-chart"></i> {NoteCountWithLabel}{/block:NoteCount}
  789. {block:RebloggedFrom}<li><i class="oi-refresh"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  790. {block:ContentSource}<li><i class="oi-globe"></i> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  791. {block:HasTags}<li><i class="oi-tags"></i> {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  792. </ul>{/block:Date}
  793. {block:PostNotes}<div id="notes">
  794. {PostNotes-16}
  795. </div>{/block:PostNotes}
  796. {/block:PermalinkPage}
  797. </article>
  798. {/block:Posts}
  799. </section>
  800. </div>
  801. {block:Pagination}
  802. <div class="pagination" style="visibility:hidden;">
  803. {block:NextPage}<a href="{NextPage}" id="next-link">next</a>{/block:NextPage}
  804. </div>
  805. {/block:Pagination}
  806. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  807. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  808. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  809. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  810. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  811. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  812. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  813. <script>
  814. var pxuOptions = {
  815. lightbox: true,
  816. rounded: false,
  817. gutter: '5px',
  818. photoset: '.photo-slideshow',
  819. photoWrap: '.photo-data',
  820. photo: '.pxu-photo'
  821. }, infScrollOptions = {
  822. navSelector : "div.pagination",
  823. nextSelector : ".pagination a#next-link",
  824. itemSelector : "article",
  825. loading: {
  826. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  827. img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif",
  828. msg: null,
  829. msgText: "",
  830. },
  831. }, masonryOptions = {
  832. itemSelector: 'article',
  833. isAnimated:false,
  834. columnWidth:250,
  835. gutterWidth:80,
  836. }, unnestOptions = {
  837. yourCaption: ".caption",
  838. wrapName: ".tumblr_parent",
  839. newCaptionUsername: true,
  840. originalPostCaptionUsername: false,
  841. tumblrAvatars: true,
  842. tumblrAvatarClass: ".caption_avatar",
  843. usernameColon: false
  844. }
  845. $(function(){
  846. $('.photo-slideshow').pxuPhotoset(pxuOptions);
  847. $('article').unnest(unnestOptions);
  848. {block:IndexPage}
  849. var $tumblelog = $('#posts');
  850. $tumblelog.imagesLoaded(function () {
  851. $tumblelog.masonry(masonryOptions);
  852. });
  853. $tumblelog.infinitescroll(
  854. infScrollOptions, function( newElements ) {
  855. var $newElems = $( newElements );
  856. var $newElemsIDs = $newElems.map(function () {
  857. return this.id;
  858. }).get();
  859. $newElems.find('.photo-slideshow').pxuPhotoset(pxuOptions);
  860. $newElems = $(newElements).css({ opacity: 0, zIndex: -1});
  861. $newElems.imagesLoaded(function(){
  862. $newElems.animate({ opacity: 1, zIndex: 1 });
  863. $tumblelog.masonry( 'appended', $newElems );
  864. });
  865. $newElems.unnest(unnestOptions);
  866. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  867. resizeVideos();
  868. });
  869.  
  870. {/block:IndexPage}
  871. })();
  872. </script>
  873. </body>
  874. <!-- updates tab by noveia / bravethemes -->
  875. <div class="kingdom">
  876. <div id="reign">
  877. <div class="royal">HOVER HERE</div> <!-- change the title here -->
  878. <div id="queen">
  879. <b>UPDATES</b><br>
  880. • queue runs 24/7
  881. <br>
  882. • new url 8/20/17
  883. <br>
  884. • new theme 9/23/17
  885. <br>
  886. • unfollow spree 9/23/17 <!-- change the text here -->
  887. </div>
  888. <div id="queen">
  889. <b>STATS</b><br>
  890. <script id="qpscript" src="http://qplus.io/scripts/queued/5999ff54043118fb460938e6"></script>
  891. <br>
  892. <script src="https://followercounter.co/api/text/girlhy"></script>
  893. <br>
  894. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5505219";
  895. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  896. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Putting On Sun Lotion&e2=Putting On Sun Lotion&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  897. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  898. </script>
  899. <br>
  900. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3267266";
  901. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name= Went Tanning&a=1";
  902. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  903. </script>
  904. <br>
  905. <a href="https://time.is/New_Jersey" id="time_is_link" rel="nofollow" style="font-size:11px"> My time (EST):</a>
  906. <span id="New_Jersey_z161" style="font-size:12px"></span>
  907. <script src="//widget.time.is/t.js"></script>
  908. <script>
  909. time_is_widget.init({New_Jersey_z161:{time_format:"12hours:minutes:secondsAMPM"}});
  910. </script>
  911. <br>
  912. <div id="pd_rating_holder_8567461"></div>
  913. <script type="text/javascript">
  914. PDRTJS_settings_8567461 = {
  915. "id" : "8567461",
  916. "unique_id" : "default",
  917. "title" : "",
  918. "permalink" : ""
  919. };
  920. (function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
  921. </script><!-- change the text here -->
  922. </div>
  923.  
  924. <div id="queen">
  925. <b>BIRTHDAYS</b><br>
  926. <script type="text/javascript" src="https://dl.dropboxusercontent.com/s/llib1ztbc6d6vlx/birthdayclub.js"></script><div id="birthdayClub"></div> <!-- change the text here -->
  927. </div>
  928. <div id="queen">
  929. <b>CURRENTLY</b><br>
  930. Watching: <br>
  931. • shameless & jersey shore<br>
  932. Reading: <br>
  933. • read between the lines <br>
  934. Listening To: <br>
  935. • dawn golden & a.a bondy <br> <!-- change the text here -->
  936. </div>
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943. </div>
  944. </div>
  945. </div>
  946.  
  947. </html>
Add Comment
Please, Sign In to add comment