diff options
-rw-r--r-- | plugins/admin_advices/main.inc.php | 1 | ||||
-rw-r--r-- | template/yoga/theme/wipi/images/tableh1_bg.png | bin | 1928 -> 142 bytes | |||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 13 |
3 files changed, 9 insertions, 5 deletions
diff --git a/plugins/admin_advices/main.inc.php b/plugins/admin_advices/main.inc.php index 6b6445a65..821ed9563 100644 --- a/plugins/admin_advices/main.inc.php +++ b/plugins/admin_advices/main.inc.php @@ -3,6 +3,7 @@ Plugin Name: Admin Advices ! Version: 1.0.0
Author: PhpWebGallery team
Description: Give you an advice on the administration page.
+Plugin URI: http://www.phpwebgallery.net
*/
add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' );
diff --git a/template/yoga/theme/wipi/images/tableh1_bg.png b/template/yoga/theme/wipi/images/tableh1_bg.png Binary files differindex 7951e72ba..8163e23bf 100644 --- a/template/yoga/theme/wipi/images/tableh1_bg.png +++ b/template/yoga/theme/wipi/images/tableh1_bg.png diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 7a4269fb6..7d8923205 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -74,7 +74,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 { }
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
- background-color: #222;
+ background-color: #111;
}
#imageToolBar, .header_notes {
background-color: #333;
@@ -90,6 +90,11 @@ A:hover { border: 1px solid #eee;
padding: 5px;
}
+#theAdminPage #the_page #content, #theAdminPage #the_page .content {
+ background-color: #111;
+ border-width: 0px;
+ padding: 5px;
+}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
background-repeat: repeat-x;
@@ -199,11 +204,9 @@ FIELDSET, INPUT, SELECT, TEXTAREA, }
#content UL.thumbnails SPAN.wrap2:hover,
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
- background-color: #dfe8ff;
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
+ background-color: #333;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
- color: black;
}
#menubar .buttonmenu {
|