Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.73 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://static.tumblr.com/zma9h5a/v8hpnv0y0/mobile-b.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 THINKMIKU !!
  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 #a9d7e1;
  215. background: url('') #;
  216. background-color: #a9d7e1;
  217. }
  218. ::-webkit-scrollbar {
  219. width: 8px;
  220. height: 7px;
  221. border-left: 5px solid #e5f1f3;
  222. border-right: 5px solid #e5f1f3;
  223. border-top: 2px solid #e5f1f3;
  224. border-bottom: 2px solid #e5f1f3;
  225. background: #e5f1f3;
  226. }
  227.  
  228. /*----- MAIN CONTENT -----*/
  229.  
  230. body {
  231. background: url('https://static.tumblr.com/zma9h5a/Jfhpnuzxn/mikutheme_copy.png') #89c7d4;
  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: 950px;
  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: #54b1c3;
  253. text-transform:uppercase;
  254. font-family: times;
  255. letter-spacing: 1px;
  256. font-size:12px;}
  257.  
  258.  
  259. i,em {
  260. color:#8fbcc5;
  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:1px dashed ;
  304. border-right:1px dashed ;
  305. border-color: #8dc9d3;
  306. text-align:justify;
  307. border-radius: 15px;
  308. margin:7px;
  309. background-color: #e7f0f2;
  310. padding:5px;
  311. }
  312.  
  313.  
  314. #post {
  315. width:390px;
  316. word-wrap: break-word;
  317. padding-bottom:0px;
  318. margin-top:0px;
  319. }
  320.  
  321.  
  322. #post a{
  323. color: #f84872;
  324. text-shadow:0px 0px #f84872;
  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:340px;
  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: #cddbde;
  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:#54acbd;
  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:95px;
  456. margin-left: 175px;
  457. text-align:center;
  458. font-size:7px;
  459. color: #878889;
  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:265px;
  561. font-family: 'IBM Plex Sans Condensed', sans-serif;
  562. text-transform: NONE;
  563. margin-top:565px;
  564. margin-left: 539px;
  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: 300px;
  741. margin-left: -575px;
  742. padding-left:860px;
  743. letter-spacing:1px;
  744. text-align:center;
  745. }
  746.  
  747. #pagination a {
  748. color:#f73d66;
  749. text-shadow:0px 0px #fff;
  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: 400px;
  765. margin-left:338px;
  766. text-align:justify;
  767. margin-top:290px;
  768. margin-bottom: 50px;
  769. height:565px;
  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: #afdbe3; /* WebKit/Blink Browsers */
  781. }
  782. ::-moz-selection {
  783. background: #afdbe3; /* Gecko Browsers */
  784. }
  785.  
  786.  
  787. #headers{
  788. width:95px;
  789. height:auto;
  790. color: #f73d66;
  791. text-shadow:1px 0px #fff;
  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: #a9d7e1;
  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: #cddbde;
  825. border:0px solid #b3bdab;
  826. font-family: 'Playfair Display', serif;
  827. width:240px;
  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:#54acbd;
  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: 228px; height:118px; 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.  
  977. <div id="navi">
  978.  
  979. <div id="headers"><img src="https://66.media.tumblr.com/1967ca7037ed054bb5192eb63834e746/tumblr_inline_p7gjraqXvJ1rhwzwl_75sq.gif"> navi</div><br>
  980.  
  981. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 01</a></div><br>
  982. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 02</a></div><br>
  983. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 03</a></div><br>
  984. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 04</a></div><br>
  985. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 05</a></div><br>
  986. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 06</a></div><br>
  987. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 07</a></div><br>
  988. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 08</a></div><br>
  989. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 09</a></div><br>
  990. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="/LINKURL">link title 10</a></div><br>
  991. <div style="padding: 2px; background-color: #e5f1f3; border:0px solid #eec3c1; line-height: 1;"><a href="http://eternalworks.tumblr.com/">theme credit</a></div><br>
  992.  
  993. <div id="headers"><img src="https://66.media.tumblr.com/1967ca7037ed054bb5192eb63834e746/tumblr_inline_p7gjraqXvJ1rhwzwl_75sq.gif"> title</div>
  994. <h1> HEADER EXAMPLE</h1>
  995. here you can put your blog stats or anything else. <br><br>
  996.  
  997.  
  998. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5604905";
  999. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1000. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=online&e2=online&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1001. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1002. </script>
  1003. <br>
  1004. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3329653";
  1005. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  1006. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1007. </script><br>
  1008. <br>
  1009.  
  1010.  
  1011.  
  1012.  
  1013. </div>
  1014.  
  1015.  
  1016. </div></div></div>
  1017.  
  1018.  
  1019. <div id="description">
  1020.  
  1021. <div id="pagination">
  1022. {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>
  1023. </div></div></div>
  1024.  
  1025. <div id="entries">{block:Posts}
  1026.  
  1027.  
  1028.  
  1029. <div id="post">
  1030.  
  1031.  
  1032.  
  1033. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1034.  
  1035. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1036.  
  1037. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1038.  
  1039. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1040.  
  1041. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1042.  
  1043. {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}
  1044.  
  1045. {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}
  1046.  
  1047. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1048.  
  1049. {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}
  1050.  
  1051.  
  1052. <div id="info">
  1053. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1054. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1055.  
  1056. {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/tumblr_m230profQj1qfamg6.png"> </font></big> </a> </div>
  1057.  
  1058. </div>
  1059.  
  1060.  
  1061. <div id="tags">
  1062. {block:HasTags}
  1063. {block:Tags}
  1064. #<a href="{TagURL}">{Tag}</a>&nbsp;
  1065. {/block:Tags}
  1066. {/block:HasTags}
  1067. </div>
  1068. <p>
  1069.  
  1070. {/block:Posts}
  1071.  
  1072.  
  1073. <script>
  1074. $(document).ready(function() {
  1075. $('a.poplight[href^=#]').click(function() {
  1076. var popID = $(this).attr('rel'); //Get Popup Name
  1077. var popURL = $(this).attr('href'); //Get Popup href to define size
  1078. var query= popURL.split('?');
  1079. var dim= query[1].split('&');
  1080. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1081. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1082. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1083. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1084. //Apply Margin to Popup
  1085. $('#' + popID).css({
  1086. 'margin-top' : -popMargTop,
  1087. 'margin-left' : -popMargLeft
  1088. });
  1089. $('body').append('<div id="fade"></div>');
  1090. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1091. return false;
  1092. });
  1093. $('a.close, #fade').live('click', function() {
  1094. $('#fade , .popup_block').fadeOut(function() {
  1095. $('#fade, a.close').remove(); //fade them both out
  1096. });
  1097. return false;
  1098. });
  1099. });
  1100. </script>
  1101.  
  1102. <script type="text/javascript">
  1103. <!--
  1104. function clickIE() {if (document.all) {(message);return false;}}
  1105. function clickNS(e) {if
  1106. (document.layers||(document.getElementById&&!document.all)) {
  1107. if (e.which==2||e.which==3) {(message);return false;}}}
  1108. if (document.layers)
  1109. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1110. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1111. document.oncontextmenu=new Function("return false")
  1112. // -->
  1113. </script>
  1114.  
  1115. </body>
  1116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement