diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-20 20:16:43 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-20 20:16:43 +0000 |
commit | 62db07d14dbed591d5ddd1f38f9fab4dbe54c6fd (patch) | |
tree | a71305ef3c6b3125f0940c7cb323817f01004e49 /template/yoga/theme/wipi/theme.css | |
parent | 241c83f5a1dc49367daa26e666926fb37cff7b72 (diff) |
improvement:
- wipi theme minor changes
- default-color.css include a minimal look in case of empty theme.
git-svn-id: http://piwigo.org/svn/trunk@1842 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/wipi/theme.css')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 7d8923205..927f9f475 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -322,6 +322,7 @@ a.PWG:hover .G { color : #f92; } -moz-border-radius-bottomright: 12px;
box-shadow: 5px 5px #69c;
}
+.statBar { background-color: #e60; }
#imageToolBar .randomButtons a:hover,
#imageToolBar .navButtons a:hover { background-color: #111; }
h2.showtitle, #theImage p.showlegend { display: none }
|