diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-03-26 11:38:43 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-03-26 11:38:43 +0000 |
commit | b944f280eb8f069f059fefcb521289eec7379753 (patch) | |
tree | 5a4fe2625de519c3519283416945b412b662dafa | |
parent | bcc0f678edb48ab27aa5a2b1d7bce462b7e10160 (diff) | |
download | homepage-b944f280eb8f069f059fefcb521289eec7379753.tar.gz homepage-b944f280eb8f069f059fefcb521289eec7379753.tar.bz2 homepage-b944f280eb8f069f059fefcb521289eec7379753.tar.xz |
Lokal kopi da den maa endres litt
-rw-r--r-- | skl-ren_css.css | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/skl-ren_css.css b/skl-ren_css.css new file mode 100644 index 0000000..9119f0c --- /dev/null +++ b/skl-ren_css.css @@ -0,0 +1,69 @@ +body { + color: black; + background: #F5F5E5; + padding: 1ex; + background-position: top right; + } + +h1 { + text-align: center; + letter-spacing: 0.2em; + font-family: serif; + font-size: 2em; + font-variant: small-caps; + } + +h2 { + color: #881133; + } + +h2.menu { + color: #6699BB; + background: #E5FAFF; + text-align: right; + font-family: serif; + font-size: 1.5em; + font-variant: small-caps; + padding-right: 1ex; + } + +body>div.hbar { + background: #991111; + width: 100%; + height: 1ex; + } + +div.body { + margin-top: 1ex; + padding-left: 1ex; + padding-right: 1em; + padding-top: 1em; + padding-bottom: 1ex; + margin-right: 26ex; + } + +div.menu { + background: #CCEEF5; + margin-top: 1ex; + padding: 1px 5px 2em; + line-height: 1.3; + float: right; + width: 40ex; + } + +a:link { + font-weight: bold; + } + +a:active { + text-decoration: overline; + } + +a:visited { + font-weight: bold; + } + +@media print { + div.menu {visibility: hidden} + div.body {margin-right: 2ex} + } |