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

40 lines
546 B
CSS
Raw Normal View History

2023-01-11 19:46:42 +01:00
.upcoming_events {
2023-01-11 20:07:08 +01:00
background-color: #fa8785;
2023-01-11 19:38:24 +01:00
border-radius: 8px;
2023-01-11 19:40:43 +01:00
padding-left: 1.5em;
2023-01-11 19:55:25 +01:00
padding-top: 1.5em;
2023-01-11 19:49:30 +01:00
padding-right: .5em;
padding-bottom: 1.5em;
2023-01-11 19:54:54 +01:00
margin-bottom: 3em;
2023-01-11 20:20:23 +01:00
max-width: 30%;
2023-01-11 19:54:54 +01:00
}
.upcoming_events > h3 {
margin-top: 0px;
2023-01-11 19:38:24 +01:00
}
2023-01-11 20:09:59 +01:00
.event-item {
2023-01-11 20:10:47 +01:00
margin-bottom: 1.3em;
2023-01-11 20:08:49 +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;
2023-01-11 20:01:52 +01:00
color: #1d66bf;
2023-01-11 19:36:51 +01:00
}