Skip to content

Old Google Retro Layout by viv13nne

Details

Authorviv13nne

LicenseNo License

Categorygoogle.com

Created

Updated

Code size986 B

Code checksumc3af4473

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

I have no clue if this does ANYTHING or not, so don't use it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Old Google Retro Layout
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.google.com") {
      /* Insert code here... */
}
body, input, button {
  font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif !important;
  font-size: 12px !important;
}

a {
  color: #0000CC !important;
  text-decoration: underline !important;
}

#gb {
  background: #E0E0E0 !important;
  border-bottom: 1px solid #999 !important;
  padding: 4px 10px !important;
}

#gb a {
  color: #000080 !important;
  font-weight: bold !important;
  font-size: 13px !important;
  margin-right: 15px !important;
}

input, button {
  border-radius: 0px !important;
  border: 1px solid #666 !important;
}

input[type="text"], input[type="search"] {
  border: 1px solid #666 !important;
  background: #fff !important;
}

* {
  font-family: Verdana, Arial, sans-serif !important;
}

Reviews

No reviews yet.