Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <title>{Title}</title>
  4. <head>
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=100)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=100)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38. <link rel="shortcut icon" href="https://78.media.tumblr.com/tumblr_m230t37Mb11qfamg6.png"/>
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42. <!--
  43. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  44. THIS THEME WAS PERSONALLY DESIGNED FOR aurumcurls !!
  45. By: Ley @eternalworks.
  46. theme shall not be redistributed. credits may not be removed.
  47. ( thank you for your commission and support !! )
  48. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  49. -->
  50.  
  51. <script language="javascript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  52.  
  53. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  54.  
  55. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  60.  
  61. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  64.  
  65. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  66.  
  67. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  68.  
  69. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  70.  
  71. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  72.  
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  75. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|IBM+Plex+Serif:300i|Old+Standard+TT|Playfair+Display|Roboto+Condensed" rel="stylesheet">
  76.  
  77.  
  78. <style>
  79. div#qTip {
  80. padding: 3px;
  81. display: none;
  82. text-align: center;
  83. position: absolute;
  84. font-size:7px;
  85. margin-left:10px;
  86. margin-top:-2px;
  87. line-height:9px;
  88. font-family:arial;
  89. z-index: 1000;
  90. border: 1px solid #cacaca;
  91. background-color:#fff;
  92. color: #9b9b9b;
  93. text-transform:uppercase;
  94. letter-spacing: 2px;
  95. }
  96. </style>
  97.  
  98.  
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. .popup_block{
  105. display:none;
  106. background: url('http://static.tumblr.com/zma9h5a/N6Gp05763/bg.png');
  107. padding:20px;
  108. float:left;
  109. opacity: 100;
  110.  
  111. position:fixed;
  112. top:50%;left:50%;
  113. z-index: 99999;
  114. }
  115.  
  116. *html #fade {position: absolute;}
  117. *html .popup_block {position: absolute;}
  118. #fade {
  119. display:none;
  120. position:fixed;
  121. left:0px;
  122. top:0px;
  123. width:100%;
  124. height:100%;
  125. z-index:9999;
  126. background:#000; /* change to #fff for solid white */
  127. opacity:0.5; /* change to opacity:1; */
  128.  
  129. }
  130.  
  131.  
  132. iframe#tumblr_controls {
  133. white-space:nowrap;
  134. -webkit-filter: invert(100%);
  135. -moz-filter: invert(100%);
  136. -o-filter: invert(100%);
  137. -ms-filter: invert(100%);
  138. filter: invert(100%);
  139. opacity:.2;transition: .8s ease-in-out;
  140. -webkit-transition: .8s ease-in-out;
  141. -moz-transition: .8s ease-in-out;
  142. -o-transition: .8s ease-in-out;
  143. }
  144.  
  145. /*----- POST IMAGES -----*/
  146.  
  147.  
  148. img {
  149. max-width: 100%;
  150. height: auto;
  151. border:0px solid #dec884;
  152. }
  153.  
  154.  
  155. pre {
  156. white-space: pre-wrap; / css-3 /
  157. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  158. white-space: -pre-wrap; / Opera 4-6 /
  159. white-space: -o-pre-wrap; / Opera 7 /
  160. word-wrap: break-word; / Internet Explorer 5.5+ /
  161. }
  162.  
  163.  
  164.  
  165. /*----- IMP -----*/
  166.  
  167. .popup_block{
  168. display:none;
  169. background: url('');
  170. padding:20px;
  171. float:left;
  172.  
  173. position:fixed;
  174. top:50%;left:50%;
  175. z-index: 99999;
  176. }
  177.  
  178. *html #fade {position: absolute;}
  179. *html .popup_block {position: absolute;}
  180. #fade {
  181. display:none;
  182. position:fixed;
  183. left:0px;
  184. top:0px;
  185. width:100%;
  186. height:100%;
  187. z-index:9999;
  188. background:#000; /* change to #fff for solid white */
  189. opacity:0.5; /* change to opacity:1; */
  190.  
  191. }
  192.  
  193.  
  194.  
  195. /*----- dedede BAR -----*/
  196.  
  197. ::-webkit-scrollbar-thumb {
  198. height: 12px;
  199. border: 1px solid #efeee5;
  200. background: url('') #;
  201. background-color: #efeee5;
  202. }
  203. ::-webkit-scrollbar {
  204. width: 8px;
  205. height: 7px;
  206. border-left: 5px solid #fafafa;
  207. border-right: 5px solid #fafafa;
  208. border-top: 2px solid #fafafa;
  209. border-bottom: 2px solid #fafafa;
  210. background: #fafafa;
  211. }
  212.  
  213. /*----- MAIN CONTENT -----*/
  214.  
  215.  
  216. body {
  217. background: url('https://static.tumblr.com/zma9h5a/Tcrpasmeb/cindy_copy.png') #ebeae6;
  218. background-position: top-right;
  219. background-repeat: no-repeat;/
  220. background-attachment: absolute;
  221. margin:0px;
  222. color: #615f59;
  223. letter-spacing: 0px;
  224. font-family: 'IBM Plex Sans Condensed', sans-serif;
  225. font-size:13px;
  226. line-height:100%;
  227. height: 700px;
  228. overflow-x: hidden;
  229. overflow-y: hidden;
  230. }
  231.  
  232. body, a, a:hover { cursor:url( https://78.media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png ), auto; }
  233.  
  234. /*----- TEXT DETAILS -----*/
  235.  
  236. b,strong {
  237. color: #59626a;
  238. text-shadow:0px 0px #fff;
  239. text-transform:none;
  240. font-family: 'Abel', sans-serif;
  241. letter-spacing: 1px;
  242. font-size:12px;}
  243.  
  244.  
  245. i,em {
  246. color:#ee5964;
  247. font-family: 'IBM Plex Serif', serif;
  248. text-transform: none;
  249. font-size:13px;}
  250.  
  251.  
  252. h1 {
  253. font-weight:normal;
  254. font-size:15px;
  255. font-family: 'Playfair Display', serif;
  256. text-align:center;
  257. text-transform:uppercase;
  258. font-style:bold;
  259. line-height:100%;
  260. letter-spacing:1px;
  261. color:#cdae00;
  262.  
  263.  
  264. }
  265.  
  266. a {
  267. text-decoration:none;
  268. outline:none;
  269. -moz-outline-style:none;
  270. color:#b6cfd8;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. a:hover {
  277. text-decoration:none;
  278. outline:none;
  279. -moz-outline-style:none;
  280. color:#b6cfd8;
  281. }
  282.  
  283. /*----- REBLOG -----*/
  284.  
  285. blockquote {
  286. padding-left:5px;
  287. border-left:1px dashed ;
  288. border-right:1px dashed ;
  289. border-color: #f0ca62;
  290. border-radius: 15px;
  291. margin:7px;
  292. background-color: #efeee5;
  293. padding:5px;
  294. }
  295.  
  296.  
  297. #post {
  298. width:400px;
  299. padding-bottom:0px;
  300. margin-top:0px;
  301. }
  302. #post a{
  303. color: #cdae00;
  304. text-shadow:0px 0px #fff;
  305. letter-spacing:2px;
  306. text-transform:uppercase;
  307. font-family: 'Abel', sans-serif;
  308. font-size: 9px;
  309.  
  310.  
  311. }
  312. #post:hover .tags{
  313. opacity:1;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319.  
  320. #tags {
  321. font-family: 'IBM Plex Sans Condensed', sans-serif;
  322. margin-left:10px;
  323. width:350px;
  324. text-transform:normal;
  325. line-height:120%;
  326. font-size:10px;
  327. text-align:left;
  328. padding-top:5px;
  329. padding:10px;
  330. background-color: #efeee5;
  331. border-left: 2px solid #f0ca62;
  332. border-right: 2px solid #f0ca62;
  333. -moz-transition-duration:0.2s;
  334. -webkit-transition-duration:0.2s;
  335. -o-transition-duration:0.2s;
  336. text-align:center;
  337. }
  338.  
  339. #tags a{
  340. font-family: 'IBM Plex Sans Condensed', sans-serif;
  341. color:#f57f6d;
  342. -moz-transition-duration:0.2s;
  343. -webkit-transition-duration:0.2s;
  344. -o-transition-duration:0.2s;
  345. }
  346.  
  347. #tags a:hover{
  348. color:#446170;
  349. -moz-transition-duration:0.2s;
  350. -webkit-transition-duration:0.2s;
  351. -o-transition-duration:0.2s;
  352. }
  353.  
  354.  
  355. /*----- SIDE CONTENT-----*/
  356.  
  357. #sidebar {
  358. color: #777;
  359. position:absolute;
  360. width:100px;
  361. height:auto;
  362. margin-top:-170px;
  363. margin-left:465px;
  364. text-align:left;
  365. }
  366.  
  367. #description {
  368. position:absolute;
  369. width:175px;
  370. font-family: 'Open Sans', sans-serif;
  371. margin-top:625px;
  372. margin-left:150px;
  373. text-align:center;
  374. font-size:10px;
  375. color: #939090;
  376. text-shadow:1px 1px #000;
  377. letter-spacing:0px;
  378. line-height:130%;
  379. -moz-transition-duration:1s;
  380. -webkit-transition-duration:1s;
  381. -o-transition-duration:1s;
  382. }
  383.  
  384. #description a {
  385. color: #aca09f;
  386. }
  387.  
  388. #description a:hover {
  389. color:#b6cfd8;
  390. }
  391.  
  392. #navi {
  393. background-color: #;
  394. position:absolute;
  395. width:130px;
  396. padding-bottom: 8px;
  397. font-family: 'Old Standard TT', serif;
  398. text-transform: uppercase;
  399. margin-top:460px;
  400. margin-left: -420px;
  401. text-align:center;
  402. font-size:8px;
  403. color: #794568;
  404. letter-spacing:1px;
  405. line-height:130%;
  406. -moz-transition-duration:1s;
  407. -webkit-transition-duration:1s;
  408. -o-transition-duration:1s;
  409. }
  410.  
  411. #navi a {
  412. color: #453b33;
  413. text-shadow:1px 1px #fff;
  414. letter-spacing:2px;
  415.  
  416. }
  417.  
  418.  
  419. #navi a:hover {
  420. color:#bdc3ca;
  421. letter-spacing:2px;
  422. text-shadow:0px 0px #f2e3e3;
  423. }
  424.  
  425. #navi2 {
  426. background-color: #;
  427. position:absolute;
  428. width:130px;
  429. font-family: 'Francois One', sans-serif;
  430. text-transform: uppercase;
  431. margin-top:915px;
  432. margin-left: 740px;
  433. letter-spacing:3px;
  434. text-align:center;
  435. font-size:10px;
  436. color: #a18f7d;
  437. letter-spacing:0px;
  438. line-height:130%;
  439. -moz-transition-duration:1s;
  440. -webkit-transition-duration:1s;
  441. -o-transition-duration:1s;
  442. }
  443.  
  444. #navi2 a {
  445. color: #e68fa1;
  446. text-shadow:1px 1px #fff;
  447.  
  448. }
  449.  
  450.  
  451. #navi2 a:hover {
  452. color:#dc5555;
  453. text-shadow: 0 0 0.2em #5fd3e8;
  454. }
  455.  
  456. #mains {
  457. background-color: #;
  458. position:absolute;
  459. width:190px;
  460. font-family: 'IBM Plex Sans Condensed', sans-serif;
  461. text-transform: NONE;
  462. margin-top:330px;
  463. margin-left:-190px;
  464. text-align:none;
  465. font-size:9px;
  466. color: #666262;
  467. letter-spacing: 0.3px;
  468. overflow-y:hidden;
  469. overflow-x:hidden;
  470. letter-spacing:0px;
  471. line-height:100%;
  472. -moz-transition-duration:1s;
  473. -webkit-transition-duration:1s;
  474. -o-transition-duration:1s;
  475. }
  476.  
  477. .sfm input {background-color: #fff;
  478. font-size: 9px;
  479. border: 1px solid;
  480. border-color: #cebec9;
  481. text-transform: uppercase;
  482. margin-top: 0px;
  483. color: #999;
  484. letter-spacing: 1px;
  485. padding: 4px 8px;
  486. font-family: calibri, helvetica, arial;}
  487.  
  488.  
  489. #mains a {
  490. color: #fff;
  491. }
  492.  
  493. #mains a:hover {
  494. color:#ffffff;
  495. }
  496.  
  497. #textbox {
  498. background-color: #;
  499. position:absolute;
  500. width:165px;
  501. font-family: 'IBM Plex Sans Condensed', sans-serif;
  502. text-transform: NONE;
  503. margin-top:225px;
  504. margin-left: -435px;
  505. text-align:none;
  506. font-size:9px;
  507. color: #615f59;
  508. letter-spacing: 0.3px;
  509. overflow-y:hidden;
  510. overflow-x:hidden;
  511. letter-spacing:0px;
  512. line-height:100%;
  513. -moz-transition-duration:1s;
  514. -webkit-transition-duration:1s;
  515. -o-transition-duration:1s;
  516. }
  517.  
  518. #textbox a {
  519. color: #000;
  520. }
  521.  
  522. #textbox a:hover {
  523. color:#ffffff;
  524. }
  525.  
  526.  
  527.  
  528. #links {
  529. position:relative;
  530. font-family:georgia;
  531. width:450px;
  532. margin-top:385px;
  533. z-index:-1;
  534. margin-left:270px;
  535. display:inline-block;
  536. font-size:18px;
  537. font-style:none;
  538. letter-spacing:1px;
  539. text-align:left;
  540. line-height:280%;
  541. text-transform: lowercase;
  542. -webkit-transition: all .4s linear;
  543. }
  544.  
  545. #links a{
  546. position: static;
  547. line-height:300%;
  548. margin-top:1px;
  549. margin-left:14px;
  550. width:60px;
  551. margin-bottom:4px;
  552. border-bottom:0px solid #0a141c;
  553. color: #6d5e60;
  554. text-shadow:1px 1px #9b8f86;
  555. -moz-transition-duration:.2s;
  556. -webkit-transition-duration:.2s;
  557. -o-transition-duration:.2s;
  558. }
  559.  
  560. #links a:hover {
  561. width:60px;
  562. color: #d1cfbc;
  563. -moz-transition-duration:0.2s;
  564. -webkit-transition-duration:0.2s;
  565. -o-transition-duration:0.2s;
  566. }
  567.  
  568.  
  569. #pagination {
  570. font-family:georgia;
  571. position:absolute;
  572. width:210px;
  573. font-size:25px;
  574. margin-top: 12px;
  575. margin-left: -305px;
  576. padding-left:500px;
  577. letter-spacing:1px;
  578. text-align:center;
  579. }
  580.  
  581. #pagination a {
  582. color:#453b33;
  583. text-shadow:1px 1px #fff;
  584. }
  585.  
  586. #pagination a:hover {
  587. color:#5e5952;
  588. }
  589.  
  590. /*----- POST CONTENT -----*/
  591.  
  592.  
  593. #entries {
  594. background: ;
  595. opacity: 100;
  596. padding: 10px;
  597. width: 400px;
  598. margin-left:265px;
  599. margin-top:55px;
  600. margin-bottom: 50px;
  601. height:545px;
  602. overflow-x: hidden;
  603. overflow-y: auto;
  604. position: absolute;
  605. -moz-transition-duration: 0.8s;
  606. -webkit-transition-duration: 0.8s;
  607. -o-transition-duration: 0.8s;
  608. }
  609.  
  610.  
  611.  
  612.  
  613. ::selection {
  614. background: #f2e7ab; /* WebKit/Blink Browsers */
  615. }
  616. ::-moz-selection {
  617. background: #f2e7ab; /* Gecko Browsers */
  618. }
  619.  
  620.  
  621. #headers{
  622. width:148px;
  623. height:auto;
  624. color: #fff;
  625. text-shadow:1px 1px #000;
  626. padding:10px;
  627. font-size:7px;
  628. font-weight:bold;
  629. letter-spacing:3px;
  630. line-height:100%;
  631. text-transform:uppercase;
  632. background: url('https://static.tumblr.com/zma9h5a/40Kpaoqtm/header.png');
  633. background-color: #f8f9c2;
  634. border:1px solid #161f23;
  635. text-align:center;
  636. }
  637.  
  638. #headers2{
  639. width:385px;
  640. height:28px;
  641. color: #fff;
  642. padding:10px;
  643. font-size:8px;
  644. font-weight:bold;
  645. letter-spacing:3px;
  646. line-height:100%;
  647. text-transform:uppercase;
  648. background: url('https://static.tumblr.com/zma9h5a/msRp9gi41/head.png');
  649. background-color: #fff;
  650. border:0px solid #fff;
  651. text-align:center;
  652. }
  653.  
  654.  
  655. #info {
  656. background: url("");
  657. background-color: #efeee5;
  658. border:0px solid #fff;
  659. font-family: 'Playfair Display', serif;
  660. width:380px;
  661. margin-top:5px;
  662. margin-left:10px;
  663. margin-bottom: 15px;
  664. padding-bottom:140px;
  665. font-size:9px;
  666. background:#;
  667. padding:4px;
  668. color: #726572;
  669. text-transform:uppercase;
  670. font-style:bold;
  671. text-align:left;
  672. -moz-transition-duration:0.5s;
  673. -webkit-transition-duration:0.5s;
  674. -o-transition-duration:0.5s;
  675. }
  676.  
  677. #info a {
  678. color:#f57f6d;
  679. font-style:normal;
  680. font-size:9px;
  681. font-family: 'Playfair Display', serif;
  682.  
  683. }
  684.  
  685. #info a:hover {
  686. color:#4b3832;
  687. }
  688.  
  689. .quote {
  690. font-size:11px;
  691. font-family:georgia;
  692. font-style:normal;
  693. line-height:17px;
  694. margin-bottom:15px;
  695. text-transform:normal;
  696. text-align:left;
  697. font-weight:normal;
  698. font-style:none;
  699. color:#fff;
  700. text-shadow:1px 1px #000;
  701. }
  702.  
  703. #ask {
  704. float:left;
  705. color:#83786e;
  706. padding: 5px;
  707.  
  708. }
  709. #ask_bg{
  710. padding: 5px;
  711. background: url(HERE);
  712. background-color: transparent;
  713. height: auto;
  714. width: 380px;
  715. font-family: 'IBM Plex Sans Condensed', sans-serif;
  716. font-size: 11px;
  717. color: #83786e;
  718. border:0px dashed #0a0f12;
  719. }
  720.  
  721.  
  722. /*----- BOTTOM IMAGE -----*/
  723.  
  724. #corner {
  725. font-size:9px;
  726. font-family:cambria;
  727. font-style:italic;
  728. letter-spacing:1px;
  729. -moz-transition-duration:0.5s;
  730. -webkit-transition-duration:0.5s;
  731. -o-transition-duration:0.5s;
  732. }
  733.  
  734. #corner a {
  735. background-color:transparent;
  736. position:fixed;
  737. right:15px;
  738. bottom:10px
  739. }
  740.  
  741.  
  742.  
  743. #cornerplayer
  744. {z-index:999;
  745. background-color:transparent;
  746. width:30px;
  747. height:50px;
  748. border-radius:0px 0px 0px 0px;
  749. -moz-border-radius:0px 50px 0px 0px;
  750. position:fixed;
  751. overflow:hidden;
  752. bottom:0px;
  753. right:0px;
  754. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  755.  
  756. #cornericon
  757. {margin-top:15px;
  758. margin-bottom:20px;
  759. margin-right:-5px;
  760. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  761.  
  762. #cornerplayer:hover
  763. {width:200px;
  764. -moz-border-radius:0px;
  765. border-radius:0px;}
  766.  
  767. #cornerplayer:hover #cornericon
  768. {margin-top:10px;
  769. margin-left:0px;
  770. margin-bottom:4px;}
  771.  
  772. </style>
  773. </head>
  774. <body>
  775.  
  776. <div id='cornerplayer' style="text-align:center;">
  777.  
  778. <!--<div>
  779.  
  780. <div> </div>-->
  781.  
  782. </div><!--cornerplayer-->
  783.  
  784.  
  785. <div id="sidebar">
  786.  
  787. <div id="sidebarimage">
  788. <a href="/"><img src="{image:sidebar}"></a></div>
  789.  
  790.  
  791. <div id="textbox">
  792. <center>
  793.  
  794. <center>i’m gonna <br>☀️ <b>soak up the sun</b>☀️ <br>
  795. gonna tell everyone
  796. <br>to <b>lighten up</B>
  797. <p>i’m gonna tell ‘em that
  798. <br><code>i’ve got no one to blame</code>
  799. <p>for every time I feel <br><s>l a m e</s> i’m <b>LOOKING UP</b>
  800. <br><img src="https://78.media.tumblr.com/b96023dc65bbf8706c4d0e01341114a1/tumblr_inline_p7gjnbLl6Q1rhwzwl_75sq.png"><img src="https://78.media.tumblr.com/b96023dc65bbf8706c4d0e01341114a1/tumblr_inline_p7gjnbLl6Q1rhwzwl_75sq.png"><center> <blockquote>private & independent</blockquote> <BR><big><b> <img src="https://static.tumblr.com/l2vnzmn/zljp9lv72/26.gif"> CINDY AURUM <img src="https://static.tumblr.com/l2vnzmn/zljp9lv72/26.gif"></b> </big><br>from <i>Final Fantasy XV</i>
  801. </div>
  802.  
  803.  
  804.  
  805. <div id="navi">
  806.  
  807. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="/"> HOME</a></div><br>
  808. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="/ask"> ASK</a></div><br>
  809. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="/"> RULES</a></div><br>
  810. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="/"> NAVI</a></div><br>
  811. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="/"> ABOUT</a></div><br>
  812. <div style="padding: 2px; background-color: #efeee5; border:1px solid #ffef99; line-height: 1;"><a href="http://eternalworks.tumblr.com/"> THEME</a></div><br>
  813.  
  814.  
  815. </div></div>
  816. </div></div>
  817.  
  818.  
  819.  
  820. <div id="description">
  821.  
  822. <div id="pagination">
  823. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> → </a><br />{/block:NextPage}{/block:Pagination}</div></div>
  824. </div></div></div>
  825.  
  826. <div id="entries">{block:Posts}
  827.  
  828.  
  829.  
  830. <div id="post">
  831.  
  832.  
  833.  
  834. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  835.  
  836. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  837.  
  838. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  839.  
  840. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  841.  
  842. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  843.  
  844. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  845.  
  846. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  847.  
  848. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  849.  
  850. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #f0de7a;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  851.  
  852.  
  853. <div id="info">
  854. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  855. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  856.  
  857. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}"></a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big> <img src="https://78.media.tumblr.com/tumblr_m230qf7gnc1qfamg6.gif"> </font></big> </a> </div>
  858.  
  859. </div>
  860.  
  861.  
  862. <div id="tags">
  863. {block:HasTags}
  864. {block:Tags}
  865. #<a href="{TagURL}">{Tag}</a>&nbsp;
  866. {/block:Tags}
  867. {/block:HasTags}
  868. </div>
  869.  
  870. {/block:Posts}
  871.  
  872.  
  873. <script>
  874. $(document).ready(function() {
  875. $('a.poplight[href^=#]').click(function() {
  876. var popID = $(this).attr('rel'); //Get Popup Name
  877. var popURL = $(this).attr('href'); //Get Popup href to define size
  878. var query= popURL.split('?');
  879. var dim= query[1].split('&');
  880. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  881. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  882. var popMargTop = ($('#' + popID).height() + 80) / 2;
  883. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  884. //Apply Margin to Popup
  885. $('#' + popID).css({
  886. 'margin-top' : -popMargTop,
  887. 'margin-left' : -popMargLeft
  888. });
  889. $('body').append('<div id="fade"></div>');
  890. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  891. return false;
  892. });
  893. $('a.close, #fade').live('click', function() {
  894. $('#fade , .popup_block').fadeOut(function() {
  895. $('#fade, a.close').remove(); //fade them both out
  896. });
  897. return false;
  898. });
  899. });
  900. </script>
  901.  
  902. <script type="text/javascript">
  903. <!--
  904. function clickIE() {if (document.all) {(message);return false;}}
  905. function clickNS(e) {if
  906. (document.layers||(document.getElementById&&!document.all)) {
  907. if (e.which==2||e.which==3) {(message);return false;}}}
  908. if (document.layers)
  909. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  910. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  911. document.oncontextmenu=new Function("return false")
  912. // -->
  913. </script>
  914.  
  915. </body>
  916. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement