diff options
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/header.css b/static/header.css index e3cb85d..53d6258 100755 --- a/static/header.css +++ b/static/header.css @@ -1,3 +1,22 @@ +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} .white a:link { text-decoration: none; font-size:14px; @@ -88,6 +107,8 @@ margin-top:2; #logout7 a{font-size:11px; } #logout7 a:hover{font-size:11px; +color:#fff; +text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; } #logo7{ margin-left: 3px; |
