User:Csewiki/csewiki.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url(//www.google.com/uds/css/gsearch.css);
 
  /* Disable built in search forms */
  .gsc-control form.gsc-search-box {
    display : none;
    width : 300px;
  }
 
  /* restrict global search form width */
  #search_control_tabbed {
    width : 600px;
  }
 
  div .gsc-control {
    width : 100%;
  }
 
  .gsc-tabsArea {
    clear : none;
  }
 
  .gsc-resultsHeader {
    clear : none;
  }
 
  .gsc-results {
    clear : none;
    line-height:normal;
  }
 
  /* disable twiddle and size selectors for top section */
  #search_control_tabbed .gsc-twiddle {
    background-image : none;
  }
 
  #search_control_tabbed .gsc-resultsHeader .gsc-title {
    padding-left : 0px;
    font-weight : bold;
    font-size : 14px;
  }
 
  #search_control_tabbed .gsc-resultsHeader div.gsc-results-selector {
    display : none;
  }
 
  #search_control_tabbed .gsc-resultsRoot {
    padding-top : 6px;
  }
 
  #search_control_tabbed .gsc-ad-box {
    display : none;
  }
 
  /* long form visible urls should be on */
  .gsc-webResult div.gs-visibleUrl-long {
    display : block;
  }
 
  .gsc-webResult div.gs-visibleUrl-short {
    display : none;
  }
 
  .gs-result .gs-title, .gs-result .gs-title * {
    color:#002BB8;
  }
 
  .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color:#999999;
  }
 
  .gsc-resultsHeader {
    border-bottom:1px solid #AAAAAA;
  }
 
  .gsc-resultsHeader .gsc-title {
    color:#000000;
  }
 
  .gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
    color:#002BB8;
  }
 
  .cse-clear-button {
    cursor:pointer;
    margin-left:4px;
    margin-right:4px;
    padding-left:0px;
    text-align:right;
    color:#666666;
    font-size:95%;
    vertical-align:middle;
  }

/* Make sure the original searchfield does not show */ 
#search_control_tabbed .gsc-search-box {
  display: none !important;
}