summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-04-28 10:48:40 +0200
committerJonas Smedegaard <dr@jones.dk>2014-04-28 10:53:43 +0200
commitbde4f7419024acd635da5f60300452e78354fb35 (patch)
treeb0984d4cc1b144b28c385fb77dbd85d2be104dc1
parentd1ec498e85ef5dd3bccf7378b8526b99ffb795b1 (diff)
Add branding: Add actual branding.mdwn. Extend header styling to all of pageheader (i.e. include branding and actions). Lower font size for actions. Hide breadcrumbs title.
-rw-r--r--branding.mdwn1
-rw-r--r--style.scss6
2 files changed, 5 insertions, 2 deletions
diff --git a/branding.mdwn b/branding.mdwn
new file mode 100644
index 0000000..76112c4
--- /dev/null
+++ b/branding.mdwn
@@ -0,0 +1 @@
+cityseeing.dk
diff --git a/style.scss b/style.scss
index e432da5..ada2f80 100644
--- a/style.scss
+++ b/style.scss
@@ -136,7 +136,7 @@ img.img {
@include ikiwiki-plugin-search;
@include ikiwiki-plugin-po;
-.header {
+.pageheader {
@include adjust-font-size-to($headerFontSize);
padding: 0 0 0 1em;
background-color: LightBlue;
@@ -154,10 +154,11 @@ img.img {
@include adjust-font-size-to(12px);
}
-.pageheader .title {
+.branding {
color: white;
}
+.pageheader .title,
.parentlinks {
display: none;
}
@@ -168,6 +169,7 @@ img.img {
}
.pageheader .actions {
+ @include adjust-font-size-to($baseFontSize, $from-size: $headerFontSize);
background-color: LightBlue;
ul {
border-bottom: none;