From 5f94909b4236730057499fd876ae96f88fcc95ff Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 6 Feb 2007 07:17:45 +0000 Subject: Minor changes to w0p0 git-svn-id: http://piwigo.org/svn/trunk@1783 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/p0w0/theme.css | 14 ++++++++++---- 1 file 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; +} -- cgit v1.2.3