You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
2.1 KiB
CSS
148 lines
2.1 KiB
CSS
2 years ago
|
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
|
||
|
/* Container Styles */
|
||
|
|
||
|
.calcontainer {*height:1%;} /* IE */
|
||
|
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
|
||
|
|
||
|
.calbordered {
|
||
|
float:left;
|
||
|
padding:5px;
|
||
|
background-color:#F7F9FB;
|
||
|
border:1px solid #7B9EBD;
|
||
|
}
|
||
|
|
||
|
.calbordered .title {
|
||
|
font:73% Arial,Helvetica,sans-serif;
|
||
|
color:#000;
|
||
|
font-weight:bold;
|
||
|
margin-bottom:5px;
|
||
|
height:auto;
|
||
|
width:304px;
|
||
|
position:relative;
|
||
|
}
|
||
|
|
||
|
.title .close-icon {
|
||
|
position:absolute;
|
||
|
right:0;
|
||
|
top:0;
|
||
|
border:none;
|
||
|
}
|
||
|
|
||
|
.cal2up {
|
||
|
float:left;
|
||
|
}
|
||
|
|
||
|
.calnavleft {
|
||
|
position:absolute;
|
||
|
top:0;
|
||
|
bottom:0;
|
||
|
height:12px;
|
||
|
left:2px;
|
||
|
}
|
||
|
|
||
|
.calnavright {
|
||
|
position:absolute;
|
||
|
top:0;
|
||
|
bottom:0;
|
||
|
height:12px;
|
||
|
right:2px;
|
||
|
}
|
||
|
|
||
|
/* Calendar element styles */
|
||
|
|
||
|
.calendar {
|
||
|
font:73% Arial,Helvetica,sans-serif;
|
||
|
text-align:center;
|
||
|
border-spacing:0;
|
||
|
}
|
||
|
|
||
|
.calcell {
|
||
|
width:1.5em;
|
||
|
height:1em;
|
||
|
border:1px solid #E0E0E0;
|
||
|
background-color:#FFF;
|
||
|
}
|
||
|
|
||
|
.calcell a {
|
||
|
color:#003DB8;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
.calcell.today {
|
||
|
border:1px solid #000;
|
||
|
}
|
||
|
|
||
|
.calcell.oom, .calcell.oom:hover {
|
||
|
cursor:default;
|
||
|
color:#999;
|
||
|
background-color:#EEE;
|
||
|
border:1px solid #E0E0E0;
|
||
|
}
|
||
|
|
||
|
.calcell.selected {
|
||
|
color:#003DB8;
|
||
|
background-color:#FFF19F;
|
||
|
border:1px solid #FF9900;
|
||
|
}
|
||
|
|
||
|
.calcell:hover, .calcell.calcellhover {
|
||
|
cursor:pointer;
|
||
|
color:#FFF;
|
||
|
background-color:#FF9900;
|
||
|
border:1px solid #FF9900;
|
||
|
}
|
||
|
|
||
|
.calcell.calcellhover a, .calcell:hover a {
|
||
|
color:#FFF;
|
||
|
}
|
||
|
|
||
|
.calcell.restricted {
|
||
|
text-decoration:line-through;
|
||
|
}
|
||
|
|
||
|
.calcell.previous {
|
||
|
color:#CCC;
|
||
|
}
|
||
|
|
||
|
.calcell.highlight1 { background-color:#CCFF99; }
|
||
|
.calcell.highlight2 { background-color:#99CCFF; }
|
||
|
.calcell.highlight3 { background-color:#FFCCCC; }
|
||
|
.calcell.highlight4 { background-color:#CCFF99; }
|
||
|
|
||
|
|
||
|
.calhead {
|
||
|
border:1px solid #E0E0E0;
|
||
|
vertical-align:middle;
|
||
|
background-color:#FFF;
|
||
|
}
|
||
|
|
||
|
.calheader {
|
||
|
position:relative;
|
||
|
width:100%;
|
||
|
}
|
||
|
|
||
|
.calheader img {
|
||
|
border:none;
|
||
|
}
|
||
|
|
||
|
.calweekdaycell {
|
||
|
color:#666;
|
||
|
font-weight:normal;
|
||
|
}
|
||
|
|
||
|
.calfoot {
|
||
|
background-color:#EEE;
|
||
|
}
|
||
|
|
||
|
.calrowhead, .calrowfoot {
|
||
|
color:#666;
|
||
|
font-size:9px;
|
||
|
font-style:italic;
|
||
|
font-weight:normal;
|
||
|
width:15px;
|
||
|
}
|
||
|
|
||
|
.calrowhead {
|
||
|
border-right-width:2px;
|
||
|
}
|