LDAPAccountManager/lam-0.4/style/layout.css

512 lines
7.7 KiB
CSS

/*
$Id$
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
Copyright (C) 2003 Leonhard Walchshäusl
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
*/
/* CSS layout for LAM */
/**
* global page layout
*
*/
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,b,i {
font-family:Arial,Verdana,sans-serif;
}
body {
background-color:#F5F5F5;
}
/* links */
a {
color:blue;
text-decoration:none;
}
a:visited {
color:blue;
text-decoration:none;
}
a:hover {
color:red;
text-decoration:none;
}
a:active {
color:red;
text-decoration:none;
}
form { }
input {
font-weight:bold;
background-color:#CCCCFF;
}
fieldset {
background-color:#EEEEEE;
}
legend {
color:#007a3b;
}
/**
* style for userlist.php
*
*/
/* table preferences */
table.userlist {
border-width:1px;
border-style:solid;
border-color:#9b8523;
}
/* color of entry rows */
tr.userlist {
background-color:#fffde2;
}
/* color of head row */
tr.userlist-head {
background-color:#fff2a3;
font-weight:bold;
}
/* color of rows on mouseOver */
tr.userlist-over {
background-color:#ccccff;
}
/* color of checked rows */
tr.userlist-checked {
background-color:#f27c71;
}
/* color for active page digit */
td.userlist-activepage {
color:red;
}
/* style of navigation bar */
td.userlist-navbar {
color:#AAAAAA;
}
table.userlist-navbar {
background-color:#fff2a3;
border-width:1px;
border-style:solid;
border-color:#9b8523;
}
td.userlist-navbartext {
color:green;
font-family:Verdana,sans-serif;
font-size:12px;
}
/* style of active column */
th.userlist-activecolumn {
background-color:#fffde2;
}
/**
* table style for grouplist.php
*
*/
/* navigation bar */
table.groupnav {
background-color:#a8c3ff;
border-width:1px;
border-style:solid;
border-color:#7167bf;
}
/* text in navigation bar */
td.groupnav-text {
color:green;
font-family:Verdana,sans-serif;
font-size:12px;
}
/* color for active page digit */
td.groupnav-activepage {
color:red;
}
/* table preferences */
table.grouplist {
border-width:1px;
border-style:solid;
border-color:#7167bf;
}
/* color of entry rows */
tr.grouplist {
background-color:#d6e3ff;
}
/* color of head row */
tr.grouplist-head {
background-color:#a8c3ff;
}
/* color of sorted column in head row */
th.grouplist-sort {
background-color:#d6e3ff;
}
/* color of rows on mouseOver */
tr.grouplist-over {
background-color:#C7E7C7;
}
/* color of checked rows */
tr.grouplist-checked {
background-color:#f27c71;
}
/**
* table style for hostlist.php
*
*/
/* */
table.hostnav {
background-color:#ffc4ba;
border-width:1px;
border-style:solid;
border-color:#911a1a;
}
/* text in navigation bar */
td.hostnav-text {
color:green;
font-family:Verdana,sans-serif;
font-size:12px;
}
/* color for active page digit */
td.hostnav-activepage {
color:red;
}
/* table preferences */
table.hostlist {
border-width:1px;
border-style:solid;
border-color:#911a1a;
}
/* color of entry rows */
tr.hostlist {
background-color:#ffe2dd;
}
/* color of head row */
tr.hostlist-head {
background-color:#ffc4ba;
}
/* color of sorted column in head row */
th.hostlist-sort {
background-color:#ffe2dd;
}
/* color of rows on mouseOver */
tr.hostlist-over {
background-color:#ffe265;
}
/* color of checked rows */
tr.hostlist-checked {
background-color:#f27c71;
}
/**
* table style for domainlist.php
*
*/
/* */
table.domainnav {
background-color:#a8ddbf;
border-width:1px;
border-style:solid;
border-color:#1d993e;
}
/* text in navigation bar */
td.domainnav-text {
color:green;
font-family:Verdana,sans-serif;
font-size:12px;
}
/* color for active page digit */
td.domainnav-activepage {
color:red;
}
/* table preferences */
table.domainlist {
border-width:1px;
border-style:solid;
border-color:#1d993e;
}
/* color of entry rows */
tr.domainlist {
background-color:#c9ddd2;
}
/* color of head row */
tr.domainlist-head {
background-color:#a8ddbf;
}
/* color of sorted column in head row */
th.domainlist-sort {
background-color:#c9ddd2;
}
/* color of rows on mouseOver */
tr.domainlist-over {
background-color:#ffe265;
}
/* color of checked rows */
tr.domainlist-checked {
background-color:#f27c71;
}
/**
* style for domain.php
*
*/
/* fieldset and legend */
fieldset.domedit {
background-color:#c9ddd2;
}
legend.domedit {
color:blue;
}
/**
* table style for delete.php
*
*/
/* table preferences */
table.account {
border-width:0px;
border-style:solid;
border-color:#000000;
}
/* color of entry rows */
tr.account {
background-color:#FFFFEE;
}
/**
* Color and font definitions for templates/status.php
*
*/
/* Background olor for the different Status Messages */
div.statusInfo {
background-color:#5C7EC6;
}
div.statusWarn {
background-color:#CE8037;
}
div.statusError {
background-color:#C65146;
}
/* H1 (MessageTyp) font size, family, color, and some more settings for the different Status Messages */
h1.statusInfo {
font-size:16pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:20px;
}
h1.statusWarn {
font-size:16pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:20px;
}
h1.statusError {
font-size:16pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:20px;
}
/* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */
h2.statusInfo {
font-size:13pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:25px;
margin-right:25px;
}
h2.statusWarn {
font-size:13pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:25px;
margin-right:25px;
}
h2.statusError {
font-size:13pt;
font-family:Arial,sans-serif;
color:#FFFFFF;
margin-left:25px;
margin-right:25px;
}
/* P (MessageText) font size, family, color, and some more settings for the different Status Messages */
p.statusInfo {
font-size:11pt;
font-family:Times,serif;
color:#FFFFFF;
margin-left:35px;
margin-right:35px;
}
p.statusWarn {
font-size:11pt;
font-family:Times,serif;
color:#FFFFFF;
margin-left:35px;
margin-right:35px;
}
p.statusError {
font-size:11pt;
font-family:Times,serif;
color:#FFFFFF;
margin-left:35px;
margin-right:35px;
}
/**
* table style for groupedit.php
*
*/
fieldset.groupedit-bright {
background-color:#d6e3ff;
}
fieldset.groupedit-middle {
background-color:#C7E7C7;
}
legend.groupedit-bright {
color:blue;
}
fieldset.groupedit-dark {
background-color:#7167bf;
}
legend.groupedit-dark {
color:blue;
}
select.groupedit-bright {
background-color:#d6e3ff;
}
/**
* table style for hostedit.php
*
*/
fieldset.hostedit-bright {
background-color:#ffe2dd;
}
legend.hostedit-bright {
color:blue;
}
fieldset.hostedit-dark {
background-color:#ffc4ba;
}
legend.hostedit-dark {
color:blue;
}
select.hostedit-bright {
background-color:#ffc4ba;
}
/**
* table style for useredit.php
*
*/
fieldset.useredit-bright {
background-color:#fff2a3;
}
legend.useredit-bright {
color:blue;
}
fieldset.useredit-dark {
background-color:#CCCCFF;
}
legend.useredit-dark {
color:blue;
}
select.useredit-bright {
background-color:#CCCCFF;
}