| | |
| | | * "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/),
|
| | |
| | |
|
| | | @media all
|
| | | {
|
| | | /* Image-Replacement */
|
| | | h1.swap { background-repeat:no-repeat; }
|
| | | h1.swap span {display:none;} |
| | | h1#ir-HeaderLogo {
|
| | | height:32px;
|
| | | background-image:url("../../images/header_logo.png");
|
| | | } |
| | | |
| | | .pageForm_description {
|
| | | font-size: 12px;
|
| | | }
|
| | |
| | | font-size: 0.9em;
|
| | | }
|
| | |
|
| | | /* 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;
|
| | | }
|
| | | |
| | | /* Lists */
|
| | | table.list {
|
| | | width: 100%;
|
| | |
| | | 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;
|
| | | .systemmonitor-state {
|
| | | margin:20px 0;
|
| | | font-family: Consolas, "Lucida Console", "Courier New", monospace;
|
| | | font-size: 0.9em;
|
| | | }
|
| | | .systemmonitor-state-no_state {
|
| | | border: 1px solid #30302e;
|
| | | background-color: #cecfc5;
|
| | | }
|
| | | .systemmonitor-state-unknown {
|
| | | border: 1px solid #30302e;
|
| | | background-color: #cecfc5;
|
| | | }
|
| | | .systemmonitor-state-ok {
|
| | | border: 1px solid #23fb00;
|
| | | background-color: #adffa2;
|
| | | }
|
| | | .systemmonitor-state-info {
|
| | | border: 1px solid #fdff00;
|
| | | background-color: #fdffa2;
|
| | | }
|
| | | .systemmonitor-state-warning {
|
| | | border: 1px solid #ffa800;
|
| | | background-color: #ffda93;
|
| | | }
|
| | | .systemmonitor-state-critical {
|
| | | border: 1px solid #ff0000;
|
| | | background-color: #ffb9b9;
|
| | | }
|
| | | .systemmonitor-state-error {
|
| | | border: 1px solid #ff0000;
|
| | | background-color: #ff7f7f;
|
| | | }
|
| | | .systemmonitor-systemstate {
|
| | | background-image:url("../../icons/x64/network.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-serverstate {
|
| | | background-image:url("../../icons/x64/server.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-no_state-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | /*ackground-image:url("../../icons/x32/state_unknown.png"); */
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-unknown-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_unknown.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-ok-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_ok.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-info-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_info.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-warning-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_warning.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-critical-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_critical.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | | .systemmonitor-state-error-icon {
|
| | | padding:2px 10px 2px 80px;
|
| | | background-image:url("../../icons/x32/state_error.png");
|
| | | background-repeat: no-repeat;
|
| | | }
|
| | |
|
| | | .systemmonitor table {
|
| | | border: none;
|
| | | margin-top: 10px;
|
| | | }
|
| | | |
| | | .systemmonitor #system_load {
|
| | | width: 40%;
|
| | | }
|
| | | .systemmonitor #system_services {
|
| | | width: 40%;
|
| | | }
|
| | | .online {
|
| | |
|
| | | .online {
|
| | | background-color: #c6d880;
|
| | | padding:0px 5px;
|
| | | }
|
| | |
| | | color:#ffffff;
|
| | | padding:0px 5px;
|
| | | }
|
| | | |
| | |
|
| | | /* Image-Replacement */
|
| | | .swap { background-repeat:no-repeat; }
|
| | | .swap span { display:none; height:16px; } |
| | | #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px; } |
| | | #ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; } |
| | | #ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; } |
| | | |
| | | /* BUTTONS */
|
| | | .buttons a, .buttons button{
|
| | | display:block;
|
| | |
| | |
|
| | | .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"); }
|
| | | }
|
| | |
|