~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/3rdparty/jQuery/datePicker.css

  • Committer: Alex Harrington
  • Date: 2009-12-31 11:38:50 UTC
  • Revision ID: alex@longhill.org.uk-20091231113850-bz5flhqq2gsw0qxf
Converted to 2.0 repo format and fixed lineendings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*datepicker*/
2
 
/* Main Style Sheet for jQuery UI date picker */
3
 
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
4
 
    background:none;
5
 
    border:0;
6
 
        border-collapse:separate;
7
 
        margin:0;
8
 
        padding:0;
9
 
        font-size:1em;
10
 
}
11
 
 
12
 
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
13
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
14
 
        font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
15
 
        background: #f3f3f3 url(images/f3f3f3_40x100_textures_01_flat_0.png) 0 0 repeat-x;
16
 
        font-size: 1.2em;
17
 
        border: 4px solid #dddddd;
18
 
        width: 15.5em;
19
 
        padding: 2.5em .5em .5em .5em;
20
 
        position: relative;
21
 
}
22
 
.ui-datepicker-div, #ui-datepicker-div {
23
 
        z-index: 9999; /*must have*/
24
 
        display: none;
25
 
}
26
 
.ui-datepicker-inline {
27
 
        float: left;
28
 
        display: block;
29
 
}
30
 
.ui-datepicker-control {
31
 
        display: none;
32
 
}
33
 
.ui-datepicker-current {
34
 
        display: none;
35
 
}
36
 
.ui-datepicker-next, .ui-datepicker-prev {
37
 
        position: absolute;
38
 
        left: .5em;
39
 
        top: .5em;
40
 
        background: #e0e0e0 url(images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
41
 
}
42
 
.ui-datepicker-next {
43
 
        left: 14.6em;
44
 
}
45
 
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
46
 
        background: #d8d8d8 url(images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
47
 
}
48
 
.ui-datepicker-next a, .ui-datepicker-prev a {
49
 
        text-indent: -999999px;
50
 
        width: 1.3em;
51
 
        height: 1.4em;
52
 
        display: block;
53
 
        font-size: 1em;
54
 
        background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
55
 
        border: 1px solid #cccccc;
56
 
        cursor: pointer;
57
 
}
58
 
.ui-datepicker-next a {
59
 
        background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
60
 
}
61
 
.ui-datepicker-prev a:hover {
62
 
        background: url(images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
63
 
}
64
 
.ui-datepicker-next a:hover {
65
 
        background: url(images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
66
 
}
67
 
.ui-datepicker-prev a:active {
68
 
        background: url(images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
69
 
}
70
 
.ui-datepicker-next a:active {
71
 
        background: url(images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
72
 
}
73
 
.ui-datepicker-header select {
74
 
        border: 1px solid #cccccc;
75
 
        color: #444444;
76
 
        background: #e0e0e0;
77
 
        font-size: 1em;
78
 
        line-height: 1.4em;
79
 
        position: absolute;
80
 
        top: .5em;
81
 
        margin: 0 !important;
82
 
}
83
 
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
84
 
        background: #d8d8d8;
85
 
}
86
 
.ui-datepicker-header select.ui-datepicker-new-month {
87
 
        width: 7em;
88
 
        left: 2.2em;
89
 
}
90
 
.ui-datepicker-header select.ui-datepicker-new-year {
91
 
        width: 5em;
92
 
        left: 9.4em;
93
 
}
94
 
table.ui-datepicker {
95
 
        width: 15.5em;
96
 
        text-align: right;
97
 
}
98
 
table.ui-datepicker td a {
99
 
        padding: .1em .3em .1em 0;
100
 
        display: block;
101
 
        color: #444444;
102
 
        background: #e0e0e0 url(images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
103
 
        cursor: pointer;
104
 
        border: 1px solid #f3f3f3;
105
 
}
106
 
table.ui-datepicker td a:hover {
107
 
        border: 1px solid #888888;
108
 
        color: #111111;
109
 
        background: #d8d8d8 url(images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
110
 
}
111
 
table.ui-datepicker td a:active {
112
 
        border: 1px solid #2694e8;
113
 
        color: #000000;
114
 
        background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
115
 
}
116
 
table.ui-datepicker .ui-datepicker-title-row td {
117
 
        padding: .3em 0;
118
 
        text-align: center;
119
 
        font-size: .9em;
120
 
        color: #362b36;
121
 
        text-transform: uppercase;
122
 
}
123
 
table.ui-datepicker .ui-datepicker-title-row td a {
124
 
        color: #362b36;
125
 
}
126
 
.ui-datepicker-cover {
127
 
        display: none;
128
 
        display/**/: block;
129
 
        position: absolute;
130
 
        z-index: -1;
131
 
        filter: mask();
132
 
        top: -4px;
133
 
        left: -4px;
134
 
        width: 193px;
135
 
        height: 200px;
 
1
/*datepicker*/
 
2
/* Main Style Sheet for jQuery UI date picker */
 
3
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
 
4
    background:none;
 
5
    border:0;
 
6
        border-collapse:separate;
 
7
        margin:0;
 
8
        padding:0;
 
9
        font-size:1em;
 
10
}
 
11
 
 
12
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
 
13
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
 
14
        font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
 
15
        background: #f3f3f3 url(images/f3f3f3_40x100_textures_01_flat_0.png) 0 0 repeat-x;
 
16
        font-size: 1.2em;
 
17
        border: 4px solid #dddddd;
 
18
        width: 15.5em;
 
19
        padding: 2.5em .5em .5em .5em;
 
20
        position: relative;
 
21
}
 
22
.ui-datepicker-div, #ui-datepicker-div {
 
23
        z-index: 9999; /*must have*/
 
24
        display: none;
 
25
}
 
26
.ui-datepicker-inline {
 
27
        float: left;
 
28
        display: block;
 
29
}
 
30
.ui-datepicker-control {
 
31
        display: none;
 
32
}
 
33
.ui-datepicker-current {
 
34
        display: none;
 
35
}
 
36
.ui-datepicker-next, .ui-datepicker-prev {
 
37
        position: absolute;
 
38
        left: .5em;
 
39
        top: .5em;
 
40
        background: #e0e0e0 url(images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
 
41
}
 
42
.ui-datepicker-next {
 
43
        left: 14.6em;
 
44
}
 
45
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
 
46
        background: #d8d8d8 url(images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
 
47
}
 
