bouh!
This commit is contained in:
parent
e23ec31abd
commit
488e5924e9
|
@ -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
|
||||
|
|
|
@ -33,6 +33,7 @@ if (!$charset) $charset="UTF-8";
|
|||
|
||||
<link rel="stylesheet" href="js/jquery_ui/css/smoothness/jquery-ui-1.8.23.custom.css" type="text/css" />
|
||||
<link rel="stylesheet" href="styles/style.css" type="text/css" />
|
||||
<!-- <link rel="stylesheet" href="styles/style-hw.css" type="text/css" /> -->
|
||||
<link rel="stylesheet" href="styles/passwordStrengthMeter.css" type="text/css" />
|
||||
|
||||
<link rel="Shortcut Icon" href="favicon.ico" type="image/ico" />
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue