Advertisement
Guest User

Untitled

a guest
May 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.49 KB | None | 0 0
  1.     .gsc-control-cse{
  2.         font-family:Arial, sans-serif;
  3.         border-color:#FFFFFF;
  4.         background-color:#FFFFFF;
  5.     }
  6.     .gsc-control-cse .gsc-table-result{
  7.         font-family:Arial, sans-serif;
  8.     }
  9.     input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus{
  10.         border-color:#D9D9D9;
  11.     }
  12.     .gsc-search-button-v2,.gsc-search-button-v2:hover,.gsc-search-button-v2:focus{
  13.         border-color:#666666;
  14.         background-color:#CECECE;
  15.         background-image:none;
  16.         filter:none;
  17.     }
  18.     .gsc-search-button-v2 svg{
  19.         fill:#FFFFFF;
  20.     }
  21.     .gsc-tabHeader.gsc-tabhInactive{
  22.         border-color:#E9E9E9;
  23.         background-color:#E9E9E9;
  24.     }
  25.     .gsc-tabHeader.gsc-tabhActive{
  26.         border-color:#FF9900;
  27.         border-bottom-color:#FFFFFF;
  28.         background-color:#FFFFFF;
  29.     }
  30.     .gsc-tabsArea{
  31.         border-color:#FF9900;
  32.     }
  33.     .gsc-webResult.gsc-result,.gsc-results .gsc-imageResult{
  34.         border-color:#FFFFFF;
  35.         background-color:#FFFFFF;
  36.     }
  37.     .gsc-webResult.gsc-result:hover,.gsc-imageResult:hover{
  38.         border-color:#FFFFFF;
  39.         background-color:#FFFFFF;
  40.     }
  41.     .gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b{
  42.         color:#0000CC;
  43.     }
  44.     .gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited b,.gs-imageResult a.gs-title:visited,.gs-imageResult a.gs-title:visited b{
  45.         color:#0000CC;
  46.     }
  47.     .gs-webResult.gs-result a.gs-title:hover,.gs-webResult.gs-result a.gs-title:hover b,.gs-imageResult a.gs-title:hover,.gs-imageResult a.gs-title:hover b{
  48.         color:#0000CC;
  49.     }
  50.     .gs-webResult.gs-result a.gs-title:active,.gs-webResult.gs-result a.gs-title:active b,.gs-imageResult a.gs-title:active,.gs-imageResult a.gs-title:active b{
  51.         color:#0000CC;
  52.     }
  53.     .gsc-cursor-page{
  54.         color:#0000CC;
  55.     }
  56.     a.gsc-trailing-more-results:link{
  57.         color:#0000CC;
  58.     }
  59.     .gs-webResult .gs-snippet,.gs-imageResult .gs-snippet,.gs-fileFormatType{
  60.         color:#000000;
  61.     }
  62.     .gs-webResult div.gs-visibleUrl,.gs-imageResult div.gs-visibleUrl{
  63.         color:#008000;
  64.     }.gs-webResult div.gs-visibleUrl-short{
  65.         color:#008000;
  66.     }
  67.     .gs-webResult div.gs-visibleUrl-short{
  68.         display:none;
  69.     }
  70.     .gs-webResult div.gs-visibleUrl-long{
  71.         display:block;
  72.     }
  73.     .gs-promotion div.gs-visibleUrl-short{
  74.         display:none;
  75.     }
  76.     .gs-promotion div.gs-visibleUrl-long{
  77.         display:block;
  78.     }
  79.     .gsc-cursor-box{
  80.         border-color:#FFFFFF;
  81.     }
  82.     .gsc-results .gsc-cursor-box .gsc-cursor-page{
  83.         border-color:#E9E9E9;
  84.         background-color:#FFFFFF;
  85.         color:#0000CC;
  86.     }
  87.     .gsc-results .gsc-cursor-box .gsc-cursor-current-page{
  88.         border-color:#FF9900;
  89.         background-color:#FFFFFF;
  90.         color:#0000CC;
  91.     }
  92.     .gsc-webResult.gsc-result.gsc-promotion{
  93.         border-color:#336699;
  94.         background-color:#FFFFFF;
  95.     }
  96.     .gsc-completion-title{
  97.         color:#0000CC;
  98.     }
  99.     .gsc-completion-snippet{
  100.         color:#000000;
  101.     }
  102.     .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link{
  103.         color:#0000CC;
  104.     }
  105.     .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited{
  106.         color:#0000CC;
  107.     }
  108.     .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover{
  109.         color:#0000CC;
  110.     }
  111.     .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active{
  112.         color:#0000CC;
  113.     }.gs-promotion .gs-snippet,.gs-promotion .gs-title .gs-promotion-title-right,.gs-promotion .gs-title .gs-promotion-title-right *{
  114.         color:#000000;
  115.     }
  116.     .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short{
  117.         color:#008000;
  118.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement