Advertisement
protaqonist

02

Aug 30th, 2014
3,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.07 KB | None | 0 0
  1. <!-- 02 theme by mars
  2.  
  3. hi ok yes so this is my second theme (as the very creative name implies) im just gonna paste the info message from my first one:
  4.  
  5. you know the drill. don't remove/claim credit, light editing is (thumbs up emoji) but please don't use this as a base for your own theme, if you notice any errors in the code or need any help please tell me and i'll try and fix it, dont get your dick stuck in a ceiling fan, etc etc -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  8.  
  9. <!-- this long, terrifying-looking code is just for the popup tag page thing to work you wont actually have to edit it dont worry -->
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script>
  14. $(document).ready(function() {
  15. //
  16. $('a.poplight[href^=#]').click(function() {
  17. var popID = $(this).attr('rel'); //Get Popup Name
  18. var popURL = $(this).attr('href'); //Get Popup href to define size
  19. var query= popURL.split('?');
  20. var dim= query[1].split('&');
  21. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  22. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  23. var popMargTop = ($('#' + popID).height() + 80) / 2;
  24. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. //Apply Margin to Popup
  26. $('#' + popID).css({
  27. 'margin-top' : -popMargTop,
  28. 'margin-left' : -popMargLeft
  29. });
  30. $('body').append('<div id="fade"></div>');
  31. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  32. return false;
  33. });
  34. $('a.close, #fade').live('click', function() {
  35. $('#fade , .popup_block').fadeOut(function() {
  36. $('#fade, a.close').remove();
  37. });
  38. return false;
  39. });
  40. });
  41. </script>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  44.  
  45. <script src="jquery.js"></script>
  46. <script>
  47. $(document).ready(function(){
  48. $("#click").click(function(){
  49. $("#guts").slideToggle("fast");
  50. });
  51. });
  52. </script>
  53.  
  54. <script src="jquery.js"></script>
  55. <script>
  56. $(document).ready(function(){
  57. $("#click2").click(function(){
  58. $("#guts2").slideToggle("fast");
  59. });
  60. });
  61. </script>
  62.  
  63. <script src="jquery.js"></script>
  64. <script>
  65. $(document).ready(function(){
  66. $("#click3").click(function(){
  67. $("#guts3").slideToggle("fast");
  68. });
  69. });
  70. </script>
  71.  
  72. <!-- there we go -->
  73.  
  74. <title>{Title}</title>
  75.  
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77.  
  78. <link rel="shortcut icon" href="{image:favicon}">
  79.  
  80. <meta name="image:background" content=""/>
  81. <meta name="image:sidepic" content=""/>
  82. <meta name="image:favicon" content="" />
  83.  
  84. <meta name="if:300px posts" content="0"/>
  85. <meta name="if:400px posts" content="1"/>
  86. <meta name="if:post shadow" content="1" />
  87. <meta name="if:post borders" content="1" />
  88. <meta name="if:infinite scroll" content="0" />
  89. <meta name="if:show tags" content="0" />
  90. <meta name="if:captions" content="0"/>
  91. <meta name="if:background cover" content="0"/>
  92. <meta name="if:link 1" content="0" />
  93. <meta name="if:link 2" content="0" />
  94. <meta name="if:link 3" content="0" />
  95. <meta name="if:link 4" content="0" />
  96. <meta name="if:link 5" content="0" />
  97. <meta name="if:link 6" content="0" />
  98. <!-- feel free to add more if you need it. the code is at the far bottom of the html B) -->
  99.  
  100. <meta name="text:sidebar opacity" content="" />
  101. <meta name="text:post opacity" content="" />
  102. <meta name="text:link 1 url" content="" />
  103. <meta name="text:link 1" content="" />
  104. <meta name="text:link 2 url" content="" />
  105. <meta name="text:link 2" content="" />
  106. <meta name="text:link 3 url" content="" />
  107. <meta name="text:link 3" content="" />
  108. <meta name="text:link 4 url" content="" />
  109. <meta name="text:link 4" content="" />
  110. <meta name="text:link 5 url" content="" />
  111. <meta name="text:link 5" content="" />
  112. <meta name="text:link 6 url" content="" />
  113. <meta name="text:link 6" content="" />
  114. <meta name="text:description 2" content="" />
  115.  
  116. <meta name="color:background colour" content="" />
  117. <meta name="color:posts" content="" />
  118. <meta name="color:sidebar links bg" content="" />
  119. <meta name="color:sidebar links txt" content="" />
  120. <meta name="color:sidebar links border" content="" />
  121. <meta name="color:sidebar bg" content="" />
  122. <meta name="color:links hover" content="" />
  123. <meta name="color:post borders" content="" />
  124. <meta name="color:links" content="" />
  125. <meta name="color:ask bg" content="" />
  126. <meta name="color:ask txt" content="" />
  127. <meta name="color:popup border" content="" />
  128. <meta name="color:popup background" content="" />
  129. <meta name="color:selected text" content="" />
  130.  
  131. <style type="text/css">
  132.  
  133. .popup_block{
  134. display:none;
  135. background:{color:popup background};
  136. padding:5px 10px 10px 10px;
  137. border-left:1px solid {color:popup border};
  138. border-bottom:1px solid {color:popup border};
  139. border-right:1px solid {color:popup border};
  140. border-top:16px solid {color:popup border};
  141. border-radius: 10px 10px 10px 10px;
  142. text-align: center;
  143. position:fixed;
  144. top:50%;left:50%;
  145. z-index: 99999;
  146. font-family:arial;
  147. font-size: 12px;
  148. }
  149.  
  150. *html #fade {position: absolute;}
  151. *html .popup_block {position: absolute;}
  152. #fade {
  153. display:none;
  154. position:fixed;
  155. left:0px;
  156. top:0px;
  157. width:100%;
  158. height:100%;
  159. z-index:9999;
  160. background:#000;
  161. opacity:0.3;
  162. }
  163.  
  164. iframe#tumblr_controls { right:0px !important;position:fixed !important; }
  165.  
  166. body {
  167. background-image:url('{image:background}')fixed;
  168. background-color:{color:background colour};
  169. {block:ifbackgroundcover}
  170. -webkit-background-size: cover;
  171. -moz-background-size: cover;
  172. -o-background-size: cover;
  173. background-size: cover;
  174. {/block:ifbackgroundcover}
  175. font-family:arial;
  176. font-weight:normal;
  177. font-size:11px;
  178. line-height:13px;
  179. color:#000000;
  180. text-align:left;
  181. margin:0;
  182. }
  183.  
  184. a {
  185. color:{color:links};
  186. text-decoration: none;
  187. }
  188.  
  189. a:hover {
  190. font-weight: bold;
  191. }
  192.  
  193. ::selection {
  194. color: {color:selected text};
  195. }
  196. ::-moz-selection {
  197. color: {color:selected text}
  198. }
  199.  
  200. b, strong {
  201. font-weight:heavy;
  202. }
  203.  
  204. i, em {
  205. font-weight:light;
  206. }
  207.  
  208. #content {
  209. margin:auto; width:200px;
  210. }
  211.  
  212. #content img {
  213. border:0px;
  214. }
  215.  
  216. #posts { }
  217.  
  218. .posts {
  219. font-family:arial;
  220. font-size: 12px;
  221. line-height: 16px;
  222. padding:8px;
  223. background:{color:posts};
  224. margin-top:20px;
  225. margin-bottom:20px;
  226. overflow:hidden;
  227. {block:ifpostborders}border: 1px solid {color:post border};{/block:ifpostborders}
  228. {block:if300pxposts}width:300px; {/block:if300pxposts}
  229. {block:if400pxposts}width:400px; {/block:if400pxposts}
  230. opacity: {text:post opacity};
  231. {block:ifpostshadow}
  232. -moz-box-shadow:rgba(0,0,0,0.09) 6px 6px 0px;
  233. -webkit-box-shadow:rgba(0,0,0,0.09) 6px 6px 0px;
  234. box-shadow:rgba(0,0,0,0.09) 6px 6px 0px;
  235. {/block:ifpostshadow}
  236. }
  237.  
  238. .posts img {
  239. max-width:100%;
  240. border:0px;
  241. }
  242.  
  243. blockquote {
  244. border-left:3px solid #cccccc;
  245. margin:0px 0px 5px 0px;
  246. padding:0px 5px 0px 8px;
  247. }
  248.  
  249. #captions {
  250. background:transparent;
  251. }
  252.  
  253. #title {
  254. color:#000000;
  255. margin-bottom:10px;
  256. font-family: arial;
  257. letter-spacing: -1px;
  258. text-transform: uppercase;
  259. text-align:center;
  260.  
  261. font-size:15px;
  262. }
  263.  
  264. #permalinks {
  265. margin:9px 0px 0px 0px;
  266. {block:if400pxposts}width:400px; {/block:if400pxposts}
  267. {block:if300pxposts}width:300px; {/block:if300pxposts}
  268. padding:0px;
  269. background-color: transparent;
  270. line-height:9px;
  271. text-align:left;
  272. text-decoration: none;
  273. }
  274.  
  275. #permalinks a {
  276. text-decoration:none;
  277. color: #B5B5B5;
  278. }
  279.  
  280. #tags {
  281. {block:ifnotshowtags}display:none;{/block:ifnotshowtags}
  282. width:400px;
  283. text-align; right;
  284. margin-top: 5px;
  285. padding: 0px;
  286. text-decoration: none;
  287. }
  288.  
  289. #tags a {
  290. text-decoration:none;
  291. color: #B5B5B5;
  292. }
  293.  
  294. #notez {
  295. margin:8px 0px 0px 0px;
  296. width:100%;
  297. {block:indexpage}
  298. display:none;
  299. {/block:indexpage}
  300. }
  301.  
  302. #sidebar {
  303. position:fixed;
  304. width: 150px;
  305. margin:20px 0px 0px -180px;
  306. background:{color:sidebar bg};
  307. padding:5px;
  308. border:0px solid #aaaaaa;
  309. opacity: {text:sidebar opacity};
  310. }
  311.  
  312. #sidebar #pic {
  313. margin-left:-5px;
  314. margin-top: -5px;
  315. width:160px;
  316. border:0px;
  317. }
  318.  
  319. #description {
  320. font-family: arial;
  321. font-size: 12px;
  322. line-height: 17px;
  323. margin:0px 0px 0px 0px;
  324. width:{text:sidebar width};
  325. text-align: center;
  326. }
  327.  
  328. #description a {
  329. text-decoration:none;
  330. color: {color:links};
  331. }
  332.  
  333. #linkzz {
  334. text-align:center;
  335. margin-bottom: 15px;
  336. margin-top: 5px;
  337. background: {color:sidebar links bg};
  338. color: {color:sidebar links txt};
  339. padding: 3px;
  340. text-decoration: none;
  341. text-transform: uppercase;
  342. letter-spacing: 0px;
  343. font-size: 9px;
  344. line-height: 6px;
  345. border:1px solid {color:sidebar links border};
  346. }
  347.  
  348. #linkzz a {
  349. }
  350.  
  351. #linkzz a:hover {
  352. color: {color:sidebar links bg};
  353. background-color: {color: sidebar links txt};
  354. }
  355.  
  356. #credit {
  357. position:fixed;
  358. width: 150px;
  359. padding: 5px;
  360. margin-top: -20px;
  361. font-size: 12px;
  362. }
  363.  
  364. #credit a {
  365. color: #000;
  366. opacity: 0.6;
  367. }
  368.  
  369. #paginationz {
  370. {block:if400pxposts}width:400px; {/block:if400pxposts}
  371. {block:if300pxposts}width:300px; {/block:if300pxposts}
  372. padding:0px 15px 15px 15px;
  373. text-align:center;
  374. font-family: arial;
  375. font-size: 14px;
  376. }
  377.  
  378.  
  379. </style> </head> <body><body style="background-image:url('{image:background}'); margin-bottom:0px; background-attachment:fixed;{block:ifbackgroundcover} -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;{/block:ifbackgroundcover} ">
  380. <!-- yo nice to meet you i'm just here to tell you do not remove this. you can move it if you want to (make sure its still visible) but Do Not Remove It thank you -->
  381. <div id="credit"><a href="http://naegays.tumblr.com">✕</a></div>
  382.  
  383. <div id="content">
  384.  
  385. <div id="sidebar">
  386.  
  387. <img id="pic" src="{image:sidepic}">
  388. <div id=links2"><div style="text-align: center; margin-top:10px;"><a id="linkzz" href="/">index</a> <a id="linkzz" href="/ask">ask</a> <a id="linkzz" href="/submit">submit</a> <a id="linkzz" href="#?w=300" rel="box1" class="poplight">more</a></a></div></div>
  389. <div id="fuck" style="text-align:center; margin-top: 3px; margin-bottom: 0px; color: #9E9E9E; padding-bottom: 0px;"> - - - - - - - - - - - - - - - - - - - - -</div><div id="description">{description}</div>
  390.  
  391. </div>
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398. <div id="posts">
  399.  
  400. {block:Posts}
  401.  
  402. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  403.  
  404. <div class="posts">
  405.  
  406.  
  407. {block:Photo}
  408.  
  409. <img style="width:100%;" src="{PhotoURL-HighRes}">
  410.  
  411. {block:ifcaptions}{block:Caption} <div id="captions">{Caption}</div> {/block:Caption}{/block:ifcaptions}
  412.  
  413. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  414.  
  415. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  416.  
  417. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  418.  
  419. {/block:Photo}
  420.  
  421.  
  422.  
  423. {block:Photoset} <div style="max-width:100%;">{Photoset}</div>
  424.  
  425. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  426.  
  427. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  428.  
  429. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  430.  
  431. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  432.  
  433. {/block:Photoset}
  434.  
  435.  
  436.  
  437.  
  438. {block:Text}
  439.  
  440. {block:Title} <div id="title">{Title}</div> {/block:Title}
  441.  
  442. {Body}
  443.  
  444. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  445.  
  446. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  447.  
  448. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  449.  
  450. {/block:Text}
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457. {block:Answer}
  458.  
  459. <img src="{AskerPortraitURL-48}" /><div id="shit" style="margin-left: -8px; margin-top: -60px; font-size: 11px;
  460.  
  461. {block:if400pxposts}width: 352px;{/block:if400pxposts}
  462. {block:if300pxposts}width: 252px;{/block:if300pxposts}
  463.  
  464. padding: 5px; padding-left: 60px; background-color: {color:ask bg}; border-bottom: 0px dashed {color:sidebar links bg}; color: {color:ask txt}; min-height: 54px;"><b>{Asker} said:</b> {Question}</div>
  465.  
  466.  
  467. <div id="l" style="padding-top: 0px;">{Answer}</div>
  468.  
  469.  
  470. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  471.  
  472. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  473.  
  474. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  475.  
  476. {/block:Answer}
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. {block:Chat}
  484.  
  485. {block:Title}<div id="title">{Title}</div>{/block:Title}
  486.  
  487. {block:Lines}
  488.  
  489. <div style="border-bottom:0px solid #000000;">
  490. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  491. </div>
  492.  
  493. {/block:Lines}
  494.  
  495. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  496.  
  497. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  498.  
  499. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  500.  
  501. {/block:Chat}
  502.  
  503.  
  504.  
  505. {block:Quote} <div id="quotx" style="font-size:18px; line-height: 20px; margin-bottom: 5px; text-align: center; letter-spacing: 1px;"> "{Quote}" </div><div id="sourcx" style="text-align: center; margin-top: 5px;">{block:source}- {source}{/block:source}</div>
  506.  
  507. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  508.  
  509. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  510.  
  511. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  512.  
  513. {/block:Quote}
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520. {block:Audio}
  521.  
  522. {block:AlbumArt}<img src="{AlbumArtURL}" width="27px" height="27px" align="left"/>{/block:AlbumArt}
  523.  
  524. {AudioPlayerWhite}
  525.  
  526. {block:Caption} <div id="captions" style="margin-left: 0px";>{Caption}</div> {/block:Caption}
  527.  
  528. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  529.  
  530. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  531.  
  532. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  533.  
  534. {/block:Audio}
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. {block:Link}
  542.  
  543. <div id="title"><a href="{URL}" {Target}>{Name}</a></div>
  544.  
  545. {description}
  546.  
  547.  
  548. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  549.  
  550. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  551.  
  552. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  553.  
  554. {/block:Link}
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561. {block:Video}
  562.  
  563. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  564. {block:if300pxposts}{Video-300}{/block:if300pxposts}
  565.  
  566. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  567.  
  568. {block:date} <div id="permalinks"><a href="{permalink}">{DayOfMonth}/{MonthNumber}/{Year} - {12Hour}:{Minutes}{AmPm} | {NoteCount} リアクション</a></div>
  569.  
  570. {block:HasTags} <div id="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  571.  
  572. {block:PostNotes} <div id="notez">{PostNotes}</div> {/block:PostNotes}
  573.  
  574. {/block:Video}
  575.  
  576.  
  577.  
  578.  
  579.  
  580. </div>
  581.  
  582. {/block:Posts}
  583. {block:ifnotinfinitescroll}
  584. {block:Pagination} <div id="paginationz">
  585.  
  586. {block:PreviousPage}
  587. << <a href="{PreviousPage}">prev</a>
  588. {/block:PreviousPage}
  589.  
  590. {block:NextPage}
  591. <a href="{NextPage}">next</a> >>
  592. {/block:NextPage}
  593.  
  594. </div>{/block:Pagination}
  595.  
  596. {/block:ifnotinfinitescroll}
  597.  
  598.  
  599. </div>
  600.  
  601. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  602.  
  603. </body>
  604.  
  605. <div id="box1" class="popup_block">
  606. <div id="fuck" style="text-align:center; font-style:arial; margin-top: 0px; margin-bottom: 5px; color: #9E9E9E; padding-bottom: 0px;"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</div>
  607. {block:iflink1}
  608. <a href="{text:link 1 url}">{text:link 1}</a>
  609. {/block:iflink1}
  610. {block:iflink2}
  611. x <a href="{text:link 2 url}">{text:link 2}</a>
  612. {/block:iflink2}
  613. {block:iflink3}
  614. x <a href="{text:link 3 url}">{text:link 3}</a>
  615. {/block:iflink3}
  616. {block:iflink4}
  617. x <a href="{text:link 4 url}">{text:link 4}</a>
  618. {/block:iflink4}
  619. {block:iflink5}
  620. x <a href="{text:link 5 url}">{text:link 5}</a>
  621. {/block:iflink5}
  622. {block:iflink6}
  623. x <a href="{text:link 6 url}">{text:link 6}</a>
  624. {/block:iflink6}<br><br>{text:description 2}<br><br>
  625. </div>
  626.  
  627. </div></div></div></div></div></div></div></div></div></div>
  628.  
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement