Jyuubi

[Theme] โ†’ #23 Galaxy

Apr 21st, 2012
42,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.35 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #23 GALAXY
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
  18.  
  19. --CREDIT--
  20. [inspiration] fuckseoul.tumblr.com
  21. [sidebar] vampluva.animepaper.net
  22. -->
  23.  
  24. <meta name="color:BackgroundM" content="#f3f3f3">
  25.  
  26. <meta name="color:Regular Text" content="#808080">
  27. <meta name="color:Bold Text" content="#5b88b4">
  28. <meta name="color:Italic Text" content="#c38789">
  29. <meta name="color:Link Text" content="#e28d6b">
  30.  
  31. <meta name="color:Info Background" content="#fafafa">
  32. <meta name="color:Info Borders" content="#b56f73">
  33. <meta name="color:Title" content="#5b88b4">
  34. <meta name="color:Title Border" content="#83a3ca">
  35. <meta name="color:Custom Link Background" content="#d9adae">
  36. <meta name="color:Custom Link Text" content="#fff">
  37. <meta name="color:Custom Link Background Hover" content="#83a3ca">
  38. <meta name="color:Custom Link Text Hover" content="#d4e1f1">
  39.  
  40. <meta name="color:Nav Border" content="#83a3ca">
  41. <meta name="color:Nav Link Background" content="#f8b290">
  42. <meta name="color:Nav Link Text" content="#b06642">
  43.  
  44. <meta name="color:Post Wrap" content="#eeeeee">
  45. <meta name="color:Entry Background" content="#fafafa">
  46. <meta name="color:Entry Title" content="#c38789">
  47.  
  48. <meta name="color:Stats Background" content="#ead0cf">
  49. <meta name="color:Stats Text" content="#997c7b">
  50.  
  51. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/WdHm2ti33/galaxy-bg.png">
  52. <meta name="image:Info Background" content="http://static.tumblr.com/pdgxkke/Iw5m2ti3l/galaxy-info.png">
  53. <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/0vVm2ti40/galaxy-side.png">
  54.  
  55. <meta name="if:Infinite Scroll" content="0">
  56. <meta name="if:Post Wrap" content="1">
  57. <meta name="if:Smaller Posts" content="1">
  58. <meta name="if:Show Captions" content="0">
  59. <meta name="if:Photo Fading" content="1">
  60. <meta name="if:High Res Link" content="0">
  61. <meta name="if:Bottom Aligned Sidebar" content="1">
  62.  
  63. <meta name="text:Info Position" content="100">
  64.  
  65. <meta name="text:Sidebar Top Position" content="100">
  66. <meta name="text:Sidebar Left Position" content="0">
  67.  
  68. <meta name="text:Sidebar Title" content="">
  69.  
  70. <meta name="text:Name 1" content="">
  71. <meta name="text:URL 1" content="http://">
  72. <meta name="text:Name 2" content="">
  73. <meta name="text:URL 2" content="http://">
  74. <meta name="text:Name 3" content="">
  75. <meta name="text:URL 3" content="http://">
  76. <meta name="text:Name 4" content="">
  77. <meta name="text:URL 4" content="http://">
  78. <meta name="text:Name 5" content="">
  79. <meta name="text:URL 5" content="http://">
  80. <meta name="text:Name 6" content="">
  81. <meta name="text:URL 6" content="http://">
  82. <head>
  83. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  84. <title>{Title}</title>
  85. <link rel="shortcut icon" href="{Favicon}">
  86. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  88.  
  89. <style type="text/css">
  90. /* BODY */
  91. body {
  92. background-image: url('{image:BackgroundM}');
  93. background-attachment: fixed;
  94. background-color: {color:BackgroundM};
  95. margin: 0;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background-color: {color:Bold Text};
  100. height: 50px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 10px;
  106. background-color: {color:Entry Background};
  107. }
  108.  
  109. /* SIDEBAR */
  110. #sidebar {
  111. position: fixed;
  112. {block:IfBottomAlignedSidebar}bottom: 0;{/block:IfBottomAlignedSidebar}
  113. {block:IfNotBottomAlignedSidebar}margin-top: {text:Sidebar Top Position}px;{/block:IfNotBottomAlignedSidebar}
  114. left: {text:Sidebar Left Position}px;
  115. z-index: 999;
  116. }
  117.  
  118. #sideimage {
  119. float: left;
  120. margin-right: 5px;
  121. }
  122.  
  123. #sideimage img {
  124. max-width: 240px;
  125. {block:IfBottomAlignedSidebar}margin-bottom: -5px;{/block:IfBottomAlignedSidebar}
  126. }
  127.  
  128. #left {
  129. float: right;
  130. margin-top: {text:Info Position}px;
  131. }
  132.  
  133. #header {
  134. font-family: book antiqua;
  135. font-size: 12px;
  136. color: {color:Title};
  137. text-transform: uppercase;
  138. letter-spacing: 2px;
  139. text-align: right;
  140. border-bottom: 2px solid {color:Title Border};
  141. margin-bottom: 4px;
  142. }
  143.  
  144. #info {
  145. background-image: url('{image:Info Background}');
  146. background-color: {color:Info Background};
  147. border-left: 10px solid {color:Info Borders};
  148. border-right: 10px solid {color:Info Borders};
  149. width: 145px;
  150. padding-left: 5px;
  151. padding-right: 5px;
  152. padding-top: 3px;
  153. padding-bottom: 3px;
  154. font-family: tahoma, san-serif;
  155. font-size: 9px;
  156. color: {color:Regular Text};
  157. letter-spacing: 1px;
  158. text-align: center;
  159. margin-bottom: 4px;
  160. }
  161.  
  162. #info b, strong {
  163. color: {color:Bold Text};
  164. }
  165.  
  166. #info i, em {
  167. color: {color:Italic Text};
  168. }
  169.  
  170. #info a {
  171. color: {color:Link Text};
  172. text-decoration: none;
  173. }
  174.  
  175. #custom a {
  176. background-color: {color:Custom Link Background};
  177. display: block;
  178. width: 175px;
  179. height: 9px;
  180. font-family: consolas;
  181. font-size: 8px;
  182. color: {color:Custom Link Text};
  183. text-decoration: none;
  184. text-transform: uppercase;
  185. text-align: center;
  186. line-height: 10px;
  187. letter-spacing: 2px;
  188. margin-bottom: 2px;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -moz-transition: all 0.5s ease-in-out;
  191. -o-transition: all 0.5s ease-in-out;
  192. -ms-transition: all 0.5s ease-in-out;
  193. transition: all 0.5s ease-in-out;
  194. }
  195.  
  196. #custom a:hover {
  197. background-color: {color:Custom Link Background Hover};
  198. color: {color:Custom Link Text Hover};
  199. }
  200.  
  201. #pages {
  202. text-align: center;
  203. margin-top: 10px;
  204. }
  205.  
  206. #pages a {
  207. background-color: {color:Custom Link Background Hover};
  208. display: inline-block;
  209. width: 25px;
  210. height: 25px;
  211. -moz-border-radius: 25px;
  212. -webkit-border-radius: 25px;
  213. border-radius: 25px;
  214. font-family: consolas;
  215. font-size: 16px;
  216. color: {color:Custom Link Text Hover};
  217. text-decoration: none;
  218. line-height: 24px;
  219. }
  220.  
  221. /* NAVIGATION */
  222. #nav {
  223. position: fixed;
  224. height: 200px;
  225. {block:IfSmallerPosts}margin-left: 870px;{/block:IfSmallerPosts}
  226. {block:IfNotSmallerPosts}margin-left: 970px;{/block:IfNotSmallerPosts}
  227. border-top: 50px solid {color:Nav Border};
  228. padding-top: 4px;
  229. z-index: 999;
  230. }
  231.  
  232. #nav img {
  233. width: 50px;
  234. -moz-border-radius: 0px 0px 40px 40px;
  235. -webkit-border-radius: 0px 0px 40px 40px;
  236. border-radius: 0px 0px 40px 40px;
  237. margin-bottom: 10px;
  238. }
  239.  
  240. #nav a {
  241. background-color: {color:Nav Link Background};
  242. display: block;
  243. width: 50px;
  244. height: 25px;
  245. margin-bottom: 4px;
  246. font-family: consolas;
  247. font-size: 8px;
  248. color: {color:Nav Link Text};
  249. text-decoration: none;
  250. text-transform: uppercase;
  251. letter-spacing: 1px;
  252. text-align: center;
  253. line-height: 25px;
  254. -webkit-transition: all 0.5s ease-in-out;
  255. -moz-transition: all 0.5s ease-in-out;
  256. -o-transition: all 0.5s ease-in-out;
  257. -ms-transition: all 0.5s ease-in-out;
  258. transition: all 0.5s ease-in-out;
  259. }
  260.  
  261. #nav a:hover {
  262. background-color: {color:Custom Link Background};
  263. color: {color:Custom Link Text};
  264. }
  265.  
  266. /* POSTS */
  267. #postwrap {
  268. {block:IfPostWrap}background-color: {color:Post Wrap};{/block:IfPostWrap}
  269. position: fixed;
  270. margin-left: 435px;
  271. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  272. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  273. height: 100%;
  274. }
  275.  
  276. #posts {
  277. top: 5px;
  278. position: relative;
  279. margin-left: 440px;
  280. }
  281.  
  282. .entry {
  283. background-color: {color:Entry Background};
  284. border: 5px solid {color:Entry Background};
  285. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  286. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  287. position: relative;
  288. z-index: 999;
  289. margin-bottom: 10px;
  290. font-family: tahoma, sans-serif;
  291. font-size: 11px;
  292. color: {color:Regular Text};
  293. letter-spacing: 1px;
  294. text-align: justify;
  295. }
  296.  
  297. .entry b, strong {
  298. color: {color:Bold Text};
  299. }
  300.  
  301. .entry i, em {
  302. color: {color:Italic Text};
  303. }
  304.  
  305. .entry a {
  306. color: {color:Link Text};
  307. text-decoration: none;
  308. }
  309.  
  310. .entry h1 {
  311. font-family: book antiqua;
  312. font-size: 14px;
  313. color: {color:Entry Title};
  314. font-weight: normal;
  315. text-transform: uppercase;
  316. letter-spacing: 2px;
  317. margin: 0;
  318. }
  319.  
  320. .entry h1 a {
  321. color: {color:Entry Title};
  322. }
  323.  
  324. .entry blockquote {
  325. border-left: 3px solid {color:Info Borders};
  326. padding-left: 5px;
  327. margin-left: 10px;
  328. }
  329.  
  330. .entry img {
  331. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  332. {block:IfPhotoFading}opacity: .8;
  333. -webkit-transition: all 0.5s ease-in-out;
  334. -moz-transition: all 0.5s ease-in-out;
  335. -o-transition: all 0.5s ease-in-out;
  336. -ms-transition: all 0.5s ease-in-out;
  337. transition: all 0.5s ease-in-out;{/block:IfPhotoFading}
  338. margin-bottom: -2px;
  339. }
  340.  
  341. .entry img:hover {
  342. opacity: 1;
  343. }
  344.  
  345. .photo {
  346. {block:IfPhotoFading}opacity: .8;
  347. -webkit-transition: all 0.5s ease-in-out;
  348. -moz-transition: all 0.5s ease-in-out;
  349. -o-transition: all 0.5s ease-in-out;
  350. -ms-transition: all 0.5s ease-in-out;
  351. transition: all 0.5s ease-in-out;{/block:IfPhotoFading}
  352. margin-bottom: -2px;
  353. }
  354.  
  355. .photo:hover {
  356. opacity: 1;
  357. }
  358.  
  359. /* QUOTE POST */
  360. .entry h2 {
  361. font-family: book antiqua;
  362. font-size: 9px;
  363. color: {color:Entry Title};
  364. font-weight: normal;
  365. text-transform: uppercase;
  366. letter-spacing: 2px;
  367. text-align: left;
  368. }
  369.  
  370. .quote {
  371. font-family: georgia;
  372. font-size: 20px;
  373. color: {color:Bold Text};
  374. float: left;
  375. margin-top: -1px;
  376. margin-right: 5px;
  377. }
  378.  
  379. /* QUESTIONS */
  380. .ask {
  381. padding-left: 5px;
  382. line-height: 14px;
  383. border-left: 10px solid {color:Nav Border};
  384. font-family: consolas;
  385. font-size: 9px;
  386. text-transform: uppercase;
  387. }
  388.  
  389. .ask i {
  390. font-style: normal;
  391. }
  392.  
  393. .ask b {
  394. font-weight: normal;
  395. }
  396.  
  397. .ask img {
  398. max-width: 25px;
  399. margin-right: 4px;
  400. -moz-border-radius: 30px;
  401. -webkit-border-radius: 30px;
  402. border-radius: 30px;
  403. }
  404.  
  405. /* STATISTICS */
  406. .stats {
  407. background-color: {color:Stats Background};
  408. font-family: consolas;
  409. font-size: 8px;
  410. color: {color:Stats Text};
  411. text-transform: uppercase;
  412. letter-spacing: 2px;
  413. text-align: center;
  414. margin-top: 5px;
  415. }
  416.  
  417. .stats a {
  418. color: {color:Stats Text};
  419. text-decoration: none;
  420. }
  421.  
  422. /* PERMALINK PAGE */
  423. .permalink {
  424. font-family: consolas;
  425. font-size: 9px;
  426. color: {color:Regular Text};
  427. text-transform: uppercase;
  428. text-align: center;
  429. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  430. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  431. }
  432.  
  433. .permalink b {
  434. color: {color:Bold Text};
  435. font-weight: normal;
  436. }
  437.  
  438. #date {
  439. color: {color:Italic Text};
  440. }
  441.  
  442. .permalink a {
  443. color: {color:Link Text};
  444. text-decoration: none;
  445. }
  446.  
  447. ol.notes {
  448. padding: 0px;
  449. margin: 15px 0px;
  450. list-style-type: none;
  451. background: transparent;
  452. border: 0px;
  453. letter-spacing: 0px;
  454. }
  455.  
  456. ol.notes li.note {
  457. padding: 1px;
  458. text-align: left;
  459. letter-spacing: 0px;
  460. }
  461.  
  462. .notes img{
  463. width: 8px;
  464. position: relative;
  465. top: 1px;
  466. opacity: .5;
  467. }
  468.  
  469. /* FOLLOW CODE */
  470. iframe#tumblr_controls {
  471. right:3px !important;
  472. position: fixed !important;
  473. -webkit-transition: opacity 0.7s linear;
  474. opacity: 0.2;
  475. -webkit-transition: all 0.8s ease-out;
  476. -moz-transition: all 0.8s ease-out;
  477. transition: all 0.8s ease-out;
  478. }
  479.  
  480. iframe#tumblr_controls:hover {
  481. -webkit-transition: opacity 0.7s linear;
  482. opacity: 1;
  483. -webkit-transition: all 0.4s ease-out;
  484. -moz-transition: all 0.4s ease-out;
  485. transition: all 0.4s ease-out;
  486. }
  487.  
  488. {CustomCSS}
  489. </style>
  490. {block:IfInfiniteScroll}
  491. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  492. {/block:IfInfiniteScroll}
  493. </head>
  494. <body>
  495.  
  496. <div id="sidebar">
  497. <div id="sideimage"><img src="{image:Sidebar}"></div>
  498. <div id="left">
  499. {block:IfSidebarTitle}<div id="header">{text:Sidebar Title}</div>{/block:IfSidebarTitle}
  500. <div id="info">
  501. {Description}
  502. </div>
  503. <div id="custom">
  504. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  505. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  506. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  507. {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  508. {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  509. {block:IfName6}<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
  510. </div>
  511. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pages">
  512. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  513. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  514. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  515. </div>
  516. </div>
  517.  
  518. <div id="nav">
  519. <a href="/">refresh?</a>
  520. <a href="/ask">message</a>
  521. <a href="/archive">archive</a>
  522. <a href="http://jyuubi.org" target="_blank">theme</a>
  523. <img src="{PortraitURL-64}">
  524. </div>
  525.  
  526. <div id="postwrap"></div>
  527.  
  528. <div id="posts">
  529. <div class="autopagerize_page_element">
  530. {block:Posts}
  531.  
  532. <div class="entry">
  533. {block:Text}
  534. {block:Title}<h1>{Title}</h1>{/block:Title}
  535. {Body}
  536. {/block:Text}
  537.  
  538. {block:Photo}
  539. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  540. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  541. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  542. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  543. {Caption}
  544. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  545. {/block:Photo}
  546.  
  547. {block:Photoset}
  548. {block:IfSmallerPosts}<div class="photo">{Photoset-400}</div>{/block:IfSmallerPosts}
  549. {block:IfNotSmallerPosts}<div class="photo">{Photoset-500}</div>{/block:IfNotSmallerPosts}
  550. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  551. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  552. {Caption}
  553. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  554. {/block:Photoset}
  555.  
  556. {block:Quote}
  557. <div class="quote">&#10077;</div>
  558. <h2>{Quote}</h2>
  559. {block:Source}<p align="right">{Source} &mdash;</p>{/block:Source}
  560. {/block:Quote}
  561.  
  562. {block:Link}
  563. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  564. {block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. {block:Chat}
  568. {block:Title}<h1>{Title}</h1>{/block:Title}
  569. {block:Lines}
  570. {block:Label}
  571. <b>{Label}</b>
  572. {/block:Label}
  573. {Line}<br />
  574. {/block:Lines}
  575. {/block:Chat}
  576.  
  577. {block:Audio}
  578. <div style="margin-bottom: -2px;">{block:AlbumArt}<div style="float: left;"><img src="{AlbumArtURL}" width="40px"></div>{/block:AlbumArt}
  579. <div style="background-color: #fff; height: 27px; margin-bottom: 2px;">{AudioPlayer}</div>
  580. <div style="border-left: 5px solid #dedede; padding-left: 5px; font-family: consolas; text-transform: uppercase;">{block:TrackName}{TrackName} / {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div></div>
  581. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  582. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  583. {Caption}
  584. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  585. {/block:Audio}
  586.  
  587. {block:Video}
  588. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  589. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  590. <center><i>{FormattedPlayCount}</i> plays</center><br />
  591. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  592. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  593. {Caption}
  594. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  595. {/block:Video}
  596.  
  597. {block:Answer}
  598. <div class="ask"><img src="{AskerPortraitURL-40}" align="left"><i>{Asker}</i> <b>sent:</b><br />
  599. {Question}</div>
  600. {Answer}
  601. {/block:Answer}
  602.  
  603. {block:IndexPage}<div class="stats">
  604. <a href="{Permalink}">Posted {TimeAgo}, on {Month} {DayOfMonth}{block:NoteCount}, with {NoteCountWithLabel}{/block:NoteCount}</a>
  605. </div>{/block:IndexPage}
  606. </div>
  607.  
  608. {block:PermalinkPage}
  609. <div class="permalink">
  610. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  611. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  612. {block:PostNotes}
  613. {PostNotes}
  614. {/block:PostNotes}
  615. </div>
  616. {/block:PermalinkPage}
  617.  
  618. {/block:Posts}
  619. </div>
  620. </div>
  621.  
  622. </body>
  623. </html>
Add Comment
Please, Sign In to add comment