Sync to en/include/common-style.css
authoracli <acli>
Tue, 10 Feb 2004 02:55:01 +0000 (02:55 +0000)
committeracli <acli>
Tue, 10 Feb 2004 02:55:01 +0000 (02:55 +0000)
koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css

index d438383..33f3139 100644 (file)
        background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
 }
 
+#problem {
+       color: red;
+       font-weight:bold;
+}
 #menubar {
        border-top:1px solid #666666;
        font: 1.2em sans-serif;
@@ -28,6 +32,17 @@ a.submenu {
        text-decoration: none;
        cursor: hand;
        color:#777777;
+       background-color:#EEEEEE;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+}
+a.submenu2 {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       background-color:#CCCCCC;
        padding:4px;
        font-weight: bold;
        margin:0;