aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2016-04-19 06:57:45 +0100
committerStephen Blott2016-04-22 14:50:00 +0100
commitcfad0ded611149b2757baa19fbac587a7d4f210d (patch)
treefd766253a21e0a3c0ce239a2c337ca4a0e3665ff /content_scripts
parent761c5697aa3a33565a53f5a9656069054df39f12 (diff)
downloadvimium-cfad0ded611149b2757baa19fbac587a7d4f210d.tar.bz2
Help dialog: increase size and make white background.
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/vimium.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 522b9b1c..ac683798 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -154,8 +154,8 @@ iframe.vimiumHelpDialogFrame {
div#vimiumHelpDialog {
border:3px solid;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px;
- opacity:0.92;
- background-color:#eee;
+ opacity:1.0;
+ background-color:white;
position:fixed;
border:2px solid #b3b3b3;
border-radius:6px;
@@ -194,6 +194,9 @@ div.vimiumColumn table, div.vimiumColumn td, div.vimiumColumn tr { padding:0; ma
div.vimiumColumn table { width:100%; table-layout:auto; }
div.vimiumColumn td { vertical-align:top; padding:1px; }
div#vimiumHelpDialog div.vimiumColumn tr > td:first-of-type {
+ /* This is the "key" column, e.g. "j", "gg". */
+ font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size:14px;
text-align:right;
font-weight:bold;
color:#2f508e;
@@ -204,13 +207,19 @@ div#vimiumHelpDialog div.vimiumColumn tr > td:nth-of-type(3) { width:100%; }
div#vimiumHelpDialog div.vimiumDivider {
display: block;
height:1px;
- width:92%;
+ width:100%;
margin:10px auto;
background-color:#9a9a9a;
}
div#vimiumHelpDialog td.vimiumHelpSectionTitle {
- font-weight:bold;
padding-top:3px;
+ font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size:16px;
+ font-weight:bold;
+}
+div#vimiumHelpDialog td.vimiumHelpDescription {
+ font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size:14px;
}
div#vimiumHelpDialog div.commandName { font-family:"courier new"; }
/* Advanced commands are hidden by default until you show them. */