Attachment 'common.css.diff'
Download 1 --- common.css.orig 2010-03-23 18:54:21.579467885 +0900
2 +++ common.css 2010-03-24 16:38:08.528883177 +0900
3 @@ -441,30 +441,67 @@
4 a.cal-emptyday {
5 color: #777777;
6 text-align: center;
7 + font-size: 10pt;
8 +}
9 +a:visited.cal-emptyday {
10 + color: #777777;
11 + font-size: 10pt;
12 + text-align: center;
13 }
14 a.cal-usedday {
15 - color: #000000;
16 + color: #333333;
17 + font-family: Verdana, sans-serif;
18 font-weight: bold;
19 + font-size: 10pt;
20 + text-align: center;
21 +}
22 +a:visited.cal-usedday {
23 + color: #333333;
24 + font-family: Verdana, sans-serif;
25 + font-weight: bold;
26 + font-size: 10pt;
27 + text-align: center;
28 +}
29 +a.cal-weekend {
30 + color: #777777;
31 + font-size: 10pt;
32 + text-align: center;
33 +}
34 +a:visited.cal-weekend {
35 + color: #777777;
36 + font-size: 10pt;
37 text-align: center;
38 }
39 /* general stuff: workdays, weekend, today */
40 td.cal-workday {
41 - background-color: #DDDDFF;
42 + margin: 0px;
43 + padding: 0px;
44 + background-color: #eeeeee;
45 + font-size: 10pt;
46 text-align: center;
47 }
48 td.cal-weekend {
49 + margin: 0px;
50 + padding: 0px;
51 background-color: #FFDDDD;
52 + font-size: 10pt;
53 text-align: center;
54 }
55 td.cal-today {
56 - background-color: #CCFFCC;
57 + font-family: Verdana, sans-serif;
58 border-style: solid;
59 - border-width: 2pt;
60 + border-width: 2px;
61 + text-align: center;
62 +}
63 +td.cal-nottoday {
64 + font-family: Verdana, sans-serif;
65 + border-style: solid;
66 + border-width: 1pt;
67 text-align: center;
68 }
69 /* invalid places on the monthly calendar sheet */
70 td.cal-invalidday {
71 - background-color: #CCCCCC;
72 + background-color: #fcfcfc;
73 }
74 /* links to prev/next month/year */
75 a.cal-link {
76 @@ -472,7 +509,10 @@
77 text-decoration: none;
78 }
79 th.cal-header {
80 - background-color: #DDBBFF;
81 + background-color: #c3d9ff;
82 + font-weight: bold;
83 + font-family: Verdana, sans-serif;
84 + font-size: 10pt;
85 text-align: center;
86 }
87
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.