Advertisement
Guest User

Untitled

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