Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.53 KB | None | 0 0
  1. <!--
  2. This code has been written by http://ddkinzart.tumblr.com
  3. Do not sell, repost, remove credit or claim as your own.
  4.  
  5. __ ____ _ __
  6. ____/ /___/ / /__(_)___ ____ ____ ______/ /_
  7. / __ / __ / //_/ / __ \/_ / / __ `/ ___/ __/
  8. / /_/ / /_/ / ,< / / / / / / /_/ /_/ / / / /_
  9. \__,_/\__,_/_/|_/_/_/ /_/ /___/\__,_/_/ \__/
  10. __ __ __
  11. / /_/ /_ ___ ____ ___ ___ _________ ____/ /__
  12. / __/ __ \/ _ \/ __ `__ \/ _ \ / ___/ __ \/ __ / _ \
  13. / /_/ / / / __/ / / / / / __/ / /__/ /_/ / /_/ / __/
  14. \__/_/ /_/\___/_/ /_/ /_/\___/ \___/\____/\__,_/\___/
  15.  
  16. -->
  17.  
  18. <html>
  19. <head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{image:favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26. <meta name="image:favicon" content="http://freepngimg.com/download/halloween/25381-1-halloween-bat.png"/>
  27. <meta name="image:background" content="https://i.imgur.com/3iD1EMd.png"/>
  28. <meta name="image:header" content="https://78.media.tumblr.com/8b89c29517742f6e83bd97b7f4e216a8/tumblr_p7okp32hmD1xq9tdoo1_500.png"/>
  29. <meta name="image:link1" content="https://i.imgur.com/GkEXX7f.png"/>
  30. <meta name="image:link2" content="https://i.imgur.com/lPRqL1z.png"/>
  31. <meta name="image:link3" content="https://i.imgur.com/jNHbmIt.png"/>
  32. <meta name="image:link4" content="https://i.imgur.com/pTIs8KJ.png"/>
  33. <meta name="image:link5" content="https://i.imgur.com/PNEU67f.png"/>
  34. <meta name="color:text" content="#000"/>
  35. <meta name="color:accent 1" content="#690000"/>
  36. <meta name="color:accent 2" content="{color:accent 2}"/>
  37. <meta name="color:background" content="#000"/>
  38. <meta name="text:font size" content="12px">
  39. <meta name="text:scroll 1" content="scroll 1">
  40. <meta name="text:desc 1" content="desc 1">
  41. <meta name="text:scroll 2" content="scroll 2">
  42. <meta name="text:desc 2" content="desc 2">
  43. <meta name="text:scroll 3" content="scroll 3">
  44. <meta name="text:desc 3" content="desc 3">
  45. <meta name="text:link 1" content="REFRESH.">
  46. <meta name="text:link 1 url" content="/">
  47. <meta name="text:link 2" content="ASK.">
  48. <meta name="text:link 2 url" content="/ask">
  49. <meta name="text:link 3" content="RULES.">
  50. <meta name="text:link 3 url" content="/r">
  51. <meta name="text:link 4" content="ABOUT.">
  52. <meta name="text:link 4 url" content="/a">
  53. <meta name="text:link 5" content="VERSES.">
  54. <meta name="text:link 5 url" content="/v">
  55.  
  56.  
  57. </head>
  58.  
  59. <!--tooltip script (it's to edit the way the title of your links look when you hover over them -->
  60. <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style><link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:200,
  69. tip_fade_speed:500
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. <!--pop up tabs script-->
  76. <script>
  77. $(document).ready(function(){
  78. $("ul#tabs li").click(function(e){
  79. if (!$(this).hasClass("active")) {
  80. var tabNum = $(this).index();
  81. var nthChild = tabNum+1;
  82. $("ul#tabs li.active").removeClass("active");
  83. $(this).addClass("active");
  84. $("ul#tab li.active").removeClass("active");
  85. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  86. }
  87. });
  88. });
  89. </script>
  90. <!--script end-->
  91.  
  92. <!--tooltip script end-->
  93. <!--pop up script-->
  94. <script type="text/javascript"
  95. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  96. <script>
  97. $(document).ready(function() {
  98. //
  99. $('a.poplight[href^=#]').click(function() {
  100. var popID = $(this).attr('rel'); //Get Popup Name
  101. var popURL = $(this).attr('href'); //Get Popup href to define size
  102. var query= popURL.split('?');
  103. var dim= query[1].split('&');
  104. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  105. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  106. var popMargTop = ($('#' + popID).height() + 80) / 2;
  107. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  108. //Apply Margin to Popup
  109. $('#' + popID).css({
  110. 'margin-top' : -popMargTop,
  111. 'margin-left' : -popMargLeft
  112. });
  113. $('body').append('<div id="fade"></div>');
  114. $('#fade').css({'filter' : 'alpha(opacity=100)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  115. return false;
  116. });
  117. $('a.close, #fade').live('click', function() {
  118. $('#fade , .popup_block').fadeOut(function() {
  119. $('#fade, a.close').remove(); //fade them both out
  120. });
  121. return false;
  122. });
  123. });
  124. </script>
  125. <!--ask pop script end-->
  126.  
  127. <style type="text/css">
  128.  
  129. /*cursor code, change image to change cursor*/
  130. /*find more at http://pixel-soup.tumblr.com/tagged/cursors */
  131.  
  132. *, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto }
  133. a:hover { cursor:url("http://68.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"), auto } /*this defines the pointer cursor*/
  134.  
  135. /*these are the custom fonts, you can install more just by pasting the code here*/
  136.  
  137.  
  138. @font-face{font-family:"nightingale";src:url('http://static.tumblr.com/zx3ibzm/mLdovzrvz/nightingale_sample.ttf');}
  139. @font-face{font-family:"bebas neue";src:url('http://static.tumblr.com/zx3ibzm/JgJovyuzq/bebasneue.otf');}
  140. @font-face{font-family:"sail";src:url('http://static.tumblr.com/it5srtk/bSzowedx5/sail-regular.otf');}
  141. @font-face{font-family:"cavier dreams";src:url('https://dl.dropboxusercontent.com/s/uubyziybvh00j4f/CaviarDreams.ttf');}
  142.  
  143. /*selection color*/
  144.  
  145. ::-moz-selection { /* Code for Firefox */
  146. color: {color:accent 2}; /*text color of selected text*/
  147. background: {color:accent 1}; /*color of selection bg*/
  148. }
  149.  
  150. ::selection {
  151. color: {color:accent 2}; /*text color of selected text*/
  152. background: {color:accent 1}; /*color of selection bg*/
  153. }
  154.  
  155. /*selection color end*/
  156.  
  157. ::-webkit-scrollbar-thumb {
  158. background-color:{color:accent 2}; /*scrollbar's slider color*/
  159. background-image:url('URL HERE'); /*optional background image*/
  160. height:0px;
  161. -moz-border-radius: 50px; /*these make bar rounded*/
  162. border-radius: 50px;
  163. }
  164.  
  165. ::-webkit-scrollbar {
  166. height:0px;
  167. width:1px; /*width of slider*/
  168. background-color:transparent; /*scrollbar's main color*/
  169. background-image:url('URL HERE'); /*optional background image*/
  170. }
  171.  
  172. /*the code here is to reduce the opacity of an image and make it more visible on hover, you can remove it if you want your image to always be at 100%*/
  173.  
  174. img, iframe {
  175.  
  176. opacity:0.8; /*change this to change visibility, set it to 1 if you want it completely visible*/
  177.  
  178. -moz-transition-duration: 0.5s;
  179.  
  180. -o-transition-duration: 0.5s;
  181.  
  182. -webkit-transition-duration: 0.5s;
  183.  
  184. transition-duration: 0.5s;
  185.  
  186. padding:5px;
  187. }
  188.  
  189.  
  190.  
  191. img:hover,iframe:hover {
  192.  
  193. opacity:1;
  194.  
  195. -webkit-filter:none;
  196.  
  197. -moz-transition-duration: 0.5s;
  198.  
  199. -o-transition-duration: 0.5s;
  200.  
  201. -webkit-transition-duration: 0.5s;
  202.  
  203. transition-duration: 0.5s;}
  204.  
  205. /*HOVER IMAGE CODE END*/
  206.  
  207.  
  208. body {
  209. background-color:{color:background}; /*set this the same color as your background image to avoid black areas on different resolutions*/
  210. background-image:url('{image:background}'); /*bg image goes here*/
  211. background-attachment: fixed;
  212. background-repeat: no-repeat;
  213. background-position: left top;
  214. color:{color:text}; /*body font color*/
  215. text-shadow: 0px 0px 3px #000;
  216. font-family: calibri;
  217. text-align:justify;
  218. font-size:{text:font size};
  219. letter-spacing:2px;
  220. }
  221.  
  222. .pagi {
  223. font-size:25px;
  224. font-family:calibiri;
  225. margin-top:72px; /*change to decide position of pagination*/
  226. margin-left:892px;
  227. color: {color:accent 2}; /*color of pagination but keep in mind it's also influence by the 'a' codes as it is a link*/
  228. position:fixed;
  229. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  230. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  231.  
  232. /*the tooltip is the text that appears when you hover on a link / tag / etc.
  233. this script stylizes it*/
  234.  
  235. #s-m-t-tooltip{
  236. max-width:400px;
  237. margin:15px;
  238. padding:2px 8px;
  239. background-image: url(""); /*include image if you want a background for the tooltip text*/
  240. background: transparent;
  241. background-repeat:repeat;
  242. background-attachment:fixed;
  243. color:{color:accent 2};
  244. /*the text shadow determines the outline of the text because there's no easy way to add an outline to it, you can change all the code to another color*/
  245. text-shadow:1px 1px #000,
  246. 1px -1px #000,
  247. 1px 0px #000,
  248. 0px 1px #000,
  249. 0px -1px #000,
  250. -1px 1px #000,
  251. -1px 0px #000,
  252. -1px -1px #000;
  253. z-index:99999999999999999999;
  254. font-size:10px;
  255. letter-spacing:2px;
  256. font-style:bold;
  257. letter-spacing:2px;
  258. font-family: 'nightingale';
  259. text-transform:lowercase;
  260. box-shadow:0px 0px 0px;}
  261.  
  262. #s-m-tooltip:hover {
  263. -webkit-transition: all 0.6s ease-out;
  264. -moz-transition: all 0.6s ease-out;
  265. transition: all 0.6s ease-out;
  266. -o-transition:all 0.6s ease;
  267. -ms-transition: all 0.6s ease-in-out;}
  268.  
  269.  
  270. small,sub,sup {
  271. font-size:10px;
  272. text-shadow: 0px 0px 3px #000;
  273. }
  274.  
  275. b, bold, strong {
  276. font-size:15px;
  277. text-transform:uppercase;
  278. letter-spacing:1px;
  279. font-weight:normal;
  280. font-family: 'bebas neue';
  281. color: {color:accent 1};
  282. text-shadow:0 0 3px #000;
  283. }
  284.  
  285. i, italic, em {
  286. font-size:8px;
  287. color: {color:accent 2};
  288. font-family: 'nightingale';
  289. font-weight:normal;
  290. letter-spacing:1px;
  291. text-transform:lowercase;
  292. }
  293.  
  294. h3, h4 {
  295. background-image: url('{image:header}');
  296. background-repeat:repeat;
  297. background-attachment:fixed;
  298. border: inset 1px white; /*color of border of the titles of the sidebar*/
  299. padding:2px;
  300. color:#eae9e9; /*text color of sidebar titles*/
  301. text-shadow:1px 1px #000,
  302. 1px -1px #000,
  303. 1px 0px #000,
  304. 0px 1px #000,
  305. 0px -1px #000,
  306. -1px 1px #000,
  307. -1px 0px #000,
  308. -1px -1px #000;
  309. /*change all the hex of the text shadow to the same code
  310. to change the outline of the text*/
  311. font-size:{text:font size};
  312. font-family:calibri;
  313. text-transform:uppercase;
  314. letter-spacing:1px;
  315. text-align:center;}
  316.  
  317.  
  318. a,a:visited,a:active {
  319. color: {color:accent 2}; /*color of links*/
  320. text-decoration:none;
  321. text-shadow: 0px 0px 3px {color:accent 1},
  322. -1px -1px 3px {color:accent 1},
  323. 1px 1px 3px {color:accent 1},
  324. 1px -1px 3px {color:accent 1},
  325. -1px 1px 3px {color:accent 1};
  326. /*change all the hex of the text shadow to the same code
  327. to change the outline of the text*/
  328. -moz-transition-duration: 0.6s;
  329. -o-transition-duration: 0.6s;
  330. -webkit-transition-duration: 0.6s;
  331. transition-duration: 0.6s;}
  332.  
  333. a:hover {
  334. color: {color:accent 1}; /*color of links on hover*/
  335. -webkit-transition: all 0.6s ease-out;
  336. -moz-transition: all 0.6s ease-out;
  337. transition: all 0.6s ease-out;
  338. -o-transition:all 0.6s ease;
  339. -ms-transition: all 0.6s ease-in-out;}
  340.  
  341. /*POST TITLE SETTINGS*/
  342.  
  343. .titulo {
  344.  
  345. font-family: 'sail';
  346. font-size: 23px; /*size of title*/
  347. text-align: center;
  348. text-transform: lowercase;
  349. color: #eae9e9; /*color of title*/
  350. text-shadow: 0px 3px 0 {color:accent 1},
  351. -1px 2px 0 {color:accent 1},
  352. 1px 2px 0 {color:accent 1};
  353.  
  354. }
  355.  
  356. #container {
  357. position:absolute;
  358. left:600px; /*change to position posts to your bg image*/
  359. top:0px;
  360. overflow-y:scroll;
  361. opacity:1;/*set this as '1' if you'd like the posts to always appear*/
  362. -webkit-transition: all 0.6s ease-out;
  363. -moz-transition: all 0.6s ease-out;
  364. transition: all 0.6s ease-out;
  365. -o-transition:all 0.6s ease;
  366. -ms-transition: all 0.6s ease-in-out;
  367. }
  368.  
  369. #entries {
  370. background-color:transparent; /*set this as background color to hide the image in the background, in the preview case the word reading 'hover' */
  371.  
  372.  
  373. }
  374.  
  375.  
  376. #entries img {
  377. max-width: 100%;
  378. height: auto;
  379.  
  380. }
  381.  
  382. #content {
  383. width:500px; /*determines size of posts*/
  384. margin-bottom:20px;
  385. padding:20px;
  386. }
  387.  
  388.  
  389. #container:hover {
  390. opacity: 1; /*this makes the posts appear on hover if you choose to keep them on '0' opacity when not on hover*/
  391. -webkit-transition: all 0.6s ease-out;
  392. -moz-transition: all 0.6s ease-out;
  393. transition: all 0.6s ease-out;
  394. -o-transition:all 0.6s ease;
  395. -ms-transition: all 0.6s ease-in-out;
  396. }
  397.  
  398. blockquote {
  399. border-left:4px solid {color:accent 1}; /*color of blockquote*/
  400. border-top-left-radius:25px;
  401. border-bottom-left-radius:25px;
  402. padding: 2px 7px;
  403. margin: 3px 0 3px 8px;
  404. }
  405.  
  406. blockquote img {
  407. max-width:100%;
  408. height:auto;
  409. }
  410.  
  411. /*ASK*/
  412.  
  413. #asker {
  414. font-size:15px;
  415. margin-bottom:-20px;
  416. color: {color:accent 2}; /*color of asker url / anonymous but if a user then it is also determined by 'a' as it will be a link*/
  417. font-family: 'nightingale';
  418. text-align:center;
  419. text-decoration:none;
  420. -webkit-transition: all 0.6s ease-out;
  421. -moz-transition: all 0.6s ease-out;
  422. transition: all 0.6s ease-out;
  423. -o-transition:all 0.6s ease;
  424. -ms-transition: all 0.6s ease-in-out;
  425.  
  426. }
  427.  
  428. #asker a:hover {
  429. -webkit-filter: blur(2px);
  430. -moz-filter: blur(2px);
  431. -o-filter: blur(2px);
  432. -ms-filter: blur(2px);
  433. filter: blur(2px);
  434. transition: all 0.6s ease-out;
  435. }
  436.  
  437. #ask {
  438. background: #000;
  439. background: url("https://78.media.tumblr.com/8b89c29517742f6e83bd97b7f4e216a8/tumblr_p7okp32hmD1xq9tdoo1_500.png");/*image behind the question*/
  440. background-repeat:repeat;
  441. border-top:inset 2px white; /*top border color of question*/
  442. border-bottom:inset 2px white; /*bottom border color of question*/
  443. padding: 10px 20px 10px 20px;
  444. text-align:center;
  445. border-radius:30px;
  446. text-shadow: 1px 1px #000,
  447. 1px -1px #000,
  448. 1px 0px #000,
  449. 0px 1px #000,
  450. 0px -1px #000,
  451. -1px 1px #000,
  452. -1px 0px #000,
  453. -1px -1px #000;
  454. /*change all the hex of the text shadow to the same code
  455. to change the outline of the text*/
  456. }
  457.  
  458.  
  459. #answer {
  460. padding-top:20px;
  461. }
  462. /*ASK ENDS HERE*/
  463.  
  464. /*CHAT POST BEGINS HERE*/
  465.  
  466. .convo {
  467. font-size: 11px;
  468. text-align:left;
  469. padding:0px;
  470.  
  471. }
  472.  
  473. .convo li {
  474. list-style:none;
  475. }
  476.  
  477. .convo .label {
  478. text-transform: uppercase;
  479. font-weight:bold;
  480.  
  481. }
  482.  
  483. .line_odd .label {
  484. color: {color:accent 1}; /* Color of odd person in the chat */
  485. background: none;
  486. }
  487.  
  488. .line_even .label {
  489. color: #000; /* Color of even person in the chat */
  490. }
  491.  
  492. .line_even {
  493. background: #222930; /*background color of even chat*/
  494. margin:12px;
  495. padding: 5px;
  496. color: #f9f9f9; /*color of even text*/
  497. }
  498.  
  499. .line_odd {
  500. background: #000; /*background color of odd chat*/
  501. margin:12px;
  502. padding: 5px;
  503. color: #f9f9f9; /*color of odd text*/
  504. }
  505.  
  506.  
  507.  
  508.  
  509. /*CHAT POST ENDS HERE*/
  510.  
  511. /*QUOTE BEGINS HERE*/
  512.  
  513. /*I have the first letter stylized to be the same as the quote, but you can remove that part by simply deleting the p::first-letter*/
  514.  
  515. .quote,p::first-letter {
  516. font-family: 'sail';
  517. font-size: 23px;
  518. text-align: center;
  519. color: #eae9e9; /*color of quote*/
  520. text-shadow: 0px 3px 0 {color:accent 1},
  521. -1px 2px 0 {color:accent 1},
  522. 1px 2px 0 {color:accent 1};
  523. }
  524.  
  525.  
  526.  
  527. /*QUOTE ENDS HERE*/
  528.  
  529.  
  530. /*LINK POST BEGIN*/
  531.  
  532. #linku {
  533. text-transform:uppercase;
  534. text-align:center;
  535. letter-spacing:0px;
  536. font-weight:normal;
  537. font-family: 'bebas neue';
  538. font-size:14px;
  539. }
  540.  
  541. /*LINK POST END*/
  542.  
  543. /*SIDE BAR / DESCRIPTION BEGINS HERE*/
  544.  
  545. #boxy {
  546. position:fixed;
  547. top:517px; /*position of the box*/
  548. overflow:scroll;
  549. height:200px; /*determines height of the box - increase it if you have too much text and want to avoid scrollbar*/
  550. margin-left:189px;
  551. opacity:1;
  552. -webkit-transition: all 0.7s ease;
  553. -moz-transition: all 0.7s ease;
  554. -o-transition: all 0.7s ease;}
  555.  
  556. #boxy:hover {
  557. opacity:1;
  558. -webkit-transition: all 0.7s ease;
  559. -moz-transition: all 0.7s ease;
  560. -o-transition: all 0.7s ease;
  561. }
  562.  
  563. #despacito {
  564. margin-top:10px;
  565. width:258px; /*determines width of description*/
  566. text-align:center;
  567.  
  568. }
  569.  
  570. /*SIDE BAR / DESCRIPTION END*/
  571.  
  572. /*TAGS AND INFO BEGINS HERE*/
  573. .permalinks {
  574. text-align:center;
  575. margin-top:15px;
  576. padding-top: 5px;
  577. padding-bottom: 5px;
  578. font-size:9px;
  579. color:{color:accent 2};
  580. text-transform:uppercase;
  581. border-top: solid 1px {color:accent 2}; /*color of the line above permalinks*/
  582. border-bottom: solid 1px {color:accent 2}; /*color of the line below permalinks*/
  583. border-radius:25px; /*increase to make border round*/
  584. -moz-transition-duration:.6s;
  585. -webkit-transition-duration:.6s;
  586. -o-transition-duration:.6s;
  587. -webkit-filter: blur(0px);
  588. background-image: url(''); /*you can insert image here for the permalinks bg*/
  589.  
  590. }
  591.  
  592. .permalinks a {
  593. font-family:calibri;
  594. font-size:9px;
  595. color:{color:accent 1};
  596. font-weight:bold;
  597. text-shadow: 0px 0px 3px {color:accent 1};
  598. text-decoration:none;
  599. }
  600.  
  601.  
  602. .permalinks a:hover {
  603. color:{color:accent 2};
  604. -webkit-transition: all 0.5s ease-in-out;
  605. -moz-transition: all 0.5s ease-in-out;
  606. -o-transition: all 0.5s ease-in-out;
  607. -ms-transition: all 0.5s ease-in-out;
  608. transition: all 0.5s ease-in-out;
  609. }
  610.  
  611. .tags {
  612.  
  613. padding-top:10px;
  614. text-align:center;
  615. padding-left:5px;
  616. padding-right:15px;
  617. color: {color:accent 1}; /*this determines the color of the small symbol (by default a hashtag but you can change it) next to the tags*/
  618. font-size:9px;
  619. text-shadow:0px 0px 3px {color:accent 1}
  620. }
  621.  
  622. .tags a {
  623. color:#f7f7f7; /*change this for the actual color of the tags*/
  624. font-size:8px;
  625. font-weight:bold;
  626. font-family:calibri;
  627. text-transform:uppercase;
  628. text-shadow:0px 0px 3px {color:accent 1}
  629. letter-spacing:0px;
  630.  
  631. }
  632.  
  633.  
  634. .tags a:hover {
  635. color: {color:accent 1}; /*tag color on hover*/
  636. -webkit-transition: all 0.5s ease-in-out;
  637. -moz-transition: all 0.5s ease-in-out;
  638. -o-transition: all 0.5s ease-in-out;
  639. -ms-transition: all 0.5s ease-in-out;
  640. transition: all 0.5s ease-in-out;
  641.  
  642. }
  643.  
  644.  
  645. /*POP UP CODES AND LINKS BEGIN*/
  646.  
  647.  
  648. #pops {
  649. position:fixed;
  650.  
  651. }
  652.  
  653. @-webkit-keyframes sonnet{
  654. from {-webkit-transform:translate(0, 0px);}
  655. 50% {-webkit-transform:translate(0, 30px);}
  656. to {-webkit-transform: translate(0, -0px);}
  657. }
  658.  
  659. @-webkit-keyframes couplet{
  660. from {-webkit-transform: scale(0.8);}
  661. 35% {-webkit-transform: scale(1.3);}
  662. to {-webkit-transform: scale(0.8);}
  663. }
  664.  
  665. @-webkit-keyframes aria{
  666. from { -webkit-transform: rotate(0deg)}
  667. to {-webkit-transform: rotate(360deg);}
  668. }
  669.  
  670.  
  671. #linku1 {
  672. position:fixed;
  673. font-size:25px;
  674. text-decoration:none;
  675. transform: rotate(10deg);
  676. -ms-transform: rotate(10deg);
  677. -webkit-transform: rotate(10deg);
  678. -o-transform: rotate(10deg);
  679. -moz-transform: rotate(10deg);
  680. margin-left:5px;
  681. margin-top:145px;
  682. -webkit-animation-name: sonnet;
  683. -webkit-animation-iteration-count: infinite;
  684. -webkit-animation-timing-function: ease-in-out;
  685. -webkit-animation-duration: 15s;
  686.  
  687. }
  688.  
  689. #linku1:hover {
  690. -webkit-filter: blur(3px);
  691. -moz-filter: blur(3px);
  692. -o-filter: blur(3px);
  693. -ms-filter: blur(3px);
  694. filter: blur(3px);
  695. -webkit-transition: all 0.5s ease-in-out;
  696. -moz-transition: all 0.5s ease-in-out;
  697. -o-transition: all 0.5s ease-in-out;
  698. -ms-transition: all 0.5s ease-in-out;
  699. transition: all 0.5s ease-in-out;
  700. }
  701.  
  702. #linku2 {
  703. position:fixed;
  704. font-size:22px;
  705. text-decoration:none;
  706. transform: rotate(30deg);
  707. -ms-transform: rotate(30deg);
  708. -webkit-transform: rotate(30deg);
  709. -o-transform: rotate(30deg);
  710. -moz-transform: rotate(30deg);
  711. margin-left:100px;
  712. margin-top:20px;
  713. -webkit-animation-name: sonnet;
  714. -webkit-animation-iteration-count: infinite;
  715. -webkit-animation-timing-function: ease-in-out;
  716. -webkit-animation-duration: 15s;
  717.  
  718. }
  719.  
  720. #linku2:hover {
  721. -webkit-filter: blur(3px);
  722. -moz-filter: blur(3px);
  723. -o-filter: blur(3px);
  724. -ms-filter: blur(3px);
  725. filter: blur(3px);
  726. -webkit-transition: all 0.5s ease-in-out;
  727. -moz-transition: all 0.5s ease-in-out;
  728. -o-transition: all 0.5s ease-in-out;
  729. -ms-transition: all 0.5s ease-in-out;
  730. transition: all 0.5s ease-in-out;
  731. }
  732.  
  733. #linku4 {
  734. position:fixed;
  735. font-size:18px;
  736. text-decoration:none;
  737. transform: rotate(30deg);
  738. -ms-transform: rotate(30deg);
  739. -webkit-transform: rotate(30deg);
  740. -o-transform: rotate(30deg);
  741. -moz-transform: rotate(30deg);
  742. margin-left:278px;
  743. margin-top:-37px;
  744. -webkit-animation-name: sonnet;
  745. -webkit-animation-iteration-count: infinite;
  746. -webkit-animation-timing-function: ease-in-out;
  747. -webkit-animation-duration: 15s;
  748.  
  749. }
  750.  
  751. #linku4:hover {
  752. -webkit-filter: blur(3px);
  753. -moz-filter: blur(3px);
  754. -o-filter: blur(3px);
  755. -ms-filter: blur(3px);
  756. filter: blur(3px);
  757. -webkit-transition: all 0.5s ease-in-out;
  758. -moz-transition: all 0.5s ease-in-out;
  759. -o-transition: all 0.5s ease-in-out;
  760. -ms-transition: all 0.5s ease-in-out;
  761. transition: all 0.5s ease-in-out;
  762. }
  763.  
  764.  
  765. #linku5 {
  766. position:fixed;
  767. font-size:13px;
  768. text-decoration:none;
  769. transform: rotate(-10deg);
  770. -ms-transform: rotate(-10deg);
  771. -webkit-transform: rotate(-10deg);
  772. -o-transform: rotate(-10deg);
  773. -moz-transform: rotate(-10deg);
  774. margin-left:397px;
  775. margin-top:20px;
  776. -webkit-animation-name: sonnet;
  777. -webkit-animation-iteration-count: infinite;
  778. -webkit-animation-timing-function: ease-in-out;
  779. -webkit-animation-duration: 15s;}
  780.  
  781. #linku5:hover {
  782. -webkit-filter: blur(3px);
  783. -moz-filter: blur(3px);
  784. -o-filter: blur(3px);
  785. -ms-filter: blur(3px);
  786. filter: blur(3px);
  787. -webkit-transition: all 0.5s ease-in-out;
  788. -moz-transition: all 0.5s ease-in-out;
  789. -o-transition: all 0.5s ease-in-out;
  790. -ms-transition: all 0.5s ease-in-out;
  791. transition: all 0.5s ease-in-out;
  792. }
  793.  
  794. #linku6 {
  795. position:fixed;
  796. font-size:13px;
  797. text-decoration:none;
  798. transform: rotate(-10deg);
  799. -ms-transform: rotate(-10deg);
  800. -webkit-transform: rotate(-10deg);
  801. -o-transform: rotate(-10deg);
  802. -moz-transform: rotate(-10deg);
  803. margin-left:428px;
  804. margin-top:145px;
  805. -webkit-animation-name: sonnet;
  806. -webkit-animation-iteration-count: infinite;
  807. -webkit-animation-timing-function: ease-in-out;
  808. -webkit-animation-duration: 15s;
  809.  
  810. }
  811.  
  812. #linku6:hover {
  813. -webkit-filter: blur(3px);
  814. -moz-filter: blur(3px);
  815. -o-filter: blur(3px);
  816. -ms-filter: blur(3px);
  817. filter: blur(3px);
  818. -webkit-transition: all 0.5s ease-in-out;
  819. -moz-transition: all 0.5s ease-in-out;
  820. -o-transition: all 0.5s ease-in-out;
  821. -ms-transition: all 0.5s ease-in-out;
  822. transition: all 0.5s ease-in-out;
  823. }
  824.  
  825.  
  826. #fade { /*--Transparent background layer--*/
  827. display: none; /*--hidden by default--*/
  828. background-image: url(''); /*if you want to add a background image to go behind your popup */
  829. background: #000;
  830. position: fixed; left: 0; top: 0;
  831. width: 100%; height: 100%;
  832. opacity: .70; /* you can make it 0 if you don't want a surrounding color to the popup or set it to 1 to have the background posts and theme invisible and only the pop up showing */
  833. z-index: 9999;
  834. }
  835.  
  836. .popup_block {
  837. display:none;
  838. HEIGHT:auto;
  839. width:auto;
  840. background:transparent;
  841. padding:0px;
  842. float:left;
  843. position:fixed;
  844. margin:auto;
  845. z-index: 99999;
  846. }
  847.  
  848. .popup_boxy {
  849. background:#000; /*color of popup background*/
  850. position:absolute;
  851. text-align:center;
  852. font-size: 10px; /*font size of the words inside the box */
  853. padding:20px;
  854. background-image: url('https://i.imgur.com/MsKzpah.png'); /*if you want to add a background image to go behind your popup */
  855. width: 320px;
  856. height:450px; /*height of pop up, I have it set to almost fit the container and be in the position of the posts but you can change it according to preference*/
  857. overflow-y:scroll;
  858. top:180px; /*position of pop up*/
  859. left:602px;
  860. z-index: 99999; /*if the box is hiding behind other things in your theme, add more 9′s */
  861. }
  862.  
  863. .tabheader {
  864. position:absolute;
  865. top:140px; /*make sure to keep this less than position of box so it floats above it always*/
  866. left:612px;
  867. text-align:center;
  868. width:300px;
  869. background:transparent;
  870. color:{color:accent 2};
  871. overflow-y:scroll;
  872. font-family: 'nightingale';
  873. font-size:12px;
  874. font-weight:normal;
  875. letter-spacing:1px;
  876. text-transform:lowercase;
  877. z-index: 999999; /*if the box is hiding behind other things in your theme, add more 9′s */
  878. }
  879.  
  880.  
  881. /*tabbed popups begins*/
  882.  
  883. ul#tabs {
  884. list-style-type: none;
  885. padding: 0;
  886. text-align: center;
  887. }
  888.  
  889. ul#tabs li:hover { /*appearance when you hover on titles*/
  890. text-align:justify;
  891. width: 100px; /*width of your title*/
  892. box-shadow: 1px 1px 5px #111;
  893. background-image: url('https://i.imgur.com/Xa53YHA.png'); /*background of tab title*/
  894. background-repeat:repeat;
  895. background-attachment:fixed;
  896. border: ridge 1px white; /*color of border of the titles of the sidebar*/
  897. padding:10px;
  898. margin:10px;
  899. color:#eae9e9; /*text color of tab titles*/
  900. text-shadow:1px 1px #000,
  901. 1px -1px #000,
  902. 1px 0px #000,
  903. 0px 1px #000,
  904. 0px -1px #000,
  905. -1px 1px #000,
  906. -1px 0px #000,
  907. -1px -1px #000;
  908. /*change all the hex of the text shadow to the same code
  909. to change the outline of the text*/
  910. font-size:11px;
  911. font-family:calibri;
  912. text-transform:uppercase;
  913. letter-spacing:1px;
  914. text-align:center;
  915. -webkit-transition: all 0.5s ease-out;
  916. -moz-transition: all 0.5s ease-out;
  917. transition: all 0.5s ease-out;
  918. }
  919.  
  920. ul#tabs li.active { /*your active tab title*/
  921. text-align:justify;
  922. width: 100px; /*width of your title*/
  923. box-shadow: 1px 1px 5px #111;
  924. background-image: url('https://78.media.tumblr.com/8b89c29517742f6e83bd97b7f4e216a8/tumblr_p7okp32hmD1xq9tdoo1_500.png'); /*background of tab title*/
  925. background-repeat:repeat;
  926. background-attachment:fixed;
  927. border: ridge 1px white; /*color of border of the titles of the sidebar*/
  928. padding:10px;
  929. margin:10px;
  930. color:#eae9e9; /*text color of tab titles*/
  931. text-shadow:1px 1px #000,
  932. 1px -1px #000,
  933. 1px 0px #000,
  934. 0px 1px #000,
  935. 0px -1px #000,
  936. -1px 1px #000,
  937. -1px 0px #000,
  938. -1px -1px #000;
  939. /*change all the hex of the text shadow to the same code
  940. to change the outline of the text*/
  941. font-size:11px;
  942. font-family:calibri;
  943. text-transform:uppercase;
  944. letter-spacing:1px;
  945. text-align:center;
  946. -webkit-transition: all 0.5s ease-out;
  947. -moz-transition: all 0.5s ease-out;
  948. transition: all 0.5s ease-out;
  949. }
  950.  
  951.  
  952. ul#tabs li { /*the rest of the titles / inactive one*/
  953. display:block;
  954. width: 100px;
  955. padding: 10px;
  956. margin:10px;
  957. font-size:11px;
  958. background-color:#000;
  959. border: solid 1px {color:accent 1};
  960. box-shadow: 1px 1px 5px #111;
  961. color:{color:accent 2};
  962. font-family:calibri;
  963. text-transform:uppercase;
  964. cursor:pointer;
  965. -webkit-transition: all 0.5s ease-out;
  966. -moz-transition: all 0.5s ease-out;
  967. transition: all 0.5s ease-out;
  968. }
  969.  
  970.  
  971. ul#tab {
  972. list-style-type: none;
  973. margin: 0;
  974. padding: 0;
  975. }
  976. ul#tab li {
  977. display: none;
  978. }
  979. ul#tab li.active {
  980. display: block;
  981. }
  982.  
  983. #tabid { /*this is the navigation of your tabbed pop ups*/
  984. position:absolute;
  985. top: 180px; /*position of navigation*/
  986. left: 1015px; /*position of navigation*/
  987. text-align:center;
  988. width:auto;
  989. background:transparent;
  990. height:auto;
  991. overflow:scroll;
  992. text-align:justify;
  993. padding:10px;
  994. font-size:9px;
  995. font-family:calibri;
  996. text-transform:uppercase;
  997. letter-spacing:1px;
  998. text-align:center;
  999. z-index: 999999;
  1000.  
  1001. }
  1002.  
  1003. /*end*/
  1004.  
  1005. img.btn_close {
  1006. float: right;
  1007. margin: -5px -5px 0 0;
  1008. }
  1009. /*--Making IE6 Understand Fixed Positioning--*/
  1010. *html #fade {
  1011. position: absolute;
  1012. }
  1013. *html .popup_block {
  1014. position: absolute;
  1015. }
  1016.  
  1017. .navi_linksu h3 {
  1018. font-size:9px;
  1019. margin-bottom:-5px;
  1020. border:none;
  1021. color: {color:accent 2};
  1022. font-family: 'nightingale';
  1023. font-weight:normal;
  1024. letter-spacing:1px;
  1025. text-transform:lowercase;
  1026. background:transparent;
  1027. }
  1028.  
  1029. .navi_linksu {
  1030. text-align:center;
  1031. }
  1032.  
  1033. .navi_linksu a {
  1034. display: inline-block;
  1035. width: 80px;
  1036. padding: 5px;
  1037. margin:5px;
  1038. font-size:11px;
  1039. background-image: url('');
  1040. background:#000;
  1041. background-repeat:repeat;
  1042. background-attachment:fixed;
  1043. border: solid 1px {color:accent 1};
  1044. box-shadow: 1px 1px 5px #111;
  1045. color:{color:accent 2};
  1046. font-family:calibri;
  1047. text-transform:uppercase;
  1048.  
  1049.  
  1050. }
  1051.  
  1052. .navi_linksu a:hover {
  1053. box-shadow: inset 100px 0 0 {color:accent 2};
  1054. -webkit-transition: all .5s ease-in-out;
  1055. -moz-transition: all .5s ease-in-out;
  1056. -ms-transition: all .5s ease-in-out;
  1057. -o-transition: all .5s ease-in-out;
  1058. transition: all .5s ease-in-out;
  1059. background:{color:accent 1};
  1060. border: solid 1px {color:accent 1};
  1061. color:#000;
  1062. }
  1063.  
  1064. .versu {
  1065. width:80px;
  1066. height:auto;
  1067. float:left;
  1068. padding:20px;
  1069. }
  1070.  
  1071.  
  1072. .vee {
  1073. text-align:center;
  1074. padding:10px;
  1075. margin-bottom:20px;
  1076. }
  1077.  
  1078. /*POP UP END*/
  1079.  
  1080. /*CODE FOR MAINS / EXCLUSIVES, feel free to remove if you do not wish to include*/
  1081.  
  1082. .embers {
  1083. position:fixed;
  1084. top:295px;
  1085. left:125px; /*determines the position of the icon*/
  1086. opacity:1;
  1087. z-index:999;
  1088. -webkit-filter: blur(0px);
  1089. -webkit-transition: 0.8s ease-in;
  1090. -moz-transition: 1s ease-in;
  1091. transition: 1s ease-in;
  1092. -webkit-filter: drop-shadow(2px 2px 3px #222); /*determines color of shadow behind image*/
  1093. filter: drop-shadow(2px 2px 3px #222); /*determines color of shadow behind image*/
  1094. }
  1095.  
  1096. .embers a {
  1097. margin-right:0px;
  1098. -webkit-filter: blur(0px);
  1099. -webkit-transition: 0.8s ease-in;
  1100. -moz-transition: 1s ease-in;
  1101. transition: 1s ease-in;
  1102. }
  1103.  
  1104. .embers a:hover {
  1105. -webkit-filter: blur(0px);
  1106. opacity:1;
  1107. -webkit-transition: all 0.6s ease-in-out;
  1108. -moz-transition: all 0.6s ease-in-out;
  1109. -o-transition: all 0.6s ease-in-out;
  1110. -ms-transition: all 0.6s ease-in-out;
  1111. transition: all 0.6s ease-in-out;
  1112. }
  1113.  
  1114.  
  1115.  
  1116. /* DO NOT REMOVE THIS PART OR MAKE A COLOR THAT IS NOT VISIBLE */
  1117. .credit {
  1118. font-weight:bold;
  1119. color:{color:accent 2};
  1120. padding:10px;
  1121. font-size:15px;
  1122. bottom:0px;
  1123. right:20px;
  1124. position:fixed;
  1125. font-family:'sail';
  1126. -webkit-filter: blur(.5px);
  1127. -moz-filter: blur(.5px);
  1128. -o-filter: blur(.5px);
  1129. -ms-filter: blur(.5px);
  1130. filter: blur(.5px);
  1131.  
  1132. }
  1133. /*CREDIT END*/
  1134.  
  1135. </style>
  1136.  
  1137. <body>
  1138.  
  1139. <!--sidebar begins here-->
  1140. <div id="boxy">
  1141. <div id="despacito">
  1142. <p><h3><marquee>{text:scroll 1}</marquee></h3>{text:desc 1}<h3><marquee>{text:scroll 2}</marquee></h3>{text:desc 2}<h3><marquee>{text:scroll 3}</marquee></h3>{text:desc 3}</p>
  1143.  
  1144. </div>
  1145. </div>
  1146.  
  1147. <!--sidebar end-->
  1148.  
  1149. <!--this is where you edit the size and titles of the scattered links, you can edit their content way below though. The #?w= determines the width of the pop up, make sure to give your popups different box numbers-->
  1150. <div id="pops">
  1151. <div id="linku1"> <a href="{text:link 1 url}" title="{text:link 1}"><img src="{image:link1}"></a></div>
  1152. <div id="linku2"> <a href="{text:link 2 url}" title="{text:link 2}"><img src="{image:link2}"></a></div>
  1153. <div id="linku4"> <a href="{text:link 3 url}" title="{text:link 3}"><img src="{image:link3}"></a></div>
  1154. <div id="linku5"> <a href="{text:link 4 url}" title="{text:link 4}"><img src="{image:link4}"></a></div>
  1155. <div id="linku6"> <a href="{text:link 5 url}" title="{text: link 5}"><img src="{image:link5}"></a></div>
  1156. </div>
  1157.  
  1158. <!--/* DO /NOT/ REMOVE THIS PART OR MAKE A COLOR THAT IS NOT VISIBLE */-->
  1159. <div class="credit"><a href="http://ddkinzart.tumblr.com" title="code by ddkinzart">D.</a></div>
  1160.  
  1161. <!--below is where the post structure begins, don't edit below this point if you're not familiar with coding or tumblr theme attritibutes-->
  1162.  
  1163. {block:Pagination}
  1164. <div class="pagi">
  1165. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  1166. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  1167. </div>
  1168. {/block:Pagination}
  1169. <div id="container">
  1170. <div id="entries">
  1171. {block:Posts}
  1172. <div id="content">
  1173. {block:Text}{block:Title}<div class="titulo">{Title}</div>{/block:Title}{Body}{/block:Text}
  1174. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1175. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  1176.  
  1177. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}
  1178. {/block:Photoset}
  1179.  
  1180. {block:Quote}<div class="quote">{Quote}</div>{block:Source}{Source}{/block:Source}{/block:Quote}
  1181. {block:Link}
  1182. {block:Thumbnail}
  1183. <img src="{Thumbnail}" alt="{Name}" style="width:95%;border-radius:25px">
  1184. {/block:Thumbnail}
  1185. <div id="linku">
  1186. <span style="font-size:20px">❝ </span> <a href="{URL}" class="link" {Target}>{Name}</a><span style="font-size:20px"> ❞</span>
  1187. </div>
  1188. {/block:Link}
  1189.  
  1190. {block:Chat}
  1191. {block:Title}
  1192. <div class="titulo">{Title}</div>{/block:Title}<br>
  1193. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  1194. {Line}</li>{/block:Lines}</ul>
  1195. {/block:Chat}
  1196.  
  1197. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1198. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1199. {block:Answer}
  1200. <div id="asker" style="text-align:center;">{Asker}</div><div id="ask">{Question}</div>
  1201. <div id="answer">
  1202. {Answer}</div>
  1203. {/block:Answer}
  1204. <div class="permalinks">
  1205. {block:RebloggedFrom}
  1206. <a href="{ReblogParentURL}" title="via: {ReblogParentName}" > ✦ </a>
  1207. {/block:RebloggedFrom}
  1208. <span style="letter-spacing:-0.5px">posted </span><a href="{Permalink}" title="{timeago}" style="letter-spacing:-0.1px;"> &nbsp;{timeago}</a>{block:NoteCount} with
  1209. <a href="{Permalink}" title="{NoteCount} hits."> {NoteCount}</a> hits.{/block:NoteCount}
  1210. {block:ContentSource}
  1211. <a href="{SourceURL}" title="source: {SourceTitle}"> ✦ </a>
  1212. {/block:ContentSource}
  1213. <a href="{ReblogURL}" title="reblog" target="_blank"> ✦ </a>
  1214. {/block:RebloggedFrom}
  1215. </div>
  1216. <div class="tags">
  1217. {block:HasTags}
  1218. {block:Tags}
  1219. <!--you can change symbol before tags to something else--># <a href="{TagURL}" title="{Tag}">{Tag}</a>
  1220. {/block:Tags}
  1221. {/block:HasTags}
  1222. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1223.  
  1224. </div></div>
  1225. {/block:Posts}
  1226. </div>
  1227. </div>
  1228. </body>
  1229.  
  1230.  
  1231. <!--This is where the pop up begins, you can edit beyond this point-->
  1232.  
  1233. <div id="box1" class="popup_block" style="top:50%;left:50%">
  1234. <i style="text-align:center;">{AskLabel}</i>
  1235. <br>
  1236. <div class="queque">
  1237. {block:ShowHeaderImage}<img src="{HeaderImage}" width="100%">{/block:ShowHeaderImage} <!-- this will automatically display your mobile header image, but you can substitute with the url of another image, try to choose image which's width matches your pop up-->
  1238. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1239. </div></div>
  1240. </div>
  1241. <div id="box2" class="popup_block" style="top:50%;left:50%">
  1242. <h3>navigation</h3>
  1243. <div class="navi_linksu">
  1244. <h3>main</h3>
  1245. <a href="/tagged/">TAG</a>
  1246. <a href="/tagged/">TAG</a>
  1247. <a href="/tagged/">TAG</a>
  1248. <a href="/tagged/">TAG</a>
  1249. <a href="/tagged/">TAG</a>
  1250. <a href="/tagged/">TAG</a>
  1251. <a href="/tagged/">TAG</a>
  1252. <a href="/tagged/">TAG</a>
  1253. <a href="/tagged/">TAG</a>
  1254. <h3>other</h3>
  1255. <a href="/tagged/">TAG</a>
  1256. <a href="/tagged/">TAG</a>
  1257. <a href="/tagged/">TAG</a>
  1258. <a href="/tagged/">TAG</a>
  1259. <a href="/tagged/">TAG</a>
  1260. <a href="/tagged/">TAG</a>
  1261. <a href="/tagged/">TAG</a>
  1262. <a href="/tagged/">TAG</a>
  1263. <a href="/tagged/">TAG</a>
  1264. </div>
  1265. </div>
  1266. </div>
  1267.  
  1268.  
  1269. <div id="box3" class="popup_block"><div class="tabheader">Rules.</div><div class="popup_boxy">
  1270. <p>bloop</p>
  1271.  
  1272.  
  1273. </div></div></div>
  1274.  
  1275. <div id="verses" class="popup_block"><div class="tabheader">Verses.</div>
  1276. <div id="tabid">
  1277. <ul id="tabs">
  1278. <li class="active">main.</li>
  1279. <li>au.</li>
  1280. <li>other.</li>
  1281. </ul></div>
  1282.  
  1283. <div class="popup_boxy">
  1284. <ul id="tab">
  1285.  
  1286. <li class="active">
  1287.  
  1288. <h3>MAIN</h3>
  1289.  
  1290. <!--start copying from here if you want more verse blocks-->
  1291.  
  1292. <div class="vee">
  1293.  
  1294. <img class="versu" src="https://i.imgur.com/zK0h2Wt.png"> <!--REPLACE WITH IMAGE URL-->
  1295.  
  1296. <p><a href="VERSE TAG"><b>bloop</b></a>
  1297. <br><br><b>AGE: bloop</b>
  1298. <br><b>YEAR: bloop</b>
  1299.  
  1300. <br><br><br><br>bloop</p>
  1301.  
  1302. </div>
  1303.  
  1304. <!--paste here-->
  1305. <!--start copying from here if you want more verse blocks-->
  1306.  
  1307. <div class="vee">
  1308.  
  1309. <img class="versu" src="https://i.imgur.com/DqH9dtr.png"> <!--REPLACE WITH IMAGE URL-->
  1310.  
  1311. <p><a href="VERSE TAG"><b>bloop</b></a>
  1312. <br><br><b>AGE: bloop</b>
  1313. <br><b>YEAR: bloop</b>
  1314.  
  1315. <br><br><br><br>bloop</p>
  1316.  
  1317. </div>
  1318.  
  1319. <!--paste here-->
  1320.  
  1321. <div class="vee">
  1322.  
  1323. <p>VERSES UNDER CO!!! :)</p>
  1324.  
  1325. </div>
  1326.  
  1327.  
  1328. </li>
  1329.  
  1330. <li>
  1331.  
  1332. <h3>AU</h3>
  1333.  
  1334. <!--start copying from here if you want more verse blocks-->
  1335.  
  1336. <div class="vee">
  1337.  
  1338. <img class="versu" src="https://68.media.tumblr.com/e5a7b405bb8eb4247da059136f2ba03f/tumblr_inline_op0qh858td1uhvvxb_540.png"> <!--REPLACE WITH IMAGE URL-->
  1339.  
  1340. <p><a href="VERSE TAG"><b>VERSE NAME</b></a>
  1341. <br><br><b>AGE</b>
  1342. <br><b>TIMELINE</b>
  1343. <br><b>POSITION</b>
  1344.  
  1345. <br><br><br><br>VERSE DESCRIPTION GOES HERE.
  1346.  
  1347. </div>
  1348.  
  1349. <!--paste here-->
  1350. <!--start copying from here if you want more verse blocks-->
  1351.  
  1352. <div class="vee">
  1353.  
  1354. <img class="versu" src="https://68.media.tumblr.com/e5a7b405bb8eb4247da059136f2ba03f/tumblr_inline_op0qh858td1uhvvxb_540.png"> <!--REPLACE WITH IMAGE URL-->
  1355.  
  1356. <p><a href="VERSE TAG"><b>VERSE NAME</b></a>
  1357. <br><br><b>AGE</b>
  1358. <br><b>TIMELINE</b>
  1359. <br><b>POSITION</b>
  1360.  
  1361. <br><br><br><br>VERSE DESCRIPTION GOES HERE.
  1362.  
  1363. </div>
  1364.  
  1365. <!--paste here-->
  1366.  
  1367. </li>
  1368.  
  1369. <li>
  1370.  
  1371. <h3>OTHER</h3>
  1372.  
  1373. <!--start copying from here if you want more verse blocks-->
  1374.  
  1375. <div class="vee">
  1376.  
  1377. <img class="versu" src="https://68.media.tumblr.com/e5a7b405bb8eb4247da059136f2ba03f/tumblr_inline_op0qh858td1uhvvxb_540.png"> <!--REPLACE WITH IMAGE URL-->
  1378.  
  1379. <p><a href="VERSE TAG"><b>VERSE NAME</b></a>
  1380. <br><br><b>AGE</b>
  1381. <br><b>TIMELINE</b>
  1382. <br><b>POSITION</b>
  1383.  
  1384. <br><br><br><br>VERSE DESCRIPTION GOES HERE.
  1385.  
  1386. </div>
  1387.  
  1388. <!--paste here-->
  1389.  
  1390. <!--start copying from here if you want more verse blocks-->
  1391.  
  1392. <div class="vee">
  1393.  
  1394. <img class="versu" src="https://68.media.tumblr.com/e5a7b405bb8eb4247da059136f2ba03f/tumblr_inline_op0qh858td1uhvvxb_540.png"> <!--REPLACE WITH IMAGE URL-->
  1395.  
  1396. <p><a href="VERSE TAG"><b>VERSE NAME</b></a>
  1397. <br><br><b>AGE</b>
  1398. <br><b>TIMELINE</b>
  1399. <br><b>POSITION</b>
  1400.  
  1401. <br><br><br><br>VERSE DESCRIPTION GOES HERE.
  1402.  
  1403. </div>
  1404.  
  1405. <!--paste here-->
  1406.  
  1407.  
  1408. </li>
  1409.  
  1410. </ul> <!--important don't delete-->
  1411. </div></div></div></div></div></div></div></div></div></div></div></div>
  1412.  
  1413. </div>
  1414. </div></div>
  1415.  
  1416. <div id="box5" class="popup_block"><div class="tabheader">About.</div>
  1417. <div id="tabid">
  1418. <ul id="tabs">
  1419. <li class="active">main.</li>
  1420. <li>appearance.</li>
  1421. <li>interests.</li>
  1422. <li>personality</li>
  1423. <li>abilities.</li>
  1424. <li>biography.</li>
  1425. </ul></div>
  1426.  
  1427.  
  1428. <div class="popup_boxy">
  1429. <ul id="tab">
  1430.  
  1431. <li class="active">
  1432.  
  1433. <h3>General Information</h3>
  1434. <p>bloop</p>
  1435.  
  1436. </li>
  1437.  
  1438. <li>
  1439.  
  1440. <h3>Appearance</h3>
  1441. <p>bloop</p>
  1442.  
  1443. </p>
  1444.  
  1445. </li>
  1446.  
  1447. <li>
  1448.  
  1449. <h3>Interests</h3>
  1450. <p>bloop</p>
  1451. </li>
  1452.  
  1453. <li>
  1454.  
  1455. <h3>Personality</h3>
  1456. <p>bloop</p>
  1457. </li>
  1458.  
  1459. <li>
  1460.  
  1461. <h3>Abilities</h3>
  1462. <p><i>under co</i></p>
  1463.  
  1464. </li>
  1465.  
  1466. <li>
  1467.  
  1468. <h3>Biography</h3>
  1469. <p>bloop</p>
  1470. </li>
  1471.  
  1472. </ul> <!--important don't delete-->
  1473. </div></div></div></div></div></div></div></div></div></div></div></div>
  1474.  
  1475.  
  1476. </div></div>
  1477.  
  1478. </div></div></div></div></div></div></div></div></div></div>
  1479.  
  1480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement