diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-17 22:51:27 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-17 22:51:27 -0400 |
| commit | 859df13e5ba9dcc693952ece60eb1d16b5388201 (patch) | |
| tree | 5e4fe50ed56a8b676d006a0623fd997ac399ba88 /static/header.css | |
| parent | b5a74b56baed8b0ad2eed96857ba99ebcb041dca (diff) | |
| parent | f6ec036fd3614cdefe43535a8410e0b5455ae2ea (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/header.css b/static/header.css index e3cb85d..633ffa3 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; @@ -41,6 +60,9 @@ background-repeat:repeat-x; left: 0px; } + +.share-buttons img { cursor: pointer; } + #bar7{ top:12px; position:absolute; @@ -88,6 +110,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; |
