| | |
| | | * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
|
| | | *
|
| | | * (en) Uniform design of ISPConfig elements - ISPConfig 3: default theme
|
| | | * (de) Einheitliche Standardformatierungen für ISPConfig-Elemente - ISPConfig 3: default theme
|
| | | * (de) Einheitliche Standardformatierungen f�r ISPConfig-Elemente - ISPConfig 3: default theme
|
| | | *
|
| | | * @copyright Copyright 2005-2008, Dirk Jesse
|
| | | * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
| | |
| | |
|
| | | /* Tab-Box */
|
| | | .tabbox_tabs {
|
| | | border-bottom: 1px solid #d3d3d3;
|
| | | border-bottom: 1px solid #d3d3d3;
|
| | | }
|
| | | .tabbox_tabs ul {
|
| | | list-style: none;
|
| | | padding: 0;
|
| | | margin: 0;
|
| | | list-style: none;
|
| | | padding: 0;
|
| | | margin: 0;
|
| | | }
|
| | | .tabbox_tabs li {
|
| | | display: inline;
|
| | | margin: 0 2px 0 0;
|
| | | display: inline;
|
| | | margin: 0 2px 0 0;
|
| | | }
|
| | | .tabbox_tabs a {
|
| | | padding: 0 1em;
|
| | | text-decoration: none;
|
| | | color: black;
|
| | | background: #d3d3d3;
|
| | | border: 1px solid #d3d3d3;
|
| | | padding: 0 1em;
|
| | | text-decoration: none;
|
| | | color: black;
|
| | | background: #d3d3d3;
|
| | | border: 1px solid #d3d3d3;
|
| | | }
|
| | | .tabbox_tabs a:hover {
|
| | | background: #fc0;
|
| | | color: #540;
|
| | | background: #fc0;
|
| | | color: #540;
|
| | | }
|
| | | .tabbox_tabs .active a {
|
| | | font-weight: bold;
|
| | | color: #ff6600;
|
| | | background: #ffffff;
|
| | | font-weight: bold;
|
| | | color: #ff6600;
|
| | | background: #ffffff;
|
| | | }
|
| | |
|
| | | .pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formarea fieldset {
|
| | |
| | | }
|
| | | .box_error { border: 4px solid #CC0000; }
|
| | | .box_error h1 { color: #CC0000; }
|
| | | .box_support { border: 1px solid #6495ed; }
|
| | | .box_support { border: 1px solid #6495ed; }
|
| | | .box_support h1 { color: #6495ed; }
|
| | | .box_msg { border: 2px solid #6495ed; }
|
| | | .box_msg h1 { color: #6495ed; }
|
| | |
| | | table.list .tbl_row_even { background: #fcfcfc; }
|
| | | table.list .tbl_row_uneven { background: #f0f8ff; }
|
| | | table.list tr:hover { background: #fffacd; }
|
| | | |
| | | |
| | | .systemmonitor table {
|
| | | border: 1px solid #d3d3d3;
|
| | | width: 80%;
|
| | | margin-top: 10px;
|
| | | }
|
| | | .systemmonitor table * td {
|
| | | padding: 1px;
|
| | | font-weight: normal;
|
| | |
|
| | | /* Password Strength */
|
| | | #passBar {
|
| | | width: 101px; height: 10px;
|
| | | background: url(../../images/meter_bg.gif) repeat-x bottom left;
|
| | | margin: 2px 0;
|
| | | float: left;
|
| | | }
|
| | | #passText {
|
| | | padding: 0 8px;
|
| | | float: left;
|
| | | }
|
| | | |
| | | /* Systemmonitor */
|
| | | .systemmonitor-state {
|
| | | margin: 10px 0;
|
| | | font-family: Consolas, "Lucida Console", "Courier New", monospace;
|
| | | font-size: 0.9em;
|
| | | }
|
| | | .systemmonitor-state.state-no_state {
|
| | | border-top: 4px solid #95A19F;
|
| | | background-color: #FBF6EE;
|
| | | }
|
| | | .systemmonitor-state.state-unknown {
|
| | | border-top: 4px solid #30302e;
|
| | | background-color: #cecfc5;
|
| | | }
|
| | | .systemmonitor-state.state-ok {
|
| | | border-top: 4px solid #23fb00;
|
| | | background-color: #adffa2;
|
| | | }
|
| | | .systemmonitor-state.state-info {
|
| | | border-top: 4px solid #fdff00;
|
| | | background-color: #fdffa2;
|
| | | }
|
| | | .systemmonitor-state.state-warning {
|
| | | border-top: 4px solid #ffa800;
|
| | | background-color: #ffda93;
|
| | | }
|
| | | .systemmonitor-state.state-critical {
|
| | | border-top: 4px solid #ff0000;
|
| | | background-color: #ffb9b9;
|
| | | }
|
| | | .systemmonitor-state.state-error {
|
| | | border-top: 4px solid #ff0000;
|
| | | background-color: #ff7f7f;
|
| | | }
|
| | |
|
| | | .systemmonitor-device {
|
| | | background-repeat: no-repeat;
|
| | | background-position: 12px 4px;
|
| | | min-height: 80px;
|
| | | }
|
| | | .systemmonitor-device.device-system { background-image: url("../../icons/x64/network.png"); }
|
| | | .systemmonitor-device.device-server { background-image: url("../../icons/x64/server.png"); }
|
| | |
|
| | | .systemmonitor-content.icons32 {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-repeat: no-repeat;
|
| | | background-position: 12px 4px;
|
| | | }
|
| | | .systemmonitor-content.icons32.ico-no_state { /*background-image:url("../../icons/x32/state_no.png"); */ }
|
| | | .systemmonitor-content.icons32.ico-unknown { background-image:url("../../icons/x32/state_unknown.png"); }
|
| | | .systemmonitor-content.icons32.ico-ok { background-image:url("../../icons/x32/state_ok.png"); }
|
| | | .systemmonitor-content.icons32.ico-info { background-image:url("../../icons/x32/state_info.png"); }
|
| | | .systemmonitor-content.icons32.ico-warning { background-image:url("../../icons/x32/state_warning.png"); }
|
| | | .systemmonitor-content.icons32.ico-critical { background-image:url("../../icons/x32/state_critical.png"); }
|
| | | .systemmonitor-content.icons32.ico-error { background-image:url("../../icons/x32/state_error.png"); }
|
| | |
|
| | | .systemmonitor-content table {
|
| | | border: none;
|
| | | margin-top: 10px;
|
| | | }
|
| | | |
| | | .systemmonitor #system_load {
|
| | | width: 40%;
|
| | | }
|
| | | .systemmonitor #system_services {
|
| | | width: 40%;
|
| | | }
|
| | | .online {
|
| | | background-color: #c6d880;
|
| | |
|
| | | .systemmonitor-content * .online {
|
| | | border: 1px solid #ffffff;
|
| | | background-color: #E3FFB8;
|
| | | color: #000000;
|
| | | padding:0px 5px;
|
| | | }
|
| | | .offline {
|
| | | .systemmonitor-content * .offline {
|
| | | border: 1px solid #ffffff;
|
| | | background-color: #d12f19;
|
| | | color:#ffffff;
|
| | | padding:0px 5px;
|
| | |
| | | .icons16.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
|
| | | .icons16.icoFilter { background-image: url(../../icons/x16/funnel.png); }
|
| | | .icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); }
|
| | | .icons16.icoDbAdmin { background-image: url("../../icons/x16/database.png"); }
|
| | | }
|
| | |
|