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; +} +