Advertisement
happy_konoha

[new] theme #4

Apr 6th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. <!-- (*ノωノ)☆ theme n°4 by migu migurin -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{title}</title>
  6. <link rel="shortcut icon" href="{image:shortcut icon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13.  
  14.  
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16.  
  17. <!-- Back to top Button (start) -->
  18. <script>
  19. jQuery(document).ready(function() {
  20. var offset = 220;
  21. var duration = 1000;
  22. jQuery(window).scroll(function() {
  23. if (jQuery(this).scrollTop() > offset) {
  24. jQuery('.top_button').fadeIn(duration);
  25. } else {
  26. jQuery('.top_button').fadeOut(duration);
  27. }
  28. });
  29.  
  30. jQuery('.top_button').click(function(event) {
  31. event.preventDefault();
  32. jQuery('html, body').animate({scrollTop: 0}, duration);
  33. return false;
  34. })
  35. });
  36. </script>
  37. <!-- Back to top Button (end) -->
  38.  
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:1,
  45. tip_fade_speed:100,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  53. <script type="text/javascript">
  54. $(document).ready(function(){
  55. $(".linkie").hide();
  56. $(".links_title").click(function(){
  57. $(this).next(".linkie").slideToggle('fast');
  58. }); }); </script>
  59. <!---- options --->
  60.  
  61. <meta name="color:background" content="#f8f1fe"/>
  62. <meta name="color:title color" content="#644b74"/>
  63. <meta name="color:sidebar" content="#bdbcbe"/>
  64. <meta name="color:text" content="#644b74"/>
  65. <meta name="color:link" content="#a77dc2"/>
  66. <meta name="color:hover" content="#e89e8c"/>
  67. <meta name="color:border" content="#ede5f3"/>
  68. <meta name="color:shadow" content="#ede5f3"/>
  69. <meta name="color:border sidebar" content="#ede5f3"/>
  70. <meta name="color:posts" content="#ffffff"/>
  71. <meta name="color:footer" content="#ffffff"/>
  72. <meta name="color:scrollbar" content="#cab1da"/>
  73. <meta name="color:scrollbar background" content="#ffffff"/>
  74. <meta name="color:selection color" content="#dccbe7"/>
  75. <meta name="color:selection text" content="#ffffff"/>
  76.  
  77. <meta name="image:sidebar" content=""/>
  78. <meta name="image:background" content=""/>
  79. <meta name="image:shortcut icon" content=""/>
  80.  
  81. <meta name="text:link" content="about◇"/>
  82. <meta name="text:link url" content="/about"/>
  83. <meta name="text:link title" content="about"/>
  84.  
  85. <meta name="text:font size" content="10" />
  86.  
  87. <meta name="if:250px post" content="0"/>
  88. <meta name="if:400px post" content="1"/>
  89. <meta name="if:500px post" content="0"/>
  90.  
  91. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. ::selection {background: {color:selection color};color: {color:selection Text};}::-moz-selection {background: {color:selection color};
  97. color: {color:selection Text};}::-webkit-selection {background: {color:selection color};color: {color:selection Text};}
  98.  
  99. ::-webkit-scrollbar {height: 10px;width: 12px;background-color: {color:Scrollbar Background};}::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar};height: 50px;}
  100.  
  101. body {background:{color:background};background-image:url('{image:Background}');background-attachment: fixed;{block:ifnotBackgroundRepeat}background-size: 100% 100%;{/block:ifnotBackgroundRepeat}{block:ifBackgroundRepeat}background-repeat: repeat;{/block:ifBackgroundRepeat};color:{color:text};font-size:{text:font size}px; font-family:lora, georgia, serif;
  102. line-height:1.6em;
  103. word-wrap:break-word;
  104. letter-spacing:1px;
  105. -moz-font-smoothing:subpixel-antialiased;
  106. -webkit-font-smoothing:subpixel-antialiased;
  107. font-smoothing:subpixel-antialiased;
  108.  
  109. }
  110.  
  111.  
  112. a {text-decoration: none;outline:none;-moz-outline-style:none;color:{color:link}; border-bottom: 0px solid {color:link underline};-webkit-transition: all 0.3s;-moz-transition: all 0.3s ;-o-transition: all 0.3s ;-ms-transition: all 0.3s ;transition: all 0.3s ;
  113. text-shadow: 1px 1px 0px #dcecf5;
  114. }
  115.  
  116. a:hover {
  117.  
  118. color:{color:hover};-webkit-transition: all 0.3s;-moz-transition: all 0.3s ;-o-transition: all 0.3s ;-ms-transition: all 0.3s ;transition: all 0.3s ;}
  119.  
  120. #wrapper{width: auto;margin:to;}
  121.  
  122. #content{width:418px;margin-top: 40px; margin-left: 40%;}
  123.  
  124. #post{position: relative;background-color: {color:posts};width:275px;{block:if250pxpost}width: 250px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if250pxpost}{block:if400pxpost}width: 400px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if400pxpost}{block:if500pxpost}width: 500px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if500pxpost}margin-bottom: 120px;margin-top: 40px;padding: 10px;border-radius: 0px;border: 9px solid {color:border}; border-radius:15px; opacity:{select:post opacity};box-shadow: 0px 0px 0px 0px {color:shadow};
  125. }
  126.  
  127. #post img {border:none; max-width: 100%;height: auto;} img a{border:0px; outline:none;}#posttitle {width: auto;height: auto;text-align: center;font-size:16px;font-family: {select:font};color:{color:title color};padding: 5px;border-bottom: 0px solid {color:border};}iframe.photoset {width: 275px {block:if250pxpost}width: 250px;{/block:if250pxpost}{block:if400pxpost}width: 375px;{/block:if400pxpost}{block:if500pxpost}width: 500px;{/block:if500pxpost} !important;}
  128. .photoset img {max-width: 100%;}
  129.  
  130. blockquote {
  131. margin: 0 0 10px 0;
  132. padding: 0 0 0 10px;
  133. border-left: 2px solid #aaa;
  134. word-wrap: break-word; }
  135.  
  136. #pic{position: relative;z-index:80;padding: 0px;margin: auto;}
  137. #sid{position: relative;z-index:80;padding: 5px;margin: auto;background:{color:footer}; border: 1px solid {color:border}; border-radius:2px;}
  138. #pic img{width:100px;padding:0px;border-radius: 5px;border:3px solid {color:border sidebar};box-shadow: 0px 0px 0px 0px {color:border};background:white;}
  139.  
  140. #sidebar {position: fixed !important;;z-index: 999;margin-left:-210px; border-radius: 0px;border: 0px {select:post border}{color:border};margin-top:110px; border-radius:2px;background-color: transparent;font-family: {select:font};text-align: left;{block:IfPostShadow}box-shadow:rgba(0,0,0,0.2)6px 6px;{/block:IfPostShadow};padding:20px;
  141. box-shadow: 0px 0px 0px 0px {color:border};
  142. }
  143.  
  144.  
  145. #footie {position: relative;padding:10px;background-color: {color:footer};text-align:center;line-height:1.6em;
  146. word-wrap:break-word;
  147. letter-spacing:1px; font-family:inherit;border: 1px solid {color:border}; border-radius: 2px;}
  148. #info {position:relative;width: auto;height: auto;padding: 5px;border-top: 0px solid {color:border};background-color: transparent;text-align:center;}#footie a{border-top: 0px solid {color:link underline}; border-bottom: 0px solid {color:link underline};padding: 0px; font-family:inherit}
  149.  
  150.  
  151. #text {position:relative; display:block; background-color: transparent; word-wrap: break-word;padding:0px;}#text a{border-bottom: 0px solid {color:link underline};}
  152.  
  153.  
  154. #tags {position:relative;padding:3px;padding-top:5px;background-color:{block:indexpage}{color:footer}{/block:indexpage}{block:permalinkpage}transparent{/block:permalinkpage};text-align: center;font-family:helvetica;font-size:9px;}
  155.  
  156. #tags a{ text-decoration: none;border-bottom: 0px solid; background-color:; border-radius: 3px;padding:3px;}
  157.  
  158. #quote {font-size: 15px;padding: 10px 20px 5px 10px;font-family: {select:font};text-align: center;}
  159. #open {position: absolute;font-size:30px;margin-top: 0px;padding-bottom: 15px;margin-left: -10px;font-family:georgia;text-align: left;opacity: 0.5;}
  160. #close {position: absolute;font-size: 35px;font-family:georgia;opacity: 0.5;padding-top:5px;margin-left: 240px;{block:if400pxpost}margin-left:340px;{/block:if400pxpost}{block:if250pxpost}margin-left:220px;{/block:if250pxpost}{block:if500pxpost}margin-left:460px;{/block:if500pxpost}}
  161. #source {text-align: center;padding-top: 5px;padding-bottom: 5px;{block:permalinkpage}padding-bottom:10px;{/block:permalinkpage}}
  162.  
  163. .tumblr_audio_player {border: 0px solid {color:border};height: 30px;margin-left: 100px;width: 170px;{block:if250pxpost}width:145px;{/block:if250pxpost}{block:if400pxpost}width:295px;{/block:if400pxpost}{block:if500pxpost}width:395px;{/block:if500pxpost}}
  164. .audioimgwrapper {position: absolute;border: 1px solid {color:border};overflow: hidden;width: 90px;height: 90px;}
  165. .audioimgwrapper img {width: 100%;height: 90px;}
  166. .trackdetails {width: auto;display:inline-block;padding-top:10px;margin-left:100px;min-height: 50px;}
  167. .audiowrapper {position: relative;display:inline-block;}
  168.  
  169.  
  170.  
  171. .bubble {line-height: 20px;padding: 8px 10px;position: relative;display:block;margin-bottom: 1em;min-height: 45p}.portrait {display:inline;border: 1px solid {color:border};border-radius:99px;}
  172. #asker {position:relative;background-color: #000;font-weight:bold;text-align:left;width: 250px;float: right}
  173. #answerer {font-weight:bold;text-align:left;padding-left:25px;}
  174. #question {text-align:left;margin-left: 50px;}
  175. #answer {text-align:left;margin-left: 50px;}
  176.  
  177. #notes {padding:10px;background-color: {color:posts color};font-size: {text:fontsize}px;border-top: 0px solid {color:border};}
  178. ol.notes {list-style: none;padding: 0px 0px 10px 0px;}
  179. ol.notes img {width: 16px;height: 16px;border: 1px solid {color:border};margin-right: 5px; width: 16px; height: 16px;}
  180.  
  181. #nextp {width: 125px;display:block;float:right;padding-right:5px;text-align:right}#previousp {width: 125px;display:block;margin-left: 5px;float:left;padding-right:5px;text-align:left}
  182.  
  183. #s-m-t-tooltip{position:fixed;z-index: -1;color:{color:text};
  184. background:white; width:auto;border: 1px {select:post border}{color:border}; padding:3px;margin-left: 25px; z-index:1000;font-family:12px arial;letter-spacing:0px;text-align:center;text-transform:justify; box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  185.  
  186. .top_button {
  187. display:none;
  188. background:white;
  189. border: 1px solid {color:border};
  190. border-radius: 90px;
  191. padding:15px;
  192. font-size:20px;
  193. font-weight:normal;
  194. text-align:center;
  195. text-transform:uppercase;
  196. position:fixed;
  197. left:340px;
  198. bottom:90px;}
  199.  
  200. /*start of updates tab css by oxygenthemes @ tumblr*/
  201.  
  202. #updatestab {
  203. position:fixed;
  204. text-align:left;
  205. top:30px; /*how far from top*/
  206. left:5px; /*how far from the left - if you want the tab on the right, change margin-left to just "right:20px"*/
  207. z-index:999;
  208.  
  209. width:210px; /*width of tab*/
  210. font-size:9px; /*font size*/
  211. padding:15px;
  212. transition:0.5s ease-in-out;
  213. -webkit-transition:0.5s ease-in-out;
  214. -moz-transition:0.5s ease-in-out;
  215. }
  216.  
  217. .box {
  218. opacity:0;
  219. padding:12px;
  220. letter-spacing:1px;
  221.  
  222. border-radius: 5px;
  223. box-shadow: 0px 0px 0px 0px {color:border};
  224. margin-top:100px;
  225. transition:0.5s ease-in-out;
  226. -webkit-transition:0.5s ease-in-out;
  227. -moz-transition:0.5s ease-in-out;
  228. }
  229.  
  230. .box:hover {
  231. opacity:1;
  232. transition:0.5s ease-in-out;
  233. -webkit-transition:0.5s ease-in-out;
  234. -moz-transition:0.5s ease-in-out;
  235. }
  236. #updatestab:hover .box {
  237. opacity:1;
  238. margin-top:0px;
  239. letter-spacing:0px;
  240. background:#fff; /*background of individual boxes*/
  241. border:2px solid {color:border};
  242. transition:0.5s ease-in-out;
  243. -webkit-transition:0.5s ease-in-out;
  244. -moz-transition:0.5s ease-in-out;
  245. }
  246.  
  247. #updatestab h7 { /*customising the subheadings: you can change the color by choosing an alternative from colorpicker.com*/
  248. font-size:9px;text-transform:uppercase;font-weight:700;
  249. }
  250.  
  251. #updatestab h5 { /*customising the main heading: you can change the color by choosing an alternative from colorpicker.com*/
  252. font-size:8px;text-transform:uppercase;letter-spacing:1px;font-weight:700;
  253.  
  254. }
  255.  
  256. /*end of updates tab css*/
  257.  
  258. #topBar
  259. {
  260. background: url({image:topbar}); /*you can change the top bar background over here*/
  261. width: 100%;
  262. height: 150px;
  263. position: fixed;
  264. top: 0;
  265. z-index:-1;
  266. opacity: 0.9;
  267. border-bottom: 0px solid white;
  268. }
  269.  
  270.  
  271. {CustomCSS}
  272.  
  273. </style>
  274.  
  275.  
  276. <!--start of updates tab-->
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. </head>
  284. <div id="topBar"></div><body>
  285. <div id="wrapper">
  286. <div id="content">
  287.  
  288. <div id="dani">
  289. <div style="border-bottom:0px solid #efefef;background-color:transparent;">
  290.  
  291. <a href="#" class="top_button">▲</a>
  292.  
  293. <div id="sidebar">
  294.  
  295. <div id="pic"><a href="/" title="home"><img src="{image:sidebar}"></a><br>
  296.  
  297. <div id="sid"><center>{description} — <a href="{text:link url}" title="{text:link title}" >{text:link}</a></center></div><br>
  298.  
  299. <center><font family="helvetica"><font size="1px">{block:Pagination}{CurrentPage} of {TotalPages} <br>
  300.  
  301. <span style="position: relative; margin: 10px 0 0 0; font-size: 7pt">{block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}</span> <span style="position: relative; margin: 10px 0 0 0; font-size: 7pt">{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}</span>{/block:Pagination}</font></font></center>
  302. </div>
  303.  
  304.  
  305. </div>
  306.  
  307. {block:Posts}
  308.  
  309. <!-- {block:NoRebloggedFrom}
  310. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  311. {/block:NoRebloggedFrom} -->
  312.  
  313. {block:ContentSource}<!-- {SourceURL}
  314. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  315. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  316. {/block:ContentSource}
  317.  
  318. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  319. <div id="post">
  320.  
  321. {block:Text}
  322. <div id="text">
  323. {block:Title}
  324. <div id="posttitle">{Title}</div>
  325. {/block:Title}
  326. {Body}
  327. </div>
  328. {/block:Text}
  329.  
  330. {block:Photo}
  331. <div class="photo">
  332. <center>{LinkOpenTag}<a href="{Permalink}">{block:ifnot500pxpost}{block:ifnot400pxpost}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{block:if275pxpost}275{block:if275pxpost}{block:if250pxpost}300{/block:if250pxpost}"/>{/block:ifnot400pxpost}{/block:ifnot500pxpost}
  333. {block:ifnot500pxpost}{block:if400pxpost}<img src="{PhotoURL-400}">{/block:if400pxpost}{/block:ifnot500pxpost}
  334. {block:if500pxpost}<img src="{PhotoURL-500}">{/block:if500pxpost}
  335. </a>{LinkCloseTag}</center>
  336.  
  337. {block:Caption}
  338. <div id="text">{Caption}</div>
  339. {/block:Caption}
  340. </div>
  341. {/block:Photo}
  342.  
  343. {block:Panorama}
  344. <div class="post panorama">
  345. {LinkOpenTag}
  346. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  347. {LinkCloseTag}{block:Caption}
  348. <div id="text">{Caption}</div>
  349. {/block:Caption}
  350. </div>
  351. {/block:Panorama}
  352.  
  353. {block:Photoset}
  354. <div class="post photoset">
  355. {Photoset}{block:Caption}
  356. <div id="text">{Caption}</div>
  357. {/block:Caption}
  358. </div>
  359. {/block:Photoset}
  360.  
  361. {block:Link}
  362. <div class="post link">
  363. <a href="{URL}" class="link" {Target}>{Name}</a>
  364. </div>
  365.  
  366. {block:Description}
  367. <div class="description">{Description}</div>
  368. {/block:Description}
  369. </li>
  370. {/block:Link}
  371.  
  372. {block:Quote}<div id="quote"><div id="open">“</div>{Quote}<div id="close">”</div></div><br><div id="source">{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  373.  
  374. {block:Chat}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}<br>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  375.  
  376. {block:Video}
  377. <div class="post video">
  378. <center>{block:ifnot500pxpost}{VideoEmbed-400}{/block:ifnot500pxpost}</center>
  379. {block:if500pxpost}{VideoEmbed-500}{/block:if500pxpost}
  380. {block:Caption}<div id="text">{Caption}</div>{/block:Caption}
  381. </div>
  382. {/block:Video}
  383.  
  384. {block:AudioPlayer}
  385. <div class="audiowrapper">
  386. {block:AlbumArt}
  387. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  388. {/block:AlbumArt}
  389.  
  390. {AudioPlayerWhite}
  391. <div class="trackdetails">
  392. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  393. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  394. {block:Album}Album: {Album}{/block:Album}<br/>
  395. </div>
  396. </div>
  397.  
  398. {block:Caption}{Caption}{/block:Caption}
  399.  
  400.  
  401. {/block:AudioPlayer}
  402.  
  403. {block:Answer}
  404. <table style="border-bottom:1px solid {color:border};padding-bottom:5px;margin-bottom:5px;{block:if250pxpost}width:250px;{/block:if250pxpost}{block:if400pxpost}width:375px;{/block:if400pxpost}{block:if500pxpost}width:500px;{/block:if500pxpost}background-color: {color:post}; border-bottom: 1px dashed {color:border};">
  405. <tr>
  406. <td style="vertical-align:top;width:45px; padding-top: 5px"><a href="{AskerURL}" title="{AskerName}"><img class="portrait" src="{AskerPortraitURL-40}" alt=""></a></td>
  407.  
  408. <td style="vertical-align:top;padding: 10px; padding-left:5px;"><strong><a href="{AskerURL}">{Asker}</a> said:</strong> <br>{Question}</td>
  409. </tr>
  410. </table>
  411.  
  412. <table style="padding-bottom:5px;margin-bottom:5px;{block:if250pxpost}width:250px;{/block:if250pxpost}{block:if400pxpost}width:400px;{/block:if400pxpost}{block:if500pxpost}width500px;{/block:if500pxpost}height:auto; background-color: {color:post};">
  413. <tr>
  414. <td style="vertical-align:top; margin-left: -10px; padding:0px;">{Answer}</td>
  415. </tr>
  416. </table>
  417.  
  418. {/block:Answer}
  419.  
  420. {block:permalinkpage}
  421. {block:Date}
  422. {block:PostNotes}<div id="footie"><div id="notes"><div id="info">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  423. </a> <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  424. {/block:RebloggedFrom} {NoteCountwithLabel}{/block:NoteCount}
  425. <p>
  426. {block:HasTags}<i class="fa fa-tag"></i>{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  427.  
  428. <br><p align="left">{PostNotes}</p></div></div></div>{/block:PostNotes}
  429. {/block:Date}
  430. {/block:permalinkpage}
  431.  
  432. {block:indexpage}<div id="footie">— <a class="date" title="{NoteCountWithLabel}" href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}</a> <a href="{ReblogURL}" title="reblog">(reblog)</a> —</span>
  433. {block:HasTags}<br><i class="fa fa-tag"></i>{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  434.  
  435. {/block:indexpage}
  436.  
  437. </div>
  438. {/block:Posts}
  439. {block:ifinfinitescroll}</div>{/block:ifinfinitescroll}
  440.  
  441. <div id="imageright" style="position:fixed; bottom:-5px; right:-25px; z-index:-1;"><img src="{image:Right Image}" width="500px" style="opacity: 1.0;"></div>
  442.  
  443. <div id="imageleft" style="position:fixed; bottom:{text:left image margin bottom}px; z-index:-1; left:{text:left image margin left}px;"><img src="{image:Left Image}"width="{text:left image width}" style="opacity: 0.8;"></div>
  444.  
  445. <div id="theme" style="position:fixed; z-index:999; right:20px; bottom:20px; font-size:28px; background: white;padding: 15px; border: 1px solid {color:border}; border-radius: 99px;"><a href="http://migurin.tumblr.com/" title="theme by migu">✿</a></div>
  446.  
  447. <div style="position:fixed; z-index:999; font-size:9px; margin-left:-200px; top: 265px;"></font></div>
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement