X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fecas%2Fecas.css;h=44a88579c0c810e34cd0bb11d4e11636ae5f3717;hb=ecfeb8b419de945f3fd3ad12a50201306193e3ca;hp=2ff6159ccdba7dfa472bdd2b07d63f8baabeaa06;hpb=5b4161dcb87ae6ec64e029c739b4a6ab6acef45c;p=webpac2 diff --git a/vhost/ecas/ecas.css b/vhost/ecas/ecas.css index 2ff6159..44a8857 100644 --- a/vhost/ecas/ecas.css +++ b/vhost/ecas/ecas.css @@ -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; @@ -19,7 +28,22 @@ } 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%; }