48
.ui-datepicker-next a, .ui-datepicker-prev a {
 
49
        text-indent: -999999px;
 
50
        width: 1.3em;
 
51
        height: 1.4em;
 
52
        display: block;
 
53
        font-size: 1em;
 
54
        background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
 
55
        border: 1px solid #cccccc;
 
56
        cursor: pointer;
 
57
}
 
58
.ui-datepicker-next a {
 
59
        background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
 
60
}
 
61
.ui-datepicker-prev a:hover {
 
62
        background: url(images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
 
63
}
 
64
.ui-datepicker-next a:hover {
 
65
        background: url(images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
 
66
}
 
67
.ui-datepicker-prev a:active {
 
68
        background: url(images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
 
69
}
 
70
.ui-datepicker-next a:active {
 
71
        background: url(images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
 
72
}
 
73
.ui-datepicker-header select {
 
74
        border: 1px solid #cccccc;
 
75
        color: #444444;
 
76
        background: #e0e0e0;
 
77
        font-size: 1em;
 
78
        line-height: 1.4em;
 
79
        position: absolute;
 
80
        top: .5em;
 
81
        margin: 0 !important;
 
82
}
 
83
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
 
84
        background: #d8d8d8;
 
85
}
 
86
.ui-datepicker-header select.ui-datepicker-new-month {
 
87
        width: 7em;
 
88
        left: 2.2em;
 
89
}
 
90
.ui-datepicker-header select.ui-datepicker-new-year {
 
91
        width: 5em;
 
92
        left: 9.4em;
 
93
}
 
94
table.ui-datepicker {
 
95
        width: 15.5em;
 
96
        text-align: right;
 
97
}
 
98
table.ui-datepicker td a {
 
99
        padding: .1em .3em .1em 0;
 
100
        display: block;
 
101
        color: #444444;
 
102
        background: #e0e0e0 url(images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
 
103
        cursor: pointer;
 
104
        border: 1px solid #f3f3f3;
 
105
}
 
106
table.ui-datepicker td a:hover {
 
107
        border: 1px solid #888888;
 
108
        color: #111111;
 
109
        background: #d8d8d8 url(images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
 
110
}
 
111
table.ui-datepicker td a:active {
 
112
        border: 1px solid #2694e8;
 
113
        color: #000000;
 
114
        background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
 
115
}
 
116
table.ui-datepicker .ui-datepicker-title-row td {
 
117
        padding: .3em 0;
 
118
        text-align: center;
 
119
        font-size: .9em;
 
120
        color: #362b36;
 
121
        text-transform: uppercase;
 
122
}
 
123
table.ui-datepicker .ui-datepicker-title-row td a {
 
124
        color: #362b36;
 
125
}
 
126
.ui-datepicker-cover {
 
127
        display: none;
 
128
        display/**/: block;
 
129
        position: absolute;
 
130
        z-index: -1;
 
131
        filter: mask();
 
132
        top: -4px;
 
133
        left: -4px;
 
134
        width: 193px;
 
135
        height: 200px;
136
136
}
 
 
b'\\ No newline at end of file'