Advertisement
manon15

alluringflora theme code

Mar 4th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Rochester" rel="stylesheet">
  26.  
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30. <script>
  31. $(document).ready(function() {
  32. //
  33. $('a.poplight[href^=#]').click(function() {
  34. var popID = $(this).attr('rel'); //Get Popup Name
  35. var popURL = $(this).attr('href'); //Get Popup href to define size
  36. var query= popURL.split('?');
  37. var dim= query[1].split('&');
  38. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  39. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  40. var popMargTop = ($('#' + popID).height() + 80) / 2;
  41. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  42. //Apply Margin to Popup
  43. $('#' + popID).css({
  44. 'margin-top' : -popMargTop,
  45. 'margin-left' : -popMargLeft
  46. });
  47. $('body').append('<div id="fade"></div>');
  48. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  49. return false;
  50. });
  51. $('a.close, #fade').live('click', function() {
  52. $('#fade , .popup_block, .popup_block2, .popup_block3, .popup_block4, .popup_block5, .question_block').fadeOut(function() {
  53. $('#fade, a.close').remove(); //fade them both out
  54. });
  55. return false;
  56. });
  57. });
  58. </script>
  59.  
  60. <!--tabs script-->
  61. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  62. <script type="text/javascript">
  63. $(document).ready(function(){
  64. $(".links_body").hide();
  65. $(".links_head").click(function(){
  66. $(this).next(".links_body").slideToggle("fast");
  67. }); }); </script>
  68. <style type="text/css">
  69. .links_list { margin:0px; padding:0px; width:100%;}
  70. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  71. .links_body { padding:10px; text-align:left; display:none;}
  72. </style>
  73.  
  74. <!-- verses script -->
  75. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  76.  
  77. <style type="text/css">
  78.  
  79. .popup_block{
  80. display:none;
  81. float:left;
  82. background-image: url('http://i.imgur.com/45ZoAM7.png');
  83. background-color: #fff;
  84. height:500px;
  85. position:fixed;
  86. top:50%; left: 50%;
  87. z-index:9999999999999;
  88. opacity:1;
  89. }
  90.  
  91. .popup_block2{
  92. display:none;
  93. float:left;
  94. background-image: url('http://i.imgur.com/k35072l.png');
  95. background-color: #fff;
  96. height:500px;
  97. position:fixed;
  98. top:50%; left: 50%;
  99. z-index:9999999999999;
  100. opacity:1;
  101. }
  102.  
  103. .popup_block3{
  104. display:none;
  105. float:left;
  106. background-image: url('http://i.imgur.com/v6jAszp.png');
  107. background-color: #fff;
  108. height:500px;
  109. position:fixed;
  110. top:50%; left: 50%;
  111. z-index:9999999999999;
  112. opacity:1;
  113. }
  114.  
  115. .popup_block4{
  116. display:none;
  117. float:left;
  118. background-image: url('http://i.imgur.com/TOXdZ9K.png');
  119. background-color: #fff;
  120. height:500px;
  121. position:fixed;
  122. top:50%; left: 50%;
  123. z-index:9999999999999;
  124. opacity:1;
  125. }
  126.  
  127. .popup_block5{
  128. display:none;
  129. float:left;
  130. background-image: url('http://i.imgur.com/DCrGXCw.png');
  131. background-color: #fff;
  132. height:500px;
  133. position:fixed;
  134. top:50%; left: 50%;
  135. z-index:9999999999999;
  136. opacity:1;
  137. }
  138.  
  139.  
  140. *html #fade {position: absolute;}
  141. *html .popup_block {position: absolute;}
  142. #fade {
  143. display:none;
  144. position:fixed;
  145. left:0px;
  146. top:0px;
  147. width:100%;
  148. height:100%;
  149. z-index:999999;
  150. background:#000001;
  151. opacity:.5;
  152. }
  153.  
  154.  
  155. #text {
  156. top:50%;
  157. left:50%;
  158. margin-top:50px;
  159. margin-left:450px;
  160. width:270px;
  161. height:200px;
  162. overflow:auto;
  163. text-align:justify;
  164. font-family:calibri;
  165. font-size:10px;f
  166. color:#fff;
  167. background:transparent;
  168. }
  169.  
  170. #heading {
  171. top:50%;
  172. left:50%;
  173. margin-top:477px;
  174. text-align:left;
  175. margin-left:352px;
  176. font-family:"prata";
  177. font-size:40px;
  178. color:#fff;
  179. background:transparent;
  180. text-shadow: 0px 0px 14px #fff;
  181. }
  182.  
  183. #poptext2 {
  184. margin-top:13px;
  185. margin-left:325px;
  186. width:265px;
  187. height:472px;
  188. font-family:'calibri';
  189. color:#000;
  190. font-size:12px;
  191. overflow:auto;
  192. text-align:justify;
  193. }
  194.  
  195. #poptext {
  196. margin-top:12px;
  197. margin-left:313px;
  198. width:276px;
  199. height:476px;
  200. font-family:'calibri';
  201. color:#000;
  202. font-size:12px;
  203. overflow:auto;
  204. text-align:justify;
  205. }
  206.  
  207. #headerbar{
  208. left:50%;
  209. top:50%;
  210. margin-left:300px;
  211. margin-top:15px;
  212. width:298px;
  213. overflow:auto;
  214. text-align:justify;
  215. color:#000;
  216. font-family:"calibri";
  217. font-size:12px;
  218. }
  219.  
  220. #tabbar{
  221. left:50%;
  222. top:50%;
  223. margin-left:290px;
  224. margin-top:20px;
  225. width:298px;
  226. height:405px;
  227. overflow: auto;
  228. text-align:justify;
  229. color:#fff;
  230. font-family:"calibri";
  231. font-size:12px;
  232. }
  233.  
  234. ul#tabs {text-align:center;}
  235.  
  236. ul#tabs li {
  237. list-style-type: none;
  238. display:inline-block;
  239. padding:2px;
  240. cursor:pointer;
  241. text-decoration:none;
  242. opacity:1;
  243. color:#000;
  244. }
  245.  
  246. ul#tabs li.active {
  247. background-color:#17411b;
  248. color:#000;
  249. -webkit-transition: all 0.5s ease-out;
  250. -moz-transition: all 0.5s ease-out;
  251. transition: all 0.5s ease-out;
  252. }
  253.  
  254. ul#tab, ul#tabs {
  255. list-style-type: none;
  256. margin:0px;
  257. padding:0px;
  258. }
  259. ul#tab li {display: none;}
  260. ul#tab li.active {display: block;}
  261.  
  262. .links_list {
  263. margin:0px;
  264. padding:0.5px;
  265. width:270px;
  266. margin-top:0px;
  267. margin-left:23.5px;
  268. }
  269.  
  270. .links_head {
  271. padding-top:7px;
  272. padding-bottom:7px;
  273. cursor:pointer;
  274. position:relative;
  275. margin:1px;
  276. text-align:center;
  277. font-size:9px;
  278. letter-spacing:2px;
  279. background-color:#f2f2f2;
  280. background-image:url("http://i.imgur.com/vJO0icc.png");
  281. border:1px solid #fff;
  282. outline:0px solid #fff;
  283. }
  284.  
  285. .links_body {
  286. height:150px;
  287. overflow:auto;
  288. padding:10px;
  289. display:none;
  290. background:#f2f2f2;
  291. font-size:10px;
  292. text-align:center;
  293. letter-spacing: 1px;
  294. font-family:calibri;
  295. color:#000;
  296. line-height:100%;
  297. text-transform:lowercase;
  298. }
  299.  
  300. .question_block{
  301. height:300px;
  302. display: none;
  303. float: left;
  304. position: fixed;
  305. top: 50%; left: 50%;
  306. z-index: 999999999999;
  307. }
  308.  
  309. para {
  310. font-family: 'Prata', serif;
  311. color:#000;
  312. text-shadow:0 0 2px #fff;
  313. font-size:15px;
  314.  
  315. }
  316.  
  317. /*edit scrollbar*/
  318.  
  319. ::-webkit-scrollbar-thumb {
  320. height:auto;
  321. }
  322.  
  323. ::-webkit-scrollbar {
  324. height:4px;
  325. width:3px;
  326. padding-right:2px;
  327. }
  328. /*edit the body this is what post text looks like, background color, etc.*/
  329.  
  330. body {
  331. background-image:url("http://i.imgur.com/WUt29MK.png");
  332. background-position:left bottom;
  333. background-attachment:fixed;
  334. background-repeat:no-repeat;
  335. margin:0px;
  336. background-color:#f2f2f2;
  337. color:#000;
  338. font-family:"calibri";
  339. font-size:11px;
  340. line-height:120%;
  341. overflow-x:hidden;
  342. overflow-y:hidden;
  343. }
  344.  
  345.  
  346. /*edit links*/
  347.  
  348. a {
  349. text-decoration:none;
  350. outline:#000;
  351. -moz-outline-style:none;
  352. color:#763516;
  353. -moz-transition-duration:0.8s;
  354. -webkit-transition-duration:0.8s;
  355. -o-transition-duration:0.8s;
  356. text-transform:lowercase;
  357. text-shadow:0px 0px 1px #132331;
  358. }
  359.  
  360. /*edit link hover*/
  361.  
  362. a:hover {
  363. color:#fff;
  364. outline:none;
  365. -moz-outline-style:none;
  366. text-decoration:none;
  367. border-radius: 20px 20px 20px 20px #fff;
  368. -webkit-filter: blur(0px);
  369. }
  370.  
  371. img {
  372. opacity:.8;
  373. -webkit-filter: Grayscale(50%);
  374. -webkit-transition-duration: 0.8s;
  375. -moz-transition-duration:0.8s;
  376. transition-duration:0.8s;
  377. -o-transition-duration:0.8s;
  378. -webkit-filter: blur(0px);
  379. border-radius: 20px 20px 20px 20px #000;
  380. }
  381.  
  382. img:hover {
  383. opacity:1;
  384. -webkit-filter: Grayscale(0%);
  385. -webkit-transition: all 0.8s ease-out;
  386. -moz-transition: all 0.8s ease-out;
  387. transition: all 0.8s ease-out;
  388. -webkit-filter: blur(0px);
  389. border-radius: 20px 20px 20px 20px #000;
  390.  
  391. }
  392.  
  393.  
  394. h1 { /*title*/
  395. font-size:20px;
  396. text-align:left;
  397. font-family:"Arial";
  398. text-align:center;
  399. line-height:115%;
  400. letter-spacing:1px;
  401. color:#3a651e;
  402. text-shadow:0px 0px 3px #3a651e;
  403. text-transform:lowercase;
  404. }
  405.  
  406. h2 {
  407. font-size:17px;
  408. text-align:left;
  409. font-family:"Rochester", cursive;
  410. text-align:center;
  411. line-height:115%;
  412. letter-spacing:1px;
  413. color:#000;
  414. text-shadow:0px 0px 3px #a6a6a5;
  415. text-transform:none;
  416. }
  417.  
  418. pre {
  419. font-family:"calibri";
  420. font-size:12px;
  421. color:#000;
  422. text-shadow:0px 0px 2px #000;
  423. letter-spacing:1px;
  424. text-align:center;
  425. text-transform:uppercase;
  426. background:url('');
  427. padding:2px;
  428. background-clip:content-box;
  429. border-radius:2px;
  430. text-decoration:underline;
  431. }
  432.  
  433.  
  434.  
  435.  
  436. #title {
  437. color:#fff;
  438. font-family:arial;
  439. font-size:16px;
  440. text-transform:lowercase;
  441. border-bottom:1px solid #fff;
  442. font-weight:bold;
  443. letter-spacing:0px;
  444. padding:4px;
  445. margin-top:-20px;
  446. margin-left:-14px;
  447. position:fixed;
  448. text-align:left;
  449. }
  450.  
  451.  
  452. #navi {
  453. float:left;
  454. width:115px;
  455. padding:3px;
  456. }
  457.  
  458. @-webkit-keyframes cuntess{
  459. from { -webkit-transform:rotate(0deg);}
  460. to {-webkit-transform:rotate(360deg);}
  461. }
  462.  
  463. @-webkit-keyframes donovan{
  464. from {-webkit-transform: scale(0.5);}
  465. 75% {-webkit-transform: scale(1.0);}
  466. to {-webkit-transform: scale(0.5);}
  467. }
  468.  
  469. @-webkit-keyframes sally{
  470. from {-webkit-filter: blur(0px);}
  471. 60% {-webkit-filter: blur(3px);}
  472. to {-webkit-filter: blur(0px);}
  473. }
  474.  
  475.  
  476. /*sidebar links*/
  477.  
  478. .links {
  479. position: fixed;
  480. font-style:none;
  481. bottom:-20px;
  482. margin-left:764px;
  483. font-size:25px;
  484. line-height: 850%;
  485. text-align: left;
  486. width:30px;
  487. margin-right: auto;
  488. transform:rotate(0deg);
  489. -ms-transform: rotate(0deg);
  490.  
  491.  
  492. }
  493.  
  494. .links a {
  495. -webkit-filter:blur(0px);
  496. letter-spacing: 1px;
  497. padding:3px;
  498. text-shadow: 1px 0px 1px #000;
  499.  
  500. }
  501.  
  502. .links a:hover {
  503. color:#000;
  504. opacity:1;
  505. -webkit-transition: all 0.8s ease-out;
  506. -moz-transition: all 0.8s ease-out;
  507. transition: all 0.8s ease-out;
  508. -webkit-filter:blur(3px);
  509. }
  510.  
  511. .alinks {
  512. position: fixed;
  513. font-style:none;
  514. bottom:-20px;
  515. margin-left:780px;
  516. font-size:25px;
  517. word-spacing:2px;
  518. line-height: 850%;
  519. text-align: left;
  520. width:20px;
  521. margin-right: auto;
  522. transform:rotate(0deg);
  523. -ms-transform: rotate(0deg);
  524.  
  525. }
  526.  
  527. .alinks a {
  528. -webkit-filter:blur(0px);
  529. letter-spacing: 1px;
  530. padding:3px;
  531. text-shadow: 1px 0px 1px #000;
  532.  
  533. }
  534.  
  535. .alinks a:hover {
  536. color:#000;
  537. opacity:1;
  538. -webkit-transition: all 0.8s ease-out;
  539. -moz-transition: all 0.8s ease-out;
  540. transition: all 0.8s ease-out;
  541. -webkit-filter:blur(3px);
  542. }
  543.  
  544. .blinks {
  545. position: fixed;
  546. font-style:none;
  547. bottom:-20px;
  548. margin-left:799px;
  549. font-size:25px;
  550. word-spacing:2px;
  551. line-height: 850%;
  552. text-align: left;
  553. width:20px;
  554. margin-right: auto;
  555. transform:rotate(0deg);
  556. -ms-transform: rotate(0deg);
  557.  
  558. }
  559.  
  560. .blinks a {
  561. -webkit-filter:blur(0px);
  562. letter-spacing: 1px;
  563. padding:3px;
  564. text-shadow: 1px 0px 1px #000;
  565. }
  566.  
  567. .blinks a:hover {
  568. color:#000;
  569. opacity:1;
  570. -webkit-transition: all 0.8s ease-out;
  571. -moz-transition: all 0.8s ease-out;
  572. transition: all 0.8s ease-out;
  573. -webkit-filter:blur(3px);
  574. }
  575.  
  576. .clinks {
  577. position: fixed;
  578. font-style:none;
  579. bottom:-20px;
  580. margin-left:830px;
  581. font-size:25px;
  582. word-spacing:2px;
  583. line-height: 850%;
  584. text-align: left;
  585. width:20px;
  586. margin-right: auto;
  587. transform:rotate(0deg);
  588. -ms-transform: rotate(0deg);
  589.  
  590. }
  591.  
  592. .clinks a {
  593. -webkit-filter:blur(0px);
  594. letter-spacing: 1px;
  595. padding:3px;
  596. text-shadow: 1px 0px 1px #000;
  597. }
  598.  
  599. .clinks a:hover {
  600. color:#000;
  601. opacity:1;
  602. -webkit-transition: all 0.8s ease-out;
  603. -moz-transition: all 0.8s ease-out;
  604. transition: all 0.8s ease-out;
  605. -webkit-filter:blur(3px);
  606. }
  607.  
  608. .dlinks {
  609. position: fixed;
  610. font-style:none;
  611. bottom:-20px;
  612. margin-left:858px;
  613. font-size:25px;
  614. word-spacing:2px;
  615. line-height: 850%;
  616. text-align: left;
  617. width:20px;
  618. margin-right: auto;
  619. transform:rotate(0deg);
  620. -ms-transform: rotate(0deg);
  621. }
  622.  
  623. .dlinks a {
  624. -webkit-filter:blur(0px);
  625. letter-spacing: 1px;
  626. padding:3px;
  627. text-shadow: 1px 0px 1px #000;
  628. }
  629.  
  630. .dlinks a:hover {
  631. color:#000;
  632. opacity:1;
  633. -webkit-transition: all 0.8s ease-out;
  634. -moz-transition: all 0.8s ease-out;
  635. transition: all 0.8s ease-out;
  636. -webkit-filter:blur(3px);
  637. }
  638.  
  639. .elinks {
  640. position: fixed;
  641. font-style:none;
  642. bottom:-20px;
  643. margin-left:878px;
  644. font-size:25px;
  645. word-spacing:2px;
  646. line-height: 850%;
  647. text-align: left;
  648. width:20px;
  649. margin-right: auto;
  650. transform:rotate(0deg);
  651. -ms-transform: rotate(0deg);
  652.  
  653. }
  654.  
  655. .elinks a {
  656. -webkit-filter:blur(0px);
  657. letter-spacing: 1px;
  658. padding:3px;
  659. text-shadow: 1px 0px 1px #000;
  660. }
  661.  
  662. .elinks a:hover {
  663. color:#000;
  664. opacity:1;
  665. -webkit-transition: all 0.8s ease-out;
  666. -moz-transition: all 0.8s ease-out;
  667. transition: all 0.8s ease-out;
  668. -webkit-filter:blur(3px);
  669. }
  670.  
  671. .flinks {
  672. position: fixed;
  673. font-style:none;
  674. bottom:-20px;
  675. margin-left:907px;
  676. font-size:25px;
  677. word-spacing:2px;
  678. line-height: 850%;
  679. text-align: left;
  680. width:20px;
  681. margin-right: auto;
  682. transform:rotate(0deg);
  683. -ms-transform: rotate(0deg);
  684.  
  685. }
  686.  
  687. .flinks a {
  688. -webkit-filter:blur(0px);
  689. letter-spacing: 1px;
  690. padding:3px;
  691. text-shadow: 1px 0px 1px #000;
  692. }
  693.  
  694. .flinks a:hover {
  695. color:#000;
  696. opacity:1;
  697. -webkit-transition: all 0.8s ease-out;
  698. -moz-transition: all 0.8s ease-out;
  699. transition: all 0.8s ease-out;
  700. -webkit-filter:blur(3px);
  701. }
  702.  
  703. /* this is the box that comes up when you hover over something with a title*/
  704.  
  705. #s-m-t-tooltip {
  706. margin-left:15px;
  707. margin-top:-21px;
  708. letter-spacing:0px;
  709. font-family:"calibri";
  710. text-transform:auto;
  711. font-size:10px;
  712. text-transform:none;
  713. color:#fff;
  714. background-color:#191919;
  715. background-image:url('http://i.imgur.com/vJO0icc.png');
  716. border:2px double #384f17;
  717. text-shadow:0px 0px 3px #000;
  718. padding: 3px;
  719. z-index:99999999999999999999999;
  720. -webkit-transition:all 1.5s;
  721. -moz-transition:all 1.5s;
  722. -ms-transition:all 1.5s;
  723. -o-transition:all 1.5s;
  724. transition:all 1.5s;
  725. }
  726.  
  727. .buttons {
  728. display:inline-block;
  729. width:100px;
  730. border:1px solid #a09790;
  731. border-radius:2px;
  732. background-image:url("");
  733. margin:5px;
  734. padding:5px;
  735. text-align:center;
  736. }
  737.  
  738. .buttons:hover {
  739. background:url('');
  740. text-decoration: underline;
  741. }
  742.  
  743. /*next page and previous page*/
  744.  
  745. #pagination {
  746. bottom:305px;
  747. font-size:13px;
  748. margin-left:675px;
  749. color:#8d0404;
  750. position: absolute;
  751. font-family:"prata";
  752. text-align: left;
  753. letter-spacing:2px;
  754. padding-left:87px;
  755. width:300px;
  756. word-spacing:2px;
  757. text-transform:lowercase;
  758. -ms-transform: rotate(0deg); /* IE 9 */
  759. -webkit-transform: rotate(0deg); /* Safari */
  760. transform: rotate(0deg)
  761. }
  762.  
  763. #pagination a {
  764. padding:0 3px;
  765. opacity:2;
  766. -webkit-filter: Grayscale(0%);
  767. -webkit-transition: all 0.8s ease-out;
  768. -moz-transition: all 0.8s ease-out;
  769. transition: all 0.8s ease-out;
  770. -webkit-filter: blur(0px)
  771.  
  772. }
  773.  
  774. #pagination a:hover {
  775. color:#18191b;
  776. opacity:1;
  777. -webkit-transition: all 0.8s ease-out;
  778. -moz-transition: all 0.8s ease-out;
  779. transition: all 0.8s ease-out;
  780. -webkit-filter:blur(.8px);
  781. }
  782.  
  783. #container {
  784. position: fixed;
  785. width:255px;
  786. height:498px;
  787. bottom:101px;
  788. margin-left:431px;
  789. overflow:auto;
  790. text-align:justify;
  791. /*-webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));*/
  792. }
  793.  
  794. #post {
  795. width:250px;
  796. margin-top:5px;
  797. font-size:10px;
  798. line-height:110%;
  799. padding-top:10px;
  800. margin-bottom:20px;
  801. margin-left:auto;
  802. margin-right:auto;
  803. overflow:auto;
  804. }
  805.  
  806. #post blockquote {
  807. padding-left:10px;
  808. margin-left:10px;
  809. border-left:#174418 1px solid;
  810. text-shadow:0px 0px 3px #174418;
  811. border-radius:6px;
  812. }
  813.  
  814.  
  815. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  816.  
  817. b, strong, bold {
  818. color:#a5ab89;
  819. text-shadow:0px 0px 2px #a5ab89;
  820. font-size:12px;
  821. letter-spacing:2px;
  822. font-family:"oswald";
  823. line-height:115%;
  824. font-weight: bold;
  825. text-transform:uppercase;
  826. }
  827.  
  828. i, em, italic {
  829. color: #174418;
  830. text-shadow:none;
  831. font-size:18px;
  832. line-height:115%;
  833. font-family:"Tangerine", cursive;
  834. font-weight:italic;
  835. text-transform:lowercase;
  836. letter-spacing:2px;
  837.  
  838. }
  839.  
  840. sup, sub {
  841. color: #000;
  842. text-shadow:none;
  843. font-size:10px;
  844. line-height:115%;
  845. font-family:"arial";
  846. font-weight:none;
  847. text-transform:lowercase;
  848. letter-spacing:2px;
  849. }
  850.  
  851. small {
  852. color: #000;
  853. text-shadow:none;
  854. font-size:10px;
  855. line-height:115%;
  856. font-family:"arial";
  857. font-weight:none;
  858. text-transform:lowercase;
  859. letter-spacing:2px;
  860. }
  861.  
  862. /*time posted, note count, via and source*/
  863.  
  864. #info {
  865. width:250px;
  866. font-size:16px;
  867. padding:4px 0px 1px 0px;
  868. margin:0px 0px 40px 0px;
  869. letter-spacing:4px;
  870. font-size:22px;
  871. color:#384f17;
  872. }
  873.  
  874. #info a {
  875. color:#384f17;
  876. text-shadow:1px 2px 4px #384f17;
  877. }
  878.  
  879. #info a:hover {
  880. color:#fff;
  881. text-shadow:0px 0px 1px #fff;
  882. }
  883.  
  884.  
  885. /*tags*/
  886.  
  887. .tags {
  888. width:200px;
  889. margin:-20px 0px 0px 30px;
  890. line-height:115%;
  891. padding:5px;
  892. font-size:10px;
  893. word-break:keep-all;
  894. text-align:center;
  895. font-family:calibri;
  896. background:#000;
  897. border:dotted 1px #384f17;
  898. border-radius:3px 3px 8px 8px;
  899. background:url('http://i.imgur.com/vJO0icc.png');
  900. opacity:1;
  901. }
  902.  
  903. .tags a {
  904. color:#fff;
  905. text-shadow:0px 0px 5px #000;;
  906. }
  907.  
  908. .tags a:hover {
  909. color:#fff;
  910. text-shadow:0px 0px 1px #8d0404;
  911. }
  912.  
  913. .postnote {
  914. width:220px;
  915. margin-top:40px;
  916. font-family:arial;
  917. text-transform:lowercase;
  918. font-style:normal;
  919. letter-spacing:0px;
  920. font-size:10px;
  921. text-align:left;
  922. }
  923.  
  924. .verses img {
  925. float:center;
  926. -webkit-filter: grayscale(0%);
  927. width:260px;
  928. height:100px;
  929. }
  930.  
  931. .pic img {
  932. float: center;
  933. padding: 0px;
  934. margin-right: 10px;
  935. width: 100px;
  936. height: 100px;
  937. }
  938.  
  939. /*here go asks*/
  940.  
  941. #ask {
  942. width:220px;
  943. margin-left:13px;
  944. font-size:27px;
  945. text-align:center;
  946. font-family:"Sacramento", cursive;
  947. font-style:italic;
  948. text-transform:lowercase;
  949. color:#fff;
  950. }
  951.  
  952. #ask a {
  953. color:#384f17;
  954. text-transform:lowercase;
  955. text-shadow:0px 2px 5px #000;
  956.  
  957. }
  958.  
  959. #ask a:hover {
  960. color:#fff;
  961. letter-spacing:2px;
  962. text-shadow:0px 2px 7px #000;
  963. }
  964.  
  965. #q {
  966. width:226px;
  967. margin-left:0px;
  968. padding:10px;
  969. text-align:center;
  970. font-family:"calibri";
  971. font-size:12px;
  972. color:#fff;
  973. text-shadow:0px 0px 5px #000;
  974. border-radius:0px 0px 0px 2px;
  975. border:2px double #384f17;
  976. background:url('http://i.imgur.com/vJO0icc.png');
  977. }
  978.  
  979. #ans {
  980. text-align:justify;
  981. padding:5px;
  982. }
  983.  
  984.  
  985.  
  986.  
  987. /*audio player container*/
  988.  
  989. .playerbuttonbg {
  990. position: absolute;
  991. left: 10px;
  992. top: 10px;
  993. width: 18px;
  994. height: 18px;
  995. background-color:#e1e4e9;
  996. padding: 10px;
  997. -webkit-border-radius: 40px;
  998. -moz-border-radius: 40px;
  999. border-radius: 40px;
  1000. opacity: .4;
  1001. filter: alpha(opacity=40);
  1002. -moz-opacity: 0.4;
  1003. -khtml-opacity: 0.4;
  1004. transition: opacity .7s ease-in-out;
  1005. -moz-transition: opacity .7s ease-in-out;
  1006. -webkit-transition: opacity .7s ease-in-out;
  1007. }
  1008.  
  1009. .playerbuttonbg:hover {
  1010. opacity: 1;
  1011. filter: alpha(opacity=100);
  1012. -moz-opacity: 1;
  1013. -khtml-opacity: 1;
  1014. }
  1015.  
  1016. .newplayerbutton {
  1017. position: relative;
  1018. width: 19px;height: 19px;
  1019. overflow: hidden;
  1020. }
  1021.  
  1022. .playerbuttonhug {
  1023. position: absolute;
  1024. top: -18px;left: -7px;
  1025. }
  1026.  
  1027. .tumblr_audio_player {
  1028. border:none;
  1029. height: 50px;
  1030. width: 350px;
  1031. margin-left:3px;
  1032. margin-top:3px;
  1033. }
  1034.  
  1035. .audioimgwrapper {
  1036. position: absolute;
  1037. left: 0px;
  1038. top: 0px;
  1039. overflow: hidden;
  1040. width: 60px;
  1041. height: 60px;
  1042. }
  1043.  
  1044. .audioimgwrapper img {
  1045. width: 100%;
  1046. height: auto;
  1047. }
  1048. .trackdetails {
  1049. width: auto;
  1050. display:inline-block;
  1051. margin-left: 90px;
  1052. min-height: 85px;
  1053. }
  1054.  
  1055. .audiowrapper {
  1056. position: relative
  1057. ;display:inline-block;
  1058. }
  1059.  
  1060. #updates {
  1061. position:fixed;
  1062. width:182px;
  1063. height:188px;
  1064. bottom:101px;
  1065. margin-left:764px;
  1066. font-size:9px;
  1067. padding:5px;
  1068. overflow:auto;
  1069. text-align:center;
  1070. }
  1071.  
  1072. /*credit. only change this if you actually make the code your own*/
  1073.  
  1074. #credit {
  1075. position:fixed;
  1076. font-size:18px;
  1077. color:#174418;
  1078. font-weight:none;
  1079. line-height:50%;
  1080. letter-spacing:2px;
  1081. font-family:'prata';
  1082. right:20px;
  1083. bottom:15px;
  1084. text-transform:uppercase;
  1085. text-align:left;
  1086. -webkit-transition: all 0.5s ease-in-out;
  1087. -moz-transition: all 0.5s ease-in-out;
  1088. -o-transition: all 0.5s ease-in-out;
  1089. }
  1090.  
  1091. #credit a {
  1092. letter-spacing: 0px;
  1093. padding:3px;
  1094. color:#174418;
  1095. }
  1096.  
  1097. #credit a:hover {
  1098. background:#f2f2f2;
  1099. color:#fff;
  1100. }
  1101.  
  1102.  
  1103.  
  1104.  
  1105. {CustomCSS}
  1106.  
  1107. }
  1108.  
  1109. </style></head><body>
  1110. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1111. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1112. <script>
  1113. (function($){
  1114. $(document).ready(function(){
  1115. $("a[title]").style_my_tooltips({
  1116. tip_follows_cursor:true,
  1117. tip_delay_time:7,
  1118. tip_fade_speed:7,
  1119. attribute:"title"
  1120. });
  1121. });
  1122. })(jQuery);
  1123. </script>
  1124.  
  1125.  
  1126. <!-- YOUR UPDATES TAB -->
  1127. <div id="updates">
  1128. <h2>look a pretty title</h2>
  1129. Lorem ipsum dolor sit <i>amet</i>, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. <b>Suspendisse</b> sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1130. <h3>look another title</h3>
  1131. <pre>pre title it pretty</pre>
  1132. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1133. <HR WIDTH=35%>
  1134. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1135.  
  1136. </div>
  1137. <!-- END UPDATES TAB -->
  1138.  
  1139. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1140. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1141. <script>
  1142.  
  1143. (function($){
  1144.  
  1145. $(document).ready(function(){
  1146.  
  1147. $("a[title]").style_my_tooltips({
  1148.  
  1149. tip_follows_cursor:true,
  1150.  
  1151. tip_delay_time:50,
  1152.  
  1153. tip_fade_speed:600,
  1154.  
  1155. attribute:"title"
  1156.  
  1157. });
  1158.  
  1159. });
  1160.  
  1161. })(jQuery);
  1162.  
  1163. </script>
  1164.  
  1165.  
  1166.  
  1167.  
  1168. <div class="links">
  1169. <a href="/" title="home.">I.</a></div>
  1170.  
  1171. <div class="alinks">
  1172. <a href="#?w=500" title="queries." rel="box1" class="poplight">II.</div>
  1173.  
  1174. <div class="blinks">
  1175. <a href="#?w=600" title="guidelines." rel="box6" class="poplight">III.</div>
  1176.  
  1177. <div class="clinks">
  1178. <a href="#?w=600" title="dossier." rel="box2" class="poplight">IV.</div>
  1179.  
  1180. <div class="dlinks">
  1181. <a href="#?w=600" title="navigation." rel="box4" class="poplight">V.</div>
  1182.  
  1183. <div class="elinks">
  1184. <a href="#?w=600" title="relations." rel="box5" class="poplight">VI.</div>
  1185.  
  1186. <div class="flinks">
  1187. <a href="#?w=600" title="verses." rel="box3" class="poplight">VII.</div>
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. </div>
  1201.  
  1202. <div id="description">{Description}</div>
  1203.  
  1204.  
  1205. <div id="pagination">
  1206. {block:Pagination}
  1207. {block:PreviousPage}
  1208. <a href="{PreviousPage}">⟨⟨⟨</a>
  1209. {/block:PreviousPage}
  1210.  
  1211.  
  1212. {block:NextPage}
  1213. <a href="{NextPage}">⟩⟩⟩</a>
  1214. {/block:NextPage}
  1215. {/block:Pagination}
  1216. </div>
  1217.  
  1218.  
  1219.  
  1220. </div>
  1221.  
  1222.  
  1223. <div id="container">
  1224. <div id="content">
  1225.  
  1226. {block:Posts}<div id="post">
  1227.  
  1228. {block:Text}
  1229. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1230. {Body}
  1231. {/block:Text}
  1232.  
  1233. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1234.  
  1235. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1236.  
  1237. {block:Quote}
  1238. <h2>{Quote}</h2>
  1239. —{Source}
  1240. {/block:Quote}
  1241.  
  1242. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1243.  
  1244. {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}
  1245.  
  1246. {block:AudioPlayer}
  1247. <div class="audiowrapper">
  1248. {block:AlbumArt}
  1249. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1250. {/block:AlbumArt}
  1251.  
  1252. <div class="playerbuttonbg">
  1253. <div class="newplayerbutton">
  1254. <div class="playerbuttonhug">
  1255. {AudioPlayerWhite}
  1256. </div></div></div>
  1257.  
  1258. <div class="trackdetails">
  1259. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1260. {block:Artist}{Artist}{/block:Artist}<br/>
  1261. {PlayCountWithLabel}
  1262. </div></div>
  1263. {block:Caption}{Caption}{/block:Caption}
  1264. {/block:AudioPlayer}
  1265.  
  1266. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1267.  
  1268. {block:Answer}
  1269.  
  1270. <div id="ask">{Asker}</div>
  1271. <div id="q">{Question}</div>
  1272. <br/>{Answer}{/block:Answer}
  1273.  
  1274. {block:Date}
  1275. <div id="info">
  1276. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 20px; margin-left:0px; margin-top:20px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">✕</a>
  1277. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:20px; margin-top:8px;font-size:15px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">✸</a>
  1278. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:10px; margin-top:35px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">✧</a>
  1279. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1280. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1281. </div>
  1282. {/block:Date}
  1283.  
  1284.  
  1285. {block:HasTags}
  1286. <div class="tags">
  1287. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1288. {/block:HasTags}
  1289.  
  1290.  
  1291. <div class="postnote">
  1292. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1293. </div>
  1294. </div>
  1295. {/block:Posts}
  1296. </div>
  1297. </div>
  1298. </div>
  1299. </div></div>
  1300.  
  1301.  
  1302.  
  1303.  
  1304. </div></div></div></div>
  1305. </div>
  1306.  
  1307. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1308.  
  1309. </body>
  1310.  
  1311. <div id="box1" class="question_block">
  1312. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1313. </div>
  1314. </div></div></div></div></div></div></div></div></div></div>
  1315.  
  1316. <div id="box2" class="popup_block2">
  1317. <div id="poptext">
  1318. Biography here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1319. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1320. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1321. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1322. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1323.  
  1324.  
  1325. </div>
  1326. </div>
  1327. </div>
  1328.  
  1329. </div></div></div></div></div></div></div></div></div></div>
  1330.  
  1331. <div id="box3" class="popup_block5">
  1332. <div id="headerbar">
  1333. <ul id="tabs">
  1334. <li class="active">MAIN VERSES</li>
  1335. <li>ALT VERSES</li>
  1336. <li>ALT VERSES</li>
  1337. </ul></div>
  1338. <div id="tabbar">
  1339. <ul id="tab">
  1340.  
  1341. <li class="active">
  1342.  
  1343. <div class="links_list">
  1344. <p class="links_head">VERSE TAB ONE</p>
  1345. <div class="links_body">
  1346. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1347. <center>
  1348. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1349. </center>
  1350. </div></div>
  1351.  
  1352. <div class="links_list">
  1353. <p class="links_head">VERSE</p>
  1354. <div class="links_body">
  1355. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1356. <center>
  1357. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1358. </center>
  1359. </div></div>
  1360.  
  1361. <div class="links_list">
  1362. <p class="links_head">VERSE</p>
  1363. <div class="links_body">
  1364. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1365. <center>
  1366. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1367. </center>
  1368. </div></div>
  1369.  
  1370. <div class="links_list">
  1371. <p class="links_head">VERSE</p>
  1372. <div class="links_body">
  1373. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1374. <center>
  1375. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1376. </center>
  1377. </div></div>
  1378.  
  1379. <div class="links_list">
  1380. <p class="links_head">VERSE</p>
  1381. <div class="links_body">
  1382. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1383. <center>
  1384. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1385. </center>
  1386. </div></div>
  1387.  
  1388. </li>
  1389.  
  1390. <li>
  1391.  
  1392. <div class="links_list">
  1393. <p class="links_head">VERSE TAB TWO</p>
  1394. <div class="links_body">
  1395. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1396. <center>
  1397. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1398. </center>
  1399. </div></div>
  1400.  
  1401. <div class="links_list">
  1402. <p class="links_head">VERSE</p>
  1403. <div class="links_body">
  1404. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1405. <center>
  1406. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1407. </center>
  1408. </div></div>
  1409.  
  1410. <div class="links_list">
  1411. <p class="links_head">VERSE</p>
  1412. <div class="links_body">
  1413. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1414. <center>
  1415. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1416. </center>
  1417. </div></div>
  1418.  
  1419. </li>
  1420.  
  1421. <li>
  1422.  
  1423. <div class="links_list">
  1424. <p class="links_head">VERSE TAB THREE</p>
  1425. <div class="links_body">
  1426. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1427. <center>
  1428. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1429. </center>
  1430. </div></div>
  1431.  
  1432. <div class="links_list">
  1433. <p class="links_head">VERSE</p>
  1434. <div class="links_body">
  1435. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1436. <center>
  1437. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1438. </center>
  1439. </div></div>
  1440.  
  1441. <div class="links_list">
  1442. <p class="links_head">VERSE</p>
  1443. <div class="links_body">
  1444. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1445. <center>
  1446. img 220x100. YOUR CONTENT GOES HERE. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1447. </center>
  1448. </div></div>
  1449.  
  1450. </li>
  1451.  
  1452. </ul>
  1453. </div></div></div></div></div></div></div></div></div></div>
  1454.  
  1455. <div id="box4" class="popup_block3">
  1456. <div id="poptext2">
  1457.  
  1458. <p><center><i>one title here</center></i>
  1459.  
  1460. <!-- copy from here... -->
  1461. <div id="navi">
  1462. <a href="/link here" class="buttons">link title</a><br>
  1463. <a href="/link here" class="buttons">link title</a><br>
  1464. <a href="/link here" class="buttons">link title</a><br>
  1465. <a href="/link here" class="buttons">link title</a><br>
  1466.  
  1467. </div>
  1468. <!--to here if you need another column of links!-->
  1469.  
  1470. <!-- copy from here... -->
  1471. <div id="navi">
  1472. <a href="/link here" class="buttons">link title</a><br>
  1473. <a href="/link here" class="buttons">link title</a><br>
  1474. <a href="/link here" class="buttons">link title</a><br>
  1475. <a href="/link here" class="buttons">link title</a><br>
  1476. </div>
  1477. <!--to here if you need another column of links!-->
  1478.  
  1479. <br>
  1480. <p><center><i>eyy another title</center></i>
  1481.  
  1482. <!-- copy from here... -->
  1483. <div id="navi">
  1484. <a href="/link here" class="buttons">link title</a><br>
  1485. <a href="/link here" class="buttons">link title</a><br>
  1486. <a href="/link here" class="buttons">link title</a><br>
  1487. <a href="/link here" class="buttons">link title</a><br>
  1488.  
  1489. </div>
  1490. <!--to here if you need another column of links!-->
  1491.  
  1492. <!-- copy from here... -->
  1493. <div id="navi">
  1494. <a href="/link here" class="buttons">link title</a><br>
  1495. <a href="/link here" class="buttons">link title</a><br>
  1496. <a href="/link here" class="buttons">link title</a><br>
  1497. <a href="/link here" class="buttons">link title</a><br>
  1498.  
  1499. </div>
  1500. <!--to here if you need another column of links!-->
  1501. <br>
  1502. <p><center><i>title title</center></i>
  1503.  
  1504. <!-- copy from here... -->
  1505. <div id="navi">
  1506. <a href="/link here" class="buttons">link title</a><br>
  1507. <a href="/link here" class="buttons">link title</a><br>
  1508. <a href="/link here" class="buttons">link title</a><br>
  1509. <a href="/link here" class="buttons">link title</a><br>
  1510.  
  1511. </div>
  1512. <!--to here if you need another column of links!-->
  1513.  
  1514. <!-- copy from here... -->
  1515. <div id="navi">
  1516. <a href="/link here" class="buttons">link title</a><br>
  1517. <a href="/link here" class="buttons">link title</a><br>
  1518. <a href="/link here" class="buttons">link title</a><br>
  1519. <a href="/link here" class="buttons">link title</a><br>
  1520.  
  1521. </div>
  1522. <!--to here if you need another column of links!-->
  1523.  
  1524. <br>
  1525. <p><center><i>title title wuddup</center></i>
  1526.  
  1527. <!-- copy from here... -->
  1528. <div id="navi">
  1529. <a href="/link here" class="buttons">link title</a><br>
  1530. <a href="/link here" class="buttons">link title</a><br>
  1531. <a href="/link here" class="buttons">link title</a><br>
  1532. <a href="/link here" class="buttons">link title</a><br>
  1533.  
  1534. </div>
  1535. <!--to here if you need another column of links!-->
  1536.  
  1537. <!-- copy from here... -->
  1538. <div id="navi">
  1539. <a href="/link here" class="buttons">link title</a><br>
  1540. <a href="/link here" class="buttons">link title</a><br>
  1541. <a href="/link here" class="buttons">link title</a><br>
  1542. <a href="/link here" class="buttons">link title</a><br>
  1543.  
  1544. </div>
  1545. <!--to here if you need another column of links!-->
  1546.  
  1547.  
  1548. </div>
  1549. </div>
  1550.  
  1551. </div></div></div></div></div></div></div></div></div></div>
  1552.  
  1553. <div id="box5" class="popup_block4">
  1554. <div id="poptext">
  1555. <!-- to make another relation, copy from here... -->
  1556. <center><img src="http://i.imgur.com/2AO4R9c.png" class="verses"></center>
  1557. <b><center><pre><a href="/tagged/MUSE LINK HERE" style="text-align:center;">MUSE NAME HERE.</a></pre></center></b>
  1558. verse info goes here a-yo. image 220 x 100
  1559. <HR WIDTH="90%">
  1560.  
  1561. <!-- to here, and then paste! -->
  1562.  
  1563. <!-- to make another relation, copy from here... -->
  1564. <center><img src="http://i.imgur.com/2AO4R9c.png" class="verses"></center>
  1565. <b><center><pre><a href="/tagged/MUSE LINK HERE" style="text-align:center;">MUSE NAME HERE.</a></pre></center></b>
  1566. verse info goes here a-yo. image 220 x 100
  1567. <HR WIDTH="90%">
  1568.  
  1569. <!-- to here, and then paste! -->
  1570.  
  1571. <!-- to make another relation, copy from here... -->
  1572. <center><img src="http://i.imgur.com/2AO4R9c.png" class="verses"></center>
  1573. <b><center><pre><a href="/tagged/MUSE LINK HERE" style="text-align:center;">MUSE NAME HERE.</a></pre></center></b>
  1574. verse info goes here a-yo. image image 220 x 100
  1575. <HR WIDTH="90%">
  1576.  
  1577. <!-- to here, and then paste! -->
  1578.  
  1579. <!-- to make another relation, copy from here... -->
  1580. <center><img src="http://i.imgur.com/2AO4R9c.png" class="verses"></center>
  1581. <b><center><pre><a href="/tagged/MUSE LINK HERE" style="text-align:center;">MUSE NAME HERE.</a></pre></center></b>
  1582. verse info goes here a-yo. image 220 x 100
  1583. <HR WIDTH="90%">
  1584.  
  1585. <!-- to here, and then paste! -->
  1586.  
  1587.  
  1588. </center>
  1589. </div>
  1590. </div>
  1591. </div>
  1592. </div></div></div></div></div></div></div></div></div></div>
  1593.  
  1594. <div id="box6" class="popup_block">
  1595. <div id="poptext">
  1596. Guidelines here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1597. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1598. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1599. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1600. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1601.  
  1602.  
  1603. </div>
  1604. </div>
  1605. </div>
  1606.  
  1607. </div></div></div></div></div></div></div></div></div></div>
  1608.  
  1609.  
  1610. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement