Advertisement
Guest User

Untitled

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