Advertisement
lojsan7

jamie

Aug 4th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5. <script>
  6. $(document).ready(function() {
  7. //
  8. $('a.poplight[href^=#]').click(function() {
  9. var popID = $(this).attr('rel'); //Get Popup Name
  10. var popURL = $(this).attr('href'); //Get Popup href to define size
  11. var query= popURL.split('?');
  12. var dim= query[1].split('&');
  13. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  14. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  15. var popMargTop = ($('#' + popID).height() + 80) / 2;
  16. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  17. //Apply Margin to Popup
  18. $('#' + popID).css({
  19. 'margin-top' : -popMargTop,
  20. 'margin-left' : -popMargLeft
  21. });
  22. $('body').append('<div id="fade"></div>');
  23. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  24. return false;
  25. });
  26. $('a.close, #fade').live('click', function() {
  27. $('#fade , .popup_block').fadeOut(function() {
  28. $('#fade, a.close').remove(); //fade them both out
  29. });
  30. return false;
  31. });
  32. });
  33. </script>
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="http://33.media.tumblr.com/809ee537435e384504f8e85d8b3310ec/tumblr_inline_mscw3agBrr1qz4rgp.gif">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37.  
  38. <!---- this is theme 44 by Hollywhood
  39. please don't remove the credit
  40. thank you
  41. --->
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#9B9B9B"/>
  45. <meta name="color:Link" content="#b8b8b8"/>
  46. <meta name="color:scrollbar" content="#999999">
  47. <meta name="color:title" content="#999999">
  48. <meta name="color:Link Hover" content="#eeeeee"/>
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="text:sidebartitle" content="">
  52. <meta name="image:background image" content="">
  53. <meta name="image:info image" content="">
  54. <meta name="image:sidebar" content=""/>
  55. <meta name="text:sidebartitle" content="">
  56.  
  57. <meta name="text:link1" content="" />
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="" />
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="" />
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="" />
  64. <meta name="text:link4 url" content="/">
  65. <meta name="text:link5" content="" />
  66. <meta name="text:link5 url" content="/">
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. #tab1 {
  72. width: 13px;
  73. height: 13px;
  74. border: solid 1px #000000; /*Here change the border color*/
  75. background-color: #000000; /*Here change the background color*/
  76. margin-left:-670px;
  77. margin-top: 10px;
  78. position: fixed;
  79. overflow:hidden;
  80. -webkit-transition: opacity 0.4s linear;
  81. -webkit-transition: all 0.4s linear;
  82. -moz-transition: all 0.4s linear;
  83. -o-transition: all 0.4s linear;
  84. }
  85.  
  86. #tab1:hover {
  87. width: 130px;
  88. height: 168px;
  89. background-color: #fff;
  90. z-index: 99999;
  91. -webkit-transition: opacity 0.4s linear;
  92. -webkit-transition: all 0.4s linear;
  93. -moz-transition: all 0.4s linear;
  94. -o-transition: all 0.4s linear;
  95. }
  96.  
  97. #tab2 {
  98. width: 13px;
  99. height: 13px;
  100. border: solid 1px #000000; /*Here change the border color*/
  101. background-color: #000000; /*Here change the background color*/
  102. margin-left: -670px;
  103. margin-top: 35px;
  104. position: fixed;
  105. overflow:hidden;
  106. z-index:999;
  107. -webkit-transition: opacity 0.4s linear;
  108. -webkit-transition: all 0.4s linear;
  109. -moz-transition: all 0.4s linear;
  110. -o-transition: all 0.4s linear;
  111. }
  112.  
  113. #tab2:hover {
  114. width: 130px;
  115. height: 168px;
  116. background-color: #fff;
  117. -webkit-transition: opacity 0.4s linear;
  118. -webkit-transition: all 0.4s linear;
  119. -moz-transition: all 0.4s linear;
  120. -o-transition: all 0.4s linear;
  121. }
  122.  
  123. #tab3 {
  124. width: 13px;
  125. height: 13px;
  126. border: solid 1px #000000; /*Here change the border color*/
  127. background-color: #000000; /*Here change the background color*/
  128. margin-left: -670px;
  129. margin-top: 60px;
  130. position: fixed;
  131. overflow:hidden;
  132. -webkit-transition: opacity 0.4s linear;
  133. -webkit-transition: all 0.4s linear;
  134. -moz-transition: all 0.4s linear;
  135. -o-transition: all 0.4s linear;
  136. }
  137.  
  138. #tab3:hover {
  139. width: 130px;
  140. height: 168px;
  141. background-color: #fff;
  142. -webkit-transition: opacity 0.4s linear;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. -o-transition: all 0.4s linear;
  146. }
  147.  
  148. .inside {
  149. width: 110px;
  150. padding: 10px;
  151. padding-top: 8px;
  152. font-family: sans-serif;
  153. font-size: 9px;
  154. line-height: 150%;
  155. color: #926161; /*Change here the text color*/
  156. background-color: #000000; /*Change here the inside background color*/
  157. letter-spacing: .8px;
  158. text-align: center;
  159. padding-bottom:1000px;
  160. opacity: 0;
  161. -webkit-transition: opacity 0.3s linear;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. -o-transition: all 0.3s linear;
  165. }
  166.  
  167. .inside:hover {
  168. opacity: 1;
  169. -webkit-transition: opacity 0.3s linear;
  170. -webkit-transition: all 0.3s linear;
  171. -moz-transition: all 0.3s linear;
  172. -o-transition: all 0.3s linear;
  173. }
  174.  
  175.  
  176. ::-webkit-scrollbar-thumb{
  177. background-color: #000000;
  178. border: 2px solid transparent;
  179. height:5px;
  180. }
  181.  
  182. ::-webkit-scrollbar {
  183. height:auto;
  184. width:2px;
  185. background-color: transparent;
  186. border:5px solid transparent;
  187. }
  188.  
  189.  
  190. iframe#tumblr_controls {
  191. white-space:nowrap;
  192. -webkit-filter: invert(100%);
  193. -moz-filter: invert(100%);
  194. -o-filter: invert(100%);
  195. -ms-filter: invert(100%);
  196. filter: invert(100%);
  197. opacity:.2;transition: .8s ease-in-out;
  198. -webkit-transition: .8s ease-in-out;
  199. -moz-transition: .8s ease-in-out;
  200. -o-transition: .8s ease-in-out;
  201. }
  202.  
  203. h1 {
  204. font-weight:normal;
  205. font-size:17px;
  206. text-align:center;
  207. font-style:normal;
  208. line-height:100%;
  209. letter-spacing:1px;
  210. text-transform:normal;
  211. color:{color:text};
  212. }
  213.  
  214. h2 {
  215. font-size:17px;
  216. text-align:center;
  217. line-height:100%;
  218. letter-spacing:-0.5px;
  219. color:#3d3e3e;
  220. text-shadow:1px 1px 15px #777878;
  221. font-weight:bold;
  222. text-transform:uppercase;
  223. padding:5px;
  224. padding-bottom:2px;
  225. }
  226.  
  227.  
  228. blockquote {
  229. border-left:1px solid #424440;
  230. padding:17px;
  231. margin:10px 2px 0px 10px
  232. background-color:#a35178;
  233. }
  234.  
  235. body {
  236. background:{color:background};
  237. background-image: url('http://i.imgur.com/s5SjZYP.png');
  238. background-repeat: no-repeat;
  239. background-size: center;
  240. background-attachment: fixed;
  241. position: absolute;
  242. margin-left:700px;
  243. color:{color:text};
  244. font-family:times new roman;
  245. font-size:12px;
  246. line-height:100%;
  247. }
  248.  
  249. b,bold,strong {
  250. color:#6a3b3b;
  251. font-family:times;
  252. font-size:14px;
  253. text-shadow: 1px 1px 15px #5a1f1f;
  254. }
  255.  
  256. i,em,italic {
  257. color:#dea5a5;
  258. font-family:times;
  259. font-size:14px;
  260. text-shadow: 1.5px 1.5px 15px #f9bdbd;
  261. }
  262.  
  263. a {
  264. text-decoration:none;
  265. text-transform:uppercase;
  266. text-shadow: 0 0 0.3em ;
  267. color: #3b1b1b;
  268. outline:none;
  269. -moz-outline-style:none;
  270. color:#ad6060;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. a:hover {
  277. text-decoration:none;
  278. outline:none;
  279. -moz-outline-style:none;
  280. color:#402121;
  281. }
  282.  
  283. img {
  284. border:none;
  285. }
  286.  
  287.  
  288. #post {
  289. width:400px;
  290. margin-top:0px;
  291. margin-bottom:50px;
  292. opacity:0.8;
  293. -webkit-transition: all 0.6s ease-in-out;
  294. -moz-transition: all 0.6s ease-in-out;
  295. -o-transition: all 0.6s ease-in-out;
  296. -ms-transition: all 0.6s ease-in-out;
  297. transition: all 0.6s ease-in-out;
  298. -webkit-filter:grayscale(100%);
  299. -webkit-transition: all 0.6s ease-in-out;
  300. }
  301.  
  302. #post:hover{
  303. -webkit-filter:none;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. opacity:1;
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. transition: all 0.6s ease-in-out;
  311. }
  312.  
  313. #container {margin: auto;
  314. position:fixed;
  315. width: 900px;}
  316.  
  317.  
  318. #entries {
  319. padding:10px;
  320. left:520px;
  321. top:81px;
  322. position:fixed;
  323. background-color:transparent;
  324. width:420px;
  325. height:275px;
  326. top:295px;
  327. padding: 20px;
  328. overflow-x:scroll;
  329. scroll:left;
  330. overflow-x:hidden;
  331. }
  332.  
  333.  
  334. #theme {
  335. width:250px;
  336. margin:0 auto -12px auto;
  337. }
  338.  
  339. #sidebar {
  340. color:{color:text};
  341. width:100px;
  342. height:auto;
  343. margin-top:90px;
  344. margin-left:165px;
  345. text-align:left;
  346. }
  347.  
  348. #sidebarimage img {
  349. width:100px;
  350. opacity:.9;
  351. margin-top:-10px;
  352. margin-bottom:0px;
  353. margin-left:43px;
  354. }
  355.  
  356. #links {
  357. font-family:'Gabriola';
  358. width:220px;
  359. margin-top:170px;
  360. margin-left:-530px;
  361. font-size:15px;
  362. text-transform:uppercase;
  363. text-align:center;
  364. line-height:280%;
  365. }
  366.  
  367. #links a{
  368. line-height:280%;
  369. border-bottom:0px solid #fff;
  370. margin-top:4px;
  371. margin-left:30px;
  372. color: #000000;
  373. text-shadow:1px 1px 15px #000000;
  374. -moz-transition-duration:.2s;
  375. -webkit-transition-duration:.2s;
  376. -o-transition-duration:.2s;
  377. }
  378.  
  379. #links a:hover {
  380. color: {color:link hover};
  381. width:60px;
  382. -moz-transition-duration:0.2s;
  383. -webkit-transition-duration:0.2s;
  384. -o-transition-duration:0.2s;
  385. }
  386.  
  387.  
  388. .sidebartitle {
  389. width:300px;
  390. text-align:center;
  391. font-family:'californian fb';
  392. line-height:120%;
  393. margin-left:-58px;
  394. word-spacing:2px;
  395. font-style:italic;
  396. font-size:16px;
  397. margin-top:10px;
  398. color:{color:title};
  399. }
  400.  
  401. #pagination {
  402. font-family:corbel;
  403. width:250px;
  404. font-size:9px;
  405. margin-top:25px;
  406. margin-left:-8px;
  407. padding-left:5px;
  408. letter-spacing:1px;
  409. text-align:center;
  410. text-transform:uppercase;
  411. }
  412.  
  413. #pagination a {
  414. color:{color:link};
  415. }
  416.  
  417. #info {
  418. font-family:times;
  419. width:400px;
  420. margin-top:8px;
  421. padding-top:4px;
  422. font-size:10px;
  423. border-top:1px solid #ddd;
  424. opacity:0;
  425. color:#965959;
  426. text-transform:uppercase;
  427. font-style:normal;
  428. text-align:left;
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. background-image:url('{image:info image}');
  433. border: 1px solid #3b1b1b;
  434. border-radius: 0px;
  435. }
  436.  
  437. #info a {
  438. color:#914949;
  439. }
  440.  
  441. #info a:hover {
  442. color:#3b1b1b;
  443. }
  444.  
  445. .tags {
  446. font-family:times;
  447. font-style:normal;
  448. width:250px;
  449. margin-top:4px;
  450. text-transform:normal;
  451. font-style:normal;
  452. line-height:120%;
  453. padding-top:0px;
  454. font-size:8px;
  455. opacity:0;
  456. letter-spacing:1px;
  457. text-align:left;
  458. -moz-transition-duration:0.5s;
  459. -webkit-transition-duration:0.5s;
  460. -o-transition-duration:0.5s;
  461. }
  462. .tags a{
  463. color: #a55757;
  464. -moz-transition-duration:0.2s;
  465. -webkit-transition-duration:0.2s;
  466. -o-transition-duration:0.2s;
  467. }
  468. .tags a:hover{
  469. color:#2b1616;
  470. -moz-transition-duration:0.2s;
  471. -webkit-transition-duration:0.2s;
  472. -o-transition-duration:0.2s;
  473. }
  474.  
  475. #post:hover #info{
  476. opacity:1;
  477. -moz-transition-duration:1s;
  478. -webkit-transition-duration:1s;
  479. -o-transition-duration:1s;
  480. }
  481. #post:hover .tags{
  482. opacity:1;
  483. -moz-transition-duration:1s;
  484. -webkit-transition-duration:1s;
  485. -o-transition-duration:1s;
  486. }
  487.  
  488. .audio{
  489. background-color:#000000;
  490. height:65px;
  491. overflow:hidden;
  492. }
  493.  
  494. #ask {
  495. float:left;
  496. color:{color:text};
  497. }
  498.  
  499. #credit {
  500. font-size:9px;
  501. font-family:cambria;
  502. font-style:italic;
  503. letter-spacing:1px;
  504. -moz-transition-duration:0.5s;
  505. -webkit-transition-duration:0.5s;
  506. -o-transition-duration:0.5s;
  507. }
  508.  
  509. #credit a {
  510. background-color:#000000;
  511. padding:5px;
  512. border:1px solid #a55757;
  513. position:fixed;
  514. right:15px;
  515. bottom:25px
  516. }
  517.  
  518. #credit a:hover {
  519. color:#fff;
  520. background-color:#191919;
  521. }
  522.  
  523. {CustomCSS}
  524.  
  525.  
  526. #post img{
  527.  
  528. opacity:0.8;
  529.  
  530. -webkit-transition: all 0.6s ease-in-out;
  531.  
  532. -moz-transition: all 0.6s ease-in-out;
  533.  
  534. -o-transition: all 0.6s ease-in-out;
  535.  
  536. -ms-transition: all 0.6s ease-in-out;
  537.  
  538. transition: all 0.6s ease-in-out;
  539.  
  540. }
  541.  
  542. #post img:hover{
  543.  
  544. opacity:1;
  545.  
  546. -webkit-transition: all 0.6s ease-in-out;
  547.  
  548. -moz-transition: all 0.6s ease-in-out;
  549.  
  550. -o-transition: all 0.6s ease-in-out;
  551.  
  552. -ms-transition: all 0.6s ease-in-out;
  553.  
  554. transition: all 0.6s ease-in-out;
  555.  
  556. }
  557.  
  558.  
  559. .popup_block {
  560. display:none;
  561. background:#000000;
  562. padding:20px;
  563. border:1px solid #000000; /* if you want a solid white pop-up, delete this */
  564. float:left;
  565. position:fixed;
  566. top:50%;left:50%;
  567. width: 300px;
  568. height: 400px;
  569. overflow-y:scroll;
  570. overflow-x:hidden;
  571. z-index: 99999;
  572. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  573. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  574. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  575. }
  576.  
  577. *html #fade {position: absolute;}
  578. *html .popup_block {position: absolute;}
  579. #fade {
  580. display:none;
  581. position:fixed;
  582. left:0px;
  583. top:0px;
  584. width:100%;
  585. height:100%;
  586. z-index:9999;
  587. background:#000; /* change to #fff for solid white */
  588. opacity:0.5; /* change to opacity:1; */
  589. }
  590.  
  591.  
  592. </style><!--------------- TYPING/MOVING TITLE ----------------------->
  593.  
  594. <script type="text/javascript">
  595. var rev = "fwd";
  596. function titlebar(val)
  597. {
  598. var msg = "your title";
  599. var res = " ";
  600. var speed = 100;
  601. var pos = val;
  602. msg = "your title";
  603. var le = msg.length;
  604. if(rev == "fwd"){
  605. if(pos < le){
  606. pos = pos+1;
  607. scroll = msg.substr(0,pos);
  608. document.title = scroll;
  609. timer = window.setTimeout("titlebar("+pos+")",speed);}
  610. else{
  611. rev = "bwd";
  612. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  613. else{
  614. if(pos > 0){
  615. pos = pos-1;
  616. var ale = le-pos;
  617. scrol = msg.substr(ale,le);
  618. document.title = scrol;
  619. timer = window.setTimeout("titlebar("+pos+")",speed);}
  620. else{
  621. rev = "fwd";
  622. timer = window.setTimeout("titlebar("+pos+")",speed);
  623. }}}
  624. titlebar(0);
  625. </script></head><body>
  626. <div id="tab1">
  627. <div class="inside" style"border-radius: 13px;">
  628. update
  629. </small>
  630. </div>
  631. </div>
  632.  
  633. <div id="tab2">
  634. <div class="inside" style"border-radius: 13px;">
  635. update
  636. </div>
  637. </div>
  638.  
  639. <div id="tab3">
  640. <div class="inside" style"border-radius: 13px;">
  641. update
  642. </div>
  643. </div>
  644.  
  645. </div>
  646.  
  647. <div id="theme">
  648.  
  649. <div id="container">
  650.  
  651. <div id="sidebar">
  652.  
  653. <div id="sidebarimage">
  654. <a href="/"><img src="{image:sidebar}"></a></div>
  655.  
  656. <div class="sidebartitle">{text:sidebartitle}</div>
  657.  
  658. <div id="links">
  659. <a href="{text:link1 url}" title="refresh.">✖</a><br>
  660. <a href="#?w=400" rel="box1" class="poplight" a title="ask.">✖</a><br>
  661. <a href="#?w=400" rel="box2" class="poplight"a title="link title.">✖</a><br>
  662. <a href="#?w=400" rel="box3" class="poplight"a title="link title.">✖</a><br>
  663. <a href="#?w=400" rel="box4" class="poplight"a title="link title.">✖</a><br>
  664. <a href="http://vargbiten.tumblr.com/archive" title="link title.">✖</a><br>
  665. </a>
  666.  
  667. </div>
  668.  
  669.  
  670. </div>
  671.  
  672. <div id="entries">{block:Posts}<div id="post">
  673.  
  674. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  675.  
  676. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  677.  
  678. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  679.  
  680. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  681.  
  682. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  683.  
  684. {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}
  685.  
  686. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  687. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  688.  
  689. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  690.  
  691. {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}
  692.  
  693. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  694. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ba0000>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  695.  
  696. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  697. </div>
  698.  
  699.  
  700. {block:HasTags}
  701. <div class="tags">
  702. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  703. {/block:HasTags}
  704. <div class="postnote">
  705. {block:PostNotes}{PostNotes}{/block:PostNotes}
  706. </div>
  707. </div>
  708. {/block:Posts}
  709.  
  710. <div id="pagination">
  711. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  712.  
  713.  
  714. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  715.  
  716.  
  717. </body>
  718. <div id="box1" class="popup_block">
  719. <h2>message.</h2><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/terroremnox.tumblr.com" width="100%"></iframe>
  720. </div>
  721. </div>
  722.  
  723. <div id="box2" class="popup_block">
  724. <p>page content</p>
  725. </div>
  726. </div>
  727.  
  728. <div id="box3" class="popup_block">
  729. <p>page content</p>
  730. </div>
  731. </div>
  732.  
  733. <div id="about" class="popup_block">
  734. <p>page content</p>
  735. </div>
  736. </div>
  737.  
  738.  
  739. </div></div></div></div></div></div></div></div></div></div>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement