Advertisement
lojsan7

annyrichietheme

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