Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.css
/*
WARNING: This is a generated file. Any changes you make directly to this file
will be overwritten when the file is regenerated. Add styles to the appropriate
.less file instead.
*/
#ipnotices {
margin-top: 10px;
min-width: 500px;
}
#contextNoticeClose {
position: absolute;
top: 0;
right: 0;
display: table-cell;
color: #ffffff;
cursor: pointer;
font-size: 24px;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
/* IE 5-7 */
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
/* Netscape */
-moz-opacity: 0.2;
/* Safari 1.x */
-khtml-opacity: 0.2;
/* Good browsers */
opacity: 0.2;
}
.notice {
color: white;
background-color: #65b9d9;
background: -moz-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* IE10+ */
background: linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b9d9", endColorstr="#4a9cbc", GradientType=0);
/* IE6-8 */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #3c829e;
font-size: 13px;
font-weight: bold;
min-height: 30px;
position: relative;
}
.notice-hidden {
display: none;
}
.notice-error {
background-color: #BC3E33;
background: -moz-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BC3E33), color-stop(100%, #DD5952));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* IE10+ */
background: linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0);
/* IE6-8 */
border: 1px solid #990000;
}
.notice-content {
background-image: url(/images/notice-info.png);
background-position: 9px center;
background-repeat: no-repeat;
padding: 9px 30px 9px 45px;
}
.error-notice-content {
background-image: url(/images/notice-error.png);
}
div.cjt-pagenotice-container .cjt-notice-content {
padding: 0;
}
#iplisttbl #ipnotice-container .bd {
border: 0;
}
.cjt-pagenotice-container .cjt-notice {
box-shadow: none;
}
.cjt-pagenotice-container .cjt-notice .bd {
outline-style: none;
}
#natlist {
margin-top: 15px;
border: 1px solid black;
box-shadow: 3px 3px 5px #999999;
}
#natlist tr {
transition: "all 1s ease-in-out";
-webkit-transition: "all 1s ease-in-out";
-moz-transition: "all 1s ease-in-out";
-o-transition: "all 1s ease-in-out";
}
#natlist tr.hidden {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */
filter: alpha(opacity=0);
-webkit-opacity: 0;
/* Netscape */
-moz-opacity: 0;
/* Safari 1.x */
-khtml-opacity: 0;
/* Good browsers */
opacity: 0;
visibility: hidden;
height: 0;
}
#natlist tr.visible {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
-webkit-opacity: 1;
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1;
visibility: visible;
height: 100%;
}
#natlist th {
background-color: #cccccc;
border: none;
text-align: left;
padding: 5px;
min-width: 80px;
}
#natlist th.actions {
text-align: center;
}
#natlist th.status {
min-width: 30px;
color: #333333;
}
#natlist td {
border: none;
padding-right: 15px;
vertical-align: top;
}
#natlist td.buttons {
min-width: 180px;
min-height: 30px;
}
#natlist tbody tr:last-of-type {
border-bottom: 1px solid black;
}
#natlist.sortable {
border-bottom: 1px solid black;
}
.normal {
font-weight: normal;
}
ul.mappingActions {
display: block;
list-style-type: none;
margin: 5px;
padding: 0;
min-width: 264px;
}
ul.nonNat {
min-width: 100px;
}
ul.mappingActions li {
display: inline-block;
background-repeat: no-repeat;
background-position: 3px center;
padding: 5px 5px 5px 25px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #ffffff;
}
ul.mappingActions li a {
color: #666666;
text-decoration: none;
}
ul.mappingActions li a:hover {
color: #0088cc;
text-decoration: underline;
}
ul.mappingActions li:hover {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #0088cc;
}
ul.mappingActions li.delete {
background-image: url(/images/m-ico-delete.png);
}
ul.mappingActions li.hidden {
visibility: hidden;
}
ul.mappingActions li.validate {
background-image: url(/images/m-ico-validate.png);
}
ul.mappingActions li.edit {
background-image: url(/images/m-ico-edit.png);
}
#natPublicIpEdit,
#natConfirmDelete {
display: table;
padding: 5px;
margin: 5px;
min-height: 30px;
}
#natPublicIpEdit div.formRow,
#natConfirmDelete div.formRow {
display: table-row;
}
#natPublicIpEdit div.formCell,
#natConfirmDelete div.formCell {
display: table-cell;
}
.evenRow {
background-color: #f1f1f1;
}
tr.evenRow ul.mappingActions li {
border: 1px solid #f1f1f1;
}
tr.evenRow ul.mappingActions li:hover {
border: 1px solid #0088cc;
}
.hidden {
display: none;
}
.showing {
display: block;
}
.dupError {
background-color: #bc3e33;
color: #ffffff;
padding: 3px;
text-align: center;
}
#formDryDock {
display: none;
}
.formCell {
padding-left: 5px;
padding-right: 5px;
}
.formRow {
padding-left: 5px;
padding-right: 5px;
}
.formRow button {
font-size: 11px;
min-width: 50px;
padding: 3px;
}
.natStatus {
width: 28px;
height: 100%;
min-width: 28px;
background-image: none;
background-repeat: no-repeat;
background-position: center;
}
.pubIp {
min-width: 140px;
}
.natSuccess {
background-image: url(/images/success.png);
}
.natError {
background-image: url(/images/error.png);
}
.natWarning {
background-image: url(/images/warning.png);
}
.cjt-dynamicnotice-container .bd .cjt-notice-content {
display: table-cell;
vertical-align: middle;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-error .bd {
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* IE6-8 */
background-color: #bc3e33;
text-shadow: 0 1px 0 #bc3e33;
background-color: #DD5952;
background: -moz-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DD5952), color-stop(100%, #BC3E33));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* IE10+ */
background: linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD5952", endColorstr="#BC3E33", GradientType=0);
/* IE6-8 */
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-error .bd:hover {
background-color: #BC3E33;
background: -moz-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BC3E33), color-stop(100%, #DD5952));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* IE10+ */
background: linear-gradient(top, #BC3E33 0%, #DD5952 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0);
/* IE6-8 */
}
.cjt-dynamicnotice-container .cjt-notice-error .bd .cjt-notice-content {
background-repeat: no-repeat;
padding: 5px 0 5px 32px;
background-image: url(/images/notice-error.png);
background-position: 0 center;
color: #ffffff;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-warn .bd .cjt-notice-content {
background-image: url(/images/notice-warning.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-info .bd .cjt-notice-content {
background-image: url(/images/notice-info.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-success .bd .cjt-notice-content {
background-image: url(/images/notice-success.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
Back to Directory
File Manager