Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.06 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="{favicon}"/>
  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 COSMICCROSSBOW !!
  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 #ffd5de;
  216. background: url('') #;
  217. background-color: #fff;
  218. }
  219. ::-webkit-scrollbar {
  220. width: 8px;
  221. height: 7px;
  222. border-left: 5px solid #fafafa;
  223. border-right: 5px solid #fafafa;
  224. border-top: 2px solid #fafafa;
  225. border-bottom: 2px solid #fafafa;
  226. background: #fafafa;
  227. }
  228.  
  229. /*----- MAIN CONTENT -----*/
  230.  
  231. body {
  232. background: url('https://static.tumblr.com/zma9h5a/fDspp1md1/mgikatheme.png') #080808;
  233. background-position: top-right;
  234. background-repeat: no-repeat;/
  235. background-attachment: absolute;
  236. margin:0px;
  237. color: #8f6672;
  238. letter-spacing: 0px;
  239. font-family: times;
  240. font-size:13px;
  241. line-height:100%;
  242. height: 900px;
  243. overflow-x: hidden;
  244.  
  245.  
  246. }
  247.  
  248. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  249.  
  250. /*----- TEXT DETAILS -----*/
  251.  
  252. b,strong {
  253. color: #ff99ae;
  254. text-transform:uppercase;
  255. font-family: times;
  256. letter-spacing: 1px;
  257. font-size:11px;}
  258.  
  259.  
  260. i,em {
  261. color:#f6c3c5;
  262. font-family: times;
  263. text-transform: none;
  264. font-size:12px;}
  265.  
  266.  
  267. h1 {
  268. font-weight:normal;
  269. font-size:12px;
  270. font-family: 'Playfair Display', serif;
  271. text-align:center;
  272. text-transform:uppercase;
  273. font-style:bold;
  274. line-height:100%;
  275. letter-spacing:2px;
  276. color:#f25769;
  277.  
  278.  
  279. }
  280.  
  281. a {
  282. text-decoration:none;
  283. outline:none;
  284. -moz-outline-style:none;
  285. color:#b6cfd8;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. a:hover {
  292. text-decoration:none;
  293. outline:none;
  294. -moz-outline-style:none;
  295. color:#b6cfd8;
  296. }
  297.  
  298. /*----- REBLOG -----*/
  299.  
  300.  
  301.  
  302. blockquote {
  303. padding-left:5px;
  304. border: 1px solid #ffd5de;
  305. text-align:justify;
  306. border-radius: 0px;
  307. margin:7px;
  308. background-color: #fcfcfc;
  309. padding:5px;
  310. }
  311.  
  312.  
  313. #post {
  314. width:395px;
  315. word-wrap: break-word;
  316. padding-bottom:0px;
  317. margin-top:0px;
  318. }
  319.  
  320.  
  321. #post a{
  322. color: #4d5361;
  323. text-shadow:0px 0px #4d5361;
  324. letter-spacing:2px;
  325. text-transform:uppercase;
  326. font-family: 'Abel', sans-serif;
  327. font-size: 9px;
  328.  
  329.  
  330. }
  331. #post:hover .tags{
  332. opacity:1;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338.  
  339. #tags {
  340. font-family: 'IBM Plex Sans Condensed', sans-serif;
  341. margin-left:30px;
  342. color:#debbc1;
  343. width:310px;
  344. text-transform:normal;
  345. line-height:120%;
  346. font-size:10px;
  347. text-align:left;
  348. padding-top:5px;
  349. padding:10px;
  350. background-color: #fcfcfc;
  351. border-radius: 0px;
  352. border: 1px solid #ffd5de;
  353. -moz-transition-duration:0.2s;
  354. -webkit-transition-duration:0.2s;
  355. -o-transition-duration:0.2s;
  356. text-align:center;
  357. }
  358.  
  359. #tags a{
  360. font-family: 'IBM Plex Sans Condensed', sans-serif;
  361. text-shadow:0px 0px #fff;
  362. color:#e59494;
  363. -moz-transition-duration:0.2s;
  364. -webkit-transition-duration:0.2s;
  365. -o-transition-duration:0.2s;
  366. }
  367.  
  368. #tags a:hover{
  369. color:#000;
  370. -moz-transition-duration:0.2s;
  371. -webkit-transition-duration:0.2s;
  372. -o-transition-duration:0.2s;
  373. }
  374.  
  375.  
  376. /*----- SIDE CONTENT-----*/
  377.  
  378. #sidebar {
  379. color: #777;
  380. position:absolute;
  381. width:100px;
  382. height:auto;
  383. margin-top:-170px;
  384. margin-left:465px;
  385. text-align:left;
  386. }
  387.  
  388. #description {
  389. position:absolute;
  390. width:175px;
  391. font-family: 'Open Sans', sans-serif;
  392. margin-top:625px;
  393. margin-left:150px;
  394. text-align:center;
  395. font-size:10px;
  396. color: #939090;
  397. text-shadow:1px 1px #000;
  398. letter-spacing:0px;
  399. line-height:130%;
  400. -moz-transition-duration:1s;
  401. -webkit-transition-duration:1s;
  402. -o-transition-duration:1s;
  403. }
  404.  
  405. #description a {
  406. color: #aca09f;
  407. }
  408.  
  409. #description a:hover {
  410. color:#b6cfd8;
  411. }
  412.  
  413. #heads {
  414. background-color: #;
  415. position:absolute;
  416. width:360px;
  417. font-family: 'Alegreya Sans SC', sans-serif;
  418. text-transform: none;
  419. margin-top:39px;
  420. margin-left: 100px;
  421. text-align:center;
  422. font-size:9px;
  423. color: #504d48;
  424. letter-spacing:1px;
  425. line-height:130%;
  426. -moz-transition-duration:1s;
  427. -webkit-transition-duration:1s;
  428. -o-transition-duration:1s;
  429. }
  430.  
  431. #heads a {
  432. color: #000;
  433. text-shadow:0px 1px #fff;
  434. letter-spacing:2px;
  435.  
  436. }
  437.  
  438.  
  439. #heads a:hover {
  440. color:#839bb2;
  441. letter-spacing:3px;
  442. font-size: 10px;
  443. text-shadow:0px 0px #000;
  444. }
  445.  
  446.  
  447.  
  448. #navi {
  449. background-color: #;
  450. position:absolute;
  451. width:149px;
  452. font-family: georgia;
  453. text-transform: uppercase;
  454. margin-top:44px;
  455. margin-left: 70px;
  456. text-align:center;
  457. font-size:9px;
  458. color: #8d5a5b;
  459. letter-spacing:1px;
  460. line-height:130%;
  461. -moz-transition-duration:1s;
  462. -webkit-transition-duration:1s;
  463. -o-transition-duration:1s;
  464. }
  465.  
  466. #navi a {
  467. color: #8f6672;
  468. font-size:7px;
  469. text-shadow:0px 0px #fff;
  470. letter-spacing:5px;
  471.  
  472. }
  473.  
  474.  
  475. #navi a:hover {
  476. color:#d0c8a4;
  477. letter-spacing:3px;
  478. font-size: 9px;
  479. text-shadow:0px 0px #000;
  480. }
  481.  
  482. #navi2 {
  483. background-color: #;
  484. position:absolute;
  485. width:240px;
  486. font-family: georgia;
  487. text-transform: none;
  488. margin-top:200px;
  489. margin-left: 1040px;
  490. text-align:center;
  491. font-size:25px;
  492. color: #8d5a5b;
  493. letter-spacing:1px;
  494. line-height:130%;
  495. -moz-transition-duration:1s;
  496. -webkit-transition-duration:1s;
  497. -o-transition-duration:1s;
  498. }
  499.  
  500.  
  501. #navi2 a {
  502. color: #000;
  503. text-shadow:0px 1px #fff;
  504. letter-spacing:1px;
  505.  
  506. }
  507.  
  508.  
  509. #navi2 a:hover {
  510. color:#fff;
  511. letter-spacing:3px;
  512. font-size: 28px;
  513. text-shadow:0px 0px #000;
  514. }
  515.  
  516.  
  517. #mains {
  518. background-color: #;
  519. position:absolute;
  520. width:210px;
  521. font-family: 'IBM Plex Sans Condensed', sans-serif;
  522. text-transform: NONE;
  523. margin-top:730px;
  524. margin-left:297px;
  525. text-align:none;
  526. font-size:9px;
  527. color: #666262;
  528. letter-spacing: 0.3px;
  529. overflow-y:hidden;
  530. overflow-x:hidden;
  531. letter-spacing:0px;
  532. line-height:100%;
  533. -moz-transition-duration:1s;
  534. -webkit-transition-duration:1s;
  535. -o-transition-duration:1s;
  536. }
  537.  
  538. .sfm input {background-color: #fff;
  539. font-size: 9px;
  540. border: 1px solid;
  541. border-color: #cebec9;
  542. text-transform: uppercase;
  543. margin-top: 0px;
  544. color: #999;
  545. letter-spacing: 1px;
  546. padding: 4px 8px;
  547. font-family: calibri, helvetica, arial;}
  548.  
  549.  
  550. #mains a {
  551. color: #fff;
  552. }
  553.  
  554. #mains a:hover {
  555. color:#ffffff;
  556. }
  557.  
  558. #textbox {
  559. background-color: #;
  560. position:absolute;
  561. width:695px;
  562. font-family: times;
  563. text-transform: NONE;
  564. margin-top:195px;
  565. margin-left: 266px;
  566. text-align:justify;
  567. font-size:9px;
  568. color: #8f6672;
  569. letter-spacing: 1px;
  570. overflow-y:hidden;
  571. overflow-x:hidden;
  572. letter-spacing:0px;
  573. line-height:100%;
  574. -moz-transition-duration:1s;
  575. -webkit-transition-duration:1s;
  576. -o-transition-duration:1s;
  577. }
  578.  
  579. #textbox a {
  580. font-family: 'Old Standard5 TT', serif;
  581. font-size:9px;
  582. color: #787878;
  583. text-transform:uppercase;
  584. letter-spacing:1px;
  585. }
  586.  
  587. #textbox a:hover {
  588. color:#ffffff;
  589. }
  590.  
  591.  
  592. #marqueeee {
  593. background-color: #;
  594. position:absolute;
  595. width:215px;
  596. font-family: 'IBM Plex Sans Condensed', sans-serif;
  597. text-transform: NONE;
  598. margin-top:186px;
  599. margin-left: -239px;
  600. text-align:center;
  601. font-size:9px;
  602. color: #797a7c;
  603. letter-spacing: 2px;
  604. overflow-y:hidden;
  605. overflow-x:hidden;
  606. letter-spacing:0px;
  607. line-height:100%;
  608. -moz-transition-duration:1s;
  609. -webkit-transition-duration:1s;
  610. -o-transition-duration:1s;
  611. }
  612.  
  613. #marqueeee a {
  614. font-family: 'Old Standard5 TT', serif;
  615. font-size:9px;
  616. color: #787878;
  617. text-transform:uppercase;
  618. letter-spacing:1px;
  619. }
  620.  
  621. #marqueeee a:hover {
  622. color:#ffffff;
  623. }
  624.  
  625.  
  626. #textarea {
  627. background-color: #;
  628. position:absolute;
  629. width:410px;
  630. font-family: times;
  631. text-transform: NONE;
  632. margin-top:176px;
  633. margin-left:1120px;
  634. text-align:justify;
  635. font-size:9px;
  636. color: #67675b;
  637. letter-spacing: 0.3px;
  638. overflow-y:hidden;
  639. overflow-x:hidden;
  640. letter-spacing:0px;
  641. line-height:100%;
  642. -moz-transition-duration:1s;
  643. -webkit-transition-duration:1s;
  644. -o-transition-duration:1s;
  645. }
  646.  
  647. #textarea a {
  648. font-family: 'Old Standard5 TT', serif;
  649. font-size:9px;
  650. color: #787878;
  651. text-transform:uppercase;
  652. letter-spacing:1px;
  653. }
  654.  
  655. #textarea a:hover {
  656. color:#ffffff;
  657. }
  658.  
  659.  
  660. #discl {
  661. background-color: #;
  662. position:absolute;
  663. width:360px;
  664. font-family: 'IBM Plex Sans Condensed', sans-serif;
  665. text-transform: NONE;
  666. margin-top:600px;
  667. margin-left: 1144px;
  668. text-align:center;
  669. font-size:9px;
  670. color: #66655d;
  671. letter-spacing: 0.3px;
  672. overflow-y:hidden;
  673. overflow-x:hidden;
  674. letter-spacing:0px;
  675. line-height:100%;
  676. -moz-transition-duration:1s;
  677. -webkit-transition-duration:1s;
  678. -o-transition-duration:1s;
  679. }
  680.  
  681. #discl a {
  682. font-family: 'Old Standard5 TT', serif;
  683. font-size:9px;
  684. color: #787878;
  685. text-transform:uppercase;
  686. letter-spacing:1px;
  687. }
  688.  
  689. #discl a:hover {
  690. color:#ffffff;
  691. }
  692.  
  693.  
  694.  
  695. #links {
  696. position:relative;
  697. font-family:georgia;
  698. width:450px;
  699. margin-top:385px;
  700. z-index:-1;
  701. margin-left:270px;
  702. display:inline-block;
  703. font-size:18px;
  704. font-style:none;
  705. letter-spacing:1px;
  706. text-align:left;
  707. line-height:280%;
  708. text-transform: lowercase;
  709. -webkit-transition: all .4s linear;
  710. }
  711.  
  712. #links a{
  713. position: static;
  714. line-height:300%;
  715. margin-top:1px;
  716. margin-left:14px;
  717. width:60px;
  718. margin-bottom:4px;
  719. border-bottom:0px solid #0a141c;
  720. color: #6d5e60;
  721. text-shadow:1px 1px #9b8f86;
  722. -moz-transition-duration:.2s;
  723. -webkit-transition-duration:.2s;
  724. -o-transition-duration:.2s;
  725. }
  726.  
  727. #links a:hover {
  728. width:60px;
  729. color: #d1cfbc;
  730. -moz-transition-duration:0.2s;
  731. -webkit-transition-duration:0.2s;
  732. -o-transition-duration:0.2s;
  733. }
  734.  
  735.  
  736. #pagination {
  737. font-family: 'Cookie', cursive;
  738. position:absolute;
  739. width:210px;
  740. font-size:18px;
  741. margin-top: 182px;
  742. margin-left: -720px;
  743. padding-left:860px;
  744. letter-spacing:1px;
  745. text-align:center;
  746. }
  747.  
  748. #pagination a {
  749. color:#a96b7e;
  750. text-shadow:0px 0px #fff;
  751. }
  752.  
  753. #pagination a:hover {
  754. color:#96a9c1;
  755. }
  756.  
  757. #credit {
  758. background-color:#fff;
  759. border: 1px solid #f5e4e3;
  760. padding:5px;
  761. position:fixed;
  762. bottom:35px;
  763. right:30px;
  764. width:73px;
  765. height:21px;
  766. font-size:9px;
  767. word-wrap:break-word;
  768. overflow:hidden;
  769. text-shadow:0px 1px #fff;
  770. }
  771.  
  772. #credit a {
  773. color:#db7278;
  774. text-transform:uppercase;
  775. font-size:8px;
  776. }
  777.  
  778.  
  779. /*----- POST CONTENT -----*/
  780.  
  781.  
  782. #entries {
  783. background: ;
  784. opacity: 100;
  785. padding: 10px;
  786. width: 401px;
  787. margin-left:782px;
  788. text-align:justify;
  789. margin-top:165px;
  790. margin-bottom: 50px;
  791. height:600px;
  792. overflow-x: hidden;
  793. overflow-y: auto;
  794. position: absolute;
  795. -moz-transition-duration: 0.8s;
  796. -webkit-transition-duration: 0.8s;
  797. -o-transition-duration: 0.8s;
  798. }
  799.  
  800.  
  801. ::selection {
  802. background: #f5e4e3; /* WebKit/Blink Browsers */
  803. }
  804. ::-moz-selection {
  805. background: #f5e4e3; /* Gecko Browsers */
  806. }
  807.  
  808.  
  809. #headers{
  810. width:130px;
  811. height:5px;
  812. color: #e6636d;
  813. padding:10px;
  814. font-size:8px;
  815. font-weight:bold;
  816. letter-spacing:3px;
  817. line-height:100%;
  818. text-transform:uppercase;
  819. background: url('');
  820. background-color: #f5e4e3;
  821. border:1px solid #fff;
  822. text-align:center;
  823. }
  824.  
  825. #headers2{
  826. width:304px;
  827. height:auto;
  828. color: #000;
  829. text-shadow:1px 1px #fff;
  830. padding:10px;
  831. font-size:7px;
  832. font-weight:bold;
  833. letter-spacing:3px;
  834. line-height:100%;
  835. text-transform:uppercase;
  836. background: url('');
  837. background-color: #dddddc;
  838. border:0px dashed #dec6cf;
  839. text-align:center;
  840. }
  841.  
  842.  
  843. #info {
  844. background: url("");
  845. background-color: #fcfcfc;
  846. border:1px solid #ffd5de;
  847. font-family: 'Playfair Display', serif;
  848. width:240px;
  849. margin-top:5px;
  850. margin-left:80px;
  851. margin-bottom: 15px;
  852. padding-bottom:140px;
  853. font-size:9px;
  854. background:#;
  855. padding:4px;
  856. color: #9ca59a;
  857. text-transform:uppercase;
  858. font-style:bold;
  859. text-align:left;
  860. -moz-transition-duration:0.5s;
  861. -webkit-transition-duration:0.5s;
  862. -o-transition-duration:0.5s;
  863. }
  864.  
  865. #info a {
  866. color:#8f6672;
  867. text-shadow:0px 1px #fff;
  868. font-style:normal;
  869. font-size:9px;
  870. font-family: 'Playfair Display', serif;
  871.  
  872. }
  873.  
  874. #info a:hover {
  875. color:#4b3832;
  876. }
  877.  
  878. .quote {
  879. font-size:11px;
  880. font-family:georgia;
  881. font-style:normal;
  882. line-height:17px;
  883. margin-bottom:15px;
  884. text-transform:normal;
  885. text-align:left;
  886. font-weight:normal;
  887. font-style:none;
  888. color:#fff;
  889. text-shadow:1px 1px #000;
  890. }
  891.  
  892. #ask {
  893. float:left;
  894. color:#000;
  895. padding: 5px;
  896.  
  897. }
  898. #ask_bg{
  899. padding: 5px;
  900. background: url(HERE);
  901. background-color: transparent;
  902. height: auto;
  903. width: 380px;
  904. font-family: 'IBM Plex Sans Condensed', sans-serif;
  905. font-size: 10px;
  906. color: #524f4d;
  907. border:0px dashed #0a0f12;
  908. }
  909.  
  910.  
  911. /*----- BOTTOM IMAGE -----*/
  912.  
  913. #corner {
  914. font-size:9px;
  915. font-family:cambria;
  916. font-style:italic;
  917. letter-spacing:1px;
  918. -moz-transition-duration:0.5s;
  919. -webkit-transition-duration:0.5s;
  920. -o-transition-duration:0.5s;
  921. }
  922.  
  923. #corner a {
  924. background-color:transparent;
  925. position:fixed;
  926. right:15px;
  927. bottom:10px
  928. }
  929.  
  930.  
  931.  
  932. #cornerplayer
  933. {z-index:999;
  934. background-color:transparent;
  935. width:30px;
  936. height:50px;
  937. border-radius:0px 0px 0px 0px;
  938. -moz-border-radius:0px 50px 0px 0px;
  939. position:fixed;
  940. overflow:hidden;
  941. bottom:0px;
  942. right:0px;
  943. -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;}
  944.  
  945. #cornericon
  946. {margin-top:15px;
  947. margin-bottom:20px;
  948. margin-right:-5px;
  949. -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;}
  950.  
  951. #cornerplayer:hover
  952. {width:200px;
  953. -moz-border-radius:0px;
  954. border-radius:0px;}
  955.  
  956. #cornerplayer:hover #cornericon
  957. {margin-top:10px;
  958. margin-left:0px;
  959. margin-bottom:4px;}
  960.  
  961. </style>
  962. </head>
  963. <body>
  964.  
  965.  
  966.  
  967. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  968.  
  969.  
  970. <div id='cornerplayer' style="text-align:center;">
  971.  
  972. <!--<div>
  973.  
  974. <div> </div>-->
  975.  
  976. </div><!--cornerplayer-->
  977.  
  978.  
  979. <div id="sidebar">
  980.  
  981. <div id="sidebarimage">
  982. <a href="/"><img src="{image:sidebar}"></a></div>
  983.  
  984.  
  985.  
  986.  
  987. <div id="textbox">
  988. <div style="width: 450px; height:80px; background-color: #f9c4cb; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  989.  
  990. <h1>header text</h1>
  991. <b>strong</b> <i>italic</i><br><br>
  992.  
  993.  
  994. 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.
  995.  
  996.  
  997. </center>
  998. </div>
  999. </div></div>
  1000. </div>
  1001.  
  1002. <div id="mains">
  1003. <div style="width: 204px; height:67px; background-color: #f9c4cb; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:0px; overflow: auto;">
  1004.  
  1005. " maybe a quote here or a disclaimer " met odio consectetur, lobortis sem et, maximus arcu. Pellentesque sed dui ultrices, efficitur ligula in, scelerisque enim. Mauris faucibus blandit dolor ac volutpat. Nunc nec tincidunt ante. Cras elit dmet odio consectetur, lobortis sem et, maximus arcu. Pellentesque sed dui ultrices, efficitur ligula in, scelerisque enim. Mauris faucibus blandit dolor ac volutpat. Nunc nec tincidunt ante. Cras elit d
  1006.  
  1007.  
  1008. </center>
  1009. </div>
  1010. </div></div>
  1011. </div>
  1012.  
  1013.  
  1014. <div id="navi">
  1015.  
  1016. <div id="headers">navigation</div><br>
  1017.  
  1018.  
  1019. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1020. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1021. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1022. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1023. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1024. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1025. <div style="padding: 2px; background-color: #fff; border:1px solid #ffe2e2; line-height: 1;"> <a href="/">link title</a></div><br>
  1026.  
  1027.  
  1028. </div>
  1029.  
  1030.  
  1031. <div id="credit"><img src="https://66.media.tumblr.com/00e3aebba634e544de1865cb753aba9a/tumblr_inline_p7gjrashZy1rhwzwl_75sq.gif"> THEME BY: <a href="https://eternalworks.tumblr.com/" target="blank">ETERNALWORKS</a></div>
  1032.  
  1033.  
  1034. </div></div></div>
  1035.  
  1036.  
  1037. <div id="description">
  1038.  
  1039. <div id="pagination">
  1040. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> previous </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> forward </a><br />{/block:NextPage}{/block:Pagination}</div></div>
  1041. </div></div></div>
  1042.  
  1043. <div id="entries">{block:Posts}
  1044.  
  1045.  
  1046.  
  1047. <div id="post">
  1048.  
  1049.  
  1050.  
  1051. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1052.  
  1053. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1054.  
  1055. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1056.  
  1057. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1058.  
  1059. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1060.  
  1061. {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}
  1062.  
  1063. {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}
  1064.  
  1065. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1066.  
  1067. {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}
  1068.  
  1069.  
  1070. <div id="info">
  1071. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1072. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1073.  
  1074. {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>
  1075.  
  1076. </div>
  1077.  
  1078.  
  1079. <div id="tags">
  1080. {block:HasTags}
  1081. {block:Tags}
  1082. # <a href="{TagURL}">{Tag}</a>&nbsp;
  1083. {/block:Tags}
  1084. {/block:HasTags}
  1085. </div>
  1086. <p>
  1087.  
  1088. {/block:Posts}
  1089.  
  1090.  
  1091. <script>
  1092. $(document).ready(function() {
  1093. $('a.poplight[href^=#]').click(function() {
  1094. var popID = $(this).attr('rel'); //Get Popup Name
  1095. var popURL = $(this).attr('href'); //Get Popup href to define size
  1096. var query= popURL.split('?');
  1097. var dim= query[1].split('&');
  1098. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1099. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1100. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1101. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1102. //Apply Margin to Popup
  1103. $('#' + popID).css({
  1104. 'margin-top' : -popMargTop,
  1105. 'margin-left' : -popMargLeft
  1106. });
  1107. $('body').append('<div id="fade"></div>');
  1108. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1109. return false;
  1110. });
  1111. $('a.close, #fade').live('click', function() {
  1112. $('#fade , .popup_block').fadeOut(function() {
  1113. $('#fade, a.close').remove(); //fade them both out
  1114. });
  1115. return false;
  1116. });
  1117. });
  1118. </script>
  1119.  
  1120. <script type="text/javascript">
  1121. <!--
  1122. function clickIE() {if (document.all) {(message);return false;}}
  1123. function clickNS(e) {if
  1124. (document.layers||(document.getElementById&&!document.all)) {
  1125. if (e.which==2||e.which==3) {(message);return false;}}}
  1126. if (document.layers)
  1127. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1128. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1129. document.oncontextmenu=new Function("return false")
  1130. // -->
  1131. </script>
  1132.  
  1133. </body>
  1134. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement