diff options
| author | Phil Crosby | 2014-08-19 13:58:18 -0700 |
|---|---|---|
| committer | Phil Crosby | 2014-08-19 13:58:18 -0700 |
| commit | 435f4494bf6b863ab52b0ae243e4c66b244254fb (patch) | |
| tree | a677eda1f1c9df25f904d667070611066093e2fa | |
| parent | b7c9a148b91b9d9b29d8332dd291f4d519b81044 (diff) | |
| download | vimium-435f4494bf6b863ab52b0ae243e4c66b244254fb.tar.bz2 | |
Revert "Improve fonts and matching character color in CSS"
This reverts commit e93b1b1f36d31a693978a9cc71e10d95ab1fba4a.
Reverting because the experience is poor for Linux users. If we can
patch this to also look nice for Linux users, then win.
| -rw-r--r-- | content_scripts/vimium.css | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index c7c409c5..7998fe5c 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -27,7 +27,7 @@ tr.vimiumReset { cursor: auto; display: inline; float: none; - font-family: "Helvetica Neue", Calibri, "DejaVu Sans", Arial, sans-serif; + font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: inherit; font-style: normal; font-variant: normal; @@ -76,7 +76,7 @@ div.internalVimiumHintMarker { div.internalVimiumHintMarker span { color: #302505; - font-family: "Helvetica Neue", Calibri, "DejaVu Sans", Arial, sans-serif; + font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 11px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); @@ -169,9 +169,7 @@ div#vimiumHelpDialog td.vimiumHelpSectionTitle { font-weight:bold; padding-top:3px; } -div#vimiumHelpDialog div.commandName { - font-family: Menlo, Consolas, "DejaVu Sans Mono", "Courier New", monospace; -} +div#vimiumHelpDialog div.commandName { font-family:"courier new"; } /* Advanced commands are hidden by default until you show them. */ div#vimiumHelpDialog div.advanced { display: none; } div#vimiumHelpDialog div.advanced td:nth-of-type(3) { color: #555; } @@ -179,7 +177,7 @@ div#vimiumHelpDialog a.closeButton { position:absolute; right:7px; top:5px; - font-family: Menlo, Consolas, "DejaVu Sans Mono", "Courier New", monospace; + font-family:"courier new"; font-weight:bold; color:#555; text-decoration:none; @@ -233,7 +231,7 @@ div.vimiumHUD { margin: 0; border: 1px solid #b3b3b3; border-radius: 4px 4px 0 0; - font-family: "Helvetica Neue", Calibri, "DejaVu Sans", Arial, sans-serif; + font-family: "Lucida Grande", "Arial", "Sans"; font-size: 12px; /* One less than vimium's hint markers, so link hints can be shown e.g. for the panel's close button. */ z-index: 99999997; @@ -252,7 +250,7 @@ div.vimiumHUD a:link, div.vimiumHUD a:hover { } div.vimiumHUD a:link.close-button { float:right; - font-family: Menlo, Consolas, "DejaVu Sans Mono", "Courier New", monospace; + font-family:courier new; font-weight:bold; color:#9C9A9A; text-decoration:none; @@ -285,7 +283,7 @@ body.vimiumFindMode ::selection { top: 70px; left: 50%; margin: 0 0 0 -40%; - font-family: "Helvetica Neue", Calibri, "DejaVu Sans", Arial, sans-serif; + font-family: sans-serif; background: #F1F1F1; text-align: left; @@ -298,7 +296,7 @@ body.vimiumFindMode ::selection { #vomnibar input { color: #000; - font-family: "Helvetica Neue", Calibri, "DejaVu Sans", Arial, sans-serif; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 20px; height: 34px; margin-bottom: 0; @@ -365,7 +363,7 @@ body.vimiumFindMode ::selection { padding: 5px; background-color: white; color: black; - font-family: Menlo, Consolas, "DejaVu Sans Mono", "Courier New", monospace; + font-family: monospace; width: 100px; overflow: hidden; } |
