Advertisement
lojsan7

dannietheme

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