diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-06 07:17:45 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-06 07:17:45 +0000 |
commit | 5f94909b4236730057499fd876ae96f88fcc95ff (patch) | |
tree | c72a1e84ae5b55421a40e260383576500821db9a | |
parent | 9e71c703d3174c8259d35ff7153bcdbe488ab651 (diff) |
Minor changes to w0p0
git-svn-id: http://piwigo.org/svn/trunk@1783 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f71a4a495..7adb1346b 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -17,9 +17,7 @@ /******************************************************************************/ /* Texts Only */ -BODY, H1, H3, DT, H2, .throw, -#copyright, -#menubar .selected A { color: #69c; } +BODY, H1, H3, DT, H2, .throw { color: #369; } H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate { color: #fff; } @@ -32,7 +30,9 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate { color: #f92; font-weight: bold; } -#menubar .selected A:hover, +#mbIdentification dd p, +#menubar .selected A { color: #c60; font-weight: bold; } +#copyright { color: #c60; } #content .pageNumberSelected, A, INPUT.rateButton, legend { color: #369; } A:hover { color: #f92; } @@ -82,6 +82,9 @@ input.rateButtonSelected, #thePicturePage #comments H2 { color: #69c; } +#content ul.thumbnailCategories li div.thumbnailCategory .description p { + color: #69c; +} #content ul.thumbnailCategories li div.thumbnailCategory .description p + p { color: #369; } @@ -251,3 +254,6 @@ input.submit:active { border-left-color: #9ab; border-top-color: #9ab; } +#addComment input.submit { + padding: 4px 40px; +} |