source: schedule/Module/src/css/gold/gold.css@ 15503

Last change on this file since 15503 was 15503, checked in by tanio, 11 years ago
update 1
File size: 2.0 KB
Line 
1.DynarchCalendar-focused {
2 background-color: #fff;
3}
4
5.DynarchCalendar-topBar {
6 background: url("brushed-steel.jpg") no-repeat 50% -50px;
7}
8
9.DynarchCalendar-bottomBar {
10 background: url("brushed-steel.jpg") no-repeat 50% -80px;
11}
12
13.DynarchCalendar-menu {
14 background-color: #fed;
15}
16
17.DynarchCalendar-hover-title,
18.DynarchCalendar-hover-navBtn,
19.DynarchCalendar-hover-bottomBar-today,
20.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
21 background: transparent url("coolbg.png") repeat-x 0 50%;
22}
23.DynarchCalendar-hover-title div,
24.DynarchCalendar-hover-navBtn div { background-color: transparent; }
25
26.DynarchCalendar-pressed-title,
27.DynarchCalendar-pressed-navBtn,
28.DynarchCalendar-pressed-bottomBar-today,
29.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
30 background: #db2 url("coolbg.png") repeat-x 0 50%;
31 color: #000 !important;
32}
33.DynarchCalendar-pressed-title div,
34.DynarchCalendar-pressed-navBtn div { background-color: transparent; color: #000; }
35
36.DynarchCalendar-hover-week,
37.DynarchCalendar-focused .DynarchCalendar-hover-week {
38 background: transparent url("coolbg.png") repeat-x 0 50%;
39}
40
41.DynarchCalendar {
42 background: url("gold.jpg") no-repeat 50% 30px;
43}
44
45.DynarchCalendar-weekNumber {
46 border-right: 1px solid #f92;
47}
48
49
50
51.DynarchCalendar-hover-date {
52 background-image: url("coolbg.png");
53 background-position: 0 50%;
54 background-repeat: repeat-x;
55 border-color: #f92;
56}
57
58.DynarchCalendar-day-selected {
59 background-color: #f92;
60 color: #000 !important;
61 background-image: url("coolbg.png");
62 background-position: 0 50%;
63 background-repeat: repeat-x;
64}
65
66.DynarchCalendar-day-today.DynarchCalendar-day-selected {
67 background-color: #f92;
68 color: #00f !important;
69}
70
71.DynarchCalendar-tooltipCont,
72.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
73 background: #db2 url("brushed-steel.jpg") no-repeat 50% -100px;
74}
75
76.DynarchCalendar-focused .DynarchCalendar-body {
77 background: url("../shadow-b.png") repeat-x 0 0;
78}
Note: See TracBrowser for help on using the repository browser.