]> git.gir.st - VimFx.git/blob - resources/vimff.css
hints are finally showing up on the pages. currently they are displayed for all the...
[VimFx.git] / resources / vimff.css
1 /* Copied over from vimium project */
2 .vimffReset,
3 div.vimffReset,
4 span.vimffReset,
5 table.vimffReset,
6 a.vimffReset,
7 a:visited.vimffReset,
8 a:link.vimffReset,
9 a:hover.vimffReset,
10 td.vimffReset,
11 tr.vimffReset
12 {
13 background: none;
14 border: none;
15 bottom: auto;
16 box-shadow: none;
17 color: black;
18 cursor: auto;
19 display: inline;
20 float: none;
21 font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif;
22 font-size: inherit;
23 font-style: normal;
24 font-variant: normal;
25 font-weight: normal;
26 height: auto;
27 left: auto;
28 letter-spacing: 0;
29 line-height: 100%;
30 margin: 0;
31 max-height: none;
32 max-width: none;
33 min-height: 0;
34 min-width: 0;
35 opacity: 1;
36 padding: 0;
37 position: static;
38 right: auto;
39 text-align: left;
40 text-decoration: none;
41 text-indent: 0;
42 text-shadow: none;
43 text-transform: none;
44 top: auto;
45 vertical-align: baseline;
46 white-space: normal;
47 width: auto;
48 z-index: 99999999;
49 }
50
51 div.vimffHintMarker {
52 position: absolute;
53 display: block;
54 top: -1px;
55 left: -1px;
56 white-space: nowrap;
57 overflow: hidden;
58 font-size: 11px;
59 padding: 1px 3px 0px 3px;
60 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),color-stop(100%,#FFC542));
61 border: solid 1px #C38A22;
62 border-radius: 3px;
63 box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
64 background-color: yellow;
65 }
66
67 div > .vimiumHintMarker > .matchingCharacter {
68 }
69
70
71 div.vimffHintMarker span {
72 color: #302505;
73 font-family: Helvetica, Arial, sans-serif;
74 font-weight: bold;
75 font-size: 11px;
76 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
77 }
78
79 div.vimffHintMarker > span.vimffCharMatch {
80 color: #D4AC3A;
81 }
Imprint / Impressum