diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index 8c00b433e..ab61b52e3 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -17,7 +17,7 @@ {categories.category.ICON}

{categories.category.CAPTION_NB_IMAGES}

-

{categories.category.DESCRIPTION}

+

{categories.category.DESCRIPTION} 

diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 814f19a73..3400a997b 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -12,14 +12,14 @@ margin: 0; padding: 0; display: block; } -#menubar .buttonmenu { +#menubar .button { margin: 0 2px; width: auto; padding: 0; text-indent: 0; list-style: none; text-align: center; - float: right; + float: left; } /* H2 properties copied here */ @@ -133,6 +133,9 @@ FORM#quicksearch { margin-top: 4px; margin-bottom: 1px; } +input#qsearchInput { + width: 90%; +} #menubar #menuTagCloud { text-align: center; diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 85b77cefe..7d3f018af 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -22,13 +22,13 @@ -
- {lang:start_filter_hint} + {lang:start_filter_hint} - {lang:stop_filter_hint} + {lang:stop_filter_hint} +
{lang:Categories}
{MENU_CATEGORIES_CONTENT} @@ -67,12 +67,14 @@
{lang:title_menu}
-
    + +
      +
    • {summary.NAME}
    • diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index e87174ba1..d5bb1b74d 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -248,7 +248,9 @@ SPAN.calItem, SPAN.calItemEmpty label { cursor:pointer } - +input#qsearchInput { + color: #36f; background-color: #cef; +} .zero { display: none } .one { } .2nmore { } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index e28625b12..5da064762 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -18,7 +18,7 @@ H2, .throw { font-weight: lighter; } #menubar DT A:hover { - color: #111; + color: #69c; font-weight: lighter; } #menubar .selected A { @@ -185,6 +185,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, } #content UL.thumbnails SPAN.wrap2:hover { border-color: #69c; /* thumbnails border color when mouse cursor is over it */ + background-color: #080808; } #menubar .buttonmenu { margin: 0 2px; @@ -238,10 +239,37 @@ SPAN.calItem, SPAN.calItemEmpty label { cursor:pointer } - +input#qsearchInput { + color: #58c; + background-color: #222; + border: 1px solid #333; + padding: 1px 3px; +} .zero { display: none } -.one { } -.2nmore { } +.one { background: transparent; } +.2nmore { background: transparent; } +.nb-hits { color: #69c; } +.nb-comments { color: #f92; } + +FORM#quickconnect, +FORM#quickconnect FIELDSET, +FORM#quickconnect P, +FORM#quickconnect UL.actions, +FORM#quickconnect FIELDSET>UL.actions, +FORM#quickconnect UL.actions, +FORM#quickconnect P, +FORM#quickconnect LABEL { + color: #69c; +} +FORM#quickconnect P INPUT, +FORM#quickconnect INPUT[type=text], +FORM#quickconnect INPUT[type=password] { + width: 85%; + color: #58c; + background-color: #222; + border: 1px solid #333; + padding: 1px 3px; +} /* nice looking month calendar*/ TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}