diff options
-rw-r--r-- | include/page_header.php | 3 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 6 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 4 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 3 |
4 files changed, 15 insertions, 1 deletions
diff --git a/include/page_header.php b/include/page_header.php index 3946d2c02..0dea51a33 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -52,7 +52,8 @@ $template->assign_vars( 'DIR'=>$lang_info['direction'], 'TAG_INPUT_ENABLED' => - ((is_adviser()) ? 'disabled onclick="return false;"' : '') + ((is_adviser()) ? 'disabled onclick="return false;"' : ''), + 'U_HOME' => get_absolute_root_url(), )); // picture header infos diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 2401e4e27..b6559b59c 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -136,3 +136,9 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } .virtual_cat { background: #3f3f3f !important; } +#content ul.thumbnailCategories li div.thumbnailCategory .description p { + display: none; +} +#content ul.thumbnailCategories li div.thumbnailCategory .description p + p { + display: inline; +} diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index c121d1f0b..d8bd41e47 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -276,4 +276,8 @@ input.submit:active { padding-left: 4em; padding-right: 4em; } +#menubar .menuInfoCat, #menubar .menuInfoCatByChild { + font-size: 80%; + font-style: normal; +} * { outline: none; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 927f9f475..75a84ac58 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -325,5 +325,8 @@ a.PWG:hover .G { color : #f92; } .statBar { background-color: #e60; }
#imageToolBar .randomButtons a:hover,
#imageToolBar .navButtons a:hover { background-color: #111; }
+#menubar .menuInfoCat,
+#menubar .menuInfoCatByChild,
h2.showtitle, #theImage p.showlegend { display: none }
+
* { outline-width: 0px; }
|