123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- div.line {
- position:absolute;
- z-index:2;
- width:2px;
- height:2px;
- font-size:2px;
- background-color:#000000;
- overflow:hidden;
- }
- .calendar-emptyday
- {
- background-color: #cccccc;
- }
-
- .calendarview-table
- {
- border: 1px solid #000000;
- }
-
- .calendarview-title
- {
- border: 1px solid #000000;
- text-align: center;
- height: 40px;
- font-size: 20px;
- font-weight: bold;
- }
-
- .calendarview-monthtitle-left
- {
- border: 1px solid #000000;
- text-align: center;
- height: 40px;
- }
-
- .calendarview-monthtitle
- {
- border: 1px solid #000000;
- text-align: center;
- }
-
- .calendarview-weektitle-left
- {
- border: 1px solid #000000;
- text-align: center;
- height: 40px;
- }
-
- .calendarview-weektitle
- {
- border: 1px solid #000000;
- text-align: center;
- }
-
- .calendarview-days-left
- {
- border: 1px solid #000000;
- text-align: center;
- width: 80px;
- }
-
- .calendarview-days
- {
- border: 1px solid #000000;
- text-align: center;
- width: 40px;
- height: 40px;
- }
|