phpldapadmin/style.css

575 lines
7.9 KiB
CSS
Raw Permalink Normal View History

2009-06-30 08:12:47 +00:00
/* $Header: /cvsroot/phpldapadmin/phpldapadmin/style.css,v 1.34 2004/04/27 12:28:22 uugdave Exp $ */
span.hint {
font-size: small;
font-weight: normal;
color: #888;
}
span.x-small {
font-size: x-small;
}
2009-06-30 08:07:14 +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;
}
2009-06-30 08:05:37 +00:00
table.schema_oclasses td {
vertical-align: top;
text-align: left;
2009-06-30 08:07:14 +00:00
padding-left: 5px;
2009-06-30 08:05:37 +00:00
}
table.schema_attr th {
background-color: #016;
padding: 5px;
color: white;
2009-06-30 08:07:14 +00:00
font-weight: bold;
font-size: 125%;
2009-06-30 08:05:37 +00:00
}
table.schema_attr td {
padding: 5px;
2009-06-30 08:07:14 +00:00
vertical-align: top;
2009-06-30 08:05:37 +00:00
}
table.schema_attr tr.even {
background-color: #eee;
}
table.schema_attr tr.odd {
background-color: #ccc;
}
2009-06-30 08:07:14 +00:00
table.schema_attr tr.highlight{
background-color: #bcd;
font-weight: Bold;
}
2009-06-30 08:09:20 +00:00
table.notice tr td {
font-size: 9pt;
padding: 2px;
margin: 0px;
background-color: #eee;
}
2009-06-30 08:07:14 +00:00
table.error {
width: 500px;
border: 2px solid black;
}
2009-06-30 08:09:20 +00:00
table.error tr td table.bug tr td{
padding: 6px;
margin: 0px;
background-color: #eee;
}
2009-06-30 08:07:14 +00:00
table.error tr td {
vertical-align: top;
2009-06-30 08:05:37 +00:00
text-align: left;
2009-06-30 08:07:14 +00:00
padding: 15px;
border: 0px;
}
table.error tr td h2 {
margin: 5px;
margin-bottom: 20px;
}
table.error tr td.img {
vertical-align: center;
text-align: center;
width: 20px;
2009-06-30 08:05:37 +00:00
}
table.confirm th {
background-color: #016;
padding: 5px;
color: white;
font-weight: normal;
}
2009-06-30 08:12:47 +00:00
table.confirm tr td {
padding: 4px;
}
2009-06-30 08:05:37 +00:00
table.confirm tr.spacer {
background-color: #ddd;
}
table.confirm tr.even {
background-color: #ccc;
}
2009-06-30 08:12:47 +00:00
table.confirm tr.odd {
2009-06-30 08:05:37 +00:00
background-color: #eee;
}
table.confirm tr td.heading {
2009-06-30 08:12:47 +00:00
text-align: right;
2009-06-30 08:05:37 +00:00
font-size: 75%;
}
2009-06-30 08:12:47 +00:00
table.confirm td.icon {
text-align: center;
}
table.browse tr td {
border: 0;
margin: 0;
padding: 0;
}
2009-06-30 08:05:37 +00:00
table.templates tr td {
text-align: left;
vertical-align: center;
}
table.templates tr {
height: 25px;
}
2009-06-30 08:12:47 +00:00
table.templates td.icon {
text-align: center;
}
table.exporters tr td {
text-align: left;
vertical-align: center;
}
table.exporters tr {
height: 25px;
}
2009-06-30 08:05:37 +00:00
a img {
border: 0px;
}
body {
font-family: arial, helvetica, sans-serif;
background-color: white;
font-size: 12pt;
}
2009-06-30 08:07:14 +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;
}
2009-06-30 08:05:37 +00:00
table.tree {
border: 0px;
}
table.tree img {
border: 0px;
}
2009-06-30 08:07:14 +00:00
2009-06-30 08:05:37 +00:00
table.tree td {
padding: 2px;
border: 0px solid black;
}
table.tree tr {
}
2009-06-30 08:07:14 +00:00
table.tree tr.server td.icon {
width: 14px;
}
table.tree tr.server td {
padding-top: 15px;
padding-bottom: 0px;
2009-06-30 08:05:37 +00:00
vertical-align: top;
2009-06-30 08:07:14 +00:00
font-size: 20px;
text-align: left;
2009-06-30 08:05:37 +00:00
}
table.tree td.icon {
text-align: center;
padding: 0px;
2009-06-30 08:07:14 +00:00
width: 14px;
font-size: 1px;
}
table.tree td.rdn {
width: 500px;
2009-06-30 08:05:37 +00:00
}
table.tree td.rdn a {
text-decoration: none;
color: black;
}
table.tree td.rdn a:hover {
text-decoration: underline;
color: blue;
}
2009-06-30 08:07:14 +00:00
table.tree td.create {
}
2009-06-30 08:05:37 +00:00
table.tree td.create a {
text-decoration: none;
color: black;
}
table.tree td.create a:hover {
text-decoration: underline;
color: blue;
}
table.tree td.spacer {
width: 22px;
}
table.tree td.expander {
text-align: center;
width: 22px;
2009-06-30 08:07:14 +00:00
max-width: 22px;
2009-06-30 08:05:37 +00:00
min-width: 22px;
}
table.tree td span.count {
color: gray;
font-size: 85%;
}
h3.title {
text-align: center;
margin: 0px;
padding: 10px;
color: white;
background-color: #018;
border: 1px solid black;
font-weight: normal;
font-size: 150%;
}
h3.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;
}
2009-06-30 08:12:47 +00:00
table.edit_dn {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
width: 500px;
2009-06-30 08:05:37 +00:00
}
2009-06-30 08:12:47 +00:00
table.edit_dn input {
margin: 1px;
2009-06-30 08:05:37 +00:00
}
2009-06-30 08:12:47 +00:00
table.edit_dn input.val {
font-size: 14px;
width: 350px;
font-family: arial, helvetica, sans-serif
background-color: white;
}
table.edit_dn textarea.val {
font-size: 14px;
width: 350px;
font-family: arial, helvetica, sans-serif
background-color: white;
2009-06-30 08:05:37 +00:00
}
table.edit_dn tr td {
padding: 4px;
2009-06-30 08:12:47 +00:00
padding-right: 0px;
2009-06-30 08:05:37 +00:00
}
table.edit_dn tr td.attr {
2009-06-30 08:12:47 +00:00
background-color: #eee;
2009-06-30 08:05:37 +00:00
vertical-align: top;
}
table.edit_dn tr td.heading {
border-top: 3px solid #ccc;
font-weight: bold;
}
2009-06-30 08:09:20 +00:00
table.edit_dn tr td.attr a {
text-decoration: none;
color: black;
}
table.edit_dn tr td.attr a:hover {
text-decoration: underline;
color: #016;
}
2009-06-30 08:05:37 +00:00
table.edit_dn tr td.val {
2009-06-30 08:12:47 +00:00
text-align: left;
2009-06-30 08:05:37 +00:00
vertical-align: center;
2009-06-30 08:12:47 +00:00
padding-bottom: 10px;
padding-left: 80px;
2009-06-30 08:05:37 +00:00
}
2009-06-30 08:12:47 +00:00
/** When an attr is updated, it is highlighted to indicate such */
table.edit_dn tr.updated_attr td.attr {
border-top: 1px dashed green;
border-left: 1px dashed green;
border-right: 1px dashed green;
background-color: #ded;
2009-06-30 08:05:37 +00:00
}
2009-06-30 08:12:47 +00:00
/** An extra row that sits at the bottom of recently modified attrs to encase them in dashes */
table.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.edit_dn tr.updated_attr td.val {
border-left: 1px dashed green;
border-right: 1px dashed green;
2009-06-30 08:05:37 +00:00
}
2009-06-30 08:07:14 +00:00
/* Neede to prevent sub-tables (like the one in which jpegPhotos are displayed)
* from drawing borders as well. */
table.edit_dn tr.updated_attr td table td {
border: 0px;
}
2009-06-30 08:05:37 +00:00
table.edit_dn tr.updated_attr a {
}
table.edit_dn tr.mod_dn {
background: #def;
}
table.edit_dn tr.row1 {
background: #eee;
}
table.edit_dn tr.row2 {
background: #ccc;
}
input.update_dn {
font-size: 65%;
}
small {
font-size: 10pt;
}
form.edit_dn {
margin: 0px;
padding: 0px;
}
h4.oclass {
2009-06-30 08:07:14 +00:00
background: #016;
2009-06-30 08:05:37 +00:00
padding: 5px;
margin: 0px;
margin-top: 8px;
font-weight: normal;
border: 1px solid black;
font-size: 140%;
color: white;
}
h4.oclass_sub {
background: #dde;
border: 1px solid black;
border-top: 0px;
font-weight: normal;
margin: 0px;
padding: 2px;
padding-left: 5px;
font-size: 80%;
}
ul.schema {
margin: 5px;
2009-06-30 08:09:20 +00:00
margin-left: 0px;
padding-left: 20px;
2009-06-30 08:05:37 +00:00
}
ul.schema li {
2009-06-30 08:09:20 +00:00
margin-left: 0px;
padding-left: 0px;
}
ul.schema li small {
font-size: 75%;
color: #777;
}
ul.schema li small a {
color: #77c;
2009-06-30 08:05:37 +00:00
}
ul.current_values {
padding: 5px;
padding-left: 25px;
width: 200px;
margin-left: 50px;
}
form.new_value {
margin-left: 70px;
}
ul.search {
font-weight: bold;
}
div.search_result {
list-style-type: none;
padding: 6px;
2009-06-30 08:12:47 +00:00
padding-left: 20px;
2009-06-30 08:05:37 +00:00
margin-right: 40px;
}
table.attrs {
font-weight: normal;
font-size: 75%;
margin: 0px;
2009-06-30 08:12:47 +00:00
margin-left: 35px;
2009-06-30 08:05:37 +00:00
}
table.attrs td {
padding-right: 10px;
}
table.attrs td.attr {
color: #aaa;
padding-left: 15px;
}
form.search {
width: 500px;
background-color: #ddf;
padding: 5px;
}
table.edit_dn_menu {
font-size: 75%;
}
2009-06-30 08:12:47 +00:00
table.edit_dn_menu td.icon {
width: 16px;
text-align: center;
}
2009-06-30 08:05:37 +00:00
input.scary {
background: red;
font-weight: bold;
color: white;
}
input.cancel {
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
}
input.happy {
background: green;
font-weight: bold;
color: white;
}
table.delete_confirm {
width: 76%;
background-color: #ddf;
padding: 20px;
text-align: left;
}
table.login {
background-color: #ddf;
padding: 10px;
}
table.login td {
padding: 5px;
}
table.create {
font-size: 75%;
}
table.create td.heading {
vertical-align: top;
padding: 10px;
}
2009-06-30 08:09:20 +00:00
div.add_value {
font-size: 10pt;
margin: 0px;
2009-06-30 08:12:47 +00:00
padding: 0px;
2009-06-30 08:09:20 +00:00
}
2009-06-30 08:10:17 +00:00
a.logged_in_dn {
text-decoration: none;
color: black;
}
a.logged_in_dn:hover {
text-decoration: underline;
color: blue;
}
a:hover {
color: red;
}
/* Styles for formatting the documentation page */
h3.doc {
margin-left: 60px;
}
h2.doc {
margin-left: 20px;
}
p.doc {
margin-left: 100px;
}
2009-06-30 08:12:47 +00:00
table.export_form {
font-size: 75%;
width: 400px;
}
table.export_form tr td {
text-align: left;
vertical-align: top;
padding: 4px;
}
img.chooser {
/* This makes the chooser image line up properly when placed next to a form element in a table cell*/
vertical-align: bottom;
}