]> git.decadent.org.uk Git - dak.git/blobdiff - web/style.css
credit Tincho, CSS fixes, show 'click to toggle'
[dak.git] / web / style.css
index c46c8ab6bdfdf9cbdb5465136f172a8bd4ceb47e..b942d1b010163c6c735ef2a12cddb6c099e8fba4 100644 (file)
@@ -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%;