Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/cwaf/css/cwaf_catalog.css
/* main container (div) */
#cwaf_catalog_main {display: inline-box; width: 800px; margin: 0; paddin: 0;}
/* select config (global or for some domain */
#cwaf_configuration_select {
background-image: url("../img/select_version_bg.png");
position: absolute;
top: 68px;
left: 40px;
color: white;
width: 346px;
height: 59px;
line-height: 59px;
text-align: center;
z-index: 100;
}
#cwaf_configuration_select label {font-weight: 700;}
#cwaf_configuration_select select {
background: transparent;
color: #4F6676;
width: 220px;
background-color: #e4eff6;
border: 5px solid #1279a6;
overflow: hidden;
}
/* search form */
#cwaf_search_block {
position: absolute;
top: 148px;
left: 530px;
color: #4F6676;
padding: 0px;
z-index: 50;
font-size: small;
}
#cwaf_search_block label {font-size: small;}
#cwaf_search_block input {
border: 1px solid #1279a6;
background-color: #e4eff6;
color: #4F6676;
max-width: 100%;
width: 160px;
height: 15px !important;
box-sizing: content-box;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
}
/* exclude lists */
#cwaf_exclude_block {
position: absolute;
top: 200px;
left: 640px;
color: #4F6676;
padding: 0px;
z-index: 50;
font-size: small;
}
#cwaf_exclude_block label {font-size: small;}
/* menu (select config) */
#cwaf_catalog_menu {
border: 1px solid #4F6676;
background-image: url("../img/select_bg.png");
background-repeat: repeat-x;
height: 86px;
color: white;
padding: 0px 0px 0px 8px;
margin: 0px 0px 5px;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
-khtml-border-radius: 10px 10px 0 0;
}
/* short description */
#cwaf_catalog_short_description { height: 90px; color: #4F6676;}
#cwaf_catalog_short_description p {margin: 0px 0px; padding: 5px 5px 0 5px;}
#cwaf_catalog_short_description .cwaf_counter {position: absolute; top: 65px; left: 510px; color: white;}
#cwaf_catalog_short_description .cwaf_counter_update {position: absolute; top: 80px; left: 510px; color: white;}
#cwaf_catalog_short_description .cwaf_h1 {display: block; font-weight: 800;}
#cwaf_catalog_short_description .cwaf_h2 {display: block; font-weight: 700;}
#cwaf_catalog_short_description .cwaf_h3 {display: block; font-weight: 400; font-style: italic;}
#cwaf_catalog_short_description .cwaf_h5 {display: inline; font-size: small; padding: 3px;}
/* table (catalog container) */
#cwaf_catalog_content {
display: table;
border: 1px solid #1279a6;
table-layout: fixed;
width: 798px;
padding: 0px;
}
/* table header */
#cwaf_catalog_content_header {display: table-header-group;}
#cwaf_catalog_content_header .item_row_header {display: table-row; font-weight:bold; color: white; height: 30px;}
#cwaf_catalog_content_header .item_cell_id {display: table-cell; padding: 5px; width: 20%;}
#cwaf_catalog_content_header .item_cell_description {display: table-cell; padding: 5px; width: 515px;}
#cwaf_catalog_content_header .item_cell_include {display: table-cell; padding: 5px; width: 70px;}
#cwaf_catalog_content_header .item_cell_status {display: table-cell; padding: 5px; width: 70px;}
#cwaf_catalog_content_header .item_cell_exs {display: table-cell; padding: 5px; width: 25px; box-sizing: content-box;}
#cwaf_catalog_content_header {
background-color: #1279a6;
}
/* table body */
#cwaf_catalog_action_info {
display: table-row-group;
overflow-y:auto;
overflow-x: hidden;
margin: 0px;
padding: 3px;
height: auto;
color: #4F6676;
}
#cwaf_catalog_action_info a {text-decoration: underline; color: #4F6676;}
#cwaf_catalog_action_info a:hover {text-decoration: none;}
#cwaf_catalog_action_info p {height: 28px;}
#cwaf_catalog_action_info .item_enabled {display: table-row; margin: 5px;}
#cwaf_catalog_action_info .item_disabled {display: table-row; margin: 5px; font-style: italic; }
#cwaf_catalog_action_info .item_content {display: table-cell; padding: 5px;}
#cwaf_catalog_action_info .item_status {display: table-cell; padding: 5px;}
#cwaf_catalog_action_info .item_cell {display: table-cell; padding: 5px;}
#cwaf_catalog_action_info .item_ex {display: table-cell; padding: 5px;}
#cwaf_catalog_action_info .item_ex img {float: right;}
#cwaf_catalog_action_info .item_enabled:nth-child(even) {background: #e4eff6;}
#cwaf_catalog_action_info .item_enabled:nth-child(odd) {background: #FFF}
#cwaf_catalog_action_info .item_disabled:nth-child(even) {background: #e4eff6;}
#cwaf_catalog_action_info .item_disabled:nth-child(odd) {background: #FFF}
/* table footer (container) */
#cwaf_content_bottom {
display: inline-box;
width: 790px;
margin: 0;
padding: 5px 5px 0;
color: #4F6676;
font-size: small;
}
/* menu navigation category->group->rule */
#cwaf_nav {display: inline-box; padding: 0; width: 320px; margin: 0;}
#cwaf_nav ul {list-style: none; margin: 0; padding: 0; display: inline; float: left;}
#cwaf_nav li {display: inline;}
#cwaf_nav a {
float: left;
width: 100px;
height: 20px;
color: #ffffff;
background-color: #1279a6;
border-left: 1px solid #ffffff;
text-decoration: none;
text-align: center;
padding-top: 3px;
margin-bottom: 5px;
font-size: small;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
#cwaf_nav a:hover {background-color: #1b96ca; color: #e4eff6;}
/* menu update management */
#cwaf_update {display: inline-box; width: 270px; margin: 0; padding: 0; float: right;}
#cwaf_update ul {display: inline; list-style: none; margin: 0; padding: 0;}
#cwaf_update li {display: inline; float: right;}
#cwaf_update a {
float: left;
width: 95px;
height: 20px;
color: #ffffff;
background-color: #1279a6;
border-left: 1px solid #ffffff;
text-decoration: none;
text-align: center;
padding-top: 3px;
font-size: small;
font-weight:bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
#cwaf_update a:hover {background-color: #1b96ca; color: #e4eff6;}
/* overlay */
#cwaf_overlay div {
display: inline-box;
position: fixed;
top: 0;
left: 0;
background-image: url("../img/loader_16x16.gif");
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100%;
z-index: 50000;
}
// search button
#cwaf_search_btn {display: inline-box; padding: 0; width: 320px; margin: 0;}
#cwaf_search_btn a {
float: right;
width: 172px;
height: 20px;
background-color: #1279a6;
border-left: 1px solid #ffffff;
text-decoration: none;
text-align: center;
padding-top: 3px;
font-size: small;
font-weight: bold;
color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
#cwaf_search_btn a:hover {background-color: #1b96ca; color: #e4eff6;}
.global_search_label {
width:112px;
}
/* show error/info messages */
#cwaf_msg_wrapper {
display: none;
position: fixed;
top: 45%;
left: 20%;
margin: 0px;
color: #4F6676;
background-color: #137eac;
border: 1px solid #1279a6;
font-weight:bold;
font-size:13px;
text-align: center;
max-width: 300px;
z-index: 10000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
#cwaf_msg_wrapper .cwaf_msg_icon {
display: inline-box;
margin-top: 1px;
margin-left: 1px;
background-image: url("../img/ui-icons_ffffff_256x240.png");
background-color: #137eac;
background-repeat: no-repeat;
width: 20px;
height: 24px;
}
#cwaf_msg_wrapper .cwaf_msg_error {background-position: 4px -141px;}
#cwaf_msg_wrapper .cwaf_msg_info {background-position: -14px -141px;}
#cwaf_msg_wrapper .cwaf_msg_content {
display: inline-box;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 1px;
background-color: white;
padding: 8px;
width: auto;
min-width: 100px;
max-width: 400px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-khtml-border-bottom-right-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
}
Back to Directory
File Manager