diff options
-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} + } |