Advertisement
TheKiller92

overall_header code

Feb 4th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.29 KB | None | 0 0
  1.     <style>
  2. .hcontainer {display: table;padding-bottom: 6px;}
  3. .hrow  {display: table-row;}
  4. .hright, .hmiddle {display: table-cell;padding-right: 10px;}
  5. .hleft{padding-left:9px}
  6.  
  7. #toplogo {
  8.     padding-top: 10px;
  9. }
  10.  
  11. #navlogo {
  12.     text-align:center;
  13.     font-size:157%;
  14.     font-family:Comic Sans MS;
  15.     margin-top: 0!important; /* Overwrites phpbbs h1 property */
  16. }
  17. .google {
  18.     background-image:url('{T_IMAGESET_PATH}/ps_logo3.png');
  19.     background-repeat:no-repeat;
  20.     background-position:center 60%;
  21.     display:block;
  22.     width:716px;
  23.     height:85px;
  24.  
  25. }
  26. .google ins{
  27.     position:static!important;
  28. }
  29.  
  30. .gsearch-box {
  31.     float: right;
  32.     margin-left: 5px;
  33.     margin-top: 3px;
  34. }
  35.  
  36.     </style>
  37.      
  38.      
  39.      
  40.      <div class="hcontainer">
  41.   <div class="hrow">
  42.     <div class="hleft">
  43.                 <div id="toplogo" style="direction: {S_CONTENT_DIRECTION}; ">
  44.                     <a href="./"><img width="327" height="107" title="Rising-Dead" alt="Rising-Dead" src="http://www.rising-dead.com/forums/styles/LOTD/imageset/risingdead_site_logo.png"></a>
  45.                 </div>
  46.     </div>
  47.     <div class="hmiddle">
  48.     <!-- Start Ads -->
  49.      <div class="forabg" style="width:729px!important;margin:0!important;">
  50.         <div class="inner"><span class="corners-top"><span></span></span>
  51.         <ul class="topiclist"><li class="header"><dl class="icon"><dt>Google Ads</dt></dl></li></ul>
  52.          <ul class="topiclist forums">
  53.          <li class="row">
  54.             <dl>
  55.                 <dt title="Google Adsense">
  56.                 <span class="google">
  57.                 ((((Adsense-code-here))))
  58.                 </span>
  59.                 </dt>
  60.             </dl>
  61.          </li>
  62.          </ul><span class="corners-bottom"><span></span></span>
  63.         </div>
  64.      </div>
  65.     <!-- End Ads -->
  66.     </div>
  67.   </div>
  68.  
  69.   <div class="hrow">
  70.     <div class="hleft">
  71.         <h1 id="navlogo">
  72.             <a href="/">Home</a>|
  73.             <a href="/forums/">Forums</a>|
  74.             <a href="{U_Z_LINK}">ZombieLinks</a>|
  75.             <a href="{U_CONTACT}">Contact</a>
  76.         </h1>
  77.     </div>
  78.     <div class="hmiddle">
  79.             ((((Adsense-code-here))))
  80.  
  81.             <form action="/forums/gsearch.php" method="get" class="gsearch-box">
  82.            
  83.             <input type="text" value="" size="30" id="q" name="q" class="searchbox" autocomplete="off" placeholder="Search Rising Dead..."/>
  84.             <input type="image" src="http://www.rising-dead.com/forums/styles/LOTD/theme/images/icon_textbox_search.png" alt="{L_SEARCH}"/>
  85.             </form>
  86.     </div>
  87.   </div>
  88.  
  89. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement