| | |
| | | |
| | | #topNav a { |
| | | background: url("../icons/x32_sprite.png") no-repeat #D3D3D3; |
| | | border-top-left-radius:5px; |
| | | border-top-right-radius:5px; |
| | | color:black; |
| | | display:inline-block; |
| | | height:20px; |
| | |
| | | font-family: Consolas, "Lucida Console", "Courier New", monospace; |
| | | font-size: 0.9em; |
| | | } |
| | | .codeview .logerror { background: rgb(255,0,0); } |
| | | .codeview .logwarn { background: rgb(255,204,0); } |
| | | .codeview .loginfo { background: rgb(153,204,255); } |
| | | /* Lists */ |
| | | table.list { |
| | | width: 100%; |
| | |
| | | margin: 5px; |
| | | background: url("../icons/device_sprite.png") no-repeat transparent; |
| | | } |
| | | .systemmonitor-server div.icoDevice { background-position: 0 -128px; } |
| | | .systemmonitor-ve div.icoDevice { background-position: 0 -64px; } |
| | | .systemmonitor-network div.icoDevice { background-position: 0 0px; } |
| | | .systemmonitor-server div.icoDevice { background-position: 0 0; } |
| | | .systemmonitor-ve div.icoDevice { background-position: -64px 0; } |
| | | .systemmonitor-network div.icoDevice { background-position: -128px 0; } |
| | | div.statusDevice, |
| | | div.statusMsg { float: left; } |
| | | div.statusMsg p { |
| | |
| | | width:60px; |
| | | height: 60px; |
| | | border:1px dotted #888888; |
| | | border-radius:5px; |
| | | background-color: #cccccc; |
| | | margin:10px; |
| | | background-position: center 5px; |
| | |
| | | width:60px; |
| | | text-decoration: none; |
| | | } |
| | | .dashboard-modules.tools a { background-position: 14px -8px; } |
| | | .dashboard-modules.admin a { background-position: 14px -72px; } |
| | | .dashboard-modules.sites a { background-position: 14px -520px; } |
| | | .dashboard-modules.monitor a { background-position: 14px -584px; } |
| | | .dashboard-modules.help a { background-position: 14px -712px; } |
| | | .dashboard-modules.mail a { background-position: 14px -776px; } |
| | | .dashboard-modules.vm a { background-position: 14px -840px; } |
| | | .dashboard-modules.domain a { background-position: 14px -904px; } |
| | | .dashboard-modules.dns a { background-position: 14px -968px; } |
| | | .dashboard-modules.client a { background-position: 14px -1096px; } |
| | | .dashboard-modules.billing a { background-position: 14px -116px; } |
| | | .dashboard-modules.tools a { background-position: 12px -9px; } |
| | | .dashboard-modules.admin a { background-position: 12px -73px; } |
| | | .dashboard-modules.sites a { background-position: 12px -520px; } |
| | | .dashboard-modules.monitor a { background-position: 13px -585px; } |
| | | .dashboard-modules.help a { background-position: 13px -716px; } |
| | | .dashboard-modules.mail a { background-position: 12px -776px; } |
| | | .dashboard-modules.vm a { background-position: 14px -842px; } |
| | | .dashboard-modules.domain a { background-position: 12px -905px; } |
| | | .dashboard-modules.dns a { background-position: 12px -970px; } |
| | | .dashboard-modules.client a { background-position: 13px -1096px; } |
| | | .dashboard-modules.billing a { background-position: 14px -1162px; } |
| | | |
| | | .panel_dashboard h2 { font-size:20px; } |
| | | |
| | |
| | | /* Button with icon and text */ |
| | | .iconstxt { background: url("../icons/button_sprite.png") no-repeat transparent; } |
| | | .iconstxt span { padding-left: 20px; font-weight: bold; } |
| | | .iconstxt.icoPositive { background-position: 0px -136px; } |
| | | .iconstxt.icoNegative { background-position: 0px -104px; } |
| | | .iconstxt.icoAdd { background-position: 0px -72px; } |
| | | .iconstxt.icoKey { background-position: 0px -8px; } |
| | | .iconstxt.icoDelete { background-position: 0px -40px; } |
| | | .iconstxt.icoDownload { background-position: 0px -8px; } |
| | | .iconstxt.icoRestore { background-position: 0px -8px; } |
| | | .iconstxt.icoPositive { background-position: 6px -130px; } |
| | | .iconstxt.icoNegative { background-position: 6px -98px; } |
| | | .iconstxt.icoAdd { background-position: 6px -66px; } |
| | | .iconstxt.icoKey { background-position: 6px -1px; } |
| | | .iconstxt.icoDelete { background-position: 6px -34px; } |
| | | .iconstxt.icoDownload { background-position: 6px -1px; } |
| | | .iconstxt.icoRestore { background-position: 6px -1px; } |
| | | |
| | | /* Button with icon and without text */ |
| | | .icons16 { position: relative; } |
| | |
| | | .selectInput.formLengthLimit { width: 85px !important; } |
| | | .formLengthDate { width: 75px !important; } |
| | | .formLengthIPv4 { width: 125px !important; } |
| | | .formLengthIPv6 { width: 100% !important; } |
| | | .formLengthIPv6 { } |
| | | .formLengthEmailUser { width: 30% !important; } |
| | | .formLengthEmailDomain { width: 30% !important; } |
| | | .formLengthHalf { width: 15% !important; } |
| | |
| | | a.link-page.current-page { |
| | | background-color: #DFDFDF; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .command { |
| | | padding: 1em; |
| | | border: 1px dashed #2f6fab; |
| | | color: black; |
| | | background-color: #f9f9f9; |
| | | line-height: 1.1em; |
| | | font-family: Courier New, Courier, mono; |
| | | font-size: 12px; |
| | | font-style: italic; |
| | | } |
| | | .system { |
| | | color: black; |
| | | font-family: Courier New, Courier, mono; |
| | | font-size: 12px; |
| | | font-style: italic; |
| | | } |
| | | .highlight { |
| | | color: #FF0000; |
| | | font-family: Georgia, "Times New Roman", Times, serif; |
| | | font-size: 12px; |
| | | text-decoration: underline; |
| | | } |