LDAPAccountManager/lam/style/600_type_user.css

109 lines
2.2 KiB
CSS
Raw Permalink Normal View History

2006-01-01 16:30:05 +00:00
/*
$Id$
2009-10-27 18:47:12 +00:00
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
2010-07-07 15:22:07 +00:00
Copyright (C) 2005-2010 Roland Gruber
2006-01-01 16:30:05 +00:00
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;
2007-11-13 17:49:48 +00:00
border-collapse:collapse;
}
table.userlist td,th {
border-color:#9b8523;
2006-01-01 16:30:05 +00:00
}
2007-02-11 17:16:48 +00:00
/* input elements */
2010-01-30 17:32:34 +00:00
table.userlist input, table.userlist select, table.userlist button {
2007-02-11 17:16:48 +00:00
background-color:#fff2a3;
}
2010-07-07 15:22:07 +00:00
/* color of bright rows */
.userlist-bright {
background: #fffde2 !important;
2006-01-01 16:30:05 +00:00
}
2010-07-07 15:22:07 +00:00
/* color of dark rows */
.userlist-dark {
background-color:#fff2a3 !important;
2006-01-01 16:30:05 +00:00
}
/* style of navigation bar */
table.usernav {
2007-02-11 17:16:48 +00:00
background-color:#fffde2;
2006-01-01 16:30:05 +00:00
border-width:1px;
border-style:solid;
border-color:#9b8523;
}
2007-02-11 17:16:48 +00:00
/* input elements */
table.usernav input {
background-color:#fff2a3;
}
2006-01-01 16:30:05 +00:00
/* color for active page number */
td.usernav-activepage {
color:red;
}
/* account pages */
/* main fieldset */
fieldset.useredit {
2007-02-11 17:16:48 +00:00
background-color:#fffde2;
2006-02-26 10:40:29 +00:00
border:1px solid #9b8523;
2006-01-01 16:30:05 +00:00
}
/* legend of main fieldset */
fieldset.useredit legend {
color:blue;
}
2007-02-11 17:16:48 +00:00
/* input elements */
2010-01-30 17:32:34 +00:00
fieldset.useredit input, fieldset.useredit select, fieldset.useredit button {
2007-02-11 17:16:48 +00:00
background-color:#fff2a3;
}
/* input elements */
input.user {
background-color:#fff2a3;
}
/* select elements */
select.user {
background-color:#fff2a3;
2006-01-01 16:30:05 +00:00
}