]> git.gir.st - VimFx.git/blob - extension/resources/style.css
Merged zh-CN locale and tweaked locale handling logic
[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: none !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:700px !important;
99 left:50% !important;
100 /* This needs to be 1/2 width to horizontally center the help dialog */
101 margin-left:-380px !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: pointer !important;
149 }
150
151 div#VimFxHelpDialog .VimFxSocial {
152 float: left !important;
153 }
154
155 div#VimFxHelpDialog .VimFxColumn {
156 width: 46% !important;
157 margin: 0 0 0 8% !important;
158 float: left !important;
159
160 margin-bottom: 10px !important;
161 }
162
163 div#VimFxHelpDialog .VimFxColumn:first-child
164 { margin: 0 !important;}
165
166 div#VimFxHelpDialog .VimFxSectionTitle {
167 display: block !important;
168 font-size: 15px !important;
169 font-weight: bold !important;
170 line-height: 140% !important;
171 text-transform: uppercase !important;
172 margin: 30px 0 10px 0 !important;
173
174 }
175
176 div#VimFxHelpDialog table.VimFxReset {
177 display: table !important;
178 table-layout: auto !important;
179 }
180
181 div#VimFxHelpDialog tr.VimFxReset {
182 display: table-row !important;
183 }
184
185 div#VimFxHelpDialog td.VimFxReset {
186 display: table-cell !important;
187 padding-top: 2px !important;
188 padding-bottom: 4px !important;
189 line-height: 15px !important;
190
191 }
192
193 div#VimFxHelpDialog td.VimFxSequence {
194 min-width:50px !important;
195 text-align: right !important;
196 padding-right:5px !important;
197 font-weight:bold !important;
198 color:#2f508e !important;
199 }
200
201 div#VimFxHelpDialog .VimFxSocial {
202 margin: 30px 0 0 0 !important;
203 font-size: 12px !important;
204 }
205
206 div#VimFxHelpDialog .VimFxSocial p {
207 display: block !important;
208 line-height: 150% !important;
209 margin: 0 0 5px 0 !important;
210 }
211
212 div#VimFxHelpDialog .VimFxSocial a {
213 text-decoration: underline !important;
214 color: darkblue !important;
215 cursor: hand !important;
216 cursor: pointer !important;
217 }
218
219 div#VimFxHelpDialog span.VimFxDot {
220 color: #818181 !important;
221 }
Imprint / Impressum