]> git.gir.st - VimFx.git/blob - extension/resources/style.css
Closes #5. Created simple build script. The extension contents are moved into
[VimFx.git] / extension / resources / style.css
1 /* Copied over from vimium project */
2 div.VimFxReset, span.VimFxReset {
3 background: none !important;
4 border: none !important;
5 /*bottom: auto !important;*/
6 box-shadow: none !important;
7 color: black !important;
8 cursor: auto !important;
9 display: inline !important;
10 float: none !important;
11 font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
12 font-size: inherit !important;
13 font-style: normal !important;
14 font-variant: normal !important;
15 font-weight: normal !important;
16 height: auto !important;
17 /*left: auto !important;*/
18 letter-spacing: 0 !important;
19 line-height: 100% !important;
20 margin: 0 !important;
21 max-height: none !important;
22 max-width: none !important;
23 min-height: 0 !important;
24 min-width: 0 !important;
25 opacity: 1 !important;
26 padding: 0 !important;
27 position: static !important;
28 /*right: auto !important;*/
29 text-align: left !important;
30 text-decoration: none !important;
31 text-indent: 0 !important;
32 text-shadow: none !important;
33 text-transform: none !important;
34 /*top: auto !important;*/
35 vertical-align: baseline !important;
36 white-space: normal !important;
37 width: auto !important;
38 z-index: 99999999 !important;
39 }
40
41 div.VimFxHintMarker {
42 position: absolute !important;
43 display: block !important;
44 white-space: nowrap !important;
45 overflow: hidden !important;
46 font-size: 11px !important;
47 padding: 0px 3px 0px 3px !important;
48 box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3) !important;
49 background-color: #AEDC3A !important;
50 border: solid 1px #2B95B0 !important;
51 border-radius: 5px !important;
52 }
53
54 div.VimFxHiddenHintMarker > span {
55 display: none !important;
56 }
57
58 div.VimFxHintMarker > span {
59 color: #303030 !important;
60 font-family: Helvetica, Arial, sans-serif !important;
61 font-weight: bold !important;
62 font-size: 11px !important;
63 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
64 }
65
66 div.VimFxHintMarker > span.VimFxCharMatch {
67 color: #FFFFFF !important;
68 }
Imprint / Impressum