source: branches/2.5/prototype/plugins/jquery.keyboard/jquery.keypad.alt.css @ 8232

Revision 8232, 1.9 KB checked in by douglas, 11 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

  • Property svn:executable set to *
Line 
1/* Alternate style sheet for jQuery Keypad v1.5.0. */
2button.keypad-trigger {
3        width: 25px;
4        padding: 0px;
5}
6img.keypad-trigger {
7        margin: 2px;
8        vertical-align: middle;
9}
10.keypad-popup, .keypad-inline, .keypad-key, .keypad-special {
11        font-family: Arial,Helvetica,sans-serif;
12        font-size: 14px;
13}
14.keypad-popup {
15        display: none;
16        z-index: 10;
17        margin: 0;
18        padding: 0;
19        background-color: #fff;
20        color: #000;
21        border: 1px solid #888;
22        border-radius: 0.25em;
23        -moz-border-radius: 0.25em;
24        -webkit-border-radius: 0.25em;
25}
26.keypad-keyentry {
27        display: none;
28}
29.keypad-inline {
30        background-color: #fff;
31        border: 1px solid #888;
32        border-radius: 0.25em;
33        -moz-border-radius: 0.25em;
34        -webkit-border-radius: 0.25em;
35}
36.keypad-disabled {
37        position: absolute;
38        z-index: 100;
39        background-color: white;
40        opacity: 0.25;
41        filter: alpha(opacity=25);
42}
43.keypad-rtl {
44        direction: rtl;
45}
46.keypad-prompt {
47        clear: both;
48        text-align: center;
49}
50.keypad-prompt.ui-widget-header {
51        margin: 0.125em;
52}
53.keypad-row {
54        clear: both;
55        float: left;
56        width: 100%;
57}
58.keypad-space {
59        float: left;
60        margin: 0.125em;
61        width: 2em;
62}
63* html .keypad-space { /* IE6 */
64        margin: 0em;
65        width: 2.25em;
66}
67.keypad-half-space {
68        float: left;
69        margin: 0.125em 0.0625em;
70        width: 1em;
71}
72* html .keypad-half-space { /* IE6 */
73        margin: 0em;
74        width: 1.125em;
75}
76.keypad-key, .keypad-special {
77        float: left;
78        margin: 0.125em;
79        padding: 0em;
80        width: 2em;
81        text-align: center;
82        cursor: pointer;
83}
84.keypad-special {
85        width: 4.25em;
86}
87.keypad-spacebar {
88        width: 13.25em;
89}
90.keypad-tab {
91        width: 2em;
92}
93.keypad-clear, .keypad-back, .keypad-close, .keypad-shift {
94        font-weight: bold;
95}
96.keypad-cover {
97        display: none;
98        display/**/: block;
99        position: absolute;
100        z-index: -1;
101        filter: mask();
102        top: -4px;
103        left: -4px;
104        width: 125px;
105        height: 200px;
106}
Note: See TracBrowser for help on using the repository browser.