X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fd4bfc4ff2652e5d7267ad47305c89b51e53d961..e194c23144e69c1acbebb2d872c8d45fd1b52762:/templates/disorder.css diff --git a/templates/disorder.css b/templates/disorder.css index 868bdef..de41ea9 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -262,24 +262,24 @@ p.menubar { /* Subelements are A for usable menus or SPAN for unusable ones */ p.menubar a, p.menubar span { font-family: helvetica,sans-serif; - font-weight: bold; - font-size: 14pt; + font-size: 24px; text-decoration: none; padding: 4px } /* a.activemenu is the current menu item */ -a.activemenu { - background-color: black; - color: white; - padding: 4px +img.activemenu, a.activemenu { + background-color: #d0d0d0; + color: black; + padding: 4px; + border: none } /* a.inactivemenu is a non-current but choosable menu item */ -a.inactivemenu { +img.inactivemenu, a.inactivemenu { color: black; padding:4px; - margin: 0px + border:none } /* span.invaliemenu is a non-choosable menu item */