diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-11 21:05:31 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-11 21:05:31 +0000 |
commit | 720bd28e3460345eebfdb499c5bd24c9d1c045b0 (patch) | |
tree | e35ca879b7bfb5f0d44e3524c6be620ac9faa5d0 /template/yoga/theme/Sylvia/theme.css | |
parent | 1b230ad50c67b265ec27119fa6580ed962fa178d (diff) |
- Quicksearch and Links review
git-svn-id: http://piwigo.org/svn/branches/2.0@2966 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/theme.css')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index a182c994f..a88ca5853 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -263,8 +263,7 @@ H2 { border-bottom: 1px solid #000000; } #qsearchInput { - border-color:#222; - color:#222; + color:#666; } FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; @@ -308,10 +307,17 @@ A, INPUT.rateButton { border-width: 0; } A:hover, A:active { - color:#f33; - border-bottom: 1px solid #f33; + color:#f30; + border-bottom: 1px solid #FF3363; cursor: pointer; } +a.Piwigo { + font-family: verdana, arial, helvetica, sans-serif !important; + font-size: 11px; font-weight: normal; letter-spacing: 0; + color : #FF3300; text-decoration: none; border: 0; } +a.Piwigo:hover { + border-bottom: 1px solid #FF3363; +} #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } |