LDAPAccountManager/lam/style/600_type_user.css

109 lines
2.2 KiB
CSS

/*
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2005-2010 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more detaexils.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* style definition for user accounts
*/
/**
* Preferences for the list view and some other pages which have no own definitions (e.g. profile editor).
*/
/* main table of account list */
table.userlist {
border-width:1px;
border-style:solid;
border-color:#9b8523;
border-collapse:collapse;
}
table.userlist td,th {
border-color:#9b8523;
}
/* input elements */
table.userlist input, table.userlist select, table.userlist button {
background-color:#fff2a3;
}
/* color of bright rows */
.userlist-bright {
background: #fffde2 !important;
}
/* color of dark rows */
.userlist-dark {
background-color:#fff2a3 !important;
}
/* style of navigation bar */
table.usernav {
background-color:#fffde2;
border-width:1px;
border-style:solid;
border-color:#9b8523;
}
/* input elements */
table.usernav input {
background-color:#fff2a3;
}
/* color for active page number */
td.usernav-activepage {
color:red;
}
/* account pages */
/* main fieldset */
fieldset.useredit {
background-color:#fffde2;
border:1px solid #9b8523;
}
/* legend of main fieldset */
fieldset.useredit legend {
color:blue;
}
/* input elements */
fieldset.useredit input, fieldset.useredit select, fieldset.useredit button {
background-color:#fff2a3;
}
/* input elements */
input.user {
background-color:#fff2a3;
}
/* select elements */
select.user {
background-color:#fff2a3;
}