From f6174706f88ebbc35427c1ded39e99056aedce00 Mon Sep 17 00:00:00 2001
From: Peder Bergebakken Sundt
Date: Tue, 20 Feb 2018 18:57:38 +0100
Subject: [PATCH] Started work on /hendelser/
This may replace /aktiviteter/ and /kalender/ in the navbar, and further link to those two
---
www/css/events.css | 47 ++++++++++++++++++++++++++++++---
www/hendelser/index.php | 57 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 101 insertions(+), 3 deletions(-)
create mode 100644 www/hendelser/index.php
diff --git a/www/css/events.css b/www/css/events.css
index 7723024..466e6ce 100644
--- a/www/css/events.css
+++ b/www/css/events.css
@@ -1,8 +1,8 @@
-h2 a {
+h2 a, h4 a {
color: black;
text-decoration: none;
}
-h2 a:hover {
+h2 a:hover, h4 a:hover {
text-decoration: underline;
}
h2 em {
@@ -32,9 +32,19 @@ h2 img {
article:first-child h2 img {
max-width: 10em;
}
+h4 {
+ margin-top: 0;
+ margin-bottom: -0.6em;
+}
-.subtext {
+
+h2 + .subtext {
margin: -1.5em 0 1em 0;
+}
+p + .subtext {
+ margin: -0.5em 0 1em 0;
+}
+.subtext {
padding: 0;
list-style: none;
clear: left;
@@ -51,6 +61,37 @@ article:first-child h2 img {
font-weight: normal;
}
+.events:before {
+ height: 1px;
+ width: 100%;
+ display: block;
+ content: " ";
+ background-image: -webkit-linear-gradient(left, transparent, rgba(0,0,0,.1), transparent);
+ background-image: -moz-linear-gradient(left, transparent, rgba(0,0,0,.1), transparent);
+ background-image: -o-linear-gradient(left, transparent, rgba(0,0,0,.1), transparent);
+ margin: 0;
+ padding: 0;
+ border: 0;
+}
+.events {
+ margin-top: -1.5em;
+ margin-left: 0.3em;
+ list-style: none;
+ padding: 0;
+}
+.events >li {
+ padding-left: 0.5em;
+ border-left: 4px solid #35a;
+ margin-top: 0.9em;
+}
+.events li p {
+ text-align: left;
+}
+
+.events .subtext {
+ margin-bottom: 0;
+}
+
@media screen and (max-width: 50rem) {
h2 img {
display: none;
diff --git a/www/hendelser/index.php b/www/hendelser/index.php
new file mode 100644
index 0000000..9941ac3
--- /dev/null
+++ b/www/hendelser/index.php
@@ -0,0 +1,57 @@
+
+
+
+Aktivitetsverkstedet
+
+
+
+
+
+
+
+
+
+
+
+getNextDays() as $period => $events) {
+ if ($events) { ?>
+ = $translation[$period] ?>
+
+
+ -
+
+ getURL()) { ?>
+ = $event->getName() ?>
+
+ = $event->getName() ?>
+
+
+
+ getDescription(); ?>
+
+ = implode($description, "
\n") ?>
+
+
+ - Tid: = Agenda::getFormattedDate($event->getStart()) ?>
+
- Sted: = $event->getLocation() ?>
+
- Arrangør: = $event->getOrganiser() ?>
+
+
+
+
+
+
+
+
+
+
+