37 lines
1 KiB
CSS
37 lines
1 KiB
CSS
|
|
.month-wrapper table.month td.day span.label {
|
|
border-right: 1px solid #999966;
|
|
border-bottom: 1px solid #999966;
|
|
color: #999966;
|
|
}
|
|
|
|
.month-wrapper table.month th { color: ; }
|
|
|
|
.month-wrapper table.month td, .month-wrapper table.month th { border: 1px solid ; }
|
|
|
|
.month .footer a, .tags-container .manage-link a {
|
|
background-color: #999966;
|
|
color: white;
|
|
}
|
|
|
|
.month .footer a:hover, .tags-container .manage-link a:hover {
|
|
color: #FFFFDD;
|
|
background: #95edc1;
|
|
background: radial-gradient(circle, rgba(149, 237, 193, 1) 3%, rgba(252, 202, 231, 1) 42%, rgba(234, 224, 231, 1) 72%, rgba(209, 255, 230, 1) 100%);}
|
|
|
|
.navigation a, .navigation li.active {
|
|
background-color: #999966;
|
|
color: white;
|
|
}
|
|
|
|
.navigation li.active {
|
|
color: ;
|
|
background-color: #FFFFDD;
|
|
border: 1px solid ;
|
|
}
|
|
|
|
.navigation a:hover {
|
|
color: #FFFFDD;
|
|
background: #95edc1;
|
|
background: radial-gradient(circle, rgba(149, 237, 193, 1) 3%, rgba(252, 202, 231, 1) 42%, rgba(234, 224, 231, 1) 72%, rgba(209, 255, 230, 1) 100%);
|
|
}
|