source: schedule/Module/src/css/steel/steel.css@ 17011

Last change on this file since 17011 was 16926, checked in by tanio, 11 years ago
File size: 1.5 KB
Line 
1.DynarchCalendar-focused {
2 background-color: #fff;
3}
4
5.DynarchCalendar-topBar {
6 background: url("brushed-steel.jpg") no-repeat 50% 0;
7}
8
9.DynarchCalendar-bottomBar {
10 background: url("brushed-steel.jpg") no-repeat 50% 50%;
11}
12
13.DynarchCalendar-hover-title,
14.DynarchCalendar-hover-navBtn,
15.DynarchCalendar-hover-bottomBar-today,
16.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
17 background: #dde url("coolbg.png") repeat-x 0 50%;
18}
19.DynarchCalendar-hover-title div,
20.DynarchCalendar-hover-navBtn div { background-color: transparent; }
21
22.DynarchCalendar-pressed-title,
23.DynarchCalendar-pressed-navBtn,
24.DynarchCalendar-pressed-bottomBar-today,
25.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
26 background: #445 url("coolbg.png") repeat-x 0 50%;
27}
28.DynarchCalendar-pressed-title div,
29.DynarchCalendar-pressed-navBtn div { background-color: transparent; }
30
31.DynarchCalendar-hover-week,
32.DynarchCalendar-focused .DynarchCalendar-hover-week {
33 background: #ddd url("coolbg.png") repeat-x 0 50%;
34}
35
36.DynarchCalendar {
37 background: url("steel.jpg") no-repeat 50% 30px;
38}
39
40
41
42
43
44
45
46.DynarchCalendar-day-selected {
47 background-color: #1864fc;
48 color: #fff !important;
49 background-image: url("coolbg.png");
50 background-position: 0 50%;
51 background-repeat: repeat-x;
52}
53
54.DynarchCalendar-day-today.DynarchCalendar-day-selected {
55 background-color: #1864fc;
56 color: #fff !important;
57}
58
59.DynarchCalendar-focused .DynarchCalendar-body {
60 background: url("../shadow-b.png") repeat-x 0 0;
61}
Note: See TracBrowser for help on using the repository browser.