diff options
-rw-r--r-- | template/yoga/default-colors.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index e88f21208..5e5a64a68 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -1,5 +1,5 @@ /* $Id$ */ - +#content, #menubar, #thePicturePage #the_page { background-color: #eef; } /* others */ .pleaseNote { background: #9c9c9c; 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 }
|