]> git.gir.st - VimFx.git/blob - extension/resources/style.css
Merge branch 'release-0.4.1'
[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: black !important;
8 cursor: auto !important;
9 display: inline !important;
10 float: none !important;
11 font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, 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 float: clear !important;
40 }
41
42 /* Find */
43
44 body.VimFxFindModeBody ::-moz-selection { background-color: #2CD25E !important; }
45 body.VimFxFindModeBody ::selection { background-color: #2CD25E !important; }
46
47 span#VimFxFindSpan {
48 position: fixed !important;
49 bottom: 0 !important;
50 right: 0 !important;
51 font-size: 13px !important;
52 min-width: 200px !important;
53 background-color: white !important;
54 border: solid 2px #bd6b00 !important;
55 border-radius: 3px !important;
56 padding: 2px 4px 2px 4px !important;
57 }
58
59 /* Markers */
60
61 div.VimFxHintMarker {
62 position: absolute !important;
63 display: block !important;
64 white-space: nowrap !important;
65 overflow: hidden !important;
66 font-size: 11px !important;
67 padding: 1px 3px 1px 3px !important;
68 box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
69 background-color: #ff9103 !important;
70 border: solid 1px #bd6b00 !important;
71 border-radius: 3px !important;
72 }
73
74 div.VimFxHiddenHintMarker > span {
75 display: none !important;
76 }
77
78 div.VimFxHintMarker > span {
79 color: #303030 !important;
80 font-family: Helvetica, Arial, sans-serif !important;
81 font-weight: bold !important;
82 font-size: 11px !important;
83 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
84 }
85
86 div.VimFxHintMarker > span.VimFxCharMatch {
87 color: #ffa22a !important;
88 }
89
90 /* Help Dialog */
91
92 div#VimFxHelpDialog {
93 opacity:0.92 !important;
94 background-color:white !important;
95 position:fixed !important;
96 border-radius:3px !important;
97 padding:15px 30px !important;
98 width:600px !important;
99 left:50% !important;
100 /* This needs to be 1/2 width to horizontally center the help dialog */
101 margin-left:-330px !important;
102 top:30px !important;
103 box-shadow: rgba(1, 2, 1, 0.4) 0px 0px 6px !important;
104 overflow-y: auto !important;
105 z-index:99999998 !important;
106 font-size: 15px !important;
107 max-height: 80% !important;
108 }
109
110 div#VimFxHelpDialog .VimFxTitle {
111 font-size: 30px !important;
112 line-height: 130% !important;
113 display: block !important;
114 float: left !important;
115 }
116
117 div#VimFxHelpDialog .VimFxClearFix {
118 clear: both !important;
119 float: none !important;
120 display: block !important;
121 visibility: hidden !important;
122 height: 0 !important;
123 }
124
125 div#VimFxHelpDialog .VimFxTitleVim {
126 color: darkgreen !important;
127 }
128
129 div#VimFxHelpDialog .VimFxTitleFx {
130 color: darkred !important;
131 }
132
133 div#VimFxHelpDialog .VimFxVersion {
134 float: right !important;
135 position: absolute !important;
136 top: 20px; !important;
137 right: 100px; !important;
138 font-size: 12px !important;
139 }
140
141 div#VimFxHelpDialog .VimFxClose {
142 float: right !important;
143 font-family: "courier new" !important;
144 position: absolute !important;
145 right: 20px !important;
146 top: 20px !important;
147 font-size: 20px !important;
148 cursor: hand !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: hand !important;
217 cursor: pointer !important;
218 }
219
220 div#VimFxHelpDialog span.VimFxDot {
221 color: #818181 !important;
222 }
Imprint / Impressum