Advertisement
proezas

Theme 02

May 28th, 2015
3,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME FEITO POR PROEZAS.
  8. POR FAVOR, NÃO COPIE
  9.  
  10. -->
  11.  
  12. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <meta name="viewport" content="width=device-width, maximum-scale=2.0" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  17. <link rel="shortcut icon" href="{Favicon}">
  18.  
  19. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/wareqe6/azNm9h22j/reset.css" />
  20. <script type="text/javascript" src="http://static.tumblr.com/wareqe6/V2nma080l/jquery-min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/wareqe6/MSxm3xqqd/masonry-scroll.js"></script>
  22.  
  23. {block:ifParagraphWebFont}<link href="http://fonts.googleapis.com/css?family={text:Paragraph Web Font}" rel="stylesheet" type="text/css" />{/block:ifParagraphWebFont}
  24. {block:ifHeadingWebFont}<link href="http://fonts.googleapis.com/css?family={text:Heading Web Font}" rel="stylesheet" type="text/css" />{/block:ifHeadingWebFont}
  25. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  26.  
  27. <!-- // Theme Variables // -->
  28.  
  29. <meta name="image:Background" content="" />
  30.  
  31. <meta name="color:Titulo" content="#666666" />
  32. <meta name="color:Background" content="#f5f5f5" />
  33. <meta name="color:Text" content="#666666" />
  34. <meta name="color:Link" content="#777777" />
  35. <meta name="color:Link Hover" content="#000000" />
  36. <meta name="color:Article" content="#FFFFFF" />
  37. <meta name="color:Scrollbar" content="#000000" />
  38.  
  39. <meta name="if:Infinite Scrolling" content="1" />
  40. <meta name="if:Description" content="1" />
  41. <meta name="if:Show Like Button" content="1" />
  42. <meta name="if:Show Titulo" content="1" />
  43. <meta name="if:Rolagem Suave" content="1"/>
  44.  
  45. <meta name="text:Titulo" content="Your title will be here" />
  46.  
  47. <meta name="text:Link1" content="/" />
  48. <meta name="text:Link1 Title" content="link" />
  49. <meta name="text:Link2" content="/" />
  50. <meta name="text:Link2 Title" content="link" />
  51. <meta name="text:Link3" content="/" />
  52. <meta name="text:Link3 Title" content="link" />
  53. <meta name="text:Link4" content="/" />
  54. <meta name="text:Link4 Title" content="link" />
  55. <meta name="text:Link5" content="" />
  56. <meta name="text:Link5 Title" content="" />
  57. <meta name="text:Link6" content="" />
  58. <meta name="text:Link6 Title" content="" />
  59.  
  60. <!-- // Theme Variables // -->
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Amatic+SC|Alex+Brush|Archivo+Narrow|Bad+Script|Baumans|Bonbon|Butterfly+Kids|Cedarville+Cursive|Carrois+Gothic|Cookie|Cedarville+Cursive|Dancing+Script|Dosis|Electrolize|Euphoria+Script|Gloria+Hallelujah|Handlee|Italianno|Kaushan+Script|Leckerli+One|Lora:400italic|Lobster+Two|Medula+One|Miniver|Muli|Niconne|Open+Sans:400,300|Orienta|Patrick+Hand+SC|Pacifico|Playball|Pompiere|Ropa+Sans|Rouge+Script|Roboto+Condensed|Sacramento|Satisfy|Tangerine|Ubuntu|Vampiro+One|Wellfleet|Yanone+Kaffeesatz|Yesteryear' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. /* ROLAGEM */
  68.  
  69. ::-webkit-scrollbar{height: 3px;
  70. width: 4px;
  71. -webkit-border-radius: 0px;
  72. background:transparent }
  73. ::-webkit-scrollbar-thumb{background-color:{color:Scrollbar};
  74. }
  75. ::-webkit-scrollbar-track{background:transparent;
  76. }
  77.  
  78. /* FIM DA ROLAGEM */
  79.  
  80.  
  81. iframe#tumblr_controls {
  82. right:6px !important;
  83. position: fixed !important;
  84. -webkit-filter:invert(100%);
  85. }
  86.  
  87.  
  88. body {
  89. background:{color:Background} url('{image:Background}') fixed no-repeat;
  90. background-size:cover;
  91. font-family: 'garamond';
  92. font-size: 14px;
  93. line-height: 1.6;
  94. color: {color:Text};
  95. -webkit-font-smoothing: antialiased; }
  96.  
  97. /* // Minor Adjustments // */
  98. #tumblr_controls, .photobie_directory_button { position: fixed !important; }
  99.  
  100. a, a:link, a:active, a:visited { color: {color:Link}; text-decoration: none;
  101. -webkit-transition: all 1s ease-in-out;
  102. -moz-transition: all 1s ease-in-out;
  103. -o-transition: all 1s ease-in-out;
  104. -ms-transition: all 1s ease-in-out;
  105. transition: all 1s ease-in-out; }
  106. a:hover { color: {color:Link Hover}; text-decoration: none;
  107. -webkit-transition: all 1s ease-in-out;
  108. -moz-transition: all 1s ease-in-out;
  109. -o-transition: all 1s ease-in-out;
  110. -ms-transition: all 1s ease-in-out;
  111. transition: all 1s ease-in-out; }
  112.  
  113. p { margin-bottom: 0.5em; }
  114. p:last-child { margin-bottom: 0; }
  115. ul li,ol li,li,code,pre,blockquote { margin: 0.5em 0 0.5em 1em; }
  116. strong, b { font-weight: bold; }
  117. em, i { font-style: italic; }
  118. strike, del { text-decoration: line-through; }
  119. ::selection, ::-moz-selection { background: {color:Paragraph}; color: {color:Article}; }
  120.  
  121. /* // Post Corrections and Limits // */
  122. .text iframe, .text embed { width: 250px; }
  123. .text img { max-width: 250px; }
  124. .video embed, .video iframe { width: 250px;}
  125. .quote h1:before { content: "\201C"; }
  126. .quote h1:after { content: "\201D"; }
  127. .link h1 a { text-decoration: none; }
  128.  
  129. /* // Tumblr Post Details // */
  130. article.information ul { margin: 0; }
  131. article.information ul li { margin: 0.5em 0; }
  132.  
  133. /* // Tumblr Notes Adjustments // */
  134. article.postnotes ol.notes { margin: 0; }
  135. article.postnotes li.note { margin: 0.5em 0; }
  136. article.postnotes li.note img.avatar { display: none; }
  137.  
  138. /* // CSS3 // */
  139.  
  140. #article-controls {
  141. -webkit-transition: all 1s ease-in-out;
  142. -moz-transition: all 1s ease-in-out;
  143. -o-transition: all 1s ease-in-out;
  144. -ms-transition: all 1s ease-in-out;
  145. transition: all 1s ease-in-out;
  146. }
  147.  
  148. {block:ifShadowAmount}
  149. article {
  150. -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, {text:Shadow Amount});
  151. box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, {text:Shadow Amount});
  152. }{/block:ifShadowAmount}
  153.  
  154. a, a:link, a:visited, a:active, a:hover, #article-controls {
  155. -webkit-transition: all 175ms ease-out;
  156. -moz-transition: all 175ms ease-out;
  157. transition: all 175ms ease-out;
  158. }
  159.  
  160.  
  161. article, .button1 {
  162. -webkit-border-radius: 4px;
  163. border-radius: 4px;
  164. }
  165.  
  166. /* // Layout // */
  167. #wrapper {
  168. margin: 0 auto;
  169. width: 870px;
  170. }
  171.  
  172. header {
  173. position: relative;
  174. margin: 0;
  175. padding: 10px;
  176. width: 850px;
  177. text-align: center;
  178. }
  179.  
  180. #links ul { list-style-type: none; width: 850px; }
  181. #links ul li { display: inline-block; }
  182. #links ul li a { padding: 5px 0px; font-family:'Baumans'; }
  183.  
  184. article {
  185. position: relative;
  186. float: left;
  187. margin: 10px;
  188. padding: 10px;
  189. width: 250px;
  190. word-wrap: break-word;
  191. word-break: break-word;
  192. background: {color:Article};
  193. min-height: 42px;
  194. }
  195.  
  196. /* // Article Controls // */
  197. #article-controls {
  198. position: absolute;
  199. top: 20px;
  200. left: 20px;
  201. z-index: 99;
  202. width: 230px;
  203. height: 22px;
  204. opacity: 0;
  205. -webkit-opacity: 0;
  206. -moz-opacity: 0;
  207. }
  208.  
  209. article:hover #article-controls {
  210. opacity: 1;
  211. -moz-opacity: 1;
  212. -webkit-opacity: 1;
  213. }
  214.  
  215. #left {
  216. position: relative;
  217. float: left;
  218. width: 230px;
  219. margin-left: -3px;
  220. }
  221.  
  222. #right {
  223. position: relative;
  224. float: left;
  225. margin-top: 3px;
  226. width: 230px;
  227. margin-left: -3px;
  228. }
  229.  
  230. .button2 a {
  231. display: inline-block;
  232. box-sizing: border-box;
  233. padding: 0 5px;
  234. height: 22px;
  235. border-width: 1px;
  236. border-style: solid;
  237. border-color: rgba(0, 0, 0, 0.25);
  238. -webkit-border-radius: 2px;
  239. border-radius: 2px;
  240. background-color: rgba(0, 0, 0, 0.35);
  241. background-position: center center;
  242. background-repeat: no-repeat;
  243. color: #EFEFEF;
  244. text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
  245. font-size: 12px;
  246. line-height: 22px;
  247. float: left;
  248. margin-left: 3px;
  249. }
  250.  
  251. .button2.like a { background-image: url('http://static.tumblr.com/wareqe6/RBUmbak5b/like.png'); cursor: pointer; }
  252. .button2.reblog a { margin-right: 0; background-image: url('http://static.tumblr.com/wareqe6/gRmmbak5o/reblog.png'); cursor: pointer; }
  253.  
  254. /* // Pagination // */
  255. #pagination {
  256. width: 850px;
  257. text-align: center;
  258. padding: 10px;
  259. }
  260.  
  261. a.button1 {
  262. display: inline-block;
  263. box-sizing: border-box;
  264. margin: 0 10px;
  265. padding: 5px 10px;
  266. border-width: 1px;
  267. border-style: solid;
  268. border-color: rgb(101, 107, 115);
  269. background-color: rgba(0,0,0,0);
  270. background-image: -webkit-linear-gradient(top, rgb(170, 170, 175) 0px, rgb(130,130,125) 100%);
  271. background-clip: border-box;
  272. background-origin: padding-box;
  273. box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px 0px inset;
  274. color: rgb(255, 255, 255);
  275. text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
  276. font-weight: bold;
  277. }
  278.  
  279. a.button1:hover { background-image: -webkit-linear-gradient(top, rgb(175, 175, 180) 0px, rgb(135,135,130) 100%); }
  280. a.button1:active { background-image: -webkit-linear-gradient(top, rgb(130,130,125) 0px, rgb(170, 170, 175) 100%); }
  281.  
  282.  
  283. .titulo1 {overflow: hidden; margin:8px; color:{color:text}; text-align:justify; font-style:italic; letter-spacing:0px; font-family:'Lora'; font-size:12px; line-height: 21px;}
  284. .titulo2 {text-align:right; font-style:italic; letter-spacing:0px; margin:8px; margin-bottom:0px; margin-top:0px; font-family:'Lora'; font-size:12px; padding:4px; line-height:20px; border-top:1px solid #EEEEEE; color:{color:Text};}
  285. .titulo2 a {color:{color:Text};}
  286. .titulo2 b,strong {font-weight:normal; color:{color:Text};}
  287. .titulo2 i,em {font-style:normal; color:{color:Text};}
  288.  
  289.  
  290. .titulo1:first-letter {font-size:15px; font-weight:bold; font-family: 'Miniver'; font-style:normal;}
  291.  
  292. .admirando1 {padding:5px; background:#eee; font-family:'Baumans'; font-size:12px;}
  293. .admirando1 b{font-family:'Baumans'; letter-spacing:1px; text-transform:uppercase; font-size:10px; font-weight:normal;}
  294. .admirando2 {width:0; height:0; margin-left:45px; border-right: 15px solid transparent; border-top: 15px solid #eee; float:left;}
  295. .admirando3{margin-top:-20px;}
  296. .admirando3 img{float:left; margin-left:-55px; margin-top:-5px; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px;}
  297. .admirando4 {margin-top:-10px; font-family:'Lora'; font-size:12px; font-style:italic; margin-left:25px; text-align:justify;}
  298.  
  299. @-webkit-keyframes fadeIn {
  300. 0% { opacity: 0; }
  301. 100% { opacity: 1; }
  302. }
  303. @-moz-keyframes fadeIn {
  304. 0% { opacity: 0;}
  305. 100% { opacity: 1; }
  306. }
  307. @-o-keyframes fadeIn {
  308. 0% { opacity: 0; }
  309. 100% { opacity: 1; }
  310. }
  311. @keyframes fadeIn {
  312. 0% { opacity: 0; }
  313. 100% { opacity: 1; }
  314. }
  315.  
  316. .fadeIn {
  317. -webkit-animation: fadeIn 3s ease-in-out;
  318. -moz-animation: fadeIn 3s ease-in-out;
  319. -o-animation: fadeIn 3s ease-in-out;
  320. animation: fadeIn 3s ease-in-out;
  321. }
  322.  
  323.  
  324. /* // Custom User CSS // */
  325. {CustomCSS}
  326. </style>
  327.  
  328. {block:IfRolagemSuave}<script type='text/javascript' src='http://static.tumblr.com/dxaermv/Pp0n930hq/scroll_suave.js'></script>{/block:IfRolagemSuave}
  329.  
  330. </head>
  331. <body ondragstart='return false' class="fadeIn">
  332.  
  333. <div id="wrapper">
  334. <header>
  335. <br><a style="font-family: 'Coming Soon', cursive; text-transform:uppercase; font-size:30px; color:{color:Titulo};" href="/">{block:ifShowTitulo}{text:Titulo}{/block:ifShowTitulo}</a>
  336.  
  337. <br>
  338.  
  339. <div id="links">
  340. <ul>
  341. {block:IfLink1}<li><a href="{text:Link1}">{text:Link1 Title}</a></li>{/block:IfLink1}
  342. {block:IfLink2}<li><a href="{text:Link2}">{text:Link2 Title}</a></li>{/block:IfLink2}
  343. {block:IfLink3}<li><a href="{text:Link3}">{text:Link3 Title}</a></li>{/block:IfLink3}
  344. {block:IfLink4}<li><a href="{text:Link4}">{text:Link4 Title}</a></li>{/block:IfLink4}
  345. {block:IfLink5}<li><a href="{text:Link5}">{text:Link5 Title}</a></li>{/block:IfLink5}
  346. {block:IfLink6}<li><a href="{text:Link6}">{text:Link6 Title}</a></li>{/block:IfLink6}
  347. </ul>
  348. </div>
  349.  
  350. {block:ifDescription}<a style="font-family:Baumans; font-size:13px; color:{color:text}">{Description}</a>{/block:ifDescription}<br><br>
  351. </header>
  352. <section>
  353. {block:Posts}
  354. <article class="{PostType}">
  355. {block:Text}
  356. <h1>{Title}</h1>
  357. {Body}
  358. {/block:Text}
  359.  
  360. {block:Quote}<div class="titulo1">{Quote}</div>
  361. <div class="titulo2">{Source}</div>{/block:Quote}
  362.  
  363. {block:Link}
  364. <h1><a href="{URL}">{Name}</a></h1>
  365. {block:Description}{Description}{/block:Description}
  366. {/block:Link}
  367.  
  368. {block:Audio}
  369. {AudioPlayerBlack}
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:Audio}
  372.  
  373. {block:Answer}<div class="admirando1"><b>{Asker}:</b> {Question}</div>
  374. <div class="admirando2"></div><br>
  375. <div class="admirando3"><img src="{AskerPortraitURL-40}"></div>
  376. <div class="admirando4"><br>{Answer}</div>{/block:Answer}
  377.  
  378. {block:Chat}
  379. {block:Title}<h1>{Title}</h1>{/block:Title}
  380. {block:Lines}<p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</p>{/block:Lines}
  381. {/block:Chat}
  382.  
  383. {block:Photo}
  384. <img src="{PhotoURL-250}" width="250" alt="{PhotoAlt}" />
  385. {block:PermalinkPage}
  386. {block:Caption}{Caption}{/block:Caption}
  387. {/block:PermalinkPage}
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. {Photoset-250}
  392. {block:PermalinkPage}
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:PermalinkPage}
  395. {/block:Photoset}
  396.  
  397. {block:Video}
  398. {Video-250}
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Video}
  401.  
  402. {block:IndexPage}
  403. <div id="article-controls">
  404. <div id="left">
  405.  
  406. </div>
  407.  
  408. <div id="right">
  409. <div class="button2 reblog">
  410. <a href="{ReblogURL}" onclick="$(this).css('background-image', 'url(http://static.tumblr.com/wareqe6/o33mbbp0i/reblogged.png)'); $(this).attr('onclick', '')" target="_blank">
  411. <img src="http://assets.tumblr.com/images/x.gif" width="18" height="18" alt="(R)" />
  412. </a>
  413. </div>
  414.  
  415. {block:ifShowLikeButton}<div class="button2 like">
  416. <a onclick="Like('{PostID}','{ReblogURL}',this); $(this).css('background-image', 'url(http://static.tumblr.com/wareqe6/4A1mbbozb/liked.png)'); $(this).attr('onclick', '')" target="_self">
  417. <img src="http://assets.tumblr.com/images/x.gif" width="18" height="18" alt="(L)" />
  418. </a>
  419. </div>{/block:ifShowLikeButton}
  420.  
  421. <div class="button2 notes">
  422. <a href="{Permalink}" title="{lang:This post has NoteCount notes}" id="n_{PostID}">
  423. {NoteCount}
  424. </a>
  425. </div>
  426. </div>
  427. </div>
  428. {/block:IndexPage}
  429. </article>
  430.  
  431. {block:PermalinkPage}
  432. {block:Date}
  433. <article class="information">
  434. <ul>
  435. {block:NoteCount}<li>{lang:This post has NoteCount notes}</li>{/block:NoteCount}
  436. <li>{lang:Posted at FormattedTime}</li>
  437. <li>{lang:Posted on DayOfWeek Month DayOfMonthWithSuffix}</li>
  438. {block:HasTags}<li>{lang:Tagged with}&#59; {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</li>{/block:HasTags}
  439. {block:RebloggedFrom}<li>{lang:Reblogged from}&#59; <a href="{ReblogParentURL}">{ReblogParentName}</a></li>{/block:RebloggedFrom}
  440. {block:ContentSource}<li>{lang:Source}&#59; <a href="{SourceURL}">
  441. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">{/block:SourceLogo}
  442. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  443. </a></li>{/block:ContentSource}
  444. </ul>
  445. </article>
  446. {/block:Date}
  447. {/block:PermalinkPage}
  448.  
  449. {block:PermalinkPage}
  450. {block:PostNotes}
  451. <article class="postnotes">
  452. {PostNotes}
  453. </article>
  454. {/block:PostNotes}
  455. {/block:PermalinkPage}
  456. {/block:Posts}
  457. </section>
  458.  
  459. {block:Pagination}
  460. <div id="pagination">
  461. {block:PreviousPage}
  462. <a href="{PreviousPage}" class="button1 previous">{lang:Previous}</a>
  463. {/block:PreviousPage}
  464. {block:NextPage}
  465. <a href="{NextPage}" class="button1 next">{lang:Next}</a>
  466. {/block:NextPage}
  467. </div>
  468. {/block:Pagination}
  469. </div>
  470.  
  471. <script type="text/javascript">
  472. // Preload and Cache Images
  473. function preload(arrayOfImages) {
  474. $(arrayOfImages).each(function(){
  475. $('<img/>')[0].src = this;
  476. });
  477. }
  478.  
  479. preload([
  480. 'http://static.tumblr.com/wareqe6/4A1mbbozb/liked.png',
  481. 'http://static.tumblr.com/wareqe6/o33mbbp0i/reblogged.png',
  482. ]);
  483.  
  484. {block:IndexPage}
  485. // jQuery Masonry and Endless Scrolling (optional)
  486. $(function(){var $container =
  487.    $('section').css({ opacity: 0 });
  488.    $container.imagesLoaded(function(){
  489.        $container.animate({ opacity: 1 });
  490.        $container.masonry({ itemSelector:'article' });
  491.    {block:ifInfiniteScrolling}
  492. $container.infinitescroll({
  493.        navSelector: '#pagination',
  494.        nextSelector: '.next',
  495.        itemSelector: 'article',
  496.        loading: {
  497.            img: 'http://assets.tumblr.com/images/x.gif',
  498. msgText: '',
  499.            donetext: ''
  500.        }},
  501.        function( newElements ) { var $newElems =
  502.            $( newElements ).css({
  503.                opacity: 0
  504.            });
  505.            $newElems.imagesLoaded(function(){
  506.                $newElems.animate({
  507.                    opacity: 1
  508.            });
  509.            $container.masonry( 'appended', $newElems, true );
  510.        });
  511.    });
  512. {/block:ifInfiniteScrolling}
  513.   });
  514. });
  515.  
  516. {block:ifShowLikeButton}
  517. // Like Posts Controller Loader
  518. function Like(sPostID,sReblogID,obj) {
  519. sReblogID = sReblogID.replace("http://","");
  520. var sArray = sReblogID.split("/");
  521. document.getElementById("controller").setAttribute("src","http://www.tumblr.com/like/" + sArray[3] + "?id=" + sPostID);
  522. document.getElementById("n_" + sPostID).innerHTML = parseInt(document.getElementById("n_" + sPostID).innerHTML) + 1;
  523. }
  524. {/block:ifShowLikeButton}
  525. {/block:IndexPage}
  526. </script>
  527.  
  528. {block:IndexPage}{block:ifShowLikeButton}
  529. <iframe id="controller" width="0" height="0" style="visibility: hidden;" frameborder="0"></iframe>
  530. {/block:ifShowLikeButton}{/block:IndexPage}
  531.  
  532. <a style="position:fixed; color:#fff; left:5px;background:rgba(0,0,0,0.2);border-radius:40px;width:20px;height:20px;line-height:20px;text-align:center;top:5px;font-family:georgia;font-weight:bold;font-size:10px;" href="http://proezas.tumblr.com" rel="créditos" class="poplight" title="Theme by Proezas.">P</a>
  533.  
  534. <div style="bottom:0px; right:-10px; position:fixed; opacity:0;">
  535. <script language="JavaScript">
  536. var ref = (''+document.referrer+'');
  537. var w_h = window.screen.width + " x " + window.screen.height;
  538. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3881250&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  539. </script>
  540. </div>
  541.  
  542. </body>
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement