grav/themes/quark-open-publishing/css/custom.css

30 lines
425 B
CSS
Raw Normal View History

2023-01-11 19:46:42 +01:00
.upcoming_events {
2023-01-11 19:38:24 +01:00
background-color: #de8f8f;
border-radius: 8px;
2023-01-11 19:40:43 +01:00
padding-left: 1.5em;
2023-01-11 19:50:41 +01:00
padding-top: 1px;
2023-01-11 19:49:30 +01:00
padding-right: .5em;
padding-bottom: 1.5em;
2023-01-11 19:51:40 +01:00
margin-bottom: 4em;
2023-01-11 19:38:24 +01:00
}
2023-01-11 19:21:00 +01:00
.events-list {
2023-01-11 19:44:51 +01:00
list-style: none;
2023-01-11 19:47:37 +01:00
margin-left: 0px;
2023-01-11 19:50:14 +01:00
margin-top: 0px;
margin-bottom: 0px;
2023-01-11 19:23:02 +01:00
}
2023-01-11 19:29:47 +01:00
.events-list > .event-item-separator {
2023-01-11 19:30:47 +01:00
display: none;
2023-01-11 19:28:53 +01:00
}
2023-01-11 19:28:05 +01:00
.events-list > li > span {
2023-01-11 19:34:10 +01:00
font-size: .6em;
2023-01-11 19:21:00 +01:00
}
2023-01-11 19:36:51 +01:00
.events-list > li > a {
font-size: .5em;
}