summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn5
-rw-r--r--local.css24
2 files changed, 5 insertions, 24 deletions
diff --git a/index.mdwn b/index.mdwn
index 94a5868c..43586b8e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -2,11 +2,6 @@
then="[[!meta redir=visitkort]]"
[[Dragoerflag.jpg]]
-[[!template id=note text="""
-Denne box kan bruges til hvad som helst.
-Det bliver spændende at se den i brug.
-Hvad mon Paul finder på?
-"""]]
[[magsstrede.jpg]]
[[NVsmaahuse.jpg]]
[[Nyhavnsolgraa.jpg]]
diff --git a/local.css b/local.css
index 9d39bbfe..7a12b975 100644
--- a/local.css
+++ b/local.css
@@ -2,7 +2,7 @@ H1,
H2,
H3 {
margin-bottom: 0;
- color: darkred;
+ color: darkblue;
}
H4,
@@ -32,7 +32,7 @@ p {
BODY {
margin: 0;
- background-color: white;
+ background-color: LightBlue;
font-family: sans-serif;
text-align: center;
}
@@ -129,10 +129,9 @@ DIV#wrapper {
DIV#content {
clear: both;
margin: 3em auto 1em;
- padding: 1em;
+ padding: 0;
max-width: 52em;
text-align: left;
- background-color: lightblue;
}
DIV#content IMG {
@@ -145,29 +144,16 @@ DIV#content IMG {
DIV.inlinepage {
border: 0;
padding: 1em;
- background-color: lightyellow;
+ background-color: white;
}
DIV.inlinepage SPAN.header a {
font-size: 0.9em;
font-weight: normal;
- color: black;
+ color: darkblue;
text-transform: uppercase;
}
DIV.inlinefooter {
display: none;
}
-
-DIV.notebox {
- color: #9cf !important;
- background: lightblue;
- border: none;
- margin-right: -480px;
- width: 200px;
-}
-
-DIV.notebox p {
- color: #06c;
- text-align: left;
-}