aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content_scripts/vimium.css20
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;
}