Advertisement
sniprwolfs

Gladio Theme

Jun 29th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.80 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 4 BY WEHRMXCHT
  6. DO NOT COPY, REDISTRUBUTE AS YOUR OWN, REMOVE CREDIT, LIFT CODE, OR STEAL, THAT'S A REAL SHITTY THING TO DO, K? --->
  7.  
  8. <!--- CUSTOM FONTS --->
  9.  
  10. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  15.  
  16. <!--- CUSTOM FONTS --->
  17.  
  18.  
  19. <!--- TOOLTIP --->
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("a[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:7,
  29. tip_fade_speed:7,
  30. attribute:"title"
  31. });
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <!--- TOOLTIP --->
  37.  
  38. <!---POP UP ASK BOX--->
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <script>
  43. $(document).ready(function() {
  44. //
  45. $('a.poplight[href^=#]').click(function() {
  46. var popID = $(this).attr('rel');
  47. var popURL = $(this).attr('href');
  48. var query= popURL.split('?');
  49. var dim= query[1].split('&');
  50. var popWidth = dim[0].split('=')[1];
  51. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  52. var popMargTop = ($('#' + popID).height() + 80) / 2;
  53. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  54. $('#' + popID).css({
  55. 'margin-top' : -popMargTop,
  56. 'margin-left' : -popMargLeft
  57. });
  58. $('body').append('<div id="fade"></div>');
  59. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  60. return false;
  61. });
  62. $('a.close, #fade').live('click', function() {
  63. $('#fade , .popup_block').fadeOut(function() {
  64. $('#fade, a.close').remove();
  65. });
  66. return false;
  67. });
  68. });
  69. </script>
  70.  
  71. <!---POP UP ASK BOX--->
  72.  
  73. <!---POP UP LINKS--->
  74.  
  75. <script>
  76. $(document).ready(function() {
  77. $('a.poplight[href^=#]').click(function() {
  78. var popID = $(this).attr('rel');
  79. var popURL = $(this).attr('href');
  80. var query= popURL.split('?');
  81. var dim= query[1].split('&');
  82. var popWidth = dim[0].split('=')[1];
  83.  
  84. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  85. var popMargTop = ($('#' + popID).height(250) + 80) / 2;
  86. var popMargLeft = ($('#' + popID).width(250) + 80) / 2;
  87. $('#' + popID).css({
  88. 'margin-top' : -popMargTop,
  89. 'margin-left' : -popMargLeft
  90. });
  91.  
  92. $('body').append('<div id="fade"></div>');
  93. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  94. return false;
  95. });
  96. $('a.close, #fade').live('click', function() {
  97. $('#fade , .popup_block').fadeOut(function() {
  98. $('#fade, a.close').remove();
  99. });
  100. return false;
  101. });
  102. });
  103. </script>
  104.  
  105. <!---POPUP LINKS--->
  106.  
  107. <!---META--->
  108.  
  109. <title>{title}</title>
  110. <link rel="shortcut icon" href="http://www.intpforum.com/images/misc/favicon.ico">
  111. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  112. <meta name="description" content="" />
  113. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  114.  
  115. <!--- COLOR OPTIONS --->
  116. <meta name="color:Background" content="#000000"/>
  117. <meta name="color:Posts BG" content="#222222"/>
  118. <meta name="color:Text" content="#ffffff"/>
  119. <meta name="color:Post Bold" content="#65bb71"/>
  120. <meta name="color:Post Italic" content="#7d9a8c"/>
  121. <meta name="color:Link" content="#1b6731"/>
  122. <meta name="color:Link Hover" content="#65bb71"/>
  123. <meta name="color:Scrollthumb" content="#ffffff"/>
  124. <meta name="color:Info BG" content="#000000"/>
  125. <meta name="color:Tooltip BG" content="#000000"/>
  126. <meta name="color:Tooltip Font" content="#ffffff"/>
  127.  
  128.  
  129. <!---META--->
  130.  
  131. <style type="text/css">
  132.  
  133. /* --- TO MAKE POSTS BLACK AND WHITE THEN COLOUR ON HOVER. REMOVE THIS IF YOU DON'T WANT THAT OPTION ---*/
  134.  
  135.  
  136.  
  137.  
  138. /* --- DESCRIPTION/SIDEBAR ---*/
  139.  
  140. #description {
  141. border-top:solid 1px transparent;
  142. border-bottom:solid 1px transparent;
  143. width: 120px;
  144. height: 300px;
  145. font-size: 8px;
  146. font-family:helvetica;
  147. text-align: justify;
  148. top: 240px;
  149. line-height:15px;
  150. position: fixed;
  151. overflow-y: scroll;
  152. padding-right: 5px;
  153. left: 675px;
  154.  
  155. }
  156.  
  157. #description b, strong {
  158. color: {color:Post Bold};
  159. font-family: 'Oswald', sans-serif;
  160. text-transform:uppercase;
  161. text-shadow: 0px 0px 1px #d9d9d9;
  162. font-size:14px;
  163. letter-spacing:0px;
  164.  
  165. }
  166.  
  167. #description i, em {
  168. color: {color:Post Italic};
  169. font-family: 'Lobster 1.4', cursive;
  170. text-shadow: 0px 0px 3px #3c232b;
  171. text-transform:none;
  172. font-size:12px;
  173. letter-spacing:1px;
  174. }
  175.  
  176.  
  177. /* --- DESCRIPTION/SIDEBAR ---*/
  178.  
  179.  
  180. /* --- CSS --- */
  181.  
  182.  
  183.  
  184. /* --- BACKGROUND --- */
  185.  
  186. html {
  187. background:#bebcbb;
  188. background-image:url('http://i.imgur.com/73hNpv6r.png');
  189. background-attachment:fixed;
  190. background-repeat:no-repeat;
  191. background-position: top left;
  192. margin:0px;
  193. word-wrap:break-word;
  194.  
  195. /* --- SCROLLBAR --- */
  196.  
  197. }
  198.  
  199. ::-webkit-scrollbar {
  200. width: 1px;
  201. height: 4px;
  202. padding:2px;
  203. background: transparent;
  204. }
  205.  
  206. ::-webkit-scrollbar-thumb {
  207. background-color: {color:scrollthumb};
  208. }
  209.  
  210. /* --- FONTS AND STUFF --- */
  211.  
  212. body {
  213. margin:0px;
  214. color:{color:text};
  215. font-family:helvetica;
  216. text-transform:uppercase;
  217. font-size:8px;
  218. text-align: justify;
  219. line-height:1.25em;
  220. letter-spacing:0px;
  221. margin-left:435px;
  222. }
  223.  
  224. h1 { /* --- Title style --- */
  225. font-family: 'Oswald', sans-serif;
  226. font-weight:bold;
  227. font-size:15px;
  228. text-align:center;
  229. font-style:bold;
  230. line-height:100%;
  231. letter-spacing:0px;
  232. color:{color:text};
  233. }
  234.  
  235. h2 { /* --- Subitle style --- */
  236. font-family:tahoma;
  237. font-size:16px;
  238. text-align:center;
  239. font-style:italic;
  240. line-height:100%;
  241. letter-spacing:1px;
  242. color:{color:text};
  243. padding:5px;
  244. padding-bottom:2px;
  245. }
  246.  
  247.  
  248. hr {
  249. border-color: #737373;
  250. }
  251.  
  252.  
  253. a { /* --- Link style --- */
  254. text-transform:uppercase;
  255. font-family: 'Raleway', sans-serif;
  256. color:#3f3f3f;
  257. text-shadow:0 0 2px #3f3f3f;
  258. text-decoration:none;
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;
  262. }
  263.  
  264. a:hover {
  265. text-shadow: 0 0 4px #3f3f3f;
  266. text-decoration:none
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272.  
  273. blockquote {
  274. padding-left:5px;
  275. border-left:2px solid;
  276. }
  277.  
  278.  
  279. blockquote {
  280. border-left: solid;
  281. border-radius: 0px;
  282. border-left-width: 1px;
  283. border-color: #737373;
  284. padding:5px;
  285. padding-left: 7px;
  286. margin-left: 10px; }
  287.  
  288. #post { /* --- Post width/size --- */
  289. width:260px;
  290. padding-bottom:10px;
  291. padding-right:5px;
  292. }
  293.  
  294. #post b, strong { /* --- Bold font style --- */
  295. color: {color:Post Bold};
  296. font-family: 'Oswald', sans-serif;
  297. text-transform:uppercase;
  298. text-shadow: 0px 0px 3px #4a2630;
  299. font-size:14px;
  300. letter-spacing:0px;
  301. }
  302.  
  303.  
  304. #post i, em { /* --- Italic font style --- */
  305. color: {color:Post Italic};
  306. font-family: 'Lobster 1.4', cursive;
  307. text-shadow: 0px 0px 3px #3c232b;
  308. text-transform:none;
  309. font-size:14px;
  310. letter-spacing:1px;
  311. }
  312.  
  313. #post pre {
  314. font-family: times;
  315. color:{color:Post Bold};
  316. white-space: pre-wrap;
  317. white-space: -moz-pre-wrap;
  318. white-space: -pre-wrap;
  319. white-space: -o-pre-wrap;
  320. word-wrap: break-word;
  321. }
  322.  
  323. /* --- SMALL TEXT AND SUB-TEXT STYLES --- */
  324.  
  325. small {
  326.  
  327. word-spacing:0px;
  328. font-size:8px;
  329. letter-spacing:0px;
  330. line-height:130%;
  331. }
  332.  
  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. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  349. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  350. SO DON'T MESS WITH IT BRO --- */
  351.  
  352. #post img.main_photo {
  353. width: 100%;
  354. }
  355.  
  356. #post img {
  357. max-width: 100%;
  358. height: auto;
  359. }
  360.  
  361. #post .photo img {
  362. opacity: 1;
  363. -webkit-transition: all 0.5s ease;
  364. -moz-transition: all 0.5s ease;
  365. -o-transition: all 0.5s ease;
  366. transition: all 0.5s ease;
  367. margin: 0;
  368. line-height: 0;
  369.  
  370. }
  371.  
  372. .tumblr_post.photo p {
  373. display: none;
  374. }
  375.  
  376. /* --- CSS --- */
  377.  
  378. .content { /* --- Entries within the container --- */
  379. padding:5px;
  380. width:265px;
  381. height:265px;
  382. margin-left:-150px;
  383. margin-top:-160px;
  384. margin-bottom:40px;
  385. position:fixed;
  386. overflow:scroll;
  387. overflow-x:hidden;
  388. background-color:transparent;
  389. -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1) 40%, rgba(0,0,0,0));
  390.  
  391. }
  392.  
  393. .backcont { /* --- Container itself --- */
  394. padding:2px;
  395. width:294px;
  396. height:294px;
  397. left:503px;
  398. top:347px;
  399. position:fixed;
  400. background-color:transparent;
  401. }
  402.  
  403. /* --- NAVIGATION LINKS --- */
  404.  
  405.  
  406. .anavlinks {
  407. transform: rotate(0deg);
  408. text-shadow:1px 1px 3px #000;
  409. color:{color:Special};
  410. background: transparent;
  411. padding: 2px;
  412. position: fixed;
  413. height:auto;
  414. top:295px;
  415. left:310px;
  416. font-family: tahoma;
  417. text-transform:uppercase;
  418. text-align: right;
  419. font-size: 25px;
  420. letter-spacing:0.5px;
  421. padding-top: 5px;
  422. }
  423.  
  424. .navlinks a {
  425. color:{color:link};
  426. }
  427.  
  428. .navlinks a:hover {
  429. color: {color:link hover};
  430. text-transform: uppercase;
  431. text-shadow:3px 3px 3px #fff;
  432. }
  433.  
  434.  
  435.  
  436. /* --- PAGINATION --- */
  437.  
  438. .navigation {
  439. transform: rotate(0deg);
  440. transform-origin: left top 0;
  441. position:absolute;
  442. width:300px;
  443. text-align:left;
  444. margin-top:315px;
  445. margin-left:340px;
  446. letter-spacing:2px;
  447. word-spacing:6px;
  448. text-align:center;
  449. font-size:7px;
  450. word-spacing:0px;
  451. position:fixed;
  452. font-family: 'Archivo Narrow', sans-serif;
  453. z-index:999;
  454. }
  455.  
  456. .navigation a {
  457. font-weight:800;
  458. width:300px;
  459. color:#6c6c6c;
  460. text-shadow:0px 0px 1px #2e2e2d;
  461. border-bottom:1px dotted transparent;
  462. -moz-transition-duration:.7s;
  463. -webkit-transition-duration:.7s;
  464. -o-transition-duration:.7s;
  465. }
  466.  
  467. .navigation a:hover {
  468. text-decoration:none;
  469. color:#fff;
  470. text-shadow:3px 3px 3px #2e2e2d;
  471. -moz-transition-duration:.7s;
  472. -webkit-transition-duration:.7s;
  473. -o-transition-duration:.7s;
  474. }
  475.  
  476. /* --- TIMESTAMPS, REBLOGS, SOURCE, ETC --- */
  477.  
  478. #info {
  479. font-family: 'Archivo Narrow', sans-serif;
  480. width:244px;
  481. margin-top:5px;
  482. margin-bottom:5px;
  483. border-color:#222222;
  484. padding-top:10px;
  485. font-size:10px;
  486. background:transparent;
  487. text-shadow: 1px 1px 7px #222222;
  488. padding:10px;
  489. margin-top:5px;
  490. margin-left:0px;
  491. color:#282828;
  492. text-transform:uppercase;
  493. font-style:normal;
  494. text-align:left;
  495. -moz-transition-duration:0.5s;
  496. -webkit-transition-duration:0.5s;
  497. -o-transition-duration:0.5s;
  498. }
  499.  
  500. #info a {
  501. color:#404040;
  502. font-style:normal;
  503. }
  504.  
  505. #info a:hover {
  506. color:#383838;
  507. text-shadow: 1px 1px 7px #383838;
  508. }
  509.  
  510. /* --- TAGS --- */
  511.  
  512. .tags {
  513. width:200px;
  514. margin-top:2px;
  515. margin-left:25px;
  516. text-transform:uppercase;
  517. padding:10px;
  518. font-style:normal;
  519. line-height:100%;
  520. padding-top:7px;
  521. text-align:center;
  522. position: center;
  523. background: #1c1c1c;
  524. opacity:1;
  525. border-bottom-left-radius: 20px;
  526. border-top-right-radius: 20px;
  527. border-top:solid 1px #1c1c1c;
  528. box-shadow: 2px 2px 5px #040404;
  529. -moz-transition-duration:1.2s;
  530. -webkit-transition-duration:1.2s;
  531. -o-transition-duration:1.2s;
  532.  
  533. }
  534.  
  535. .tags a{
  536. font-size:9px;
  537. font-family: helvetica;
  538. text-transform:uppercase;
  539. font-weight:0;
  540. font-weight:none;
  541. text-shadow: none;
  542. color:#7d7d7d;
  543. opacity:0.8;
  544. font-weight:none;
  545. -moz-transition-duration:1.2s;
  546. -webkit-transition-duration:1.2s;
  547. -o-transition-duration:1.2s;
  548. }
  549.  
  550. .tags a:hover{
  551. color:#000;
  552. opacity:1;
  553. font-weight:none;
  554. -moz-transition-duration:1.2s;
  555. -webkit-transition-duration:1.2s;
  556. -o-transition-duration:1.2s;
  557.  
  558. }
  559.  
  560.  
  561. .audio{
  562. overflow:hidden;
  563. }
  564.  
  565. #ask {
  566. float:left;
  567. color:{color:text};
  568. }
  569.  
  570. /* --- TOOLTIP --- */
  571.  
  572. #s-m-t-tooltip {
  573. color:#d3d3d3;
  574. position:fixed;
  575. font-family: helvetica;
  576. letter-spacing: 1px;
  577. font-size:9px;
  578. background:#1c1c1c;
  579. text-shadow: 0px 0px 3px #d3d3d3;
  580. margin-left:15px;
  581. margin-top:-21px;
  582. text-transform:uppercase;
  583. padding: 5px;
  584. border:1px solid #1c1c1c;
  585. z-index:99999999999999999999999;
  586. transition:0.7s ease-in-out;
  587. -o-transition:0.7s ease-in-out;
  588. -ms-transition:0.7s ease-in-out;
  589. -moz-transition:0.7s ease-in-out;
  590. -webkit-transition:0.7s ease-in-out;
  591.  
  592. }
  593.  
  594. /* --- REMOVE THIS SHIT AND I'LL HAVE YOUR HEAD --- */
  595.  
  596. #credit {
  597. font-size:9px;
  598. font-family:verdana;
  599. font-style:none;
  600. letter-spacing:1px;
  601. -moz-transition-duration:0.5s;
  602. -webkit-transition-duration:0.5s;
  603. -o-transition-duration:0.5s;
  604. }
  605.  
  606. #credit a {
  607. background-color:transparent;
  608. padding:5px;
  609. position:fixed;
  610. right:15px;
  611. bottom:10px
  612. }
  613.  
  614. #credit a:hover {
  615. color:{color:Link Hover};
  616. background-color:{color:background};
  617. }
  618.  
  619.  
  620. /* --- POP-UP CSS --- */
  621.  
  622. #fade {
  623. display: none;
  624. background: #000;
  625. position: fixed; left: 0; top: 0;
  626. width: 100%; height: 100%;
  627. opacity: .50;
  628. z-index: 9999;
  629. }
  630. .popup_block{
  631. width: 300px;
  632. height: 300px;
  633. overflow-y:scroll;
  634. overflow-x:hidden;
  635. display: none;
  636. background:#141414;
  637. padding: 30px;
  638. border: 0px solid #ddd;
  639. float: left;
  640. font-size: 8px;
  641. word-spacing:2px;
  642. position: fixed;
  643. top: 50%; left: 60%;
  644. z-index: 99999;
  645. /*--CSS3 Box Shadows--*/
  646. -webkit-box-shadow: 0px 0px 20px #000;
  647. -moz-box-shadow: 0px 0px 20px #000;
  648. box-shadow: 0px 0px 20px #000;
  649. /*--CSS3 Rounded Corners--*/
  650. -webkit-border-radius: 0px;
  651. -moz-border-radius: 0px;
  652. border-radius: 0px;
  653. }
  654. img.btn_close {
  655. float: right;
  656. margin: 0px 0px 0 0;
  657. }
  658. *html #fade {
  659. position: absolute;
  660. }
  661. *html .popup_block {
  662. position: absolute;
  663. }
  664.  
  665. h2 {
  666. font-size: 10px;
  667. font-family: arial;
  668. font-weight:normal;
  669. line-height:15px;
  670. margin:0px;
  671. text-decoration: none;
  672. color: {color:Post Text};
  673. }
  674.  
  675. h2 a {
  676. text-decoration: none;
  677. color: {color:Post Link};
  678. }
  679.  
  680. /* --- Controls how bold and italic looks in your pop-up --- */
  681.  
  682. .popup_block b, strong {
  683. color: {color:Post Bold};
  684. font-family: 'Oswald', sans-serif;
  685. text-transform:uppercase;
  686. text-shadow: 0px 0px 1px #9c3b3b;
  687. font-size:14px;
  688. letter-spacing:0px;
  689. }
  690.  
  691.  
  692. .popup_block i, em {
  693. color: {color:Post Italic};
  694. font-family: 'Homemade Apple', cursive;
  695. text-shadow: 0px 0px 3px #fff;
  696. text-transform:none;
  697. font-size:14px;
  698. letter-spacing:1px;
  699. }
  700.  
  701.  
  702. {CustomCSS}
  703.  
  704.  
  705. </style></head><body>
  706.  
  707. <!-- DESCRIPTION HTML -->
  708.  
  709. <div id="description">
  710. <center>
  711. <h1>The H1 command makes a title</h1>
  712. <hr/>
  713. The HR command makes a line
  714. <p>
  715. <strong>This is what bold looks like</strong>
  716. <br>
  717. <i>And here's some italic</i>
  718. <p>
  719. Write as much as you want, the box will scroll with you
  720. </center>
  721.  
  722.  
  723.  
  724. </div>
  725.  
  726. <!--- CHANGE LINK NAMES HERE --->
  727.  
  728. <div class="anavlinks">
  729. <a href="/" title="link name here">♞</a></a><br /><br /><br /><br />
  730. <a href="#?w=500" rel="askbox" class="poplight" title="ask">♞</a><br /><br /><br /><br />
  731. <a href="#?w=500" rel="03" class="poplight" title="rules">♞</a><br /><br /><br /><br />
  732. <a href="#?w=500" rel="04" class="poplight" title="about">♞</a><br /><br /><br /><br />
  733. <a href="#?w=500" rel="06" class="poplight" title="verses">♞</a><br /><br /><br /><br />
  734. </div>
  735.  
  736. </div>
  737.  
  738. </div>
  739.  
  740. <div class="navigation">
  741. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back / </a>{/block:PreviousPage} <br><br> {block:NextPage}<a href="{NextPage}">/ forth </a><br><br>{/block:NextPage}{/block:Pagination}</div>
  742.  
  743.  
  744.  
  745. <div class="backcont">
  746. <div class="content">
  747.  
  748. <div class="postcol">
  749. {block:Posts}<div id="post">
  750.  
  751. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  752.  
  753. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  754.  
  755. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  756.  
  757. {block:Quote}<div style="padding:4px;font-size:15px;line-height:1.5em;color:{color:text};text-align:center;text-transform:lowercase;font-family: 'Homemade Apple', cursive;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  758.  
  759. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  760.  
  761. {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}
  762.  
  763. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  764.  
  765. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  766.  
  767. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br>{Question}<br><br>{Answer}{/block:Answer}
  768.  
  769. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✕</a>
  770. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>✕</a> {/block:NoteCount} <div style="float:right;">
  771.  
  772. {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>
  773. </div>
  774.  
  775.  
  776. {block:HasTags}
  777. <div class="tags">
  778. {block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  779. {/block:HasTags}
  780. <div class="postnote">
  781. {block:PostNotes}{PostNotes}{/block:PostNotes}
  782. </div>
  783. </div>
  784. {/block:Posts}
  785. </div>
  786. </div>
  787. </div>
  788. </div></div>
  789.  
  790. <div id="credit"><a href="http://wehrmxcht.tumblr.com">✠</a></div> </div></div>
  791.  
  792. <!---POP-UP CONTENT STARTS HERE --->
  793. <!---POP-UP CONTENT STARTS HERE --->
  794. <!---POP-UP CONTENT STARTS HERE --->
  795.  
  796. <div id="03" class="popup_block">
  797.  
  798. <body>
  799.  
  800. <center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%"> GUIDELINES</span></center>
  801. <p>
  802. <blockquote>
  803.  
  804.  
  805. RULES/GUIDELINES HERE
  806.  
  807.  
  808. </blockquote>
  809. </div>
  810. <p>
  811.  
  812. </div>
  813.  
  814. </body>
  815. </html>
  816. </div>
  817.  
  818.  
  819. <div id="04" class="popup_block">
  820.  
  821. <body>
  822.  
  823.  
  824. <p>
  825. <center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%">BIOGRAPHY</span></center>
  826.  
  827. <blockquote>
  828.  
  829.  
  830. SPACE FOR A BIOGRAPHY
  831.  
  832.  
  833. </blockquote>
  834. </div>
  835.  
  836.  
  837.  
  838. </body>
  839. </html>
  840.  
  841.  
  842. </div>
  843. </div>
  844.  
  845. <div id="06" class="popup_block">
  846. <body>
  847.  
  848.  
  849. <p>
  850. <center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%">UNIVERSES</span></center>
  851.  
  852. <blockquote>
  853.  
  854.  
  855. A SPACE FOR VERSES AND WHATEVER
  856.  
  857.  
  858. </blockquote>
  859.  
  860. </div>
  861. </body>
  862. </html>
  863.  
  864. </div>
  865.  
  866.  
  867.  
  868. <div id="askbox" class="popup_block">
  869. <p style="text-transform:uppercase; font-family: 'Oswald', sans-serif; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px ##393939 solid;padding-bottom:10px;">Ask me anything</p>
  870. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  871. </div>
  872.  
  873. <script language=JavaScript>
  874. <!--
  875.  
  876. //Disable right mouse click Script
  877. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  878. //For full source code, visit http://www.dynamicdrive.com
  879.  
  880. var message="My themes can be found at amysthemes.tumblr.com";
  881.  
  882. ///////////////////////////////////
  883. function clickIE4(){
  884. if (event.button==2){
  885. alert(message);
  886. return false;
  887. }
  888. }
  889.  
  890. function clickNS4(e){
  891. if (document.layers||document.getElementById&&!document.all){
  892. if (e.which==2||e.which==3){
  893. alert(message);
  894. return false;
  895. }
  896. }
  897. }
  898.  
  899. if (document.layers){
  900. document.captureEvents(Event.MOUSEDOWN);
  901. document.onmousedown=clickNS4;
  902. }
  903. else if (document.all&&!document.getElementById){
  904. document.onmousedown=clickIE4;
  905. }
  906.  
  907. document.oncontextmenu=new Function("alert(message);return false")
  908.  
  909. // -->
  910. </script>
  911.  
  912. </div></div></div></div></div></div></div></div></div></div>
  913.  
  914. </html>
  915.  
  916. </body>
  917. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement