Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <title>{Title}</title>
  4.  
  5.  
  6. <script type="text/javascript"
  7. src="https://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. <link rel="shortcut icon" href="https://data.whicdn.com/images/126305527/original.gif"/>
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--
  41. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  42. THIS THEME WAS PERSONALLY CODED FOR sanguinumrosa !!
  43. Coded By: Ley @ETERNALWORKS.
  44. theme shall not be redistributed. credits may not be removed.
  45. please do not remove credit links.
  46. ( thank you for your ongoing support & commission !! )
  47. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  48. -->
  49.  
  50. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  53.  
  54. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  55.  
  56. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  57.  
  58. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  61.  
  62. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  63.  
  64. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  67.  
  68. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  77.  
  78. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  79.  
  80. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  81.  
  82. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  87.  
  88. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  89.  
  90.  
  91. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  92. <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">
  93.  
  94.  
  95. <style>
  96. div#qTip {
  97. padding: 3px;
  98. display: none;
  99. text-align: center;
  100. position: absolute;
  101. font-size:7px;
  102. margin-left:10px;
  103. margin-top:-2px;
  104. line-height:9px;
  105. font-family:arial;
  106. z-index: 1000;
  107. border: 1px solid #cacaca;
  108. background-color:#fff;
  109. color: #9b9b9b;
  110. text-transform:uppercase;
  111. letter-spacing: 2px;
  112. }
  113. </style>
  114.  
  115.  
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120.  
  121. .popup_block{
  122. display:none;
  123. background: url('');
  124. padding:20px;
  125. float:left;
  126. opacity: 100;
  127.  
  128. position:fixed;
  129. top:50%;left:50%;
  130. z-index: 99999;
  131. }
  132.  
  133. *html #fade {position: absolute;}
  134. *html .popup_block {position: absolute;}
  135. #fade {
  136. display:none;
  137. position:fixed;
  138. left:0px;
  139. top:0px;
  140. width:100%;
  141. height:100%;
  142. z-index:9999;
  143. background:#000; /* change to #fff for solid white */
  144. opacity:0.5; /* change to opacity:1; */
  145.  
  146. }
  147.  
  148.  
  149. iframe#tumblr_controls {
  150. white-space:nowrap;
  151. -webkit-filter: invert(100%);
  152. -moz-filter: invert(100%);
  153. -o-filter: invert(100%);
  154. -ms-filter: invert(100%);
  155. filter: invert(100%);
  156. opacity:.2;transition: .8s ease-in-out;
  157. -webkit-transition: .8s ease-in-out;
  158. -moz-transition: .8s ease-in-out;
  159. -o-transition: .8s ease-in-out;
  160. }
  161.  
  162. /*----- POST IMAGES -----*/
  163.  
  164.  
  165. img {
  166. max-width: 100%;
  167. height: auto;
  168. border:0px solid #dec884;
  169. }
  170.  
  171. pre {
  172. white-space: pre-wrap; / css-3 /
  173. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  174. white-space: -pre-wrap; / Opera 4-6 /
  175. white-space: -o-pre-wrap; / Opera 7 /
  176. word-wrap: break-word; / Internet Explorer 5.5+ /
  177. }
  178.  
  179.  
  180.  
  181. /*----- IMP -----*/
  182.  
  183. .popup_block{
  184. display:none;
  185. background: url('');
  186. padding:20px;
  187. float:left;
  188.  
  189. position:fixed;
  190. top:50%;left:50%;
  191. z-index: 99999;
  192. }
  193.  
  194. *html #fade {position: absolute;}
  195. *html .popup_block {position: absolute;}
  196. #fade {
  197. display:none;
  198. position:fixed;
  199. left:0px;
  200. top:0px;
  201. width:100%;
  202. height:100%;
  203. z-index:9999;
  204. background:#000; /* change to #fff for solid white */
  205. opacity:0.5; /* change to opacity:1; */
  206.  
  207. }
  208.  
  209.  
  210.  
  211. /*----- dedede BAR -----*/
  212.  
  213. ::-webkit-scrollbar-thumb {
  214. height: 12px;
  215. border: 1px solid #191919;
  216. background: url('') #;
  217. background-color: #191919;
  218. }
  219. ::-webkit-scrollbar {
  220. width: 8px;
  221. height: 7px;
  222. border-left: 5px solid #191919;
  223. border-right: 5px solid #191919;
  224. border-top: 2px solid #191919;
  225. border-bottom: 2px solid #191919;
  226. background: #191919;
  227. }
  228.  
  229. /*----- MAIN CONTENT -----*/
  230.  
  231. body {
  232. background: url('https://static.tumblr.com/zma9h5a/EDQppv1p4/wallpaper.png') #171817;
  233. background-position: top-right;
  234. background-repeat: no-repeat;/
  235. background-attachment: absolute;
  236. margin:0px;
  237. color: #535353;
  238. letter-spacing: 0px;
  239. font-family: times;
  240. font-size:13px;
  241. line-height:100%;
  242. height: 900px;
  243. overflow-x: hidden;
  244. overflow-y: hidden;
  245.  
  246.  
  247. }
  248.  
  249. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  250.  
  251. /*----- TEXT DETAILS -----*/
  252.  
  253. b,strong {
  254. color: #fff;
  255. text-transform:uppercase;
  256. font-family: times;
  257. letter-spacing: 1px;
  258. font-size:11px;}
  259.  
  260.  
  261. i,em {
  262. color:#999999;
  263. font-family: times;
  264. text-transform: none;
  265. font-size:12px;}
  266.  
  267.  
  268. h1 {
  269. font-weight:normal;
  270. font-size:16px;
  271. font-family: georgia;
  272. font-style:bold;
  273. text-align:center;
  274. text-transform:uppercase;
  275. font-style:bold;
  276. line-height:100%;
  277. letter-spacing:2px;
  278. color:#943131;
  279.  
  280.  
  281. }
  282.  
  283. a {
  284. text-decoration:none;
  285. outline:none;
  286. -moz-outline-style:none;
  287. color:#b6cfd8;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. a:hover {
  294. text-decoration:none;
  295. outline:none;
  296. -moz-outline-style:none;
  297. color:#b6cfd8;
  298. }
  299.  
  300. /*----- REBLOG -----*/
  301.  
  302.  
  303.  
  304. blockquote {
  305. padding-left:5px;
  306. border-left: 4px solid #eed0ce;
  307. text-align:justify;
  308. border-radius: 17px;
  309. margin:7px;
  310. background-color: #191919;
  311. padding:5px;
  312. border-image:
  313. linear-gradient(
  314. to bottom,
  315. #6b6b6b,
  316. rgba(0, 0, 0, 0)
  317. ) 1 100%;
  318. }
  319.  
  320.  
  321. #post {
  322. width:395px;
  323. word-wrap: break-word;
  324. padding-bottom:0px;
  325. margin-top:0px;
  326. }
  327.  
  328.  
  329. #post a{
  330. color: #999999;
  331. text-shadow:0px 0px #999999;
  332. letter-spacing:2px;
  333. text-transform:uppercase;
  334. font-family: 'Abel', sans-serif;
  335. font-size: 9px;
  336.  
  337.  
  338. }
  339. #post:hover .tags{
  340. opacity:1;
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. }
  345.  
  346.  
  347. #tags {
  348. font-family: 'IBM Plex Sans Condensed', sans-serif;
  349. margin-left:30px;
  350. color:#4e3347;
  351. width:310px;
  352. text-transform:normal;
  353. line-height:120%;
  354. font-size:10px;
  355. text-align:left;
  356. padding-top:5px;
  357. padding:10px;
  358. background-color: #191919;
  359. border-radius: 0px;
  360. border: 0px solid #fb8982;
  361. -moz-transition-duration:0.2s;
  362. -webkit-transition-duration:0.2s;
  363. -o-transition-duration:0.2s;
  364. text-align:center;
  365. }
  366.  
  367. #tags a{
  368. font-family: 'IBM Plex Sans Condensed', sans-serif;
  369. text-shadow:0px 0px #953838;
  370. color:#953838;
  371. -moz-transition-duration:0.2s;
  372. -webkit-transition-duration:0.2s;
  373. -o-transition-duration:0.2s;
  374. }
  375.  
  376. #tags a:hover{
  377. color:#fff;
  378. -moz-transition-duration:0.2s;
  379. -webkit-transition-duration:0.2s;
  380. -o-transition-duration:0.2s;
  381. }
  382.  
  383.  
  384. /*----- SIDE CONTENT-----*/
  385.  
  386. #sidebar {
  387. color: #777;
  388. position:absolute;
  389. width:100px;
  390. height:auto;
  391. margin-top:-170px;
  392. margin-left:465px;
  393. text-align:left;
  394. }
  395.  
  396. #description {
  397. position:absolute;
  398. width:175px;
  399. font-family: 'Open Sans', sans-serif;
  400. margin-top:825px;
  401. margin-left:150px;
  402. text-align:center;
  403. font-size:10px;
  404. color: #939090;
  405. text-shadow:1px 1px #000;
  406. letter-spacing:0px;
  407. line-height:130%;
  408. -moz-transition-duration:1s;
  409. -webkit-transition-duration:1s;
  410. -o-transition-duration:1s;
  411. }
  412.  
  413. #description a {
  414. color: #aca09f;
  415. }
  416.  
  417. #description a:hover {
  418. color:#b6cfd8;
  419. }
  420.  
  421. #heads {
  422. background-color: #;
  423. position:absolute;
  424. width:360px;
  425. font-family: 'Alegreya Sans SC', sans-serif;
  426. text-transform: none;
  427. margin-top:39px;
  428. margin-left: 100px;
  429. text-align:center;
  430. font-size:9px;
  431. color: #504d48;
  432. letter-spacing:1px;
  433. line-height:130%;
  434. -moz-transition-duration:1s;
  435. -webkit-transition-duration:1s;
  436. -o-transition-duration:1s;
  437. }
  438.  
  439. #heads a {
  440. color: #000;
  441. text-shadow:0px 1px #fff;
  442. letter-spacing:2px;
  443.  
  444. }
  445.  
  446.  
  447. #heads a:hover {
  448. color:#839bb2;
  449. letter-spacing:3px;
  450. font-size: 10px;
  451. text-shadow:0px 0px #000;
  452. }
  453.  
  454.  
  455.  
  456. #navi {
  457. background-color: #transparent;
  458. position:absolute;
  459. width:75px;
  460. font-family: georgia;
  461. text-transform: uppercase;
  462. margin-top:136px;
  463. margin-left: 20px;
  464. text-align:center;
  465. font-size:9px;
  466. color: #828282;
  467. letter-spacing:1px;
  468. line-height:130%;
  469. -moz-transition-duration:1s;
  470. -webkit-transition-duration:1s;
  471. -o-transition-duration:1s;
  472. }
  473.  
  474. #navi a {
  475. color: #fff;
  476. font-size:7px;
  477. text-shadow:0px 0px #000;
  478. letter-spacing:5px;
  479.  
  480. }
  481.  
  482.  
  483. #navi a:hover {
  484. color:#d0c8a4;
  485. letter-spacing:3px;
  486. font-size: 9px;
  487. text-shadow:0px 0px #000;
  488. }
  489.  
  490. #navi2 {
  491. background-color: #;
  492. position:absolute;
  493. width:240px;
  494. font-family: georgia;
  495. text-transform: none;
  496. margin-top:200px;
  497. margin-left: 1040px;
  498. text-align:center;
  499. font-size:25px;
  500. color: #8d5a5b;
  501. letter-spacing:1px;
  502. line-height:130%;
  503. -moz-transition-duration:1s;
  504. -webkit-transition-duration:1s;
  505. -o-transition-duration:1s;
  506. }
  507.  
  508.  
  509. #navi2 a {
  510. color: #000;
  511. text-shadow:0px 1px #fff;
  512. letter-spacing:1px;
  513.  
  514. }
  515.  
  516.  
  517. #navi2 a:hover {
  518. color:#fff;
  519. letter-spacing:3px;
  520. font-size: 28px;
  521. text-shadow:0px 0px #000;
  522. }
  523.  
  524.  
  525. #textbox2 {
  526. background-color: #;
  527. position:absolute;
  528. width:300px;
  529. font-family: 'IBM Plex Sans Condensed', sans-serif;
  530. text-transform: NONE;
  531. margin-top:430px;
  532. margin-left:865px;
  533. text-align:none;
  534. font-size:9px;
  535. color: #666262;
  536. letter-spacing: 0.3px;
  537. overflow-y:hidden;
  538. overflow-x:hidden;
  539. letter-spacing:0px;
  540. line-height:100%;
  541. -moz-transition-duration:1s;
  542. -webkit-transition-duration:1s;
  543. -o-transition-duration:1s;
  544. }
  545.  
  546. .sfm input {background-color: #fff;
  547. font-size: 9px;
  548. border: 1px solid;
  549. border-color: #cebec9;
  550. text-transform: uppercase;
  551. margin-top: 0px;
  552. color: #999;
  553. letter-spacing: 1px;
  554. padding: 4px 8px;
  555. font-family: calibri, helvetica, arial;}
  556.  
  557.  
  558. #textbox2 a {
  559. color: #fff;
  560. }
  561.  
  562. #textbox2 a:hover {
  563. color:#ffffff;
  564. }
  565.  
  566. #textbox {
  567. background-color: #;
  568. position:absolute;
  569. width:695px;
  570. font-family: times;
  571. text-transform: NONE;
  572. margin-top:320px;
  573. margin-left: 663px;
  574. text-align:justify;
  575. font-size:9px;
  576. color: #535353;
  577. letter-spacing: 1px;
  578. overflow-y:hidden;
  579. overflow-x:hidden;
  580. letter-spacing:0px;
  581. line-height:100%;
  582. -moz-transition-duration:1s;
  583. -webkit-transition-duration:1s;
  584. -o-transition-duration:1s;
  585. }
  586.  
  587. #textbox a {
  588. font-family: 'Old Standard5 TT', serif;
  589. font-size:9px;
  590. color: #787878;
  591. text-transform:uppercase;
  592. letter-spacing:1px;
  593. }
  594.  
  595. #textbox a:hover {
  596. color:#ffffff;
  597. }
  598.  
  599.  
  600. #marqueeee {
  601. background-color: #;
  602. position:absolute;
  603. width:215px;
  604. font-family: 'IBM Plex Sans Condensed', sans-serif;
  605. text-transform: NONE;
  606. margin-top:186px;
  607. margin-left: -239px;
  608. text-align:center;
  609. font-size:9px;
  610. color: #797a7c;
  611. letter-spacing: 2px;
  612. overflow-y:hidden;
  613. overflow-x:hidden;
  614. letter-spacing:0px;
  615. line-height:100%;
  616. -moz-transition-duration:1s;
  617. -webkit-transition-duration:1s;
  618. -o-transition-duration:1s;
  619. }
  620.  
  621. #marqueeee a {
  622. font-family: 'Old Standard5 TT', serif;
  623. font-size:9px;
  624. color: #787878;
  625. text-transform:uppercase;
  626. letter-spacing:1px;
  627. }
  628.  
  629. #marqueeee a:hover {
  630. color:#ffffff;
  631. }
  632.  
  633.  
  634. #textarea {
  635. background-color: #;
  636. position:absolute;
  637. width:410px;
  638. font-family: times;
  639. text-transform: NONE;
  640. margin-top:176px;
  641. margin-left:1120px;
  642. text-align:justify;
  643. font-size:9px;
  644. color: #67675b;
  645. letter-spacing: 0.3px;
  646. overflow-y:hidden;
  647. overflow-x:hidden;
  648. letter-spacing:0px;
  649. line-height:100%;
  650. -moz-transition-duration:1s;
  651. -webkit-transition-duration:1s;
  652. -o-transition-duration:1s;
  653. }
  654.  
  655. #textarea a {
  656. font-family: 'Old Standard5 TT', serif;
  657. font-size:9px;
  658. color: #787878;
  659. text-transform:uppercase;
  660. letter-spacing:1px;
  661. }
  662.  
  663. #textarea a:hover {
  664. color:#ffffff;
  665. }
  666.  
  667.  
  668. #discl {
  669. background-color: #;
  670. position:absolute;
  671. width:360px;
  672. font-family: 'IBM Plex Sans Condensed', sans-serif;
  673. text-transform: NONE;
  674. margin-top:600px;
  675. margin-left: 1144px;
  676. text-align:center;
  677. font-size:9px;
  678. color: #66655d;
  679. letter-spacing: 0.3px;
  680. overflow-y:hidden;
  681. overflow-x:hidden;
  682. letter-spacing:0px;
  683. line-height:100%;
  684. -moz-transition-duration:1s;
  685. -webkit-transition-duration:1s;
  686. -o-transition-duration:1s;
  687. }
  688.  
  689. #discl a {
  690. font-family: 'Old Standard5 TT', serif;
  691. font-size:9px;
  692. color: #787878;
  693. text-transform:uppercase;
  694. letter-spacing:1px;
  695. }
  696.  
  697. #discl a:hover {
  698. color:#ffffff;
  699. }
  700.  
  701.  
  702.  
  703. #links {
  704. position:relative;
  705. font-family:georgia;
  706. width:450px;
  707. margin-top:385px;
  708. z-index:-1;
  709. margin-left:270px;
  710. display:inline-block;
  711. font-size:18px;
  712. font-style:none;
  713. letter-spacing:1px;
  714. text-align:left;
  715. line-height:280%;
  716. text-transform: lowercase;
  717. -webkit-transition: all .4s linear;
  718. }
  719.  
  720. #links a{
  721. position: static;
  722. line-height:300%;
  723. margin-top:1px;
  724. margin-left:14px;
  725. width:60px;
  726. margin-bottom:4px;
  727. border-bottom:0px solid #0a141c;
  728. color: #6d5e60;
  729. text-shadow:1px 1px #9b8f86;
  730. -moz-transition-duration:.2s;
  731. -webkit-transition-duration:.2s;
  732. -o-transition-duration:.2s;
  733. }
  734.  
  735. #links a:hover {
  736. width:60px;
  737. color: #d1cfbc;
  738. -moz-transition-duration:0.2s;
  739. -webkit-transition-duration:0.2s;
  740. -o-transition-duration:0.2s;
  741. }
  742.  
  743.  
  744. #pagination {
  745. font-family: 'Cookie', cursive;
  746. position:absolute;
  747. width:210px;
  748. font-size:18px;
  749. margin-top: 584px;
  750. margin-left: 230px;
  751. padding-left:860px;
  752. letter-spacing:1px;
  753. text-align:center;
  754. }
  755.  
  756. #pagination a {
  757. color:#fff;
  758. text-shadow:0px 0px #000;
  759. }
  760.  
  761. #pagination a:hover {
  762. color:#fff;
  763. }
  764.  
  765. #credit {
  766. background-color:#191919;
  767. border: 0px solid #323232;
  768. padding:5px;
  769. position:fixed;
  770. bottom:35px;
  771. left:10px;
  772. width:73px;
  773. height:21px;
  774. font-size:9px;
  775. word-wrap:break-word;
  776. overflow:hidden;
  777. text-shadow:0px 1px #000;
  778. }
  779.  
  780. #credit a {
  781. color:#5794a6;
  782. text-transform:uppercase;
  783. font-size:9px;
  784. }
  785.  
  786.  
  787. /*----- POST CONTENT -----*/
  788.  
  789.  
  790. #entries {
  791. background: ;
  792. opacity: 100;
  793. padding: 10px;
  794. width: 406px;
  795. margin-left:130px;
  796. text-align:justify;
  797. margin-top:20px;
  798. margin-bottom: 50px;
  799. height:565px;
  800. overflow-x: hidden;
  801. overflow-y: auto;
  802. position: absolute;
  803. -moz-transition-duration: 0.8s;
  804. -webkit-transition-duration: 0.8s;
  805. -o-transition-duration: 0.8s;
  806. }
  807.  
  808.  
  809. ::selection {
  810. background: #000; /* WebKit/Blink Browsers */
  811. }
  812. ::-moz-selection {
  813. background: #000; /* Gecko Browsers */
  814. }
  815.  
  816.  
  817. #headers{
  818. width:53px;
  819. height:5px;
  820. color: #fff;
  821. padding:10px;
  822. font-size:8px;
  823. font-weight:bold;
  824. letter-spacing:3px;
  825. line-height:100%;
  826. text-transform:uppercase;
  827. background: url('');
  828. background-color: #8f252e;
  829. border:1px solid #651c1d;
  830. text-align:center;
  831. }
  832.  
  833. #headers2{
  834. width:138px;
  835. height:5px;
  836. color: #fff;
  837. padding:10px;
  838. font-size:8px;
  839. font-weight:bold;
  840. letter-spacing:3px;
  841. line-height:100%;
  842. text-transform:uppercase;
  843. background: url('');
  844. background-color: #8f252e;
  845. border:1px solid #651c1d;
  846. text-align:center;
  847. }
  848.  
  849.  
  850. #info {
  851. background: url("");
  852. background-color: #191919;
  853. border-left:5px solid #651c1d;
  854. border-right:5px solid #651c1d;
  855. font-family: 'Playfair Display', serif;
  856. width:240px;
  857. margin-top:5px;
  858. margin-left:75px;
  859. margin-bottom: 15px;
  860. padding-bottom:140px;
  861. font-size:9px;
  862. background:#;
  863. padding:4px;
  864. color: #9ca59a;
  865. text-transform:uppercase;
  866. font-style:bold;
  867. text-align:left;
  868. -moz-transition-duration:0.5s;
  869. -webkit-transition-duration:0.5s;
  870. -o-transition-duration:0.5s;
  871. }
  872.  
  873. #info a {
  874. color:#fff;
  875. text-shadow:0px 1px #000;
  876. font-style:normal;
  877. font-size:9px;
  878. font-family: 'Playfair Display', serif;
  879.  
  880. }
  881.  
  882. #info a:hover {
  883. color:#4b3832;
  884. }
  885.  
  886. .quote {
  887. font-size:11px;
  888. font-family:georgia;
  889. font-style:normal;
  890. line-height:17px;
  891. margin-bottom:15px;
  892. text-transform:normal;
  893. text-align:left;
  894. font-weight:normal;
  895. font-style:none;
  896. color:#fff;
  897. text-shadow:1px 1px #000;
  898. }
  899.  
  900. #ask {
  901. float:left;
  902. color:#000;
  903. padding: 5px;
  904.  
  905. }
  906. #ask_bg{
  907. padding: 5px;
  908. background: url(HERE);
  909. background-color: transparent;
  910. height: auto;
  911. width: 380px;
  912. font-family: 'IBM Plex Sans Condensed', sans-serif;
  913. font-size: 10px;
  914. color: #524f4d;
  915. border:0px dashed #0a0f12;
  916. }
  917.  
  918.  
  919. /*----- BOTTOM IMAGE -----*/
  920.  
  921. #corner {
  922. font-size:9px;
  923. font-family:cambria;
  924. font-style:italic;
  925. letter-spacing:1px;
  926. -moz-transition-duration:0.5s;
  927. -webkit-transition-duration:0.5s;
  928. -o-transition-duration:0.5s;
  929. }
  930.  
  931. #corner a {
  932. background-color:transparent;
  933. position:fixed;
  934. right:15px;
  935. bottom:10px
  936. }
  937.  
  938.  
  939.  
  940. #cornerplayer
  941. {z-index:999;
  942. background-color:transparent;
  943. width:30px;
  944. height:50px;
  945. border-radius:0px 0px 0px 0px;
  946. -moz-border-radius:0px 50px 0px 0px;
  947. position:fixed;
  948. overflow:hidden;
  949. bottom:0px;
  950. right:0px;
  951. -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;}
  952.  
  953. #cornericon
  954. {margin-top:15px;
  955. margin-bottom:20px;
  956. margin-right:-5px;
  957. -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;}
  958.  
  959. #cornerplayer:hover
  960. {width:200px;
  961. -moz-border-radius:0px;
  962. border-radius:0px;}
  963.  
  964. #cornerplayer:hover #cornericon
  965. {margin-top:10px;
  966. margin-left:0px;
  967. margin-bottom:4px;}
  968.  
  969. </style>
  970. </head>
  971. <body>
  972.  
  973.  
  974. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  975.  
  976.  
  977. <div id='cornerplayer' style="text-align:center;">
  978.  
  979. <!--<div>
  980.  
  981. <div> </div>-->
  982.  
  983. </div><!--cornerplayer-->
  984.  
  985.  
  986. <div id="sidebar">
  987.  
  988. <div id="sidebarimage">
  989. <a href="/"><img src="{image:sidebar}"></a></div>
  990.  
  991.  
  992.  
  993. <div id="textbox">
  994. <div id="headers2">title</div><br>
  995. <div style="width: 158px; height:180px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  996.  
  997. <h1>header text</h1>
  998. <b>strong</b> <i>italic</i><br><br>
  999.  
  1000.  
  1001. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1002.  
  1003.  
  1004. </center>
  1005. </div><br>
  1006. <div id="headers2">title</div><br>
  1007.  
  1008. <div style="width: 158px; height:93px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1009.  
  1010. mains images here.
  1011.  
  1012. </center>
  1013. </div>
  1014. </div></div>
  1015. </div>
  1016.  
  1017. <div id="navi">
  1018.  
  1019. <br>
  1020. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1021. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1022. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1023. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1024. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1025. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="/"> link </a></div><br>
  1026. <div style="padding: 2px; background-color: #191919; border:1px solid #111111; line-height: 1;"> <a href="http://eternalworks.tumblr.com/" target="blank"> theme </a></div><br>
  1027.  
  1028.  
  1029. <div id="headers">header</div>
  1030. <br>
  1031. " here's a blockquote section for you to fill out whatever you'd like. maybe a quote about your character or from them ! "
  1032. </div>
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038. </div></div></div>
  1039.  
  1040. <div id="textbox2">
  1041. <div style="width: 225px; height:60px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1042.  
  1043. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1044.  
  1045.  
  1046. </center>
  1047. </div></div></div><br>
  1048.  
  1049.  
  1050. <div id="pagination">
  1051. {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>
  1052. </div></div></div>
  1053.  
  1054. <div id="entries">{block:Posts}
  1055.  
  1056.  
  1057.  
  1058. <div id="post">
  1059.  
  1060.  
  1061.  
  1062. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1063.  
  1064. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1065.  
  1066. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1067.  
  1068. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1069.  
  1070. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1071.  
  1072. {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}
  1073.  
  1074. {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}
  1075.  
  1076. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1077.  
  1078. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:0px solid #9ca59a;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  1079.  
  1080.  
  1081. <div id="info">
  1082. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1083. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1084.  
  1085. {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"> REBLOG </font></big> </a> </div>
  1086.  
  1087. </div>
  1088.  
  1089.  
  1090. <div id="tags">
  1091. {block:HasTags}
  1092. {block:Tags}
  1093. # <a href="{TagURL}">{Tag}</a>&nbsp;
  1094. {/block:Tags}
  1095. {/block:HasTags}
  1096. </div>
  1097. <p>
  1098.  
  1099. {/block:Posts}
  1100.  
  1101.  
  1102. <script>
  1103. $(document).ready(function() {
  1104. $('a.poplight[href^=#]').click(function() {
  1105. var popID = $(this).attr('rel'); //Get Popup Name
  1106. var popURL = $(this).attr('href'); //Get Popup href to define size
  1107. var query= popURL.split('?');
  1108. var dim= query[1].split('&');
  1109. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1110. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1111. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1112. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1113. //Apply Margin to Popup
  1114. $('#' + popID).css({
  1115. 'margin-top' : -popMargTop,
  1116. 'margin-left' : -popMargLeft
  1117. });
  1118. $('body').append('<div id="fade"></div>');
  1119. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1120. return false;
  1121. });
  1122. $('a.close, #fade').live('click', function() {
  1123. $('#fade , .popup_block').fadeOut(function() {
  1124. $('#fade, a.close').remove(); //fade them both out
  1125. });
  1126. return false;
  1127. });
  1128. });
  1129. </script>
  1130.  
  1131. <script type="text/javascript">
  1132. <!--
  1133. function clickIE() {if (document.all) {(message);return false;}}
  1134. function clickNS(e) {if
  1135. (document.layers||(document.getElementById&&!document.all)) {
  1136. if (e.which==2||e.which==3) {(message);return false;}}}
  1137. if (document.layers)
  1138. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1139. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1140. document.oncontextmenu=new Function("return false")
  1141. // -->
  1142. </script>
  1143.  
  1144. </body>
  1145. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement