User:Zocky/SearchBox.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.
#srBox
{
  background:#EEE;
  border:solid 1px silver;
  padding:0.2em;
  margin:0.2em 0;
  color: black;
}

#srBox td small
{
  white-space: nowrap;
}

#srBox input[type="text"]
{
  background:#FFF;
  border:solid 1px silver;
  width:100%;
  margin:0 1em 0 0;
  color: black;
}

#srBox a
{
  background:#ccf;
  border:solid 1px silver;
  padding:1px 0.3em;
  font-size:90%;
  color:#333;
}

#srBox a:hover
{
  background:#99f;
  color:#fff;
  text-decoration:none;
}

#srBox a:focus
{
  background:#fff;
  color:#33C;
  text-decoration:none;
}