Advertisement
aminacorey

blink.

Jan 24th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script language=JavaScript> var message="*softly* don't."; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script>
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <!---- this is theme 44 by Hollywhood
  45. please don't remove the credit
  46. thank you
  47. --->
  48.  
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Text" content="#9B9B9B"/>
  51. <meta name="color:Link" content="#fff"/>
  52. <meta name="color:scrollbar" content="#999999">
  53. <meta name="color:title" content="#999999">
  54. <meta name="color:Link Hover" content="#eeeeee"/>
  55.  
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="text:sidebartitle" content="">
  58. <meta name="image:background" content=""/>
  59. <meta name="image:thekey" content=""/>
  60. <meta name="image:pop" content""/>
  61.  
  62.  
  63.  
  64. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:700' rel='stylesheet' type='text/css'>
  65. <link href='https://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  66.  
  67. <!--Pop-up-->
  68. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70.  
  71. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76.  
  77. .popup_block{
  78. display:none;
  79. background:#000;
  80. padding:20px;
  81. border:1px dashed #eee; /* if you want a solid white pop-up, delete this */
  82. float:left;
  83. color:#fff;
  84. position:fixed;
  85. top:50%;left:50%;
  86. z-index: 99999;
  87. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  88. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  89. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  90. }
  91.  
  92. *html #fade {position: absolute;}
  93. *html .popup_block {position: absolute;}
  94. #fade {
  95. display:none;
  96. position:fixed;
  97. left:0px;
  98. top:0px;
  99. width:100%;
  100. height:100%;
  101. z-index:9999;
  102. background:#000; /* change to #fff for solid white */
  103. opacity:0.5; /* change to opacity:1; */
  104. }
  105.  
  106.  
  107. #headerbar{
  108. left:50%;
  109. top:50%;
  110. margin-left:0px; /*– for placing –*/
  111. margin-top:20px; /*– for placing –*/
  112. width:300px; /*– sets width of your text –*/
  113. overflow:scroll;
  114. text-align:justify;
  115. color:#eee;
  116. font-family:calibri;
  117. font-size:12px;
  118. }
  119.  
  120. #tabbar{
  121. left:50%;
  122. top:50%;
  123. margin-left:0px; /*– for placing –*/
  124. margin-top:20px; /*– for placing –*/
  125. width:300px; /*– sets width of your text –*/
  126. height:350px; /*– sets height of your text –*/
  127. overflow: scroll;
  128. text-align:justify;
  129. color:#fff;
  130. font-family:calibri;
  131. font-size:10px;
  132. }
  133.  
  134. ul#tabs {text-align: center;}
  135. ul#tabs li { /*– your inactive / not viewed tabs –*/
  136. display:inline-block;
  137. padding:5px;
  138. cursor:pointer;
  139. text-decoration:none;
  140. opacity:1;
  141. font-family:calibri;
  142. text-shadow:1px 0px 0px #fff;
  143. color:#fff;
  144. font-size:10px;
  145. }
  146.  
  147. ul#tabs li.active { /*– your active tab –*/
  148. background-color:#222;
  149. font-family:calibri;
  150. text-shadow:1px 0px 0px #fff;
  151. color:#fff;
  152. font-size:10px;
  153. -webkit-transition:
  154. all 0.5s ease-out;
  155. -moz-transition: all 0.5s ease-out;
  156. transition: all 0.5s ease-out;
  157. }
  158.  
  159. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  160. ul#tab li.active {display: block;}
  161. ul#tab li {display: none;}
  162.  
  163.  
  164.  
  165. /* UPDATES TAB */
  166.  
  167. /* okay so this is the hover code don't touch it because if you do you will break everything sorry */
  168.  
  169.  
  170.  
  171.  
  172.  
  173. ::-webkit-scrollbar-thumb{
  174. background-color: #b3b3b3;
  175. border: 2px solid #b3b3b3;
  176. height:auto;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. height:auto;
  181. width:11px;
  182. background-color: #b3b3b3;
  183. border:5px solid #b3b3b3;
  184. }
  185.  
  186.  
  187. iframe#tumblr_controls {
  188. white-space:nowrap;
  189. -webkit-filter: invert(100%);
  190. -moz-filter: invert(100%);
  191. -o-filter: invert(100%);
  192. -ms-filter: invert(100%);
  193. filter: invert(100%);
  194. opacity:.2;transition: .8s ease-in-out;
  195. -webkit-transition: .8s ease-in-out;
  196. -moz-transition: .8s ease-in-out;
  197. -o-transition: .8s ease-in-out;
  198. }
  199.  
  200. h1 {
  201. font-weight:normal;
  202. font-size:13px;
  203. text-align:center;
  204. font-style:normal;
  205. line-height:100%;
  206. letter-spacing:1px;
  207. text-transform:normal;
  208. color:{color:text};
  209. }
  210.  
  211. h2 {
  212. font-size:10px;
  213. text-align:center;
  214. line-height:100%;
  215. letter-spacing:-0.5px;
  216. color:{color:text};
  217. font-weight:bold;
  218. text-transform:uppercase;
  219. padding:5px;
  220. padding-bottom:2px;
  221. }
  222.  
  223.  
  224. blockquote {
  225. padding:2px 7px;
  226. margin:3px 0 3px 8px;
  227. background-color:transparent;
  228. border-left:2px solid #666 ;
  229. border-radius:10px;
  230. }
  231.  
  232.  
  233.  
  234. body {
  235. margin:0px;
  236. font-family:arial;
  237. text-transform:bold;
  238. line-height:100%;
  239. font-size:10px;
  240. text-transform:uppercase;
  241. text-align:justify;
  242. background-repeat: no-repeat;
  243. position:fixed;
  244. color:{color:text};
  245. background:{color:background} url('{image:background}')
  246. }
  247.  
  248. a {
  249. text-decoration:none;
  250. outline:none;
  251. -moz-outline-style:none;
  252. color:{color:link};
  253. -moz-transition-duration:0.5s;
  254. -webkit-transition-duration:0.5s;
  255. -o-transition-duration:0.5s;
  256. }
  257.  
  258. a:hover {
  259. text-decoration:none;
  260. outline:none;
  261. -moz-outline-style:none;
  262. color:{color:link hover};
  263. }
  264.  
  265. img {
  266. border:none;
  267. }
  268.  
  269.  
  270. #container {margin: auto;
  271. width: 900px;}
  272.  
  273. #pcontainer {
  274. background-color: #000000;
  275. width:258px;
  276. height:398px;
  277. padding: 0px;
  278. top:162px;
  279. opacity:1px;
  280. left:300px;
  281. position:fixed;
  282. overflow-y:scroll;
  283.  
  284. overflow-x:hidden;
  285. border:0px solid {color:Link Hover};
  286. background:rgba(255,255,255,0.0);
  287. background-size:cover;
  288. box-shadow:rgba(100,100,100,0.0) 0px 0px 0px;
  289. opacity:0;
  290. -webkit-transition: all 0.8s ease-in-out;
  291. -moz-transition: all 0.8s ease-in-out;
  292. -o-transition: all 0.8s ease-in-out;
  293. transition: all 0.8s ease-in-out;
  294. }
  295. #pcontainer:hover {
  296. opacity: 1;
  297. background-color: #000000;
  298. -webkit-transition: all 0.8s ease-in-out;
  299. -moz-transition: all 0.8s ease-in-out;
  300. -o-transition: all 0.8s ease-in-out;
  301. transition: all 0.8s ease-in-out;
  302. }
  303.  
  304.  
  305.  
  306. #content {
  307. margin-left:62px;
  308. width:240px;
  309. margin-top: -110px;
  310. }
  311.  
  312. #posts {
  313. width:240px;
  314. padding:10px;
  315. margin-top: 90px;
  316. margin-left:-52px;
  317. padding-bottom:10px;
  318. overflow-y:scroll;
  319. overflow-x:hidden;
  320. -webkit-filter: blur(.8px)
  321. -moz-transition-duration:.7s;
  322. -webkit-transition-duration:.7s;
  323. -o-transition-duration:.7s;
  324. }
  325.  
  326. #posts:hover {
  327. opacity:1;
  328.  
  329. }
  330.  
  331.  
  332.  
  333. b, strong, big {
  334. color:#fff;
  335. text-decoration:none;
  336. font-weight:600;
  337. text-transform:uppercase;
  338. font-family:'arial';
  339. line-height:100%;
  340. word-spacing:1px;
  341. font-size:10px;
  342. text-shadow: 1px 0px 6px #fff;
  343. }
  344.  
  345.  
  346.  
  347.  
  348.  
  349. i, em {
  350. font-family: 'arial';
  351. font-size:10px;
  352. font-style:italic;
  353. padding-left:3px;
  354. font-weight:600;
  355. padding-right:3px;
  356. text-transform:uppercase;
  357. padding: 0px;
  358. text-shadow: 1px 0px 0px #49c560;
  359. color:#49c560;
  360. }
  361.  
  362.  
  363.  
  364.  
  365. #theme {
  366. width:400px;
  367. margin:0 auto -12px auto;
  368. }
  369.  
  370.  
  371.  
  372. @-webkit-keyframes scalex{
  373. from {-webkit-transform: scale(0.9);}
  374. 65% {-webkit-transform: scale(1.0);}
  375. to {-webkit-transform: scale(0.9);}
  376. }
  377.  
  378. @-moz-keyframes scale{
  379. from {-moz-transform: scale(0.9);}
  380. 65% {-moz-transform: scale(1.0);}
  381. to {-moz-transform: scale(0.9);}
  382. }
  383.  
  384. .pulsate {
  385. -webkit-animation: pulsate 2.5s ease-out;
  386. -webkit-animation-iteration-count: infinite;
  387. opacity: 0.5;
  388. }
  389. @-webkit-keyframes pulsate {
  390. 0% {
  391. opacity: 0.5;
  392. }
  393. 50% {
  394. opacity: 1.0;
  395. }
  396. 100% {
  397. opacity: 0.5;
  398. }
  399. }
  400.  
  401.  
  402. #link1 a {
  403. position:fixed;
  404. left:733px;
  405. top:300px;
  406. z-index:1;
  407. font-size:40px;
  408. font-family:consolas;
  409. text-shadow: 2px 2px 5px #49c560;
  410. -webkit-filter: blur(.8px)
  411. }
  412.  
  413. #link2 {
  414. position:fixed;
  415. left:655px;
  416. top:455px;
  417. z-index:1;
  418. font-size:80px;
  419. font-family:consolas;
  420. text-shadow: 2px 2px 5px #49c560;
  421. -webkit-filter: blur(.8px)
  422. }
  423.  
  424. #link3 {
  425. position:fixed;
  426. left:200px;
  427. top:390px;
  428. z-index:1;
  429. font-family:consolas;
  430. font-size:80px;
  431. text-shadow: 2px 2px 5px #49c560;
  432. -webkit-filter: blur(.8px)
  433. }
  434.  
  435. #navilinks {
  436. background-color:#282828;
  437. border:1px solid #343434;
  438. color:#aaa;
  439. letter-spacing:1px;
  440. text-align:center;
  441. font-weight:bold;
  442. text-transform:uppercase;
  443. font-size:8px;
  444. display:inline-block;
  445. padding:4px;
  446. width:100px;
  447. margin:2px;
  448. -webkit-transition: all .8s ease-in-out;
  449. -moz-transition: all .8s ease-in-out;
  450. -o-transition: all .8s ease-in-out;
  451. }
  452.  
  453. #navilinks a {
  454. color:#ddd;
  455. }
  456.  
  457. #navilinks:hover {
  458. background-color:#252525;
  459. border: solid 1px #292929;
  460. color:#aaa;
  461. -webkit-transition: all .8s ease-in-out;
  462. -moz-transition: all .8s ease-in-out;
  463. -o-transition: all .8s ease-in-out;
  464. }
  465.  
  466. navitext {
  467. text-transform:uppercase;
  468. font-family:times;
  469. font-size:6px;
  470. letter-spacing:1px;
  471. text-shadow:1px 1px 1px #111;
  472. color:#ccc;
  473. text-align:center;
  474. }
  475.  
  476. #sidebar {
  477. color:#f1f1f1;
  478. font-family:arial;
  479. font-size:7px;
  480. text-transform:uppercase;
  481. background-color:#090909;
  482. position:fixed;
  483. overflow:auto;
  484. width:171px;
  485. height:88px;
  486. padding:7px;
  487. padding-top:2px;
  488. z-index:9999;
  489. margin-top:270px;
  490. margin-left:84px;
  491. text-align:justify;
  492. letter-spacing:1px;
  493. }
  494.  
  495.  
  496.  
  497.  
  498.  
  499. #pagination {
  500. font-family:arial;
  501. width:250px;
  502. font-size:7px;
  503. margin-top:20px;
  504. margin-left:-8px;
  505. padding-left:5px;
  506. letter-spacing:1px;
  507. text-align:center;
  508. text-transform:uppercase;
  509. }
  510.  
  511. #pagination a {
  512. color:{color:link};
  513. }
  514.  
  515. #info{
  516. padding-top:5px;
  517. display:block;
  518. width:auto;
  519. text-align:left;
  520. border-top:0px solid ;
  521. letter-spacing:1px;
  522. text-transform:uppercase;
  523. font-size:7px;
  524. font-family:'open sans';
  525. font-weight:600;
  526. }
  527.  
  528. #postinfo {
  529. margin-left:1px;
  530. margin-top:5px;
  531. padding:2px 5px 2px 5px;
  532. font-size:7px;
  533. font-family:arial;
  534. width:241px;
  535. text-transform:uppercase;
  536. background-image:url('https://i.imgur.com/4JmSvx2.png');
  537. border:1px dashed #fff;
  538.  
  539. background-position:center;
  540. }
  541.  
  542. #postinfo b{
  543. letter-spacing:0;
  544. font-family:arial;
  545. font-size:7px;
  546. font-weight:normal;
  547. }
  548.  
  549. #postinfo a {
  550. color:#fff;
  551. padding: 5px 10px 5px 10px;
  552. -webkit-transition:all 0.3s;
  553. -moz-transition:all 0.3s;
  554. -ms-transition:all 0.3s;
  555. -o-transition:all 0.3s;
  556. transition:all 0.3s;
  557. }
  558.  
  559. #postinfo a:hover {
  560. background-color:transparent;
  561. -webkit-transition:all 0.3s;
  562. -moz-transition:all 0.3s;
  563. -ms-transition:all 0.3s;
  564. -o-transition:all 0.3s;
  565. transition:all 0.3s;
  566. }
  567.  
  568.  
  569.  
  570. .tags {
  571. font-family:consolas;
  572. font-style:uppercase;
  573. width:250px;
  574. margin-top:4px;
  575. text-transform:uppercase;
  576. font-style:normal;
  577. line-height:120%;
  578. padding-top:3px;
  579. padding-bottom:20px;
  580. font-size:6.5px;
  581. opacity:1;
  582. letter-spacing:1px;
  583. text-align:left;
  584.  
  585. }
  586. .tags a{
  587. color:#fff;
  588.  
  589. }
  590.  
  591.  
  592.  
  593.  
  594. .audio{
  595. background-color:#e5e5e5;
  596. height:65px;
  597. overflow:hidden;
  598. }
  599.  
  600. #ask {
  601. float:left;
  602. color:{color:text};
  603. }
  604.  
  605. #credit {
  606. font-size:15px;
  607. font-family:times;
  608. font-style:italic;
  609. text-shadow:3px 3px 3px 3px #fff;
  610. letter-spacing:1px;
  611. -moz-transition-duration:0.5s;
  612. -webkit-transition-duration:0.5s;
  613. -o-transition-duration:0.5s;
  614. }
  615.  
  616. #credit a {
  617. background-color:#000;
  618. padding:5px;
  619. color:#fff;
  620. border:1px solid #000;
  621. position:fixed;
  622. right:10px;
  623. bottom:0px
  624. }
  625.  
  626. #credit a:hover {
  627. color:#fff;
  628. background-color:#000;
  629. }
  630.  
  631.  
  632. {CustomCSS}</style>
  633.  
  634. </head><body>
  635.  
  636. <!-- SCM Music Player http://scmplayer.co -->
  637. <script type="text/javascript" src="http://scmplayer.co/script.js"
  638. data-config="{'skin':'http://static.tumblr.com/qft2cvq/QzGn26xb1/skin-1.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'SONG TITLE','url':'WHERE TO PUT URL FOR SONG'}]}" ></script>
  639. <!-- SCM Music Player script end -->
  640.  
  641.  
  642.  
  643.  
  644.  
  645. <div id="updates">
  646. <div id="updatestitle"></div>
  647.  
  648. <div style="padding-top:10px;">
  649.  
  650.  
  651.  
  652. </div></div>
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662. <div id="theme">
  663.  
  664.  
  665.  
  666.  
  667. <div class=navilinks>
  668.  
  669. <div id="link1"> <a href="/"> <p class="pulsate">☆</p></a><br /><br /></div>
  670.  
  671. <div id="link2"> <a href="#?w=300" rel="box2" class="poplight"><p class="pulsate">✧</p></a><br /><br /></div>
  672.  
  673. <div id="link3"> <a href="#?w=300" rel="box1" class="poplight"><p class="pulsate">★</p></a><br /><br /></div>
  674.  
  675. </div>
  676.  
  677.  
  678. <div id="sidebar"><div style="height:93px;width:171px;overflow:auto;">
  679. SIDEBAR TEXT.
  680. </div></div>
  681.  
  682.  
  683.  
  684. <div id="pcontainer">
  685. <div id="entries">{block:Posts}<div id="post">
  686.  
  687. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  688.  
  689. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  690.  
  691. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  692.  
  693. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  694.  
  695. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  696.  
  697. {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}
  698.  
  699. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  700.  
  701. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  702.  
  703. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  704.  
  705. {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  706. {block:ContentSource} ( source: <a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}{/block:Date}</div>
  707. {block:HasTags}
  708. <div class="tags">
  709. {block:Tags} #<a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  710. {/block:HasTags}
  711.  
  712.  
  713.  
  714. <div class="postnote">
  715. {block:PostNotes}{PostNotes}{/block:PostNotes}
  716. </div>
  717. </div>
  718. {/block:Posts}
  719.  
  720. <div id="pagination">
  721. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; fall.</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">rise.&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  722.  
  723. </div>
  724.  
  725.  
  726. </body>
  727.  
  728.  
  729. <div id="box2" class="popup_block">
  730.  
  731. <div id="headerbar">
  732.  
  733. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/hergumption.tumblr.com" width="100%"></iframe>
  734.  
  735.  
  736. </div>
  737.  
  738. </div></div></div></div></div></div></div></div></div></div>
  739.  
  740.  
  741. <div id="box1" class="popup_block">
  742.  
  743. <div id="headerbar">
  744. <ul id="tabs">
  745. <li class="active">guidelines.</li>
  746. <li>verses.</li>
  747. <li>etc.</li>
  748. </ul></div>
  749. <div id="tabbar">
  750. <ul id="tab">
  751.  
  752. <li class="active">
  753. guidelines text.
  754.  
  755. </li>
  756.  
  757. <li>
  758. verses text.
  759. </li>
  760.  
  761. <li>
  762. etc text.
  763. </li>
  764.  
  765. </ul></div></div>
  766.  
  767. </div></div></div></div></div></div></div></div></div></div>
  768.  
  769.  
  770. <div id="credit"><a href="http://exalias.tumblr.com/">M.</div> </div>
  771.  
  772.  
  773.  
  774. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement