Merge branch 'tab'
[webpac2] / vhost / ecas / ecas.css
index 2ff6159..44a8857 100644 (file)
@@ -7,8 +7,17 @@
 
 .title {
        font-weight: bold;
+       color: #336699 ;
 }
 
+a {
+       color: #336699 ;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
 
 #inputs label {
        clear: left;
 }
 
 h1 {
-       font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
+/*     font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
+       color: #336699 ; */
+       color: #FF6600 ;
+       font-size: 15px;
+}
+
+h2 {
+       font-weight: bold;
+       padding-top: 30px;
+       font-size: 15px;
+       color: #666;
+}      
+
+body {
+       color: #666666;
+       font-size: 12px;
 }
 
 form label,
@@ -41,4 +65,11 @@ form input[name=search] {
 
 #plimit {
        text-align: right;
+       float: right;
+}
+
+.message {
+       background-color: #FFF;
+       color: #666;
+       font-size: 90%;
 }