Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.38 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="solid"></div>');
  59. $('#fade').css({'filter' : 'alpha(opacity=100)'}).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=100)'}).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="{Favicon}"">
  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. img {
  136. -webkit-filter: grayscale(75%);
  137. z-index: -9999999999999999999999999px;
  138. -webkit-transition: all 0.9s ease-in-out;
  139. -moz-transition: all 0.9s ease-in-out;
  140. -o-transition: all 0.9s ease-in-out;
  141. -ms-transition: all 0.9s ease-in-out;
  142. transition: all 0.9s ease-in-out;
  143. }
  144.  
  145. img:hover {
  146. -webkit-filter: grayscale(0%);
  147. z-index: -9999999999999999999999999px;
  148. -webkit-transition: all 0.9s ease-in-out;
  149. -moz-transition: all 0.9s ease-in-out;
  150. -o-transition: all 0.9s ease-in-out;
  151. -ms-transition: all 0.9s ease-in-out;
  152. transition: all 0.9s ease-in-out;
  153. }
  154.  
  155.  
  156.  
  157. /* --- DESCRIPTION/SIDEBAR ---*/
  158.  
  159. #description {
  160. border-top:solid 1px transparent;
  161. border-bottom:solid 1px transparent;
  162. width: 120px;
  163. height: 300px;
  164. font-size: 12px;
  165. font-family:helvetica;
  166. text-align: justify;
  167. top: 350px;
  168. line-height:15px;
  169. position: fixed;
  170. overflow-y: scroll;
  171. padding-right: 5px;
  172. left: 825px;
  173.  
  174. }
  175.  
  176. #description b, strong {
  177. color: {color:Post Bold};
  178. font-family: 'Oswald', sans-serif;
  179. text-transform:uppercase;
  180. text-shadow: 0px 0px 1px #9c3b3b;
  181. font-size:14px;
  182. letter-spacing:0px;
  183.  
  184. }
  185.  
  186. #description i, em {
  187. color: {color:Post Italic};
  188. font-family: 'Homemade Apple', cursive;
  189. text-shadow: 0px 0px 3px #fff;
  190. text-transform:none;
  191. font-size:12px;
  192. letter-spacing:1px;
  193. }
  194.  
  195.  
  196. /* --- DESCRIPTION/SIDEBAR ---*/
  197.  
  198.  
  199. /* --- CSS --- */
  200.  
  201.  
  202.  
  203. /* --- BACKGROUND --- */
  204.  
  205. html {
  206. background:#1c1c1c;
  207. background-image:url('https://cdn.discordapp.com/attachments/232350390094397441/237113729756561408/multimuse_theme.jpg');
  208. background-attachment:fixed;
  209. background-repeat:no-repeat;
  210. background-position: top left;
  211. margin:0px;
  212. word-wrap:break-word;
  213.  
  214. /* --- SCROLLBAR --- */
  215.  
  216. }
  217.  
  218. ::-webkit-scrollbar {
  219. width: 1px;
  220. height: 4px;
  221. padding:2px;
  222. background: transparent;
  223. }
  224.  
  225. ::-webkit-scrollbar-thumb {
  226. background-color: {color:scrollthumb};
  227. }
  228.  
  229. /* --- FONTS AND STUFF --- */
  230.  
  231. body {
  232. margin:10px;
  233. color:{color:text};
  234. font-family:helvetica;
  235. text-transform:uppercase;
  236. font-size:10px;
  237. text-align: justify;
  238. line-height:1.25em;
  239. letter-spacing:0px;
  240. margin-left:435px;
  241. }
  242.  
  243. h1 { /* --- Title style --- */
  244. font-family: 'Oswald', sans-serif;
  245. font-weight:bold;
  246. font-size:15px;
  247. text-align:center;
  248. font-style:bold;
  249. line-height:100%;
  250. letter-spacing:0px;
  251. color:{color:text};
  252. }
  253.  
  254. h2 { /* --- Subitle style --- */
  255. font-family:tahoma;
  256. font-size:16px;
  257. text-align:center;
  258. font-style:italic;
  259. line-height:100%;
  260. letter-spacing:1px;
  261. color:{color:text};
  262. padding:5px;
  263. padding-bottom:2px;
  264. }
  265.  
  266.  
  267. hr {
  268. border-color: #737373;
  269. }
  270.  
  271.  
  272. a { /* --- Link style --- */
  273. text-transform:uppercase;
  274. font-family: 'Raleway', sans-serif;
  275. color:#3f3f3f;
  276. text-shadow:0 0 2px #3f3f3f;
  277. text-decoration:none;
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;
  281. }
  282.  
  283. a:hover {
  284. text-shadow: 0 0 4px #3f3f3f;
  285. text-decoration:none
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291.  
  292. blockquote {
  293. padding-left:5px;
  294. border-left:2px solid;
  295. }
  296.  
  297.  
  298. blockquote {
  299. border-left: solid;
  300. border-radius: 0px;
  301. border-left-width: 1px;
  302. border-color: #737373;
  303. padding:5px;
  304. padding-left: 7px;
  305. margin-left: 12px; }
  306.  
  307. #post { /* --- Post width/size --- */
  308. width:260px;
  309. padding-bottom:10px;
  310. padding-right:5px;
  311. }
  312.  
  313. #post b, strong { /* --- Bold font style --- */
  314. color: {color:Post Bold};
  315. font-family: 'Oswald', sans-serif;
  316. text-transform:uppercase;
  317. text-shadow: 0px 0px 1px #9c3b3b;
  318. font-size:14px;
  319. letter-spacing:0px;
  320. }
  321.  
  322.  
  323. #post i, em { /* --- Italic font style --- */
  324. color: {color:Post Italic};
  325. font-family: 'Homemade Apple', cursive;
  326. text-shadow: 0px 0px 3px #fff;
  327. text-transform:none;
  328. font-size:14px;
  329. letter-spacing:1px;
  330. }
  331.  
  332. #post pre {
  333. font-family: times;
  334. color:{color:Post Bold};
  335. white-space: pre-wrap;
  336. white-space: -moz-pre-wrap;
  337. white-space: -pre-wrap;
  338. white-space: -o-pre-wrap;
  339. word-wrap: break-word;
  340. }
  341.  
  342. /* --- SMALL TEXT AND SUB-TEXT STYLES --- */
  343.  
  344. small {
  345.  
  346. word-spacing:0px;
  347. font-size:8px;
  348. letter-spacing:0px;
  349. line-height:130%;
  350. }
  351.  
  352. }
  353.  
  354. sup, sub {
  355. word-spacing:0px;
  356. font-size:8.5px;
  357. }
  358.  
  359.  
  360. big {
  361. font-size:12px;
  362. line-height:110%;
  363. text-shadow:1px 1px 0px #a77c62;
  364. }
  365.  
  366.  
  367. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  368. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  369. SO DON'T MESS WITH IT BRO --- */
  370.  
  371. #post img.main_photo {
  372. width: 100%;
  373. }
  374.  
  375. #post img {
  376. max-width: 100%;
  377. height: auto;
  378. }
  379.  
  380. #post .photo img {
  381. opacity: 1;
  382. -webkit-transition: all 0.5s ease;
  383. -moz-transition: all 0.5s ease;
  384. -o-transition: all 0.5s ease;
  385. transition: all 0.5s ease;
  386. margin: 0;
  387. line-height: 0;
  388.  
  389. }
  390.  
  391. .tumblr_post.photo p {
  392. display: none;
  393. }
  394.  
  395. /* --- CSS --- */
  396.  
  397. .content { /* --- Entries within the container --- */
  398. padding:5px;
  399. width:265px;
  400. height:265px;
  401. margin-left:12px;
  402. margin-top:5px;
  403. margin-bottom:40px;
  404. position:fixed;
  405. overflow:scroll;
  406. overflow-x:hidden;
  407. background-color:transparent;
  408.  
  409.  
  410. }
  411.  
  412. .backcont { /* --- Container itself --- */
  413. padding:2px;
  414. width:294px;
  415. height:294px;
  416. left:503px;
  417. top:347px;
  418. position:fixed;
  419. background-color:transparent;
  420. }
  421.  
  422. /* --- NAVIGATION LINKS --- */
  423.  
  424.  
  425. .anavlinks {
  426. transform: rotate(0deg);
  427. text-shadow:1px 1px 3px #000;
  428. color:{color:Special};
  429. background: transparent;
  430. padding: 2px;
  431. position: fixed;
  432. height:auto;
  433. top:395px;
  434. left:477px;
  435. font-family: tahoma;
  436. text-transform:uppercase;
  437. text-align: right;
  438. font-size: 15px;
  439. letter-spacing:0.5px;
  440. padding-top: 5px;
  441. }
  442.  
  443. .navlinks a {
  444. color:{color:link};
  445. }
  446.  
  447. .navlinks a:hover {
  448. color: {color:link hover};
  449. text-transform: uppercase;
  450. text-shadow:3px 3px 3px #fff;
  451. }
  452.  
  453.  
  454.  
  455. /* --- PAGINATION --- */
  456.  
  457. .navigation {
  458. transform: rotate(0deg);
  459. transform-origin: left top 0;
  460. position:absolute;
  461. width:300px;
  462. text-align:left;
  463. margin-top:315px;
  464. margin-left:340px;
  465. letter-spacing:2px;
  466. word-spacing:6px;
  467. text-align:center;
  468. font-size:7px;
  469. word-spacing:0px;
  470. position:fixed;
  471. font-family: 'Archivo Narrow', sans-serif;
  472. z-index:999;
  473. }
  474.  
  475. .navigation a {
  476. font-weight:800;
  477. width:300px;
  478. color:#6c6c6c;
  479. text-shadow:0px 0px 1px #2e2e2d;
  480. border-bottom:1px dotted transparent;
  481. -moz-transition-duration:.7s;
  482. -webkit-transition-duration:.7s;
  483. -o-transition-duration:.7s;
  484. }
  485.  
  486. .navigation a:hover {
  487. text-decoration:none;
  488. color:#fff;
  489. text-shadow:3px 3px 3px #2e2e2d;
  490. -moz-transition-duration:.7s;
  491. -webkit-transition-duration:.7s;
  492. -o-transition-duration:.7s;
  493. }
  494.  
  495. /* --- TIMESTAMPS, REBLOGS, SOURCE, ETC --- */
  496.  
  497. #info {
  498. font-family: 'Archivo Narrow', sans-serif;
  499. width:244px;
  500. margin-top:5px;
  501. margin-bottom:5px;
  502. border-color:#222222;
  503. padding-top:10px;
  504. font-size:12px;
  505. background:transparent;
  506. text-shadow: 1px 1px 7px #222222;
  507. padding:10px;
  508. margin-top:5px;
  509. margin-left:0px;
  510. color:#282828;
  511. text-transform:uppercase;
  512. font-style:normal;
  513. text-align:left;
  514. -moz-transition-duration:0.5s;
  515. -webkit-transition-duration:0.5s;
  516. -o-transition-duration:0.5s;
  517. }
  518.  
  519. #info a {
  520. color:#404040;
  521. font-style:normal;
  522. }
  523.  
  524. #info a:hover {
  525. color:#383838;
  526. text-shadow: 1px 1px 7px #383838;
  527. }
  528.  
  529. /* --- TAGS --- */
  530.  
  531. .tags {
  532. width:200px;
  533. margin-top:2px;
  534. margin-left:25px;
  535. text-transform:uppercase;
  536. padding:10px;
  537. font-style:normal;
  538. line-height:100%;
  539. padding-top:7px;
  540. text-align:center;
  541. position: center;
  542. background: #1c1c1c;
  543. opacity:1;
  544. border-bottom-left-radius: 20px;
  545. border-top-right-radius: 20px;
  546. border-top:solid 1px #1c1c1c;
  547. box-shadow: 2px 2px 5px #040404;
  548. -moz-transition-duration:1.2s;
  549. -webkit-transition-duration:1.2s;
  550. -o-transition-duration:1.2s;
  551.  
  552. }
  553.  
  554. .tags a{
  555. font-size:12px;
  556. font-family: helvetica;
  557. text-transform:uppercase;
  558. font-weight:0;
  559. font-weight:none;
  560. text-shadow: none;
  561. color:#7d7d7d;
  562. opacity:1;
  563. font-weight:none;
  564. -moz-transition-duration:1.2s;
  565. -webkit-transition-duration:1.2s;
  566. -o-transition-duration:1.2s;
  567. }
  568.  
  569. .tags a:hover{
  570. color:#000;
  571. opacity:1;
  572. font-weight:none;
  573. -moz-transition-duration:1.2s;
  574. -webkit-transition-duration:1.2s;
  575. -o-transition-duration:1.2s;
  576.  
  577. }
  578.  
  579.  
  580. .audio{
  581. overflow:hidden;
  582. }
  583.  
  584. #ask {
  585. float:left;
  586. color:{color:text};
  587. }
  588.  
  589. /* --- TOOLTIP --- */
  590.  
  591. #s-m-t-tooltip {
  592. color:#d3d3d3;
  593. position:fixed;
  594. font-family: helvetica;
  595. letter-spacing: 1px;
  596. font-size:12px;
  597. background:#1c1c1c;
  598. text-shadow: 0px 0px 3px #d3d3d3;
  599. margin-left:15px;
  600. margin-top:-21px;
  601. text-transform:uppercase;
  602. padding: 5px;
  603. border:1px solid #1c1c1c;
  604. z-index:99999999999999999999999;
  605. transition:0.7s ease-in-out;
  606. -o-transition:0.7s ease-in-out;
  607. -ms-transition:0.7s ease-in-out;
  608. -moz-transition:0.7s ease-in-out;
  609. -webkit-transition:0.7s ease-in-out;
  610.  
  611. }
  612.  
  613. /* --- REMOVE THIS SHIT AND I'LL HAVE YOUR HEAD --- */
  614.  
  615. #credit {
  616. font-size:9px;
  617. font-family:verdana;
  618. font-style:none;
  619. letter-spacing:1px;
  620. -moz-transition-duration:0.5s;
  621. -webkit-transition-duration:0.5s;
  622. -o-transition-duration:0.5s;
  623. }
  624.  
  625. #credit a {
  626. background-color:transparent;
  627. padding:5px;
  628. position:fixed;
  629. right:15px;
  630. bottom:10px
  631. }
  632.  
  633. #credit a:hover {
  634. color:{color:Link Hover};
  635. background-color:{color:background};
  636. }
  637.  
  638.  
  639. /* --- POP-UP CSS --- */
  640.  
  641. #fade {
  642. display: none;
  643. background: #000;
  644. position: fixed; left: 0; top: 0;
  645. width: 100%; height: 100%;
  646. opacity: .50;
  647. z-index: 9999;
  648. }
  649. .popup_block{
  650. width: 300px;
  651. height: 300px;
  652. overflow-y:scroll;
  653. overflow-x:hidden;
  654. display: none;
  655. background:#141414;
  656. padding: 30px;
  657. border: 0px solid #ddd;
  658. float: left;
  659. font-size: 12px;
  660. word-spacing:2px;
  661. position: fixed;
  662. top: 50%; left: 60%;
  663. z-index: 99999;
  664. /*--CSS3 Box Shadows--*/
  665. -webkit-box-shadow: 0px 0px 20px #000;
  666. -moz-box-shadow: 0px 0px 20px #000;
  667. box-shadow: 0px 0px 20px #000;
  668. /*--CSS3 Rounded Corners--*/
  669. -webkit-border-radius: 0px;
  670. -moz-border-radius: 0px;
  671. border-radius: 0px;
  672. }
  673. img.btn_close {
  674. float: right;
  675. margin: 0px 0px 0 0;
  676. }
  677. *html #fade {
  678. position: absolute;
  679. }
  680. *html .popup_block {
  681. position: absolute;
  682. }
  683.  
  684. h2 {
  685. font-size: 12px;
  686. font-family: arial;
  687. font-weight:normal;
  688. line-height:15px;
  689. margin:0px;
  690. text-decoration: none;
  691. color: {color:Post Text};
  692. }
  693.  
  694. h2 a {
  695. text-decoration: none;
  696. color: {color:Post Link};
  697. }
  698.  
  699. /* --- Controls how bold and italic looks in your pop-up --- */
  700.  
  701. .popup_block b, strong {
  702. color: {color:Post Bold};
  703. font-family: 'Oswald', sans-serif;
  704. text-transform:uppercase;
  705. text-shadow: 0px 0px 1px #9c3b3b;
  706. font-size:14px;
  707. letter-spacing:0px;
  708. }
  709.  
  710.  
  711. .popup_block i, em {
  712. color: {color:Post Italic};
  713. font-family: 'Homemade Apple', cursive;
  714. text-shadow: 0px 0px 3px #fff;
  715. text-transform:none;
  716. font-size:14px;
  717. letter-spacing:1px;
  718. }
  719.  
  720.  
  721. {CustomCSS}
  722.  
  723.  
  724. </style></head><body>
  725.  
  726. <!-- DESCRIPTION HTML -->
  727.  
  728. <div id="description">
  729. <center>
  730. <h1>I'll keep moving forward</h1>
  731. <hr/>
  732. Independent Multi-fandom OC
  733. <p>
  734. <strong>Private and Selective</strong>
  735. <br>
  736. Read Rules before interaction
  737. <p><b><a href="http://www.rpthreadtracker.com/threads">THREAD TRACKER</b></a></b>
  738.  
  739. </center>
  740.  
  741.  
  742.  
  743. </div>
  744.  
  745. <!--- CHANGE LINK NAMES HERE --->
  746.  
  747. <div class="anavlinks">
  748. <a href="/" title="Home">✕</a></a><br /><br /><br /><br />
  749. <a href="/ask" rel="askbox" class="link" title="ask">✕</a><br /><br /><br /><br />
  750. <a href="/submit" rel="submit" class="link" title="Bestow">✕</a><br /><br /><br /><br />
  751. <a href="/Guidelines" rel="03" class="link" title="Law">✕</a><br /><br /><br /><br />
  752. <a href="/About" rel="04" class="link" title="About Jules">✕</a><br /><br /><br /><br />
  753. <a href="/Navigation" rel="06" class="link" title="Navigation">✕</a><br /><br /><br /><br />
  754. </div>
  755.  
  756. </div>
  757.  
  758. </div>
  759.  
  760. <div class="navigation">
  761. {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>
  762.  
  763.  
  764.  
  765. <div class="backcont">
  766. <div class="content">
  767.  
  768. <div class="postcol">
  769. {block:Posts}<div id="post">
  770.  
  771. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  772.  
  773. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  774.  
  775. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  776.  
  777. {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}
  778.  
  779. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  780.  
  781. {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}
  782.  
  783. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  784.  
  785. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  786.  
  787. {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}
  788.  
  789. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✕</a>
  790. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>✕</a> {/block:NoteCount} <div style="float:right;">
  791.  
  792. {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>
  793. </div>
  794.  
  795.  
  796. {block:HasTags}
  797. <div class="tags">
  798. {block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  799. {/block:HasTags}
  800. <div class="postnote">
  801. {block:PostNotes}{PostNotes}{/block:PostNotes}
  802. </div>
  803. </div>
  804. {/block:Posts}
  805. </div>
  806. </div>
  807. </div>
  808. </div></div>
  809.  
  810. <div id="credit"><a href="http://wehrmxcht.tumblr.com">✠</a></div> </div></div>
  811.  
  812. <!---POP-UP CONTENT STARTS HERE --->
  813. <!---POP-UP CONTENT STARTS HERE --->
  814. <!---POP-UP CONTENT STARTS HERE --->
  815.  
  816. <div id="03" class="popup_block">
  817.  
  818. <body>
  819.  
  820. <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>
  821. <p>
  822. <blockquote>
  823.  
  824.  
  825. RULES/GUIDELINES HERE
  826.  
  827.  
  828. </blockquote>
  829. </div>
  830. <p>
  831.  
  832. </div>
  833.  
  834. </body>
  835. </html>
  836. </div>
  837.  
  838.  
  839. <div id="04" class="popup_block">
  840.  
  841. <body>
  842.  
  843.  
  844. <p>
  845. <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>
  846.  
  847. <blockquote>
  848.  
  849.  
  850. SPACE FOR A BIOGRAPHY
  851.  
  852.  
  853. </blockquote>
  854. </div>
  855.  
  856.  
  857.  
  858. </body>
  859. </html>
  860.  
  861.  
  862. </div>
  863. </div>
  864.  
  865. <div id="06" class="popup_block">
  866. <body>
  867.  
  868.  
  869. <p>
  870. <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>
  871.  
  872. <blockquote>
  873.  
  874.  
  875. A SPACE FOR VERSES AND WHATEVER
  876.  
  877.  
  878. </blockquote>
  879.  
  880. </div>
  881. </body>
  882. </html>
  883.  
  884. </div>
  885.  
  886.  
  887.  
  888. <div id="askbox" class="popup_block">
  889. <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>
  890. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  891. </div>
  892.  
  893. <script language=JavaScript>
  894. <!--
  895.  
  896. //Disable right mouse click Script
  897. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  898. //For full source code, visit http://www.dynamicdrive.com
  899.  
  900. var message="My themes can be found at amysthemes.tumblr.com";
  901.  
  902. ///////////////////////////////////
  903. function clickIE4(){
  904. if (event.button==2){
  905. alert(message);
  906. return false;
  907. }
  908. }
  909.  
  910. function clickNS4(e){
  911. if (document.layers||document.getElementById&&!document.all){
  912. if (e.which==2||e.which==3){
  913. alert(message);
  914. return false;
  915. }
  916. }
  917. }
  918.  
  919. if (document.layers){
  920. document.captureEvents(Event.MOUSEDOWN);
  921. document.onmousedown=clickNS4;
  922. }
  923. else if (document.all&&!document.getElementById){
  924. document.onmousedown=clickIE4;
  925. }
  926.  
  927. document.oncontextmenu=new Function("alert(message);return false")
  928.  
  929. // -->
  930. </script>
  931.  
  932. </div></div></div></div></div></div></div></div></div></div>
  933.  
  934. </html>
  935.  
  936. </body>
  937. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement