diff options
Diffstat (limited to 'template')
-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; +} |