Advertisement
Guest User

Untitled

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