Advertisement
0fficialvanessa

"Dianna" Theme Thirty.

Nov 30th, 2013
1,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.66 KB | None | 0 0
  1. <!-- Theme Thirty // Dianna - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  9. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  10. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fcfcfc"/>
  54. <meta name="color:link" content="#eec7e1"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:title" content="#333"/>
  57. <meta name="color:hover" content="#373638"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60. <meta name="color:sidebar" content="#fff"/>
  61. <meta name="color:titlebar" content="#da86c3"/>
  62.  
  63. <meta name="image:sidebar" content="1"/>
  64. <meta name="image:background" content="1"/>
  65.  
  66. <meta name="if:titlebar" content="1"/>
  67.  
  68. <meta name="text:link one" content=""/>
  69. <meta name="text:link two" content=""/>
  70. <meta name="text:link three" content=""/>
  71. <meta name="text:link four" content=""/>
  72. <meta name="text:link five" content=""/>
  73. <meta name="text:link one hover" content="Refresh my blog"/>
  74. <meta name="text:link two hover" content="Send me a message"/>
  75. <meta name="text:link three hover" content="View my other links"/>
  76. <meta name="text:link four hover" content="Don't remove credit"/>
  77. <meta name="text:link five hover" content="My other half"/>
  78. <meta name="text:titlebar" content="dianna"/>
  79.  
  80. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  81.  
  82. <style type="text/css">
  83.  
  84. div#qTip {
  85. display: none;
  86. text-align:center;
  87. position:absolute;
  88. text-transform:uppercase;
  89. z-index:99;
  90. font-family:calibri;
  91. font-size:8px;
  92. padding:4px;
  93. color:white;
  94. border-radius:10px;
  95. border:1px solid #eee;
  96. background:{color:link};
  97. }
  98.  
  99. #tumblr_controls{
  100. position:fixed !important;
  101. -webkit-filter: invert(100%)
  102. }
  103.  
  104. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  105.  
  106. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  107.  
  108. p {
  109. margin:0px;
  110. margin-top:0px;
  111. }
  112.  
  113.  
  114. body {
  115. margin: 5px;
  116. font-family: calibri;
  117. line-height:10px;
  118. font-size:10px;
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. color:{color:text};
  122. background-color: {color:Background};
  123. background-image:url({image:Background});
  124. }
  125.  
  126.  
  127. a:link, a:active, a:visited{
  128. text-decoration: none;
  129. -webkit-transition: all 0.6s ease-out;
  130. -moz-transition: all 0.6s ease-out;
  131. -o-transition: all 0.6s ease-out;
  132. transition: all 0.6s ease-out;
  133. color:{color:link};
  134. }
  135.  
  136. a:hover {
  137. text-decoration: none;
  138. -webkit-transition: all 0.3s ease-out;
  139. -moz-transition: all 0.3s ease-out;
  140. -o-transition: all 0.3s ease-out;
  141. transition: all 0.3s ease-out;
  142. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  143. color: {color:Hover};
  144. text-shadow:0px 0px 2px {color:text shadow};
  145. }
  146.  
  147. div#center{
  148. margin:auto;
  149. position:relative;
  150. width:1000px;
  151. background-color:;
  152. overflow:auto;
  153. overflow-y:hidden;
  154. }
  155.  
  156. .entry {
  157. float:left;
  158. display: block;
  159. margin:5px;
  160. overflow:hidden;
  161. width:250px;
  162. background:white;
  163. padding:8px;
  164. border:1px solid #eee;
  165. {block:PermalinkPage}
  166. width:450px;
  167. text-align:left;
  168. line-height:10px;
  169. {/block:PermalinkPage}
  170. border-radius:10px;
  171. }
  172.  
  173. .entry .perma{
  174. width:auto;
  175. height:auto;
  176. margin-left:2px;
  177. position: absolute;
  178. line-height: 14px;
  179. overflow:hidden;
  180. text-align:center;
  181. padding:2px;
  182. bottom:12px;
  183. background:white;
  184. word-spacing:2px;
  185. letter-spacing:1px;
  186. opacity: 0.0;
  187. -webkit-transition: all .7s ease;
  188. -moz-transition: all .7s ease;
  189. -o-transition: all .7s ease;
  190. transition: all .7s ease;
  191. border-left:3px solid {color:link};
  192. border-right:3px solid {color:link};
  193. }
  194.  
  195. .entry:hover .perma{
  196. overflow:visible;
  197. opacity:1;
  198. }
  199.  
  200. .entry img{
  201. border-radius:5px;
  202. }
  203.  
  204. #posts {
  205. width:580px;
  206. margin-top:1px;
  207. z-index:99;
  208. margin-left:319px;
  209. right:auto;
  210. background:transparent;
  211. margin-right:auto;
  212. position:relative;
  213. overflow-y: hidden;
  214. }
  215.  
  216. #creditss {
  217. position:fixed !important;
  218. font-size: 8px;
  219. text-transform:uppercase;
  220. bottom:-8px;
  221. right:5px;
  222. padding: 4px;
  223. height:20px;
  224. width:auto;
  225. text-align:center;
  226. background: white;
  227. border: 1px solid #eee;
  228. border-top-left-radius:10px;
  229. border-top-right-radius:10px;
  230. }
  231.  
  232. #sidebar{
  233. position:fixed !important;
  234. width:280px;
  235. height:84px;
  236. margin-top:150px;
  237. margin-left:00px;
  238. text-align:center;
  239. padding:4px;
  240. border:1px solid #eee;
  241. background:{color:sidebar};
  242. }
  243.  
  244. #sidebar img{
  245. width: 80px;
  246. height: 80px;
  247. margin-left:-194px;
  248. margin-top:2px;
  249. border:0px solid #eee;
  250. }
  251.  
  252. div#about{
  253. margin-top:-82px;
  254. margin-left:102px;
  255. padding:2px;
  256. text-align:center;
  257. width:160px;
  258. height:40px;
  259. text-transform:lowercase;
  260. font-style:italic;
  261. background:transparent;
  262. }
  263.  
  264. div#links{
  265. position:fixed!important;
  266. width:255px;
  267. height: 50px;
  268. margin-top:27px;
  269. margin-left:55px;
  270. padding:2px;
  271. padding-bottom:4px;
  272. padding-top:1px;
  273. text-transform:uppercase;
  274. font-size: 10px;
  275. z-index: 99999;
  276. opacity:1.0;
  277. }
  278.  
  279. .nav a{
  280. margin-top:0px;
  281. display:inline-block;
  282. width:25px;
  283. height:6px;
  284. text-transform: uppercase;
  285. text-align:center;
  286. border: 0px solid #eee;
  287. color: white;
  288. padding:1px;
  289. background:{color:link};
  290. }
  291.  
  292. div#titlebar{
  293. position:fixed!important;
  294. margin-left:2px;
  295. margin-top:126px;
  296. font-family:"Baby";
  297. font-size:32px;
  298. line-height:27px;
  299. z-index:99px;
  300. background:transparent;
  301. color:{color:titlebar};
  302. }
  303.  
  304. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  305. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  306. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  307. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  308. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  309.  
  310. askk {
  311. font-family:"Baby";
  312. font-size: 15px;
  313. z-index:1;
  314. color: {color:Title};
  315. }
  316.  
  317. .title{
  318. line-height: 16px;
  319. font-size: 16px;
  320. font-family:"Baby";
  321. color:{color:Title};
  322. }
  323.  
  324. .permalink{
  325. text-transform: uppercase;
  326. font-size:8px;
  327. display: block;
  328. text-align: center;
  329. border-top:1px solid #eee;
  330. padding:2px;
  331. margin-top:8px;
  332. margin-bottom:2px;
  333. }
  334.  
  335. #audio {
  336. width:200px;
  337. height:auto;
  338. min-height:60px;
  339. padding-bottom:0px;
  340. }
  341. .cover {
  342. position:absolute;
  343. z-index:1;
  344. width:60px;
  345. height:60px;
  346. }
  347. .cover img {
  348. float:left;
  349. width:60px;
  350. height:60px;
  351. }
  352. .playbox {
  353. opacity:0.6;
  354. width:27px;
  355. height:30px;
  356. overflow:hidden;
  357. position:absolute;
  358. z-index:1000;
  359. margin-left:17px;
  360. margin-top:17px;
  361. text-align:center;
  362. }
  363. .info {
  364. margin-left:73px;
  365. margin-top:4px;
  366. line-height:14px;
  367. }
  368.  
  369. #infscr-loading{
  370. bottom: -70px;
  371. position: absolute;
  372. left: 50%;
  373. margin-left:-8px;
  374. width:16px;
  375. height:11px;
  376. overflow:hidden;
  377. margin-bottom: 50px;
  378. }
  379.  
  380. ::-webkit-scrollbar {
  381. width: 4px;
  382. height: 4px;
  383. border-left:0px solid #ccc;
  384. background-color:{color:background};
  385. }
  386.  
  387. ::-webkit-scrollbar-thumb {
  388. background: {color:scrollbar};
  389. }
  390.  
  391. ::-webkit-scrollbar {
  392. width: 5px;
  393. height: 5px;
  394. background: #dddddd;
  395. }
  396.  
  397. ::-webkit-scrollbar-thumb {
  398. background-color:{color:scrollbar};
  399. }
  400.  
  401. #postnotes{
  402. text-align: justify;}
  403.  
  404. #postnotes blockquote{
  405. border: 0px;}
  406.  
  407. blockquote{
  408. padding:0px 0px 2px 5px;
  409. margin:0px 0px 2px 10px;
  410. border-left: 1px dotted #555555;
  411. }
  412.  
  413. blockquote p, ul{
  414. margin:0px;
  415. padding:0px;
  416. }
  417.  
  418. a img{border: 0px;}
  419.  
  420.  
  421. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  422.  
  423. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  424. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  425.  
  426. .notes img{padding:2px; border:1px solid #eee; width:20px; position:relative; top:3px;}
  427. <--ses-->
  428. small{font-size: 90%;}
  429.  
  430. {CustomCSS}
  431.  
  432. </style>
  433.  
  434. {block:IndexPage}
  435. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  436. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  437.  
  438. <script type="text/javascript">
  439. $(window).load(function(){
  440. var $wall = $('#posts');
  441. $wall.imagesLoaded(function(){
  442. $wall.masonry({
  443. itemSelector: '.entry, .entry_photo',
  444. isAnimated : false
  445. });
  446. });
  447.  
  448. $wall.infinitescroll({
  449. navSelector : '#pagination',
  450. nextSelector : '#pagination a',
  451. itemSelector : '.entry, .entry_photo',
  452. bufferPx : 2000,
  453. debug : false,
  454. errorCallback: function() {
  455. $('#infscr-loading').fadeOut('normal');
  456. }},
  457. function( newElements ) {
  458. var $newElems = $( newElements );
  459. $newElems.hide();
  460. $newElems.imagesLoaded(function(){
  461. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  462. });
  463. }); $('#posts').show(500);
  464. });
  465. </script>
  466.  
  467.  
  468. {/block:IndexPage}
  469.  
  470.  
  471. <title>{title}</title>
  472.  
  473. <link rel="shortcut icon" href="{Favicon}" />
  474. <meta name="viewport" content="width=820" />
  475. </head>
  476.  
  477. <body>
  478. <BODY onselectstart="return false;" ondragstart="return false;">
  479. <div class="wrapper">
  480. <div class="header">
  481. </div>
  482.  
  483. <div id="cage">
  484. <div id="center">
  485.  
  486. <!---->
  487. <div id="creditss">
  488. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  489. <br>
  490. <font color="#eee">------------------------------------------</font>
  491. </div>
  492.  
  493. {block:iftitlebar}
  494. <div id="titlebar">{text:titlebar}</div>
  495. {/block:iftitlebar}
  496.  
  497. <div id="sidebar">
  498. <a href="/"><img src="{image:sidebar}" width=100%></a>
  499. <div id="about">{Description}</div>
  500. <div id="links">
  501. <div class="nav">
  502. <a title="{text:link one hover}" href="{text:link one}"></a>
  503. <a title="{text:link two hover}" href="{text:link two}"></a>
  504. <a title="{text:link three hover}" href="{text:link three}"></a>
  505. <a title="{text:link four hover}" href="{text:link four}"></a>
  506. <a title="{text:link five hover}" href="{text:link five}"></a>
  507. </div></div>
  508. </div>
  509. <!------------------------------------->
  510.  
  511.  
  512. <div class="left">
  513. <div id="posts">
  514. {block:Posts}
  515. <div class="entry">
  516.  
  517. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  518. <span class="permalink">
  519. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">Share</a>
  520. <br>{/block:HasTags}</span>
  521. {/block:Text}
  522.  
  523. {block:Answer}
  524. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  525. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  526. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  527. {/block:Answer}
  528.  
  529. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  530. <span class="permalink">
  531. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">Share</a></span>
  532. {/block:Link}
  533.  
  534. {block:Photo}
  535. {block:IndexPage}
  536. <center>
  537. <div class="perma">
  538. <div style="font-size:8px;text-transform:uppercase;">
  539. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> share </a> </div></div>
  540.  
  541. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  542. {/block:IndexPage}
  543. {block:PermalinkPage}
  544. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  545.  
  546. {LinkCloseTag}
  547. {/block:PermalinkPage}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. {block:IndexPage}
  552. <center>
  553.  
  554. <div class="perma">
  555. <div style="font-size:8px;text-transform:uppercase;">
  556. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> share </a> </div></div>
  557.  
  558. {Photoset-250}</center>
  559. {/block:IndexPage}
  560. {block:PermalinkPage}
  561. <center>
  562. {Photoset-500}</center>
  563. {/block:PermalinkPage}
  564. {/block:Photoset}
  565.  
  566. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  567. <span class="permalink">
  568. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">Share</a>
  569. </span>{/block:Quote}
  570.  
  571. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  572. <ul class="chat">
  573. {block:Lines}
  574. <li class="user_{UserNumber}">
  575. {block:Label}
  576. <span class="label">{Label}</span>
  577. {/block:Label}
  578.  
  579. {Line}
  580. </li>
  581. {/block:Lines}
  582. <span class="permalink">
  583. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">Share</a>
  584. </span>
  585. {/block:Chat}
  586.  
  587. {block:Audio}
  588. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  589. {block:IndexPage}
  590. <span class="permalink">
  591. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">Share</a>
  592. </span>
  593. {/block:IndexPage}
  594. {/block:Audio}
  595.  
  596. {block:Video}
  597. {block:IndexPage}
  598. <center>
  599. <div class="perma">
  600. <div style="font-size:8px;text-transform:uppercase;">
  601. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> share </a> </div></div>
  602. {Video-250}</center>
  603. {/block:IndexPage}
  604. {block:PermalinkPage}
  605. <center>
  606. {Video-400}</center>
  607. {/block:PermalinkPage}
  608. {block:Video}
  609.  
  610.  
  611. {block:PostNotes}<div align="middle">{caption}</div>
  612. <center>
  613.  
  614. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  615.  
  616. {block:HasTags}
  617. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  618. {block:RebloggedFrom}
  619. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  620. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  621.  
  622. {/block:RebloggedFrom}
  623. </center></span>
  624. <br>
  625. <div id="postnotes">{PostNotes}</div><br>
  626.  
  627. <center>{block:ContentSource}
  628. <br><a href="{SourceURL}">
  629. {lang:Source}:
  630. {block:SourceLogo}
  631. <img src="{BlackLogoURL}" width="{LogoWidth}"
  632. height="{LogoHeight}" alt="{SourceTitle}" />
  633. {/block:SourceLogo}
  634. {block:NoSourceLogo}
  635. {SourceLink}
  636. {/block:NoSourceLogo}
  637. </a>
  638. {/block:ContentSource}</center>
  639.  
  640. {/block:PostNotes}
  641. </div>
  642. {/block:Posts}
  643. </div></div>
  644.  
  645. {block:IndexPage}
  646. {block:Pagination}
  647. <div id="pagination">
  648. {block:NextPage}
  649. <a id="nextPage" href="{NextPage}"></a>
  650. {/block:NextPage}
  651. {block:PreviousPage}
  652. <a href="{PreviousPage}"></a>
  653. {/block:PreviousPage}
  654. </div>
  655. {/block:Pagination}
  656. {/block:IndexPage}
  657. </body>
  658.  
  659. <!-- THEME BY HEAVENLYHUGS -->
  660. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  661.  
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement