Advertisement
diegocaetanop

Html Ads Oculto

Sep 16th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.    <head>
  4.       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.       <title>Pesquisa</title>
  6.       <style type="text/css">
  7.          <!--
  8.            body {
  9.                 font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  10.                 background-color: #fff;
  11.                 margin: 0;
  12.                 padding: 0;
  13.                 color: #000;
  14.            }
  15.            
  16.            /* ~~ Element/tag selectors ~~ */
  17.            ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
  18.                 padding: 0;
  19.                 margin: 0;
  20.            }
  21.            h1, h2, h3, h4, h5, h6, p {
  22.                 margin-top: 0;   /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  23.                 padding-right: 15px;
  24.                 padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
  25.            }
  26.            a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  27.                 border: none;
  28.            }
  29.            
  30.            /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
  31.            a:link {
  32.                 color:#414958;
  33.                 text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
  34.            }
  35.            a:visited {
  36.                 color: #4E5869;
  37.                 text-decoration: underline;
  38.            }
  39.            a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  40.                 text-decoration: none;
  41.            }
  42.            
  43.            /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
  44.            .container {
  45.                 width: 80%;
  46.                 max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
  47.                 min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
  48.                 background-color: #FFF;
  49.                 margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
  50.            }
  51.            
  52.            /* ~~ This is the layout information. ~~
  53.            
  54.            1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
  55.            
  56.            */
  57.            .content {
  58.                 padding: 10px 0;
  59.            }
  60.            
  61.            /* ~~ This grouped selector gives the lists in the .content area space ~~ */
  62.            .content ul, .content ol {
  63.                 padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
  64.            }
  65.            
  66.            /* ~~ miscellaneous float/clear classes ~~ */
  67.            .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  68.                 float: right;
  69.                 margin-left: 8px;
  70.            }
  71.            .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  72.                 float: left;
  73.                 margin-right: 8px;
  74.            }
  75.            .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
  76.                 clear:both;
  77.                 height:0;
  78.                 font-size: 1px;
  79.                 line-height: 0px;
  80.            }
  81.            -->
  82.       </style>
  83.    </head>
  84.    <body>
  85.       <div class="container">
  86.          <div class="content">
  87.             <br><br><br><br><br><br><br><br><br>
  88.             <center>
  89.             <img border="0" src="http://www.kinoticia.com/images/logos/logo3w.png" width="303" height="125"><br /><br />
  90.             <form action="http://www.google.com.br" id="cse-search-box" target="_parent">
  91.                <div>
  92.                   <input type="hidden" name="cx" value="partner-pub-5167582443749981:3328635158" />
  93.                   <input type="hidden" name="ie" value="UTF-8" />
  94.                   <input id="" class="gbqfif" type="text" name="q" size="55" />
  95.                   <input type="submit" class="gbqfba" name="sa" value="Pesquisa Google" />
  96.                </div>
  97.             </form>
  98.             <center>
  99.          </div>
  100.          <!-- end .container -->
  101.       </div>
  102.       <script language="JavaScript" type="text/javascript"> if (document.all){} else document.captureEvents(Event.MOUSEMOVE); document.onmousemove=mouse;
  103.          function mouse(e) { if (navigator.appName == 'Netscape'){ xcurs = e.pageX; ycurs = e.pageY; }
  104.          else { xcurs = event.clientX; ycurs = event.clientY; }
  105.          document.getElementById('position').style.left = (xcurs+-10)+'px';
  106.          document.getElementById('position').style.top = (ycurs+-30)+'px'; }
  107.       </script>
  108.       <style type="text/css">
  109.          #position { background-color: #CCC; position: absolute; width:160px; height:600px; opacity:0.0; }
  110.       </style>
  111.       <div id="position">CODIGO AQUI RESPEINTANDO COMEΓ‡O > E FIM < </div>
  112.    </body>
  113. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement