websitedesign2023/docs/assets/css/calendar.css

36 lines
374 B
CSS
Raw Permalink Normal View History

2023-02-10 13:34:23 -06:00
main {
overflow: auto;
}
2023-02-08 13:20:28 -06:00
table {
border-collapse: collapse;
}
td {
text-align: left;
padding: 8px;
overflow: auto;
2023-02-08 13:22:44 -06:00
width: 200px;
height: 135px;
2023-02-08 13:20:28 -06:00
}
th {
text-align: center;
2023-02-08 13:22:44 -06:00
padding: 10px;
2023-02-08 13:20:28 -06:00
}
td, th {
border: 1px solid #000000;
}
td span {
color: #ff0000;
}
.lm, .nm {
color: #bbbbbb;
}
.holiday {
font-style: italic;
}