Advertisement
lojsan7

wellstheme

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