X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Flocal.css;h=1855fe3cec2bd1cd8b3e3a66bf5b2765d778d5ea;hb=0721aced26a00ba57591c2f8a9e93a4860d51c40;hp=4e4af3b0ee3f9ce0ab1a1f3e0bbdd58186e224d5;hpb=b52bc2fe6e3666f9e60239fe73af1369a9c99b1c;p=mirror%2Fdsa-wiki.git diff --git a/input/local.css b/input/local.css index 4e4af3b..1855fe3 100644 --- a/input/local.css +++ b/input/local.css @@ -24,7 +24,7 @@ h1 { width: 95%; margin-left: 1%; padding: 0 0 0 1%; - border-bottom: medium solid black; + border-bottom: medium solid #BF1238; font-size: 160%; } @@ -32,8 +32,8 @@ h2 { width: 90%; margin-left: 2%; padding: 0 0 0 1%; - border-bottom: medium solid black; - border-left: medium solid black; + border-bottom: medium solid #BF1238; + border-left: medium solid #BF1238; font-size: 150%; } @@ -41,8 +41,8 @@ h3 { width: 85%; margin-left: 3%; padding: 0 0 0 1%; - border-bottom: medium solid black; - border-left: medium solid black; + border-bottom: medium solid #BF1238; + border-left: medium solid #BF1238; font-size: 140%; } @@ -50,8 +50,8 @@ h4 { width: 80%; margin-left: 4%; padding: 0 0 0 1%; - border-bottom: medium solid black; - border-left: medium solid black; + border-bottom: medium solid #BF1238; + border-left: medium solid #BF1238; font-size: 130%; } @@ -59,8 +59,8 @@ h5 { width: 75%; margin-left: 5%; padding: 0 0 0 1%; - border-bottom: medium solid black; - border-left: medium solid black; + border-bottom: medium solid #BF1238; + border-left: medium solid #BF1238; font-size: 120%; } @@ -68,8 +68,8 @@ h6 { width: 70%; margin-left: 6%; padding: 0 0 0 1%; - border-bottom: medium solid black; - border-left: medium solid black; + border-bottom: medium solid #BF1238; + border-left: medium solid #BF1238; font-size: 110%; } @@ -91,18 +91,18 @@ code { } a { - color: darkblue; + color: black; text-decoration: underline; } a:active { - color: darkblue; + color: black; border: thin inset gray; } a:visited { - color: gray; - text-decoration: none; + color: black; + text-decoration: underline; } a:hover { @@ -112,14 +112,12 @@ a:hover { div#pageheader { height: 60px; width: 100%; - background-color: #999999; } div#pageheader span { position: relative; - top: 16px; left: 26px; - color: white; + color: black; font-weight: bold; font-size: 200%; } @@ -151,19 +149,18 @@ div.header { top: 60px; left: 0; line-height: 20px; - background-color: #999999; font-size: 14px; } div.header span { position: relative; - top: 0; - left: 5px; - color: white; + top: 10px; + left: 35px; + color: black; } div.header a { - color: white; + color: black; text-decoration: none; } @@ -285,8 +282,20 @@ div#content div.inlinepage { color: black; } -div#content div.inlinepage span.header { - display: none; +div#content div.inlinepage span.header a { + color: #BF1238; + font-size: 14px; + text-align: right; +} +div#content div.inlinepage span.header a:visited { + color: #BF1238; + font-size: 14px; + text-align: right; +} +div#content div.inlinepage span.header a:hover { + color: #BF1238; + font-size: 14px; + text-align: right; } div#content div.inlinepage span.pagedate {