X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=web%2Fstyle.css;h=b942d1b010163c6c735ef2a12cddb6c099e8fba4;hb=afeab7e5bb52f3f95e0b1dfd8949bb414193e72b;hp=c46c8ab6bdfdf9cbdb5465136f172a8bd4ceb47e;hpb=3a9dde4dd4e21e7e706d6e5402c2a2c548b43dc7;p=dak.git diff --git a/web/style.css b/web/style.css index c46c8ab6..b942d1b0 100644 --- a/web/style.css +++ b/web/style.css @@ -173,6 +173,17 @@ a:hover{ } /************* NEW details pages ************/ + +/* this overides some overly general styles above */ +#NEW-details-page th { + background-color: white; + padding: 0; +} +#NEW-details-page table { + background-color: white; + padding: 0; +} + #NEW-details-page a img { text-decoration: none; border: none; @@ -198,6 +209,14 @@ a:hover{ color: #FFFF00; text-decoration: underline; } +#NEW-details-page #menu a:visited { + color: #0000FF; + text-decoration: none; +} +#NEW-details-page #menu a:hover { + color: #0000FF; + text-decoration: none; +} #NEW-details-page #red-upperleft { position: absolute; top: 0px; @@ -224,6 +243,11 @@ a:hover{ font-family: serif; font-size: 22px; } +#NEW-details-page .toggle-msg { + font-weight: normal; + font-family: serif; + font-size: 80%; +} #NEW-details-page #menu { font-size: 80%; position: fixed; @@ -235,6 +259,7 @@ a:hover{ } #NEW-details-page #menu p { margin: 0px; + font-size: 80%; } #NEW-details-page .infobox { width: 80%;