From 8cbe4e631f5fb93cb4e2dceba7e616dbbef12020 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 4 Mar 2007 19:00:43 +0000 Subject: Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php) New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden). git-svn-id: http://piwigo.org/svn/trunk@1869 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/theme.css | 4 ++++ template/yoga/theme/dark/theme.css | 2 ++ template/yoga/theme/p0w0/theme.css | 1 + template/yoga/theme/wipi/theme.css | 3 +-- 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'template/yoga/theme') diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 32b0cabe2..0f29d1fb2 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -99,3 +99,7 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } .virtual_cat { background: #fff !important; } +.qsearch { font-size: 80%; font-style: normal; } +#mbMenu #quicksearch > p { text-align: left; } +#qsearchInput { color: #d3d3d3; } +#qsearchInput:focus { color: #005e89; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index b6559b59c..5626e55e1 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -142,3 +142,5 @@ TD.calDayCellEmpty { color: silver; } #content ul.thumbnailCategories li div.thumbnailCategory .description p + p { display: inline; } +.qsearch { font-size: 80%; font-style: normal; } +#mbMenu #quicksearch > p { text-align: left; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index d8bd41e47..91d43b879 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -280,4 +280,5 @@ input.submit:active { font-size: 80%; font-style: normal; } +.qsearch { font-size: 80%; font-style: italic; } * { outline: none; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 00cd16c26..9755b89a1 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -326,7 +326,6 @@ a.PWG:hover .G { color : #f92; } #imageToolBar .randomButtons a:hover, #imageToolBar .navButtons a:hover { background-color: #111; } #menubar .menuInfoCat, -#menubar .menuInfoCatByChild, +#menubar .menuInfoCatByChild, .qsearch, h2.showtitle, #theImage p.showlegend { display: none } - * { outline-width: 0px; } -- cgit v1.2.3