Advertisement
manon15

powerofpain theme code

Feb 14th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.67 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.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block, .question_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58. <!--tabs script-->
  59. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  60. <script type="text/javascript">
  61. $(document).ready(function(){
  62. $(".links_body").hide();
  63. $(".links_head").click(function(){
  64. $(this).next(".links_body").slideToggle("fast");
  65. }); }); </script>
  66. <style type="text/css">
  67. .links_list { margin:0px; padding:0px; width:100%;}
  68. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  69. .links_body { padding:10px; text-align:left; display:none;}
  70. </style>
  71.  
  72. <!-- verses script -->
  73. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  74.  
  75. <style type="text/css">
  76.  
  77. .popup_block{
  78. display:none;
  79. float:left;
  80. background-image: url('http://i.imgur.com/b3d7Ycb.png');
  81. background-color: #fff;
  82. height:500px;
  83. position:fixed;
  84. top:50%; left: 50%;
  85. z-index:9999999999999;
  86. opacity:1;
  87. }
  88.  
  89.  
  90. *html #fade {position: absolute;}
  91. *html .popup_block {position: absolute;}
  92. #fade {
  93. display:none;
  94. position:fixed;
  95. left:0px;
  96. top:0px;
  97. width:100%;
  98. height:100%;
  99. z-index:999999;
  100. background:#000001;
  101. opacity:.5;
  102. }
  103.  
  104.  
  105. #text {
  106. top:50%;
  107. left:50%;
  108. margin-top:50px;
  109. margin-left:450px;
  110. width:270px;
  111. height:200px;
  112. overflow:auto;
  113. text-align:justify;
  114. font-family:calibri;
  115. font-size:10px;f
  116. color:#fff;
  117. background:transparent;
  118. }
  119.  
  120. #heading {
  121. top:50%;
  122. left:50%;
  123. margin-top:477px;
  124. text-align:left;
  125. margin-left:352px;
  126. font-family:"prata";
  127. font-size:40px;
  128. color:#fff;
  129. background:transparent;
  130. text-shadow: 0px 0px 14px #fff;
  131. }
  132.  
  133. #poptext2 {
  134. margin-top:13px;
  135. margin-left:325px;
  136. width:265px;
  137. height:472px;
  138. font-family:'calibri';
  139. color:#fff;
  140. font-size:12px;
  141. overflow:auto;
  142. text-align:justify;
  143. }
  144.  
  145. #poptext {
  146. margin-top:100px;
  147. margin-left:350px;
  148. width:170px;
  149. height:350px;
  150. font-family:'calibri';
  151. color:#fff;
  152. font-size:12px;
  153. overflow:auto;
  154. text-align:justify;
  155. }
  156.  
  157. #headerbar{
  158. left:50%;
  159. top:50%;
  160. margin-left:300px;
  161. margin-top:15px;
  162. width:298px;
  163. overflow:auto;
  164. text-align:justify;
  165. color:#fff;
  166. font-family:"calibri";
  167. font-size:12px;
  168. }
  169.  
  170. #tabbar{
  171. left:50%;
  172. top:50%;
  173. margin-left:290px;
  174. margin-top:20px;
  175. width:298px;
  176. height:405px;
  177. overflow: auto;
  178. text-align:justify;
  179. color:#fff;
  180. font-family:"calibri";
  181. font-size:12px;
  182. }
  183.  
  184. ul#tabs {text-align:center;}
  185.  
  186. ul#tabs li {
  187. list-style-type: none;
  188. display:inline-block;
  189. padding:2px;
  190. cursor:pointer;
  191. text-decoration:none;
  192. opacity:1;
  193. color:#fff;
  194. }
  195.  
  196. ul#tabs li.active {
  197. background-color:#000;
  198. color:#fff;
  199. -webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;
  201. transition: all 0.5s ease-out;
  202. }
  203.  
  204. ul#tab, ul#tabs {
  205. list-style-type: none;
  206. margin:0px;
  207. padding:0px;
  208. }
  209. ul#tab li {display: none;}
  210. ul#tab li.active {display: block;}
  211.  
  212. .links_list {
  213. margin:0px;
  214. padding:0.5px;
  215. width:270px;
  216. margin-top:0px;
  217. margin-left:23.5px;
  218. }
  219.  
  220. .links_head {
  221. padding-top:7px;
  222. padding-bottom:7px;
  223. cursor:pointer;
  224. position:relative;
  225. margin:1px;
  226. text-align:center;
  227. font-size:9px;
  228. letter-spacing:2px;
  229. background-color:#000;
  230. background-image:url("http://i.imgur.com/aNJxM7D.png");
  231. border:1px solid #fff;
  232. outline:0px solid #fff;
  233. }
  234.  
  235. .links_body {
  236. height:150px;
  237. overflow:auto;
  238. padding:10px;
  239. display:none;
  240. background:#000;
  241. font-size:10px;
  242. text-align:center;
  243. letter-spacing: 1px;
  244. font-family:calibri;
  245. color:#fff;
  246. line-height:100%;
  247. text-transform:lowercase;
  248. }
  249.  
  250. .question_block{
  251. height:300px;
  252. display: none;
  253. float: left;
  254. position: fixed;
  255. top: 50%; left: 50%;
  256. z-index: 999999999999;
  257. }
  258.  
  259. para {
  260. font-family: 'Prata', serif;
  261. color:#000;
  262. text-shadow:0 0 2px #fff;
  263. font-size:15px;
  264.  
  265. }
  266.  
  267. /*edit scrollbar*/
  268.  
  269. ::-webkit-scrollbar-thumb {
  270. height:auto;
  271. }
  272.  
  273. ::-webkit-scrollbar {
  274. height:4px;
  275. width:3px;
  276. padding-right:2px;
  277. }
  278. /*edit the body this is what post text looks like, background color, etc.*/
  279.  
  280. body {
  281. background-image:url("http://i.imgur.com/hhJbaD5.png");
  282. background-position:left bottom;
  283. background-attachment:fixed;
  284. background-repeat:no-repeat;
  285. margin:0px;
  286. background-color:#000;
  287. color:#fff;
  288. font-family:"calibri";
  289. font-size:11px;
  290. line-height:120%;
  291. overflow-x:hidden;
  292. overflow-y:hidden;
  293. }
  294.  
  295.  
  296. /*edit links*/
  297.  
  298. a {
  299. text-decoration:none;
  300. outline:#aca09b;
  301. -moz-outline-style:none;
  302. color:#aca09b;
  303. -moz-transition-duration:0.8s;
  304. -webkit-transition-duration:0.8s;
  305. -o-transition-duration:0.8s;
  306. text-transform:uppercase;
  307. text-shadow:0px 0px 1px #132331;
  308. }
  309.  
  310. /*edit link hover*/
  311.  
  312. a:hover {
  313. color:#fff;
  314. outline:none;
  315. -moz-outline-style:none;
  316. text-decoration:none;
  317. border-radius: 20px 20px 20px 20px #fff;
  318. -webkit-filter: blur(0px);
  319. }
  320.  
  321. img {
  322. opacity:.8;
  323. -webkit-filter: Grayscale(50%);
  324. -webkit-transition-duration: 0.8s;
  325. -moz-transition-duration:0.8s;
  326. transition-duration:0.8s;
  327. -o-transition-duration:0.8s;
  328. -webkit-filter: blur(0px);
  329. border-radius: 20px 20px 20px 20px #000;
  330. }
  331.  
  332. img:hover {
  333. opacity:1;
  334. -webkit-filter: Grayscale(0%);
  335. -webkit-transition: all 0.8s ease-out;
  336. -moz-transition: all 0.8s ease-out;
  337. transition: all 0.8s ease-out;
  338. -webkit-filter: blur(0px);
  339. border-radius: 20px 20px 20px 20px #000;
  340.  
  341. }
  342.  
  343.  
  344. h1 { /*title*/
  345. font-size:20px;
  346. text-align:left;
  347. font-family:"calibri";
  348. text-align:center;
  349. line-height:115%;
  350. letter-spacing:1px;
  351. color:#621313;
  352. text-shadow:0px 0px 3px #621313;
  353. text-transform:uppercase;
  354. }
  355.  
  356. h2 {
  357. font-size:15px;
  358. text-align:left;
  359. font-family:"Caveat", sans-serif;
  360. text-align:center;
  361. line-height:115%;
  362. letter-spacing:1px;
  363. color:#4e2925;
  364. text-shadow:0px 0px 3px #4e2925;
  365. text-transform:none;
  366. }
  367.  
  368. pre {
  369. font-family:"calibri";
  370. font-size:12px;
  371. color:#fff;
  372. text-shadow:0px 0px 2px #fff;
  373. letter-spacing:1px;
  374. text-align:center;
  375. text-transform:uppercase;
  376. background:url('');
  377. padding:2px;
  378. background-clip:content-box;
  379. border-radius:2px;
  380. text-decoration:underline;
  381. }
  382.  
  383.  
  384.  
  385.  
  386. #title {
  387. color:#fff;
  388. font-family:arial;
  389. font-size:16px;
  390. text-transform:lowercase;
  391. border-bottom:1px solid #fff;
  392. font-weight:bold;
  393. letter-spacing:0px;
  394. padding:4px;
  395. margin-top:-20px;
  396. margin-left:-14px;
  397. position:fixed;
  398. text-align:left;
  399. }
  400.  
  401.  
  402. #navi {
  403. float:left;
  404. width:115px;
  405. padding:3px;
  406. }
  407.  
  408. @-webkit-keyframes cuntess{
  409. from { -webkit-transform:rotate(0deg);}
  410. to {-webkit-transform:rotate(360deg);}
  411. }
  412.  
  413. @-webkit-keyframes donovan{
  414. from {-webkit-transform: scale(0.5);}
  415. 75% {-webkit-transform: scale(1.0);}
  416. to {-webkit-transform: scale(0.5);}
  417. }
  418.  
  419. @-webkit-keyframes sally{
  420. from {-webkit-filter: blur(0px);}
  421. 60% {-webkit-filter: blur(3px);}
  422. to {-webkit-filter: blur(0px);}
  423. }
  424.  
  425.  
  426. /*sidebar links*/
  427.  
  428. .links {
  429. position: fixed;
  430. font-style:none;
  431. bottom:300px;
  432. margin-left:50px;
  433. font-size:30px;
  434. line-height: 850%;
  435. text-align: left;
  436. width:30px;
  437. margin-right: auto;
  438. transform:rotate(-50deg);
  439. -ms-transform: rotate(-50deg);
  440. -webkit-transform: rotate(-50deg);
  441. -webkit-animation-name: sally;
  442. -webkit-animation-iteration-count: infinite;
  443. -webtkit-animation-timing-function: ease-in-out;
  444. -webkit-animation-duration:12s;
  445.  
  446.  
  447. }
  448.  
  449. .links a {
  450. -webkit-filter:blur(0px);
  451. letter-spacing: 1px;
  452. padding:3px;
  453. text-shadow: 1px 0px 1px #000;
  454.  
  455. }
  456.  
  457. .links a:hover {
  458. color:#000;
  459. opacity:1;
  460. -webkit-transition: all 0.8s ease-out;
  461. -moz-transition: all 0.8s ease-out;
  462. transition: all 0.8s ease-out;
  463. -webkit-filter:blur(3px);
  464. }
  465.  
  466. .alinks {
  467. position: fixed;
  468. font-style:none;
  469. bottom:440px;
  470. margin-left:725px;
  471. font-size:30px;
  472. word-spacing:2px;
  473. line-height: 850%;
  474. text-align: left;
  475. width:20px;
  476. margin-right: auto;
  477. transform:rotate(-50deg);
  478. -ms-transform: rotate(-50deg);
  479. -webkit-transform: rotate(-50deg);
  480. -webkit-animation-name: sally;
  481. -webkit-animation-iteration-count: infinite;
  482. -webtkit-animation-timing-function: ease-in-out;
  483. -webkit-animation-duration:9s;
  484.  
  485. }
  486.  
  487. .alinks a {
  488. -webkit-filter:blur(0px);
  489. letter-spacing: 1px;
  490. padding:3px;
  491. text-shadow: 1px 0px 1px #000;
  492.  
  493. }
  494.  
  495. .alinks a:hover {
  496. color:#000;
  497. opacity:1;
  498. -webkit-transition: all 0.8s ease-out;
  499. -moz-transition: all 0.8s ease-out;
  500. transition: all 0.8s ease-out;
  501. -webkit-filter:blur(3px);
  502. }
  503.  
  504. .dlinks {
  505. position: fixed;
  506. font-style:none;
  507. bottom:15px;
  508. margin-left:1075px;
  509. font-size:30px;
  510. word-spacing:2px;
  511. line-height: 850%;
  512. text-align: left;
  513. width:20px;
  514. margin-right: auto;
  515. transform:rotate(0deg);
  516. -ms-transform: rotate(0deg);
  517. -webkit-transform: rotate(0deg);
  518. -webkit-animation-name: sally;
  519. -webkit-animation-iteration-count: infinite;
  520. -webtkit-animation-timing-function: ease-in-out;
  521. -webkit-animation-duration:6s;
  522.  
  523. }
  524.  
  525. .dlinks a {
  526. -webkit-filter:blur(0px);
  527. letter-spacing: 1px;
  528. padding:3px;
  529. text-shadow: 1px 0px 1px #000;
  530. }
  531.  
  532. .dlinks a:hover {
  533. color:#000;
  534. opacity:1;
  535. -webkit-transition: all 0.8s ease-out;
  536. -moz-transition: all 0.8s ease-out;
  537. transition: all 0.8s ease-out;
  538. -webkit-filter:blur(3px);
  539. }
  540.  
  541. .elinks {
  542. position: fixed;
  543. font-style:none;
  544. bottom:-70px;
  545. margin-left:980px;
  546. font-size:30px;
  547. word-spacing:2px;
  548. line-height: 850%;
  549. text-align: left;
  550. width:20px;
  551. margin-right: auto;
  552. transform:rotate(80deg);
  553. -ms-transform: rotate(80deg);
  554. -webkit-transform: rotate(80deg);
  555. -webkit-animation-name: sally;
  556. -webkit-animation-iteration-count: infinite;
  557. -webtkit-animation-timing-function: ease-in-out;
  558. -webkit-animation-duration: 14s;
  559.  
  560. }
  561.  
  562. .elinks a {
  563. -webkit-filter:blur(0px);
  564. letter-spacing: 1px;
  565. padding:3px;
  566. text-shadow: 1px 0px 1px #000;
  567. }
  568.  
  569. .elinks a:hover {
  570. color:#000;
  571. opacity:1;
  572. -webkit-transition: all 0.8s ease-out;
  573. -moz-transition: all 0.8s ease-out;
  574. transition: all 0.8s ease-out;
  575. -webkit-filter:blur(3px);
  576. }
  577.  
  578. /* this is the box that comes up when you hover over something with a title*/
  579.  
  580. #s-m-t-tooltip {
  581. margin-left:15px;
  582. margin-top:-21px;
  583. letter-spacing:0px;
  584. font-family:"calibri";
  585. text-transform:auto;
  586. font-size:10px;
  587. text-transform:none;
  588. color:#fff;
  589. background-color:#191919;
  590. border:2px double #651111;
  591. text-shadow:0px 0px 3px #000;
  592. padding: 3px;
  593. z-index:99999999999999999999999;
  594. -webkit-transition:all 1.5s;
  595. -moz-transition:all 1.5s;
  596. -ms-transition:all 1.5s;
  597. -o-transition:all 1.5s;
  598. transition:all 1.5s;
  599. }
  600.  
  601. .buttons {
  602. display:inline-block;
  603. width:100px;
  604. border:1px solid #a09790;
  605. border-radius:2px;
  606. margin:5px;
  607. padding:5px;
  608. text-align:center;
  609. }
  610.  
  611. .buttons:hover {
  612. background:url('');
  613. text-decoration: underline;
  614. }
  615.  
  616. /*next page and previous page*/
  617.  
  618. #pagination {
  619. bottom:280px;
  620. font-size:10px;
  621. margin-left:995px;
  622. color:#8d0404;
  623. position: absolute;
  624. font-family:"prata";
  625. text-align: left;
  626. letter-spacing:2px;
  627. padding-left:87px;
  628. width:300px;
  629. word-spacing:2px;
  630. text-transform:lowercase;
  631. -ms-transform: rotate(0deg); /* IE 9 */
  632. -webkit-transform: rotate(0deg); /* Safari */
  633. transform: rotate(0deg)
  634. }
  635.  
  636. #pagination a {
  637. padding:0 3px;
  638. opacity:2;
  639. -webkit-filter: Grayscale(0%);
  640. -webkit-transition: all 0.8s ease-out;
  641. -moz-transition: all 0.8s ease-out;
  642. transition: all 0.8s ease-out;
  643. -webkit-filter: blur(0px)
  644.  
  645. }
  646.  
  647. #pagination a:hover {
  648. color:#18191b;
  649. opacity:1;
  650. -webkit-transition: all 0.8s ease-out;
  651. -moz-transition: all 0.8s ease-out;
  652. transition: all 0.8s ease-out;
  653. -webkit-filter:blur(.8px);
  654. }
  655.  
  656. #container {
  657. position: fixed;
  658. width:405px;
  659. height:448px;
  660. bottom:77px;
  661. margin-left:288.5px;
  662. overflow:auto;
  663. text-align:justify;
  664. /*-webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));*/
  665. }
  666.  
  667. #post {
  668. width:400px;
  669. margin-top:5px;
  670. font-size:10px;
  671. line-height:110%;
  672. padding-top:10px;
  673. margin-bottom:20px;
  674. margin-left:auto;
  675. margin-right:auto;
  676. overflow:auto;
  677. }
  678.  
  679. #post blockquote {
  680. padding-left:10px;
  681. margin-left:10px;
  682. border-left:#fff 1px solid;
  683. text-shadow:0px 0px 3px #fff;
  684. border-radius:6px;
  685. }
  686.  
  687.  
  688. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  689.  
  690. b, strong, bold {
  691. color:#757575;
  692. text-shadow:0px 0px 2px #757575;
  693. font-size:12px;
  694. letter-spacing:2px;
  695. font-family:"calibri";
  696. line-height:115%;
  697. font-weight: bold;
  698. text-transform:uppercase;
  699. }
  700.  
  701. i, em, italic {
  702. color: #710a0a;
  703. text-shadow:none;
  704. font-size:20px;
  705. line-height:115%;
  706. font-family:"Marck Script", cursive;
  707. font-weight:italic;
  708. text-transform:lowercase;
  709. letter-spacing:2px;
  710.  
  711. }
  712.  
  713. sup, sub {
  714. color: #fff;
  715. text-shadow:none;
  716. font-size:11px;
  717. line-height:115%;
  718. font-family:"calibri";
  719. font-weight:none;
  720. text-transform:lowercase;
  721. letter-spacing:2px;
  722. }
  723.  
  724. small {
  725. color: #fff;
  726. text-shadow:none;
  727. font-size:11px;
  728. line-height:115%;
  729. font-family:"calibri";
  730. font-weight:none;
  731. text-transform:lowercase;
  732. letter-spacing:2px;
  733. }
  734.  
  735. /*time posted, note count, via and source*/
  736.  
  737. #info {
  738. width:250px;
  739. font-size:16px;
  740. padding:4px 0px 1px 0px;
  741. margin:0px 0px 40px 0px;
  742. letter-spacing:4px;
  743. font-size:22px;
  744. color:#b21314;
  745. }
  746.  
  747. #info a {
  748. color:#b21314;
  749. text-shadow:1px 2px 4px #b21314;
  750. }
  751.  
  752. #info a:hover {
  753. color:#fff;
  754. text-shadow:0px 0px 1px #fff;
  755. }
  756.  
  757.  
  758. /*tags*/
  759.  
  760. .tags {
  761. width:350px;
  762. margin:-20px 0px 0px 30px;
  763. line-height:115%;
  764. padding:5px;
  765. font-size:10px;
  766. word-break:keep-all;
  767. text-align:center;
  768. font-family:calibri;
  769. background:#fff;
  770. border:dotted 1px #651111;
  771. border-radius:3px 3px 8px 8px;
  772. background:url('http://i.imgur.com/aNJxM7D.png');
  773. opacity:.5;
  774. }
  775.  
  776. .tags a {
  777. color:#fff;
  778. text-shadow:0px 0px 5px #000;;
  779. }
  780.  
  781. .tags a:hover {
  782. color:#fff;
  783. text-shadow:0px 0px 1px #8d0404;
  784. }
  785.  
  786. .postnote {
  787. width:350px;
  788. margin-top:40px;
  789. font-family:arial;
  790. text-transform:lowercase;
  791. font-style:normal;
  792. letter-spacing:0px;
  793. font-size:10px;
  794. text-align:left;
  795. }
  796.  
  797. .verses img {
  798. float:center;
  799. -webkit-filter: grayscale(0%);
  800. width:260px;
  801. height:100px;
  802. }
  803.  
  804. .pic img {
  805. float: center;
  806. padding: 0px;
  807. margin-right: 10px;
  808. width: 100px;
  809. height: 100px;
  810. }
  811.  
  812. /*here go asks*/
  813.  
  814. #ask {
  815. width:360px;
  816. margin-left:10px;
  817. font-size:24px;
  818. text-align:center;
  819. font-family:"Nothing You Could Do", sans-serif;
  820. font-style:none;
  821. text-transform:lowercase;
  822. color:#fff;
  823. }
  824.  
  825. #ask a {
  826. color:#710a0a;
  827. text-transform:lowercase;
  828. text-shadow:0px 2px 5px #000;
  829.  
  830. }
  831.  
  832. #ask a:hover {
  833. color:#fff;
  834. letter-spacing:2px;
  835. text-shadow:0px 2px 7px #fff;
  836. }
  837.  
  838. #q {
  839. width:369px;
  840. margin-left:0px;
  841. padding:10px;
  842. text-align:center;
  843. font-family:"calibri";
  844. font-size:12px;
  845. color:#fff;
  846. text-shadow:0px 0px 5px #000;
  847. border-radius:0px 0px 0px 2px;
  848. border:3px double #651111;
  849. background:url('http://i.imgur.com/aNJxM7D.png');
  850. }
  851.  
  852. #ans {
  853. text-align:justify;
  854. padding:5px;
  855. }
  856.  
  857.  
  858.  
  859.  
  860. /*audio player container*/
  861.  
  862. .playerbuttonbg {
  863. position: absolute;
  864. left: 10px;
  865. top: 10px;
  866. width: 18px;
  867. height: 18px;
  868. background-color:#e1e4e9;
  869. padding: 10px;
  870. -webkit-border-radius: 40px;
  871. -moz-border-radius: 40px;
  872. border-radius: 40px;
  873. opacity: .4;
  874. filter: alpha(opacity=40);
  875. -moz-opacity: 0.4;
  876. -khtml-opacity: 0.4;
  877. transition: opacity .7s ease-in-out;
  878. -moz-transition: opacity .7s ease-in-out;
  879. -webkit-transition: opacity .7s ease-in-out;
  880. }
  881.  
  882. .playerbuttonbg:hover {
  883. opacity: 1;
  884. filter: alpha(opacity=100);
  885. -moz-opacity: 1;
  886. -khtml-opacity: 1;
  887. }
  888.  
  889. .newplayerbutton {
  890. position: relative;
  891. width: 19px;height: 19px;
  892. overflow: hidden;
  893. }
  894.  
  895. .playerbuttonhug {
  896. position: absolute;
  897. top: -18px;left: -7px;
  898. }
  899.  
  900. .tumblr_audio_player {
  901. border:none;
  902. height: 50px;
  903. width: 350px;
  904. margin-left:3px;
  905. margin-top:3px;
  906. }
  907.  
  908. .audioimgwrapper {
  909. position: absolute;
  910. left: 0px;
  911. top: 0px;
  912. overflow: hidden;
  913. width: 60px;
  914. height: 60px;
  915. }
  916.  
  917. .audioimgwrapper img {
  918. width: 100%;
  919. height: auto;
  920. }
  921. .trackdetails {
  922. width: auto;
  923. display:inline-block;
  924. margin-left: 90px;
  925. min-height: 85px;
  926. }
  927.  
  928. .audiowrapper {
  929. position: relative
  930. ;display:inline-block;
  931. }
  932.  
  933. #updates {
  934. position:fixed;
  935. width:195px;
  936. height:172px;
  937. bottom:78px;
  938. margin-left:743px;
  939. font-size:9px;
  940. padding:5px;
  941. overflow:auto;
  942. text-align:center;
  943. }
  944.  
  945. /*credit. only change this if you actually make the code your own*/
  946.  
  947. #credit {
  948. position:fixed;
  949. font-size:18px;
  950. color:#b1aaa6;
  951. font-weight:none;
  952. line-height:50%;
  953. letter-spacing:2px;
  954. font-family:'prata';
  955. right:20px;
  956. bottom:15px;
  957. text-transform:UPPERCASE;
  958. text-align:left;
  959. -webkit-transition: all 0.5s ease-in-out;
  960. -moz-transition: all 0.5s ease-in-out;
  961. -o-transition: all 0.5s ease-in-out;
  962. }
  963.  
  964. #credit a {
  965. letter-spacing: 0px;
  966. padding:3px;
  967. color:#621313;
  968. }
  969.  
  970. #credit a:hover {
  971. background:#191919;
  972. color:#fff;
  973. }
  974.  
  975.  
  976.  
  977.  
  978. {CustomCSS}
  979.  
  980. }
  981.  
  982. </style></head><body>
  983. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  984. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  985. <script>
  986. (function($){
  987. $(document).ready(function(){
  988. $("a[title]").style_my_tooltips({
  989. tip_follows_cursor:true,
  990. tip_delay_time:7,
  991. tip_fade_speed:7,
  992. attribute:"title"
  993. });
  994. });
  995. })(jQuery);
  996. </script>
  997.  
  998.  
  999. <!-- YOUR UPDATES TAB -->
  1000. <div id="updates">
  1001. <h2>look a pretty title</h2>
  1002. 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.
  1003. <h3>look another title</h3>
  1004. <pre>pre title it pretty</pre>
  1005. 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.
  1006. <HR WIDTH=35%>
  1007. 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.
  1008.  
  1009. </div>
  1010. <!-- END UPDATES TAB -->
  1011.  
  1012. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1013. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1014. <script>
  1015.  
  1016. (function($){
  1017.  
  1018. $(document).ready(function(){
  1019.  
  1020. $("a[title]").style_my_tooltips({
  1021.  
  1022. tip_follows_cursor:true,
  1023.  
  1024. tip_delay_time:50,
  1025.  
  1026. tip_fade_speed:600,
  1027.  
  1028. attribute:"title"
  1029.  
  1030. });
  1031.  
  1032. });
  1033.  
  1034. })(jQuery);
  1035.  
  1036. </script>
  1037.  
  1038.  
  1039.  
  1040.  
  1041. <div class="links">
  1042. <a href="/" title="home."><img src="http://i.imgur.com/nih8i9r.png"></a></div>
  1043.  
  1044. <div class="alinks">
  1045. <a href="#?w=500" title="queries." rel="box1" class="poplight"><img src="http://i.imgur.com/nih8i9r.png"></a></div>
  1046.  
  1047. <div class="dlinks">
  1048. <a href="#?w=600" title="navigation." rel="box3" class="poplight"><img src="http://i.imgur.com/nih8i9r.png"></a></div>
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061. </div>
  1062.  
  1063. <div id="description">{Description}</div>
  1064.  
  1065.  
  1066. <div id="pagination">
  1067. {block:Pagination}
  1068. {block:PreviousPage}
  1069. <a href="{PreviousPage}">⟨⟨⟨</a>
  1070. {/block:PreviousPage}
  1071.  
  1072.  
  1073. {block:NextPage}
  1074. <a href="{NextPage}">⟩⟩⟩</a>
  1075. {/block:NextPage}
  1076. {/block:Pagination}
  1077. </div>
  1078.  
  1079.  
  1080.  
  1081. </div>
  1082.  
  1083.  
  1084. <div id="container">
  1085. <div id="content">
  1086.  
  1087. {block:Posts}<div id="post">
  1088.  
  1089. {block:Text}
  1090. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1091. {Body}
  1092. {/block:Text}
  1093.  
  1094. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1095.  
  1096. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1097.  
  1098. {block:Quote}
  1099. <h2>{Quote}</h2>
  1100. —{Source}
  1101. {/block:Quote}
  1102.  
  1103. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1104.  
  1105. {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}
  1106.  
  1107. {block:AudioPlayer}
  1108. <div class="audiowrapper">
  1109. {block:AlbumArt}
  1110. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1111. {/block:AlbumArt}
  1112.  
  1113. <div class="playerbuttonbg">
  1114. <div class="newplayerbutton">
  1115. <div class="playerbuttonhug">
  1116. {AudioPlayerWhite}
  1117. </div></div></div>
  1118.  
  1119. <div class="trackdetails">
  1120. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1121. {block:Artist}{Artist}{/block:Artist}<br/>
  1122. {PlayCountWithLabel}
  1123. </div></div>
  1124. {block:Caption}{Caption}{/block:Caption}
  1125. {/block:AudioPlayer}
  1126.  
  1127. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1128.  
  1129. {block:Answer}
  1130.  
  1131. <div id="ask">{Asker}</div>
  1132. <div id="q">{Question}</div>
  1133. <br/>{Answer}{/block:Answer}
  1134.  
  1135. {block:Date}
  1136. <div id="info">
  1137. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 20px; margin-left:4px; margin-top:20px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">✕</a>
  1138. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:25px; margin-top:3px;font-size:15px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">♦</a>
  1139. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:18px; margin-top:38px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">*</a>
  1140. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1141. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1142. </div>
  1143. {/block:Date}
  1144.  
  1145.  
  1146. {block:HasTags}
  1147. <div class="tags">
  1148. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1149. {/block:HasTags}
  1150.  
  1151.  
  1152. <div class="postnote">
  1153. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1154. </div>
  1155. </div>
  1156. {/block:Posts}
  1157. </div>
  1158. </div>
  1159. </div>
  1160. </div></div>
  1161.  
  1162.  
  1163.  
  1164.  
  1165. </div></div></div></div>
  1166. </div>
  1167.  
  1168. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1169.  
  1170. </body>
  1171.  
  1172. <div id="box1" class="question_block">
  1173. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1174. </div>
  1175. </div></div></div></div></div></div></div></div></div></div>
  1176.  
  1177. <div id="box3" class="popup_block">
  1178. <div id="headerbar">
  1179. <ul id="tabs">
  1180. <li class="active">GUIDELINES.</li>
  1181. <li>BIOGRAPHY.</li>
  1182. <li>VERSES.</li>
  1183. <li>NAVIGATION.</li>
  1184. </ul></div>
  1185. <div id="tabbar">
  1186. <ul id="tab">
  1187.  
  1188. <li class="active">
  1189.  
  1190. <div class="links_list">
  1191. <p class="links_head">RULE ONE.</p>
  1192. <div class="links_body">
  1193. <center>
  1194. 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>
  1195. </center>
  1196. </div></div>
  1197.  
  1198. <div class="links_list">
  1199. <p class="links_head">RULE TWO.</p>
  1200. <div class="links_body">
  1201. <center>
  1202. 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>
  1203. </center>
  1204. </div></div>
  1205.  
  1206. <div class="links_list">
  1207. <p class="links_head">RULE THREE.</p>
  1208. <div class="links_body">
  1209. <center>
  1210. 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>
  1211. </center>
  1212. </div></div>
  1213.  
  1214. <div class="links_list">
  1215. <p class="links_head">RULE FOUR.</p>
  1216. <div class="links_body">
  1217. <center>
  1218. 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>
  1219. </center>
  1220. </div></div>
  1221.  
  1222. <div class="links_list">
  1223. <p class="links_head">RULE FIVE.</p>
  1224. <div class="links_body">
  1225. <center>
  1226. 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>
  1227. </center>
  1228. </div></div>
  1229.  
  1230. </li>
  1231.  
  1232. <li>
  1233.  
  1234. <div class="links_list">
  1235. <p class="links_head">PHYSICAL APPEARANCE.</p>
  1236. <div class="links_body">
  1237. <center>
  1238. 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>
  1239. </center>
  1240. </div></div>
  1241.  
  1242. <div class="links_list">
  1243. <p class="links_head">EDUCATION / CAREER.</p>
  1244. <div class="links_body">
  1245. <center>
  1246. 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>
  1247. </center>
  1248. </div></div>
  1249.  
  1250. <div class="links_list">
  1251. <p class="links_head">ATTRIBUTES.</p>
  1252. <div class="links_body">
  1253. <center>
  1254. 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>
  1255. </center>
  1256. </div></div>
  1257.  
  1258. </li>
  1259.  
  1260. <li>
  1261.  
  1262. <div class="links_list">
  1263. <p class="links_head">VERSE ONE.</p>
  1264. <div class="links_body">
  1265. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1266. <center>
  1267. 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>
  1268. </center>
  1269. </div></div>
  1270.  
  1271. <div class="links_list">
  1272. <p class="links_head">VERSE TWO.</p>
  1273. <div class="links_body">
  1274. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1275. <center>
  1276. 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>
  1277. </center>
  1278. </div></div>
  1279.  
  1280. <div class="links_list">
  1281. <p class="links_head">VERSE THREE.</p>
  1282. <div class="links_body">
  1283. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/2AO4R9c.png"></a>
  1284. <center>
  1285. 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>
  1286. </center>
  1287. </div></div>
  1288.  
  1289. </li>
  1290.  
  1291. <li>
  1292.  
  1293. <div class="links_list">
  1294. <p class="links_head">NAVI ONE.</p>
  1295. <div class="links_body">
  1296. <center>
  1297. <a href="/link here" class="buttons">link title</a><br>
  1298. <a href="/link here" class="buttons">link title</a><br>
  1299. <a href="/link here" class="buttons">link title</a><br>
  1300. <a href="/link here" class="buttons">link title</a><br>
  1301. </div></div>
  1302.  
  1303. <div class="links_list">
  1304. <p class="links_head">NAVI TWO.</p>
  1305. <div class="links_body">
  1306. <center>
  1307. <a href="/link here" class="buttons">link title</a><br>
  1308. <a href="/link here" class="buttons">link title</a><br>
  1309. <a href="/link here" class="buttons">link title</a><br>
  1310. <a href="/link here" class="buttons">link title</a><br>
  1311. </center>
  1312. </div></div>
  1313.  
  1314. <div class="links_list">
  1315. <p class="links_head">NAVI THREE.</p>
  1316. <div class="links_body">
  1317. <center>
  1318. <a href="/link here" class="buttons">link title</a><br>
  1319. <a href="/link here" class="buttons">link title</a><br>
  1320. <a href="/link here" class="buttons">link title</a><br>
  1321. <a href="/link here" class="buttons">link title</a><br>
  1322. </center>
  1323. </div></div>
  1324.  
  1325. </li>
  1326.  
  1327. </ul>
  1328. </div></div></div></div></div></div></div></div></div></div>
  1329.  
  1330. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement