From 488e5924e9d9cb5fe3c53eb6812b7b0ffd87453a Mon Sep 17 00:00:00 2001 From: domi <> Date: Fri, 26 Oct 2012 16:37:56 +0000 Subject: [PATCH] bouh! --- .gitattributes | 1 + bureau/admin/head.php | 1 + bureau/admin/styles/style-hw.css | 67 ++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 bureau/admin/styles/style-hw.css diff --git a/.gitattributes b/.gitattributes index f04bcd30..9ff13f2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -346,6 +346,7 @@ bureau/admin/sql_users_password.php -text bureau/admin/sql_users_rights.php -text bureau/admin/stats_members.php -text bureau/admin/styles/passwordStrengthMeter.css -text +bureau/admin/styles/style-hw.css -text bureau/admin/styles/style.css -text bureau/admin/trash_dateselect.php -text bureau/admin/webmail-redirect.php -text diff --git a/bureau/admin/head.php b/bureau/admin/head.php index d4e23cdb..dc446eaf 100644 --- a/bureau/admin/head.php +++ b/bureau/admin/head.php @@ -33,6 +33,7 @@ if (!$charset) $charset="UTF-8"; + diff --git a/bureau/admin/styles/style-hw.css b/bureau/admin/styles/style-hw.css new file mode 100644 index 00000000..20045209 --- /dev/null +++ b/bureau/admin/styles/style-hw.css @@ -0,0 +1,67 @@ + +body { + background-color: #101010; +} + +#global { + background-color: #ffefd3; + border-color: #f08000; +} + +h3 { + color: #c04000; +} + +.menu-title { + background-color: #f0c040 !important; + border-color: #f08000 !important; +} + +.menu-title A { + color: #a04000 !important; +} + +.menu-box A { + color: #a04000 !important; +} + +.breadcrumb A, .tlist A { + color: #a04000 !important; +} +.menu-box A:hover { + background-color: #f0c040 !important; + border-color: #f08000 !important; +} + +hr { + border-color: #f08000; + color: #f08000; +} + +.ina, .inav, .inb { + background-color: #f0e0c0 !important; +} +.ina:hover, .inav:hover, .inb:hover { + background-color: #f0d0a0 !important; +} + +.lst2, .tedit th { + background-color: #f0d0a0 !important; +} + +.lst1 { + background-color: #f0e0d0 !important; +} + +.tlist SPAN:hover { + background-color: #f0d0a0 !important; +} + +.lst2 SPAN:hover { + background-color: #f0e0c0 !important; +} + +.tlist, .tlist th { + background-color: #f0e0c0 !important; +} +