LDAPAccountManager/lam/style/500_layout.css

739 lines
12 KiB
CSS
Raw Normal View History

2003-03-17 23:28:24 +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/)
2009-02-17 20:36:52 +00:00
Copyright (C) 2003 Leonhard Walchshaeusl
2011-01-06 17:38:16 +00:00
Copyright (C) 2005 - 2011 Roland Gruber
2003-03-17 23:28:24 +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.
2003-03-17 23:28:24 +00:00
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.
2003-03-17 23:28:24 +00:00
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
*/
2003-06-04 18:47:40 +00:00
/* CSS layout for LAM */
2003-03-17 23:28:24 +00:00
/**
2003-03-17 23:28:24 +00:00
* global page layout
*
2003-03-17 23:28:24 +00:00
*/
2003-06-04 18:47:40 +00:00
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,b,i {
2006-03-03 17:30:35 +00:00
font-family:Arial,Tahoma,Verdana,sans-serif;
2003-04-09 17:10:47 +00:00
}
2007-11-11 13:49:01 +00:00
h1,h2,h3 { color:#253aa3; }
2003-04-09 17:10:47 +00:00
body {
background-color:#F5F5F5;
}
.defaultBackground {
2011-04-09 10:14:22 +00:00
background-color:#F5F5F5 !important;
}
2003-06-04 18:47:40 +00:00
/* links */
2003-04-09 17:10:47 +00:00
a {
2010-10-13 17:45:13 +00:00
color: blue;
text-decoration: none;
}
a:link {
color: blue;
text-decoration: none;
2003-04-09 17:10:47 +00:00
}
2003-05-07 22:37:01 +00:00
a:visited {
2010-10-13 17:45:13 +00:00
color: blue;
text-decoration: none;
2003-05-07 22:37:01 +00:00
}
2003-04-09 17:10:47 +00:00
a:hover {
2010-10-13 17:45:13 +00:00
color: red;
text-decoration: none;
2003-03-17 23:28:24 +00:00
}
2004-01-29 16:01:01 +00:00
a:active {
2010-10-13 17:45:13 +00:00
color: red;
text-decoration: none;
2004-01-29 16:01:01 +00:00
}
2005-02-27 12:40:06 +00:00
a img {
border: 0px;
}
2010-07-29 20:34:08 +00:00
a.lamHeader {
color:black;
text-decoration:none;
}
2003-05-06 23:51:04 +00:00
fieldset {
2009-02-17 20:36:52 +00:00
background-color:#fff3c8;
border:1px solid #af8800;
2011-01-02 13:57:07 +00:00
padding:10px;
2003-05-06 23:51:04 +00:00
}
legend {
2009-02-17 20:36:52 +00:00
color:blue;
2003-09-16 16:34:15 +00:00
}
2010-08-31 18:49:55 +00:00
select {
background:#F5F5F5 none repeat-x scroll 50% 50%;
border:1px solid #AAAAAA;
color:#222222;
}
2010-10-09 15:12:46 +00:00
.align-middle {
2010-07-29 20:34:08 +00:00
vertical-align: middle;
}
table.lamHeader {
background-image: url(lam-images/headerLine.png);
padding: 0px;
margin: 0px;
2010-08-31 17:34:16 +00:00
height: 35px;
2010-07-29 20:34:08 +00:00
}
2010-07-07 15:22:07 +00:00
tr.highlight {
border-color: red;
border-style: dotted;
border-width: 1px 0px 1px 0px;
}
2010-08-23 19:21:50 +00:00
.rightToLeftText {
text-align: right;
}
2010-09-04 12:41:22 +00:00
/** buttons */
2010-08-28 09:34:00 +00:00
.saveButton {
background-image: url(../graphics/save.png) !important;
}
.cancelButton {
background-image: url(../graphics/del.png) !important;
}
2010-09-02 18:43:05 +00:00
.logoutButton {
background-image: url(../graphics/exit.png) !important;
2009-07-08 18:02:28 +00:00
}
2010-09-04 12:41:22 +00:00
.undoButton {
background-image: url(../graphics/undo.png) !important;
}
.passwordButton {
background-image: url(../graphics/key.png) !important;
}
.loadProfileButton {
background-image: url(../graphics/loadProfile.png) !important;
}
2010-10-10 17:31:45 +00:00
.deleteButton {
background-image: url(../graphics/del.png) !important;
}
.createButton {
background-image: url(../graphics/add.png) !important;
}
2010-10-10 17:43:02 +00:00
.settingsButton {
background-image: url(../graphics/tools.png) !important;
}
.upButton {
background-image: url(../graphics/up.gif) !important;
}
2010-09-02 18:43:05 +00:00
.smallPadding span {
padding: 0.1em 0.4em !important;
2009-11-13 20:12:34 +00:00
}
.smallPaddingContent {
padding: 0.5em;
}
2010-10-17 13:37:22 +00:00
/** titles */
.titleText {
color: black;
}
2010-09-04 12:41:22 +00:00
/** subtitles */
2010-10-17 13:37:22 +00:00
.subTitle {
2010-09-04 12:41:22 +00:00
margin: 20px 0px 15px 0px;
2010-10-17 13:37:22 +00:00
border-bottom: 2px dotted black;
2010-09-04 12:41:22 +00:00
}
2010-10-17 13:37:22 +00:00
.subTitleText {
2010-09-04 12:41:22 +00:00
margin: 0px 0px 0px 10px;
2010-10-17 13:37:22 +00:00
color: black;
2010-09-04 12:41:22 +00:00
}
.hidden {
display: none;
}
.nowrap {
white-space: nowrap;
}
/**
* table style for delete.php
*
*/
/* table preferences */
table.account {
2003-09-11 16:55:57 +00:00
border-width:0px;
border-style:solid;
border-color:#000000;
}
/* color of entry rows */
tr.account {
background-color:#FFFFEE;
}
/* --- workaround for vertical tabs --- */
#lamVerticalTabs .ui-tabs-nav li {
margin: 0 -1px .2em 0;
clear: left;
width: 100%;
border-bottom-width: 1px !important;
border-right-width: 0 !important;
2010-12-14 19:45:58 +00:00
border-bottom: 1px solid #AAAAAA !important;
}
#lamVerticalTabs .ui-tabs-nav li.ui-tabs-selected {
border-right-width: 1px;
border-right-width: 1px;
padding-bottom: 0;
padding-right: .1em;
}
#lamVerticalTabs .ui-tabs-nav {
float: left;
padding: .2em .1em .2em .2em !IMPORTANT;
}
#lamVerticalTabs .ui-tabs-panel {
padding: 1em;
float: left;
}
#lamVerticalTabs .ui-widget-header {
2010-12-14 19:45:58 +00:00
background: #CCCCCC url(images/ui-bg_highlight-soft_75_cccccc_1x150-vertical.png) repeat-y;
}
#lamVerticalTabs .ui-tabs-nav li button {
width: 100%;
text-align: left;
display:block;
}
/* --- end of workaround for vertical tabs --- */
2011-01-06 17:38:16 +00:00
.tabs-hover {
2011-01-08 19:44:08 +00:00
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
2011-01-06 17:38:16 +00:00
}
/* title bar */
.titleBar {
background: #AAAAAA url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
border-top: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
padding: 5px 5px 5px 15px;
}
.titleBarTitle {
font: bold 1em Arial,Tahoma,Verdana,sans-serif;
}
.titleBarSubtitle {
/* font-style: italic;*/
padding: 0px 5px 0px 10px;
}
/**
* Color and font definitions for templates/status.php
*
*/
/* Background olor for the different Status Messages */
2003-08-16 17:29:18 +00:00
div.statusInfo {
2007-07-05 19:36:49 +00:00
background-color:#a8c3ff;
border: 1px solid blue;
}
2003-08-16 17:29:18 +00:00
div.statusWarn {
2007-07-05 19:36:49 +00:00
background-color:#fff2a3;
border: 1px solid #ffd800;
}
2003-08-16 17:29:18 +00:00
div.statusError {
2007-07-05 19:36:49 +00:00
background-color:#ffc4ba;
border: 1px solid red;
}
/* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */
2003-08-16 17:29:18 +00:00
h2.statusInfo {
font-size:13pt;
font-family:Arial,sans-serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 15px;
}
2003-08-16 17:29:18 +00:00
h2.statusWarn {
font-size:13pt;
font-family:Arial,sans-serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 15px;
}
2003-08-16 17:29:18 +00:00
h2.statusError {
font-size:13pt;
font-family:Arial,sans-serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 15px;
}
/* P (MessageText) font size, family, color, and some more settings for the different Status Messages */
2003-08-16 17:29:18 +00:00
p.statusInfo {
font-size:11pt;
font-family:Times,serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 25px;
}
2003-08-16 17:29:18 +00:00
p.statusWarn {
font-size:11pt;
font-family:Times,serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 25px;
}
2003-08-16 17:29:18 +00:00
p.statusError {
font-size:11pt;
font-family:Times,serif;
2010-05-28 08:22:18 +00:00
margin:5px 5px 5px 25px;
}
2009-10-07 18:08:32 +00:00
input.smallImageButton {
background-position: 2px center;
background-repeat: no-repeat;
height:24px;
2010-09-04 12:41:22 +00:00
border: 0px;
background-color: transparent;
cursor:pointer;
2009-10-07 18:08:32 +00:00
}
hr.modulePage {
width: 100%;
height: 2px;
2010-09-04 13:43:04 +00:00
margin-bottom: 20px;
margin-top: 3px;
2009-10-07 18:08:32 +00:00
}
2005-01-30 15:39:01 +00:00
2005-04-22 08:56:47 +00:00
/* schema browser */
2005-01-30 15:39:01 +00:00
table.schema_oclasses {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 0;
margin-bottom: 10px;
background-color: #eee;
}
table.schema_oclasses td {
vertical-align: top;
text-align: left;
padding-left: 5px;
}
table.schema_attr th {
background-color: #016;
padding: 5px;
color: white;
font-weight: bold;
font-size: 125%;
}
table.schema_attr td {
padding: 5px;
vertical-align: top;
}
table.schema_attr tr.even {
background-color: #eee;
}
table.schema_attr tr.odd {
background-color: #ccc;
}
table.schema_attr tr.highlight{
background-color: #bcd;
font-weight: Bold;
}
ul.schema {
margin: 5px;
margin-left: 0px;
padding-left: 20px;
}
ul.schema li {
margin-left: 0px;
padding-left: 0px;
}
ul.schema li small {
font-size: 75%;
color: #777;
}
ul.schema li small a {
color: #77c;
}
h4.schema_oclass {
background: #016;
padding: 5px;
margin: 0px;
margin-top: 8px;
font-weight: normal;
border: 1px solid black;
font-size: 140%;
color: white;
}
h4.schema_oclass_sub {
background: #dde;
border: 1px solid black;
border-top: 0px;
font-weight: normal;
margin: 0px;
padding: 2px;
padding-left: 5px;
font-size: 80%;
}
2005-02-27 12:40:06 +00:00
table.tree tr.login td {
}
table.tree td.links {
padding: 0px;
font-size: 10px;
padding-left: 12px;
font-size: 10px;
}
table.tree td.links a {
font-size: 10px;
}
table.tree {
border: 0px;
}
table.tree img {
border: 0px;
}
table.tree td {
padding: 2px;
border: 0px solid black;
}
table.tree tr {
}
table.tree tr.server td.icon {
width: 14px;
}
table.tree tr.server td {
padding-top: 15px;
padding-bottom: 0px;
vertical-align: top;
font-size: 20px;
text-align: left;
}
table.tree td.icon {
text-align: center;
padding: 0px;
width: 14px;
font-size: 1px;
}
table.tree td.rdn {
width: 500px;
}
table.tree td.rdn a {
text-decoration: none;
color: black;
}
table.tree td.rdn a:hover {
text-decoration: none;
color: blue;
}
table.tree td.create {
}
table.tree td.create a {
text-decoration: none;
color: black;
}
table.tree td.create a:hover {
text-decoration: none;
color: blue;
}
table.tree td.spacer {
width: 22px;
}
table.tree td.expander {
text-align: center;
width: 22px;
max-width: 22px;
min-width: 22px;
}
table.tree td span.count {
color: gray;
font-size: 85%;
}
h3.tree_title {
text-align: center;
margin: 0px;
padding: 10px;
color: white;
background-color: #018;
border: 1px solid black;
font-weight: normal;
font-size: 150%;
}
h3.tree_subtitle {
text-align: center;
margin: 0px;
margin-bottom: 15px;
font-size: 75%;
color: white;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
background: #018;
padding: 4px;
font-weight: normal;
}
table.tree_edit_dn {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
width: 500px;
}
table.tree_edit_dn input {
margin: 1px;
}
table.tree_edit_dn input.val {
font-size: 14px;
width: 350px;
2005-04-09 09:15:38 +00:00
font-family: arial, helvetica, sans-serif;
2005-02-27 12:40:06 +00:00
background-color: white;
}
table.tree_edit_dn textarea.val {
font-size: 14px;
width: 350px;
font-family: arial, helvetica, sans-serif;
background-color: white;
}
table.tree_edit_dn tr td {
padding: 4px;
padding-right: 0px;
}
table.tree_edit_dn tr td.attr {
background-color: #eee;
vertical-align: top;
}
table.tree_edit_dn tr td.heading {
border-top: 3px solid #ccc;
font-weight: bold;
}
table.tree_edit_dn tr td.attr_note {
text-align: right;
background-color: #eee;
}
table.tree_edit_dn tr td.attr a {
text-decoration: none;
color: black;
}
table.tree_edit_dn tr td.attr a:hover {
text-decoration: underline;
color: #016;
}
table.tree_edit_dn tr td.val {
text-align: left;
2005-04-09 09:15:38 +00:00
vertical-align: middle;
2005-02-27 12:40:06 +00:00
padding-bottom: 10px;
padding-left: 80px;
}
/** When an attr is updated, it is highlighted to indicate such */
table.tree_edit_dn tr.updated_attr td.attr {
border-top: 1px dashed green;
border-left: 1px dashed green;
background-color: #ded;
}
table.tree_edit_dn tr.updated_attr td.attr_note {
border-top: 1px dashed green;
border-right: 1px dashed green;
background-color: #ded;
}
/** An extra row that sits at the bottom of recently modified attrs to encase them in dashes */
table.tree_edit_dn tr.updated_attr td.bottom {
border-top: 1px dashed green;
}
/** Formatting for the value cell when it is the attribute that has been recently modified */
table.tree_edit_dn tr.updated_attr td.val {
border-left: 1px dashed green;
border-right: 1px dashed green;
}
/* Neede to prevent sub-tables (like the one in which jpegPhotos are displayed)
* from drawing borders as well. */
table.tree_edit_dn tr.updated_attr td table td {
border: 0px;
}
table.tree_edit_dn tr.updated_attr a {
}
table.tree_edit_dn tr.mod_dn {
background: #def;
}
table.tree_edit_dn tr.row1 {
background: #eee;
}
table.tree_edit_dn tr.row2 {
background: #ccc;
}
form.tree_edit_dn {
margin: 0px;
padding: 0px;
}
table.tree_edit_dn_menu {
font-size: 75%;
}
table.tree_edit_dn_menu td.icon {
width: 16px;
text-align: center;
}
span.tree_hint {
font-size: small;
font-weight: normal;
color: #888;
}
table.tree_confirm th {
background-color: #016;
padding: 5px;
color: white;
font-weight: normal;
}
table.tree_confirm tr td {
padding: 4px;
}
table.tree_confirm tr.spacer {
background-color: #ddd;
}
table.tree_confirm tr.even {
background-color: #ccc;
}
table.tree_confirm tr.odd {
background-color: #eee;
}
table.tree_confirm tr td.heading {
text-align: right;
font-size: 75%;
}
table.tree_confirm td.icon {
text-align: center;
}
table.tree_delete_confirm {
width: 76%;
background-color: #ddf;
padding: 20px;
text-align: left;
}
table.tree_create {
font-size: 75%;
}
table.tree_create td.heading {
vertical-align: top;
padding: 10px;
}
2005-06-05 10:51:10 +00:00
table.export_form {
font-size: 75%;
width: 400px;
border-spacing: 10px;
border-collapse: separate;
}
table.export_form tr td {
text-align: left;
vertical-align: top;
padding: 4px;
}
2005-02-27 12:40:06 +00:00