summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/calendar.css
blob: c6b584e966110d073bfedae9cf163b85458b8dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.tooltip{position:relative;z-index:1;}
.tooltip:hover{z-index:5;color:#000;}
.tooltip span.tip{display: none; text-align:left;}

div.tooltip:hover span.tip{
display:block;
position:absolute;
top:12px; left:24px; width:350px;
border:1px solid #555;
background-color:#fff;
padding: 4px;
font-size: 0.8em;
color:#505050;
}

.calendardate {
  text-align: right;
  background-color: #f8f8ff;
  width:100%;
}

.offmonthcalendardate {
  text-align: right;
  background-color: #f8f8f8;
  width:100%;
}

.todayscalendardate {
  text-align: right;
  background-color: #fc6; /*#fad163*/
  width:100%;
}

table.rtxcalendar {
    width:100%;
    border-collapse: collapse;
    border: 1px solid #d0d0d0;
    margin-bottom: 6px;
}

table.rtxcalendar td {
    border: 1px solid #d7d7d7;
    background: #fff;
    vertical-align: top;
    width: 14%;
}

table.rtxcalendar th {
    border: 1px solid #d7d7d7;
    background: #eef;
}
table.rtxcalendar tbody th {
    border: 1px solid #d7d7d7;
    background: #eee;
    font-weight: normal;
}

table.rtxcalendar td.offmonth {
    background: #f8f8f8;
    color: #aaa;
}

table.rtxcalendar td.today {
    background: #ffe; /*#fed;*/
    border: 1px solid #fc6;
}

table.rtxcalendar td.yesterday {
    border-right: none;
}

table.rtxcalendar td.aweekago {
    border-bottom: none;
}