]> git.proxmox.com Git - extjs.git/blob - extjs/build/examples/classic/portal/resources/ext/ext-watermark/style.css
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / portal / resources / ext / ext-watermark / style.css
1 @font-face {
2 font-family: 'ext-watermark';
3 src:url('fonts/ext-watermark.eot?n6lnws');
4 src:url('fonts/ext-watermark.eot?#iefixn6lnws') format('embedded-opentype'),
5 url('fonts/ext-watermark.woff?n6lnws') format('woff'),
6 url('fonts/ext-watermark.ttf?n6lnws') format('truetype'),
7 url('fonts/ext-watermark.svg?n6lnws#ext-watermark') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 [class^="icon-"], [class*=" icon-"] {
13 font-family: 'ext-watermark';
14 speak: none;
15 font-style: normal;
16 font-weight: normal;
17 font-variant: normal;
18 text-transform: none;
19 line-height: 1;
20
21 /* Better Font Rendering =========== */
22 -webkit-font-smoothing: antialiased;
23 -moz-osx-font-smoothing: grayscale;
24 }
25
26 .icon-extjs-beta-left:before {
27 content: "\61";
28 }
29
30 .icon-extjs-beta-right:before {
31 content: "\62";
32 }
33
34 .icon-extjs-trial-left:before {
35 content: "\63";
36 }
37
38 .icon-extjs-trial-right:before {
39 content: "\64";
40 }
41
42 .icon-sencha-extjs-beta-left-2:before {
43 content: "\65";
44 }
45
46 .icon-sencha-extjs-beta-left-3:before {
47 content: "\66";
48 }
49
50 .icon-sencha-extjs-beta-right-2:before {
51 content: "\67";
52 }
53
54 .icon-sencha-extjs-beta-right-3:before {
55 content: "\68";
56 }
57
58 .icon-sencha-extjs-trial-left-2:before {
59 content: "\69";
60 }
61
62 .icon-sencha-extjs-trial-left-3:before {
63 content: "\6a";
64 }
65
66 .icon-sencha-extjs-trial-right-2:before {
67 content: "\6b";
68 }
69
70 .icon-sencha-extjs-trial-right-3:before {
71 content: "\6c";
72 }
73