2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar{
|
|
|
|
|
text-align:center;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar td,.wp-block-calendar th{
|
|
|
|
|
border:1px solid;
|
|
|
|
|
padding:.25em;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar th{
|
|
|
|
|
font-weight:400;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar caption{
|
|
|
|
|
background-color:inherit;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar table{
|
|
|
|
|
border-collapse:collapse;
|
|
|
|
|
width:100%;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-calendar table.has-background th{
|
|
|
|
|
background-color:inherit;
|
|
|
|
|
}
|
|
|
|
|
.wp-block-calendar table.has-text-color th{
|
|
|
|
|
color:inherit;
|
|
|
|
|
}
|
2025-12-12 13:15:55 +01:00
|
|
|
.wp-block-calendar :where(table:not(.has-text-color)){
|
|
|
|
|
color:#40464d;
|
|
|
|
|
}
|
|
|
|
|
.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{
|
|
|
|
|
border-color:#ddd;
|
|
|
|
|
}
|
2023-04-26 17:39:43 +02:00
|
|
|
|
|
|
|
|
:where(.wp-block-calendar table:not(.has-background) th){
|
|
|
|
|
background:#ddd;
|
2021-07-23 11:58:50 +02:00
|
|
|
}
|