~lss-team/lilsoftstats/trunk

« back to all changes in this revision

Viewing changes to css/datePicker.css

  • Committer: Nick
  • Date: 2011-11-14 04:10:28 UTC
  • Revision ID: nick@little-apps.org-20111114041028-cvmpwq6z6hx3pkya
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
table.jCalendar {
 
2
        background: #fff;
 
3
         
 
4
        border-collapse: collapse;
 
5
        }
 
6
table.jCalendar th      {
 
7
        background: url(../images/shared/cal_th_repeat.jpg) repeat-x;
 
8
        color: #fff;
 
9
        font-weight: bold;
 
10
        padding: 8px 8px;
 
11
        }
 
12
table.jCalendar td      {
 
13
        color: #777777;
 
14
        font-size: 11px;
 
15
        font-weight: bold;
 
16
        padding: 9px 9px;
 
17
        text-align: center;
 
18
        }
 
19
table.jCalendar td.other-month  {
 
20
        background: #ddd;
 
21
        color: #aaa;
 
22
        font-weight: bold;
 
23
        }
 
24
table.jCalendar td.today        {
 
25
        background: #666;
 
26
        color: #fff;
 
27
        font-weight: bold;
 
28
        }
 
29
table.jCalendar td.selected     {
 
30
        background: #94b52c;
 
31
        color: #fff;
 
32
        font-weight: bold;
 
33
        }
 
34
table.jCalendar td.selected.dp-hover    {
 
35
        background: #94b52c;
 
36
        color: #fff;
 
37
        font-weight: bold;
 
38
        }
 
39
table.jCalendar td.dp-hover,
 
40
table.jCalendar tr.activeWeekHover td   {
 
41
        background: #94b52c;
 
42
        color: #fff;
 
43
        font-weight: bold;
 
44
        }
 
45
table.jCalendar tr.selectedWeek td      {
 
46
        background: #f66;
 
47
        color: #fff;
 
48
        font-weight: bold;
 
49
        }
 
50
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover       {
 
51
        background: #bbb;
 
52
        color: #888;
 
53
        font-weight: bold;
 
54
        }
 
55
table.jCalendar td.unselectable,
 
56
table.jCalendar td.unselectable:hover,
 
57
table.jCalendar td.unselectable.dp-hover        {
 
58
        background: #bbb;
 
59
        color: #888;
 
60
        }
 
61
 
 
62
/* For the popup */
 
63
 
 
64
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
 
65
div.dp-popup    {
 
66
        background: url(../images/shared/cal_top_repeat.jpg) repeat-x;
 
67
        border: 1px solid #c7c7c7;
 
68
        font-family: arial, sans-serif;
 
69
        font-size: 10px;
 
70
        line-height: 1.2em;
 
71
        position: relative;
 
72
        }
 
73
div#dp-popup    {
 
74
        position: absolute;
 
75
        z-index: 199;
 
76
        }
 
77
div.dp-popup h2 {
 
78
        color: #fff;
 
79
        font-size: 12px;
 
80
        font-weight: bold;
 
81
        margin: 5px 0;
 
82
        padding: 0;
 
83
        text-align: center;
 
84
        }
 
85
a#dp-close      {
 
86
        display: block;
 
87
        font-size: 11px;
 
88
        padding: 4px 0;
 
89
        text-align: center;
 
90
        }
 
91
a#dp-close:hover        {
 
92
        text-decoration: underline;
 
93
        }
 
94
div.dp-popup a  {
 
95
        color: #000;
 
96
        padding: 3px 2px 0;
 
97
        text-decoration: none;
 
98
        }
 
99
div.dp-popup div.dp-nav-prev    {
 
100
        background: url(../images/shared/year_prev.gif) no-repeat 0 6px;
 
101
        left: 20px;
 
102
        position: absolute;
 
103
        text-indent: -3000px;
 
104
        top: 6px;
 
105
        width: 100px;
 
106
        }
 
107
div.dp-popup div.dp-nav-prev a  {
 
108
        float: left;
 
109
        }
 
110
        
 
111
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
 
112
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a  {
 
113
        color: #fff;
 
114
        cursor: pointer;
 
115
        }
 
116
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled        {
 
117
        cursor: default;
 
118
        }
 
119
div.dp-popup div.dp-nav-next    {
 
120
        background: url(../images/shared/year_next.gif) no-repeat 6px 6px;
 
121
        position: absolute;
 
122
        right: 20px;
 
123
        text-indent: -3000px;
 
124
        top: 6px;
 
125
        width: 10px;
 
126
        }
 
127
div.dp-popup div.dp-nav-next a  {
 
128
        float: right;
 
129
        }
 
130
div.dp-popup a.disabled {
 
131
        color: #aaa;
 
132
        cursor: default;
 
133
        }
 
134
div.dp-popup td {
 
135
        cursor: pointer;
 
136
        }
 
137
div.dp-popup td.disabled        {
 
138
        cursor: default;
 
139
        }
 
140
 
 
141
 
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
 
 
148
 
 
149
 
 
150
 
 
151
.dp-nav-next-year ,
 
152
.dp-nav-prev-year {
 
153
        display: none;
 
154
}
 
 
b'\\ No newline at end of file'