summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2023-09-06 18:50:02 +0200
committerSiri Reiter <siri@pjones.dk>2023-09-06 18:51:29 +0200
commit30a96ec29b4f8bbc1fcd124bbeee875911a89f83 (patch)
treec3044e9e8a817cf9cbac6b46094238b154f0c9a6
parentcf15f469d4f69f011378e5993c948c665fa81443 (diff)
add styling and branding image for foredrag
-rw-r--r--byvandring_foredrag.pngbin0 -> 34046 bytes
-rw-r--r--foredrag.scss78
2 files changed, 78 insertions, 0 deletions
diff --git a/byvandring_foredrag.png b/byvandring_foredrag.png
new file mode 100644
index 0000000..80df460
--- /dev/null
+++ b/byvandring_foredrag.png
Binary files differ
diff --git a/foredrag.scss b/foredrag.scss
new file mode 100644
index 0000000..46e2ade
--- /dev/null
+++ b/foredrag.scss
@@ -0,0 +1,78 @@
+a {
+ color: SeaGreen;
+}
+
+h1,
+h2,
+h3 {
+ color: SeaGreen;
+}
+
+.pageheader .actions {
+ a {
+ color: SeaGreen;
+ &:hover {
+ color: LightGreen;
+ }
+ }
+}
+
+.topbar {
+ background-color: SeaGreen;
+}
+
+.topbar ul li {
+ a,
+ .selflink {
+ background-color: Green;
+ color: LightYellow;
+ &:hover {
+ background-color: DarkSeaGreen;
+ color: Green;
+ }
+ }
+}
+
+.notebox {
+ background-color: DarkSeaGreen;
+}
+
+.inlineheader a {
+ color: SeaGreen;
+}
+
+.inlinecontent a {
+ color: SeaGreen;
+}
+
+.farbar {
+ background-color: DarkSeaGreen;
+ p,
+ a,
+ h1,
+ h2,
+ h3 {
+ color: DarkGreen;
+ }
+}
+
+#footer #mc_embed_signup {
+ input {
+ color: Black;
+ }
+ .button {
+ color: Green;
+ background-color: LightYellow;
+ }
+}
+
+#pageinfo {
+ background-color: SeaGreen;
+ color: White;
+ a {
+ color: White;
+ &:hover {
+ color: LightYellow;
+ }
+ }
+}