Advertisement
sniprwolfs

Tracer Theme

May 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.23 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--- THEME 3 BY WEHRMXCHT. DO NOT COPY, USE AS A BASE, STEAL, OR CLAIM AS YOUR OWN. EDIT AS HEAVILY AS YOU LIKE, BUT LEAVE CREDIT IN TACT--->
  6.  
  7. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  8. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  9. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  11. <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  12. <link href='https://fonts.googleapis.com/css?family=Lobster+Two:400italic' rel='stylesheet' type='text/css'>
  13. <link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='https://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  16.  
  17. <!-- START TOOLTIP -->
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23.  
  24. (function($){
  25.  
  26. $(document).ready(function(){
  27.  
  28. $("a[title]").style_my_tooltips({
  29.  
  30. tip_follows_cursor:true,
  31.  
  32. tip_delay_time:90,
  33.  
  34. tip_fade_speed:600,
  35.  
  36. attribute:"title"
  37.  
  38. });
  39.  
  40. });
  41.  
  42. })(jQuery);
  43.  
  44. </script>
  45.  
  46. <!-- END TOOLTIP -->
  47.  
  48. <!---POP UP ASK BOX--->
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51. <script>
  52. $(document).ready(function() {
  53. //
  54. $('a.poplight[href^=#]').click(function() {
  55. var popID = $(this).attr('rel');
  56. var popURL = $(this).attr('href');
  57. var query= popURL.split('?');
  58. var dim= query[1].split('&');
  59. var popWidth = dim[0].split('=')[1];
  60. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  61. var popMargTop = ($('#' + popID).height() + 80) / 2;
  62. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  63. $('#' + popID).css({
  64. 'margin-top' : -popMargTop,
  65. 'margin-left' : -popMargLeft
  66. });
  67. $('body').append('<div id="fade"></div>');
  68. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  69. return false;
  70. });
  71. $('a.close, #fade').live('click', function() {
  72. $('#fade , .popup_block').fadeOut(function() {
  73. $('#fade, a.close').remove();
  74. });
  75. return false;
  76. });
  77. });
  78. </script>
  79. <!---END--->
  80.  
  81. <!---POP UP LINKS--->
  82. <script>
  83. $(document).ready(function() {
  84. $('a.poplight[href^=#]').click(function() {
  85. var popID = $(this).attr('rel');
  86. var popURL = $(this).attr('href');
  87.  
  88. var query= popURL.split('?');
  89. var dim= query[1].split('&');
  90. var popWidth = dim[0].split('=')[1];
  91.  
  92.  
  93. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" /></a>');
  94.  
  95.  
  96. var popMargTop = ($('#' + popID).height(270) + 80) / 2;
  97. var popMargLeft = ($('#' + popID).width(270) + 80) / 2;
  98. //CHANGE POPUP SIZE HERE ^^^
  99.  
  100. $('#' + popID).css({
  101. 'margin-top' : -popMargTop,
  102. 'margin-left' : -popMargLeft
  103. });
  104.  
  105. $('body').append('<div id="fade"></div>');
  106. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  107. return false;
  108. });
  109.  
  110. $('a.close, #fade').live('click', function() {
  111. $('#fade , .popup_block').fadeOut(function() {
  112. $('#fade, a.close').remove();
  113. });
  114. return false;
  115. });
  116. });
  117. </script>
  118. <!---POPUP LINKS END--->
  119.  
  120. <title>{title}</title>
  121. <link rel="shortcut icon" href="{Favicon}">
  122. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  123. <meta name="description" content="" />
  124. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  125.  
  126. <!--- DEFAULT COLOR OPTIONS --->
  127. <meta name="color:Background" content="#000000"/>
  128. <meta name="color:Posts BG" content="#222222"/>
  129. <meta name="color:Text" content="#ffffff"/>
  130. <meta name="color:Post Bold" content="#773e39"/>
  131. <meta name="color:Post Italic" content="#ffffff"/>
  132. <meta name="color:Link" content="#393939"/>
  133. <meta name="color:Link Hover" content="#000000"/>
  134. <meta name="color:Scrollthumb" content="#ffffff"/>
  135. <meta name="color:Info BG" content="#000000"/>
  136. <meta name="color:Tooltip BG" content="#000000"/>
  137. <meta name="color:Tooltip Font" content="#ffffff"/>
  138.  
  139. <!--- IMAGE OPTIONS --->
  140. <meta name="if:Cover BG" content="1"/>
  141. <meta name="image:Background" content=""/>
  142.  
  143. <style type="text/css">
  144.  
  145. /* --- UPDATES BOX ---*/
  146.  
  147. #sidebox{
  148. position:fixed;
  149. top:205px;
  150. margin-left:465px;
  151. }
  152.  
  153. #hovertitle {
  154. font-family: 'Oswald', sans-serif;
  155. text-transform:uppercase;
  156. font-size: 8px;
  157. line-height: 15px;
  158. letter-spacing:2px;
  159. font-weight:bold;
  160. position:fixed;
  161. color:#747474;
  162. }
  163.  
  164. #hovercontent {
  165. opacity:0;
  166. margin-top:180px;
  167. margin-left:50px;
  168. width:120px;
  169. text-align:center;
  170. color:#656565;
  171. background:#000;
  172. padding:10px;
  173. -webkit-transition: all 0.7s ease;
  174. -moz-transition: all 0.7s ease;
  175. -o-transition: all 0.7s ease;}
  176.  
  177. #sidebox:hover #hovercontent {
  178. opacity:1;
  179. -webkit-transition: all 0.7s ease;
  180. -moz-transition: all 0.7s ease;
  181. -o-transition: all 0.7s ease;}
  182.  
  183.  
  184. #sidebox b, strong {
  185. color: {color:Post Bold};
  186. font-family: 'Prata', serif;
  187. text-transform:uppercase;
  188. text-shadow: 1px 1px 1px #4e4e4e;
  189. font-size:14px;
  190. letter-spacing:0px;
  191. }
  192.  
  193.  
  194. #sidebox i, em {
  195. color: {color:Post Italic};
  196. font-family: 'Permanent Marker', cursive;
  197. text-shadow: 0px 0px 3px #fff;
  198. text-transform:none;
  199. font-size:14px;
  200. letter-spacing:1px;
  201. }
  202.  
  203. /* --- ON WITH THE THEME --- */
  204.  
  205.  
  206. html {
  207. background-image: url('http://i.imgur.com/vbMvHUf.png'); /* --- Change your background here, the upload function dosn't work. Create your background, upload it to tinypic or whatever, and paste the URL here --- */
  208. background-position: top left;
  209. background-repeat: no-repeat;
  210. background-attachment: fixed;
  211. background-color: #080808;
  212.  
  213. }
  214.  
  215. ::-webkit-scrollbar {
  216. width: 1px;
  217. height: 4px;
  218. padding:2px;
  219. background: transparent;
  220. }
  221.  
  222. ::-webkit-scrollbar-thumb {
  223. background-color: {color:scrollthumb};
  224. }
  225.  
  226. body {
  227. margin:0px;
  228. color: #2d2d2d;
  229. font-family: 'Montserrat', sans-serif;
  230. text-transform:none;
  231. font-size:12px;
  232. text-align: justify;
  233. line-height:1.25em;
  234. letter-spacing:0px;
  235. margin-left:435px;
  236. }
  237.  
  238. h1 {
  239. font-family: 'PF Arma Five', cursive;
  240. font-weight:normal;
  241. font-size:20px;
  242. text-align:center;
  243. font-style:normal;
  244. line-height:100%;
  245. letter-spacing:0px;
  246. color:{color:text};
  247. }
  248.  
  249.  
  250. a {
  251. color: {color:Link};
  252. text-shadow: 1px 0px 0px #111111;
  253. text-decoration: none;
  254. -moz-transition-duration: 0.5s;
  255. -o-transition-duration: 0.5s;
  256. -webkit-transition-duration: 0.5s;
  257. transition-duration: 0.5s;
  258. }
  259.  
  260. a:hover {
  261. color: {color:Link Hover};
  262. -moz-transition-duration: 0.5s;
  263. -o-transition-duration: 0.5s;
  264. -webkit-transition-duration: 0.5s;
  265. transition-duration: 0.5s;
  266. }
  267.  
  268. blockquote {
  269. padding-left:5px;
  270. border-left:2px solid;
  271. }
  272.  
  273. blockquote blockquote {
  274. padding-left:5px;
  275. border-left:2px solid;
  276. }
  277.  
  278. blockquote {
  279. border-left: solid;
  280. border-radius: 0px;
  281. border-left-width: 2px;
  282. border-color:#222222;
  283. padding:5px;
  284. padding-left: 7px;
  285. margin-left: 10px; }
  286.  
  287. #post {
  288. width:395px;
  289. padding-bottom:10px;
  290. padding-right:5px;
  291. }
  292.  
  293. #post b, strong {
  294. color: #3f3f3f;
  295. font-family: 'Prata', serif;
  296. text-transform:uppercase;
  297. text-shadow: 1px 0px 0px #2d2d2d;
  298. font-size:14px;
  299. letter-spacing:0px;
  300. }
  301.  
  302.  
  303. #post i, em {
  304. color: #2d2d2d;
  305. font-family: 'Lobster 1.4', cursive;
  306. text-shadow: 0px 0px 3px #222222;
  307. text-transform:none;
  308. font-size:19px;
  309. letter-spacing:1px;
  310. }
  311.  
  312. #post pre {
  313. font-family: times;
  314. color:{color:Post Bold};
  315. white-space: pre-wrap;
  316. white-space: -moz-pre-wrap;
  317. white-space: -pre-wrap;
  318. white-space: -o-pre-wrap;
  319. word-wrap: break-word;
  320. }
  321.  
  322.  
  323. small {
  324.  
  325. word-spacing:0px;
  326. font-size:8.5px;
  327. letter-spacing:0px;
  328. line-height:130%;
  329. }
  330.  
  331. small small {
  332. font-size:8px;
  333. }
  334.  
  335. sup, sub {
  336. word-spacing:0px;
  337. font-size:8.5px;
  338. }
  339.  
  340.  
  341. big {
  342. font-size:12px;
  343. line-height:110%;
  344. text-shadow:1px 1px 0px #a77c62;
  345. }
  346.  
  347.  
  348. big big {
  349. font-size:14px;
  350. font-weight:800;
  351. line-height:110%;
  352. font-family:times;
  353. text-transform:uppercase;
  354. text-shadow:1px 1px 0px #a77c62;
  355. }
  356.  
  357. big big big {
  358. font-size:16px;
  359. font-weight:800;
  360. line-height:110%;
  361. text-shadow:1px 1px 0px #a77c62;
  362. }
  363.  
  364. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  365. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  366. SO DON'T MESS WITH IT UNLESS YOU KNOW YOUR HTML. --- */
  367.  
  368. #post img.main_photo {
  369. width: 100%;
  370. }
  371.  
  372. #post img {
  373. max-width: 100%;
  374. height: auto;
  375. }
  376.  
  377. #post .photo img {
  378. opacity: 1;
  379. -webkit-transition: all 0.5s ease;
  380. -moz-transition: all 0.5s ease;
  381. -o-transition: all 0.5s ease;
  382. transition: all 0.5s ease;
  383. margin: 0;
  384. line-height: 0;
  385. }
  386.  
  387. .tumblr_post.photo p {
  388. display: none;
  389. }
  390.  
  391. /* --- BACK TO NORMAL --- */
  392.  
  393. .content {
  394. padding:5px;
  395. width:398px;
  396. height:290px;
  397. margin-left:5px;
  398. margin-top:1px;
  399. margin-bottom:40px;
  400. position:fixed;
  401. overflow:scroll;
  402. overflow-x:hidden;
  403. background-color:transparent;
  404. }
  405.  
  406. .backcont {
  407. padding:3px;
  408. width:417px;
  409. height:305px;
  410. left:477px;
  411. top:310px;
  412. position:fixed;
  413. background-color:#000;
  414. }
  415.  
  416. .navlinks {
  417. transform: rotate(0deg);
  418. color:#000;
  419. text-shadow: #000 0 0 7px;
  420. background: transparent;
  421. padding: 2px;
  422. position: fixed;
  423. height:auto;
  424. width: 100px;
  425. top:303px;
  426. left:360px;
  427. font-family: 'Lobster 1.4';
  428. text-transform:uppercase;
  429. text-align: right;
  430. font-size: 35px;
  431. letter-spacing:0.5px;
  432. line-height:130%;
  433. padding-top: 2px;
  434. }
  435.  
  436. .navlinks a {
  437. color:#747474;
  438. }
  439.  
  440. .navlinks a:hover {
  441. text-shadow: #000 0 0 5px;
  442. color: {color:link hover};
  443. text-transform: uppercase;
  444. }
  445.  
  446. .navigation {
  447. transform: rotate(20deg);
  448. font-family: times;
  449. width:120px;
  450. font-size:9px;
  451. margin-top:295px;
  452. margin-left:630px;
  453. padding-left:5px;
  454. letter-spacing:1px;
  455. font-style:none;
  456. text-align:center;
  457. }
  458.  
  459. .navigation a {
  460. color:#b8b8b8;
  461. }
  462. .navigation a:hover {
  463. color:{color:Link Hover};
  464. }
  465.  
  466. #info {
  467. font-family: verdana;
  468. width:400px;
  469. margin-top:2px;
  470. margin-bottom:5px;
  471. padding-top:1px;
  472. font-size:18px;
  473. background:transparent;
  474. border-color:transparent;
  475. border-style:solid;
  476. border-width:1px;
  477. padding:7px;
  478. margin-left:195px;
  479. color:{color:text};
  480. text-transform:uppercase;
  481. font-style:normal;
  482. text-align:left;
  483. -moz-transition-duration:0.5s;
  484. -webkit-transition-duration:0.5s;
  485. -o-transition-duration:0.5s;
  486. }
  487.  
  488. #info a {
  489. color:#5c5c5c;
  490. font-style:normal;
  491. }
  492.  
  493. #info a:hover {
  494. color:{color:link hover};
  495. }
  496.  
  497. .tags {
  498. font-family:'PF Arma Five';
  499. font-style:normal;
  500. width:400px;
  501. text-transform:normal;
  502. background:transparent;
  503. font-style:normal;
  504. line-height:120%;
  505. padding-left:5px;
  506. font-size:10px;
  507. text-align:center;
  508. padding-top:0px;
  509. padding-bottom:5px;
  510. -moz-transition-duration:0.2s;
  511. -webkit-transition-duration:0.2s;
  512. -o-transition-duration:0.2s;
  513. }
  514. .tags a{
  515. color:#575757;
  516. -moz-transition-duration:0.2s;
  517. -webkit-transition-duration:0.2s;
  518. -o-transition-duration:0.2s;
  519. }
  520. .tags a:hover{
  521. color:{color:link hover};
  522. -moz-transition-duration:0.2s;
  523. -webkit-transition-duration:0.2s;
  524. -o-transition-duration:0.2s;
  525. }
  526.  
  527. .audio{
  528. overflow:hidden;
  529. }
  530.  
  531. #ask {
  532. float:left;
  533. color:{color:text};
  534. }
  535.  
  536. #s-m-t-tooltip {
  537. max-width:140px;
  538. padding:5px 5px 5px 5px;
  539. margin:20px 14px 7px 10px;
  540. background-color:#101010;
  541. font-family: 'Roboto Condensed', sans-serif;
  542. font-style: bold;
  543. font-size:8px;
  544. line-height:11px;
  545. letter-spacing:0px;
  546. text-transform:uppercase;
  547. color:{color:Tooltip Font};
  548. z-index:999;
  549. }
  550.  
  551. #credit {
  552. font-size:9px;
  553. font-family:verdana;
  554. font-style:italic;
  555. letter-spacing:1px;
  556. -moz-transition-duration:0.5s;
  557. -webkit-transition-duration:0.5s;
  558. -o-transition-duration:0.5s;
  559. }
  560.  
  561. #credit a {
  562. background-color:{color:Posts BG};
  563. padding:5px;
  564. position:fixed;
  565. right:15px;
  566. bottom:10px
  567. }
  568.  
  569. #credit a:hover {
  570. color:{color:Link Hover};
  571. background-color:{color:background};
  572. }
  573.  
  574. /* --- POPUP CSS BEGIN --- */
  575.  
  576. #fade { /*--Transparent background layer--*/
  577. display: none; /*--hidden by default--*/
  578. background:#000;
  579. position: fixed; left: 0; top: 0;
  580. width: 100%; height: 100%;
  581. opacity: .90;
  582. z-index: 9999;
  583. }
  584. .popup_block{
  585. width: 200px;
  586. height: 200px;
  587. overflow-y:scroll;
  588. overflow-x:hidden;
  589. display: none;
  590. background-image: url('http://i.imgur.com/8w18M36.png');
  591. padding: 30px;
  592. border: 0px solid #ddd;
  593. float: left;
  594. font-size: 10px;
  595. word-spacing:2px;
  596. position: fixed;
  597. top: 50%; left: 59.5%;
  598. z-index: 99999;
  599. -webkit-box-shadow: 0px 0px 20px #000;
  600. -moz-box-shadow: 0px 0px 20px #000;
  601. box-shadow: 0px 0px 20px #000;
  602. -webkit-border-radius: 0px;
  603. -moz-border-radius: 0px;
  604. border-radius: 0px;
  605. }
  606. img.btn_close {
  607. float: right;
  608. margin: 0px 0px 0 0;
  609. }
  610. /*--Making IE6 Understand Fixed Positioning--*/
  611. *html #fade {
  612. position: absolute;
  613. }
  614. *html .popup_block {
  615. position: absolute;
  616. }
  617.  
  618. h2 {
  619. font-size: 10px;
  620. font-family: arial;
  621. font-weight:normal;
  622. line-height:15px;
  623. margin:0px;
  624. text-decoration: none;
  625. color: {color:Post Text};
  626. }
  627.  
  628. h2 a {
  629. text-decoration: none;
  630. color: {color:Post Link};
  631. }
  632.  
  633. .popup_block b, strong {
  634. color: {color:Post Bold};
  635. font-family: 'Prata', serif;
  636. text-transform:uppercase;
  637. text-shadow: 1px 0px 0px #800606;
  638. font-size:14px;
  639. letter-spacing:0px;
  640. }
  641.  
  642.  
  643. .popup_block i, em {
  644. color: {color:Post Italic};
  645. font-family: 'Permanent Marker', cursive;
  646. text-shadow: 0px 0px 3px #fff;
  647. text-transform:none;
  648. font-size:14px;
  649. letter-spacing:1px;
  650. }
  651.  
  652. /* --- POPUP CSS END --- */
  653.  
  654. /* POPUP NAV BEGIN */
  655.  
  656. .lettuce {
  657. text-align:center;
  658. width: auto;
  659. padding:10px;
  660. margin-top: -20px;
  661. }
  662.  
  663. .lettuce a {
  664. margin-left:5px;
  665. margin-top:10px;
  666. display: inline-block;
  667. padding:5px;
  668. outline: 1px solid #262626;
  669. border: 1px solid #262626;
  670. letter-spacing:0px;
  671. font-size:8px;
  672. word-spacing:0px;
  673. letter-spacing:0px;
  674. font-family: 'Prata', serif;
  675. color: #9e9e9e;
  676. width:40px;
  677. text-align:center;
  678. -moz-transition-duration:0.8s;
  679. -webkit-transition-duration:0.8s;
  680. -o-transition-duration:0.8s;
  681. }
  682.  
  683. .lettuce a:hover {
  684. background-color:#5b0c0c;
  685. -webkit-box-shadow: 0px 0px 10px #000;
  686. -moz-box-shadow: 0px 0px 10px #000;
  687. box-shadow: 0px 0px 10px #000;
  688. -moz-transition-duration:0.8s;
  689. -webkit-transition-duration:0.8s;
  690. -o-transition-duration:0.8s;
  691. }
  692.  
  693. /* POPUP NAV END */
  694.  
  695. {CustomCSS}
  696.  
  697.  
  698. </style></head><body>
  699.  
  700.  
  701. <!-- START UPDATES TAB -->
  702.  
  703. <div id="sidebox">
  704. <div id="hovertitle">hover</div>
  705. <div id="hovercontent">
  706.  
  707. <p>INDIE RP BLOG FOR <b><font color="#ccc4c4">TRACER</font></b> FROM OVERWATCH.
  708.  
  709.  
  710.  
  711. </div></div>
  712.  
  713. <!-- END UPDATES TAB -->
  714.  
  715. <!-- MAIN POPUPS -->
  716.  
  717. <div class="navlinks">
  718. <a href="/" title="return">01.</a></a>
  719. <a href="#?w=500" rel="askbox" class="poplight" title="morse code">02.</a>
  720. <a href="#?w=500" rel="02" class="poplight" title="navigation">03.</a>
  721.  
  722. </div>
  723.  
  724. <!-- / -->
  725.  
  726. <!-- MULTI-NAV -->
  727.  
  728. <div id="02" class="popup_block">
  729. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">navigation</p>
  730. <div class="lettuce">
  731. <!-- copy / delete these for every link you wish to add / remove! -->
  732. <a href="#?w=500" rel="03" class="poplight" title="laws">LAWS</a>
  733. <a href="#?w=500" rel="04" class="poplight" title="dossier">FILE</a>
  734. <a href="#?w=500" rel="06" class="poplight" title="verses">VERSES</a>
  735. <a href="#?w=500" rel="07" class="poplight" title="tags">TAGS</a>
  736. <a href="#?w=500" rel="08" class="poplight" title="mun">MUN</a>
  737.  
  738. <!-- / -->
  739.  
  740. </div></div>
  741.  
  742. <div class="navigation">
  743. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> retreat </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> advance </a><br />{/block:NextPage}{/block:Pagination}</div>
  744.  
  745.  
  746.  
  747. <div class="backcont">
  748. <div class="content">
  749.  
  750. <div class="postcol">
  751. {block:Posts}<div id="post">
  752.  
  753. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  754.  
  755. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  756.  
  757. {block:Photoset}
  758. <div class="photoset">
  759. <div align="center">
  760. {Photoset-250}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  761.  
  762. {block:Quote}<div style="padding:4px;font-size:15px;line-height:1.5em;color:{color:text};text-align:center;font-family: 'Permanent Marker', cursive;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  763.  
  764. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  765.  
  766. {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}
  767.  
  768. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{AlbumArtURL}{Artist}{TrackName}{/block:Audio}
  769.  
  770. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  771.  
  772. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #000;padding:2px;"></div> <em>{Asker}:</em><br>{Question}<br><br>{Answer}{/block:Answer}
  773.  
  774. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">☕</a>
  775. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>☕</a> {/block:NoteCount} <div style="float:right;">
  776.  
  777. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">☕ </a> {/block:RebloggedFrom}{block:ContentSource}<a title="source" href="{SourceURL}">☕</a>{/block:ContentSource} {/block:RebloggedFrom}<a href={ReblogURL} title=reblog?>☕</a></a></div>
  778. </div>
  779.  
  780.  
  781. {block:HasTags}
  782. <div class="tags">
  783. {block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  784. {/block:HasTags}
  785. <div class="postnote">
  786. {block:PostNotes}{PostNotes}{/block:PostNotes}
  787. </div>
  788. </div>
  789. {/block:Posts}
  790. </div>
  791. </div>
  792. </div>
  793. </div></div>
  794.  
  795. <div id="credit"><a href="http://wehrmxcht.tumblr.com">x</a></div> </div></div>
  796.  
  797. <div id="03" class="popup_block">
  798.  
  799. <body>
  800. <p>
  801. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">GUIDELINES</p>
  802.  
  803. Rules and stuff
  804.  
  805. <p>
  806. <p></div>
  807.  
  808.  
  809. </body>
  810. </html>
  811.  
  812.  
  813. </div>
  814.  
  815.  
  816. <div id="04" class="popup_block">
  817.  
  818. <body>
  819. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">LENA OXTON</p>
  820.  
  821. Dossier here
  822.  
  823. </body>
  824. </html>
  825.  
  826.  
  827. </div>
  828. </div>
  829.  
  830. <div id="06" class="popup_block">
  831. <body>
  832. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive;font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">TIME AND SPACE</p>
  833. <p>
  834.  
  835. Verses page
  836.  
  837. </div>
  838. </body>
  839. </html>
  840.  
  841. </div>
  842.  
  843. </div>
  844.  
  845. <div id="askbox" class="popup_block">
  846. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive;font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">.- ... -.-</p>
  847. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  848. </div>
  849.  
  850. <div id="07" class="popup_block">
  851.  
  852. <p style="text-transform:uppercase; font-family: 'Permanent Marker', cursive;font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #5c5c5c solid;padding-bottom:10px;">TAGGING</p>
  853. <p>
  854.  
  855. Tags list
  856.  
  857. </div>
  858.  
  859. <div id="08" class="popup_block">
  860. <p>
  861.  
  862. Mun info/links/whatever else
  863.  
  864. </div>
  865.  
  866. </div></div></div></div></div></div></div></div></div></div>
  867.  
  868. </body>
  869. </html>
  870.  
  871. </body>
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement