]> git.gir.st - VimFx.git/blob - extension/resources/style.css
Closes #36, closes #42, closes #85.
[VimFx.git] / extension / resources / style.css
1 /* Copied over from vimium project */
2 .VimFxReset {
3 background: none !important;
4 border: none !important;
5 /*bottom: auto !important;*/
6 box-shadow: none !important;
7 color: WindowText !important;
8 cursor: auto !important;
9 display: inline !important;
10 float: none !important;
11 font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans" !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 float: none !important;
40 }
41
42 /* Find */
43
44 input.VimFxNotFound#VimFxFindInput {
45 color: red !important;
46 }
47
48 input#VimFxFindInput {
49 position: fixed !important;
50 bottom: 2px !important;
51 right: 2px !important;
52 font-size: 13px !important;
53 min-width: 200px !important;
54 background: white !important;
55 border: solid 1px ThreeDShadow !important;
56 border-radius: 3px 3px 0 0 !important;
57 padding: 4px 4px 6px !important;
58 }
59
60 /* Markers */
61
62 div.VimFxHintMarker {
63 position: absolute !important;
64 display: block !important;
65 white-space: nowrap !important;
66 overflow: hidden !important;
67 font-size: 12px !important;
68 padding: 1px 2px 0 2px !important;
69 box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3) !important;
70 background-color: #FFD76E !important;
71 border: solid 1px #E1BA53 !important;
72 border-radius: 2px !important;
73 }
74
75 div.VimFxHiddenHintMarker > span {
76 display: none !important;
77 }
78
79 div.VimFxHintMarker > span {
80 color: #302505 !important;
81 font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans" !important;
82 font-weight: bold !important;
83 font-size: 12px !important;
84 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
85 }
86
87 div.VimFxHintMarker > span.VimFxCharMatch {
88 color: #ffa22a !important;
89 }
90
91 /* Help Dialog */
92
93 div#VimFxHelpDialog {
94 opacity:0.92 !important;
95 background-color: Window !important;
96 position:fixed !important;
97 border-radius:3px !important;
98 padding:15px 30px !important;
99 width:700px !important;
100 left:50% !important;
101 /* This needs to be 1/2 width to horizontally center the help dialog */
102 margin-left:-380px !important;
103 top:30px !important;
104 box-shadow: rgba(1, 2, 1, 0.4) 0px 0px 6px !important;
105 overflow-y: auto !important;
106 z-index:99999998 !important;
107 font-size: 15px !important;
108 max-height: 80% !important;
109 }
110
111 div#VimFxHelpDialog .VimFxTitle {
112 font-size: 30px !important;
113 line-height: 130% !important;
114 display: block !important;
115 float: left !important;
116 }
117
118 div#VimFxHelpDialog .VimFxClearFix {
119 clear: both !important;
120 float: none !important;
121 display: block !important;
122 visibility: hidden !important;
123 height: 0 !important;
124 }
125
126 div#VimFxHelpDialog .VimFxTitleVim {
127 color: darkgreen !important;
128 }
129
130 div#VimFxHelpDialog .VimFxTitleFx {
131 color: darkred !important;
132 }
133
134 div#VimFxHelpDialog .VimFxVersion {
135 float: right !important;
136 position: absolute !important;
137 top: 20px !important;
138 right: 100px !important;
139 font-size: 12px !important;
140 }
141
142 div#VimFxHelpDialog .VimFxClose {
143 float: right !important;
144 font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans" !important;
145 position: absolute !important;
146 right: 20px !important;
147 top: 20px !important;
148 font-size: 20px !important;
149 cursor: pointer !important;
150 }
151
152 div#VimFxHelpDialog .VimFxSocial {
153 float: left !important;
154 }
155
156 div#VimFxHelpDialog .VimFxColumn {
157 width: 46% !important;
158 margin: 0 0 0 8% !important;
159 float: left !important;
160
161 margin-bottom: 10px !important;
162 }
163
164 div#VimFxHelpDialog .VimFxColumn:first-child
165 { margin: 0 !important;}
166
167 div#VimFxHelpDialog .VimFxSectionTitle {
168 display: block !important;
169 font-size: 15px !important;
170 font-weight: bold !important;
171 line-height: 140% !important;
172 text-transform: uppercase !important;
173 margin: 30px 0 10px 0 !important;
174
175 }
176
177 div#VimFxHelpDialog table.VimFxReset {
178 display: table !important;
179 table-layout: auto !important;
180 }
181
182 div#VimFxHelpDialog tr.VimFxReset {
183 display: table-row !important;
184 }
185
186 div#VimFxHelpDialog td.VimFxReset {
187 display: table-cell !important;
188 padding-top: 2px !important;
189 padding-bottom: 4px !important;
190 line-height: 15px !important;
191
192 }
193
194 div#VimFxHelpDialog td.VimFxSequence {
195 min-width:50px !important;
196 text-align: right !important;
197 padding-right:5px !important;
198 font-weight:bold !important;
199 color:#2f508e !important;
200 }
201
202 div#VimFxHelpDialog .VimFxSocial {
203 margin: 30px 0 0 0 !important;
204 font-size: 12px !important;
205 }
206
207 div#VimFxHelpDialog .VimFxSocial p {
208 display: block !important;
209 line-height: 150% !important;
210 margin: 0 0 5px 0 !important;
211 }
212
213 div#VimFxHelpDialog .VimFxSocial a {
214 text-decoration: underline !important;
215 color: darkblue !important;
216 cursor: pointer !important;
217 }
218
219 div#VimFxHelpDialog span.VimFxDot {
220 color: #818181 !important;
221 }
Imprint / Impressum