summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/actualités.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css
index ce77f74..bb11e09 100644
--- a/stylesheets/actualités.css
+++ b/stylesheets/actualités.css
@@ -37,6 +37,41 @@
.event .summary {
font-weight: bold;
color: white;
+ text-align: center;
+}
+
+.details > .detail {
+ display: grid;
+ grid-template-columns: 2em 1fr;
+}
+
+.detail.date::before {
+ content: "📅";
+}
+.detail.time::before {
+ content: "🕗";
+}
+.detail.place::before {
+ content: "📌";
+}
+.detail.program::before {
+ content: "🎼";
+}
+
+.details > .detail::before {
+ grid-column: 1;
+}
+.details > .detail > * {
+ grid-column: 2;
+}
+
+.detail.program {
+ padding-left: 0;
+ list-style: none;
+}
+
+.photo-credits {
+ font-size: x-small;
}
@media (min-width: 40em) {