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