1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189 |
- @charset "utf-8";
- /* CSS Document */
- body,
- #cpanel_body {
- font-weight: lighter;
- color: #D7D7D7;
- background-color: #1d1d1d;
- }
- a,
- .body-content a,
- .btn-link {
- color: #F85A16;
- }
- a:hover,
- .body-content a:hover,
- .btn-link:hover {
- color: #888; /* color - 4f5860 dd370a */
- text-decoration: none;
- }
- a:focus,
- input[type=file]:focus,
- input[type=radio]:focus,
- input[type=checkbox]:focus {
- color:#F85A16;
- text-decoration:none;
- outline: 1px dotted #F85A16;
- }
- /* Validation Stuff */
- .cjt-pagenotice-container .cjt-notice-info .bd,
- .cjt-pagenotice-container .cjt-notice-success .bd,
- .cjt-pagenotice-container .cjt-notice-warn .bd,
- .validation_errors_div,
- div.cjt_status_bar_success,
- .alert-danger,
- .alert-warning,
- .alert-info,
- .alert-success {
- border: 0;
- }
- .alert-message {
- color:#D7D7D7;
- }
- .alert-danger .alert-message {
- color:#333333;
- }
- .alert-warning {
- background:#222222;
- }
- .alert {
- border: 1px solid #444444!important;
- }
- ul.validation_errors_ul>li.validation_errors_li {
- color: #313131;
- }
- #content .btn-primary,
- .yui-dialog .btn-primary, .body-content .btn-info, .body-content .btn-warning, #content .btn-info, form input[value="Go"] {
- background: #FF6C2C;
- border-color: #dd370a;
- -webkit-box-shadow: inset 0 0px #dd370a;
- box-shadow: inset 0 0px #dd370a;
- color: #fff;
- border-width: 1px;
- }
- .btn-default[disabled],
- .btn-default[disabled]:hover,
- .btn-default[disabled]:focus,
- .btn-default[disabled]:active,
- .btn-default[disabled].active,
- form input[value="Go"]:hover,
- form input[value="Go"]:focus,
- form input[value="Go"]:active,
- .btn-default,
- .button-group button {
- -webkit-box-shadow: inset 0 0px #dd370a;
- box-shadow: inset 0 0px #dd370a;
- border-width: 1px;
- }
- form input[value="Go"] {
- display: inline-block;
- margin-bottom: 0;
- font-weight: 400;
- border-radius: 2px;
- padding: 6px 12px;
- white-space: nowrap;
- font-size: 14px;
- line-height: 1.42857143;
- }
- .well {
- background-color: transparent;
- border-color: transparent;
- }
- .body-content iframe[name=phpinfo] {
- width:100%;
- }
- .alert-message a {
- text-decoration:none;
- }
- #main {
- padding-left: 15px;
- }
- .container-fluid {
- padding-left:15px;
- }
- #-group .ng-pristine {
- padding: 20px 25px;
- }
- #-group .ng-pristine input[name="domain"], #-group .ng-pristine select[name="ext"] {
- float:left;
- height: 34px;
- padding: 6px 12px;
- margin-right:3px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #eeeeee;
- background-color: #444;
- border: 1px solid #555;
- background-image: none;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- }
- #-group .ng-pristine input[name="domain"]:hover, #-group .ng-pristine select[name="ext"]:hover {
- background-color: #555;
- border-color: #666;
- }
- #-group .ng-pristine input[name="domain"]:focus, #-group .ng-pristine select[name="ext"]:focus {
- border-color: #FF6C2C;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- }
- .input-group-addon {
- background-color:#2c2c2c;
- color:#D7D7D7;
- border-color:#444444;
- }
- hr {
- border-color:#444444;
- }
- #Search, form input[name="domain"], form select[name="ext"], form input[name="DomainName"], form select[name="domain_selector"], td input[name="email"], td select[name="d_name"], td input[name="destination"], td select[name="day"], td select[name="domain_name"], td input[name="source"] {
- width: auto;
- height: 34px;
- padding: 6px 12px;
- margin-right:3px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #eeeeee;
- background-color: #444!important;
- border: 1px solid #555;
- background-image: none;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- }
- #Search:hover, form input[name="domain"]:hover, form select[name="ext"]:hover, form input[name="DomainName"]:hover, form select[name="domain_selector"]:hover, td input[name="email"]:hover, td select[name="d_name"]:hover, td input[name="destination"]:hover, td select[name="day"]:hover, select[name="domain_name"]:hover, td input[name="source"]:hover {
- background-color: #555;
- border-color: #666;
- }
- #Search:focus, form input[name="domain"]:focus, form select[name="ext"]:focus, form input[name="DomainName"]:focus, form select[name="domain_selector"]:focus, td input[name="email"]:focus, td select[name="d_name"]:focus, td input[name="destination"]:focus, td select[name="day"]:focus, select[name="domain_name"]:focus, td input[name="source"]:focus {
- border-color: #FF6C2C;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- }
- #content .btn-danger {
- color: #FFFFFF!important;
- margin-bottom: 3px;
- }
- /*----- FORM TEMPLATE -----*/
- #content .btn-primary:hover,
- #content .btn-primary:focus,
- #content .btn-primary:active,
- #content .btn-primary.active,
- #content .open .dropdown-toggle.btn-primary,
- .yui-dialog .btn-primary:hover,
- .yui-dialog .btn-primary:focus,
- .yui-dialog .btn-primary:active,
- .yui-dialog .btn-primary.active,
- .yui-dialog .open .dropdown-toggle.btn-primary{
- background: #dd370a;
- color: #fff;
- }
- .form-control:focus {
- border-color: #FF6C2C;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- }
- .dt_module {
- padding: 15px 30px;
- background-color: #313131;
- }
- .form-inline .form-group {
- display: inherit;
- }
- .form-group {
- margin-bottom: 0;
-
- }
- .form-group label {
- font-weight: lighter;
- }
- .table>thead>tr>th {
- background-color: #444;
- }
- .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
- background-color: #2c2c2c;
- }
- .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
- background-color: #2c2c2c;
- }
- .stripe-even, .row-odd {
- background-color: #2c2c2c;
- }
- .stripe-odd, .row-even {
- background-color: #262626;
- }
- input,
- select,
- textarea,
- .form-control {
- background-color: #444;
- border-color: #555;
- color: #eee;
- }
- .callout-info,
- .cjt-pagenotice-container .bd,
- .iniInfoBlock{
- color: #1d1d1d;
- }
- .yui-panel, .modal-content {
- background-color: #313131;
- }
- .yui-panel .hd, .yui-panel .ft,
- .modal-header, .modal-footer {
- border-color: #1d1d1d;
- }
- .close {
- color: #ddd;
- }
- .nav-tabs>li.active>a,
- .nav-tabs>li.active>a:hover,
- .nav-tabs>li.active>a:focus {
- background-color: #444;
- border-color: #444;
- color: #eee;
- }
- .nav-tabs>li>a:hover {
- background-color: #444;
- border-color: #444;
- }
- .tab-content,
- .nav-tabs{
- border-color: #444;
- }
- /***************************** RECYCLABLE CODE *****************************/
- #lnkHeaderHome:after,
- input#txtQuickFind,
- #btnUserPref,
- #lnkHeaderNotifications,
- #lnkHeaderLogout,
- a,
- .widget-heading .close,
- .panel, .widget,
- .group-header-indicator,
- .item,
- .itemTextWrapper a,
- .itemTextWrapper,
- #quickLinks a,
- #quickjump.form-control,
- .widget-heading .group-header, .widget-header .group-header,
- footer .navbar-nav > li > a,
- .btn-link,
- .btn-primary,
- #lnkHeaderHome,
- #lnkHeaderHome::before,
- .dropdown-menu>li>a,
- .itemContentWrapper,
- .itemImageWrapper,
- .item .itemImageWrapper {
- -webkit-transition: all 300ms ease;
- -moz-transition: all 300ms ease;
- -ms-transition: all 300ms ease;
- -o-transition: all 300ms ease;
- transition: all 300ms ease;
- }
- #lblUserNameTxt,
- #lblLogout,
- #caretImg,
- #lnkFooterHome,
- #quickLinks ul li:first-child {
- display: none;
- }
- /***************************** HEADER *****************************/
- header .navbar,
- .navbar-preferences, header .navbar, header .navbar .container .navbar-header, header .navbar .container .navbar-header .navbar-preferences,
- #lnkHeaderHome, .cp-nav-toggle, #btnUserPref, .link-buttons, #lnkHeaderHome, .cp-nav-toggle {
- height: 50px;
- }
- footer {
- border-top: 0px solid #d9e0e2;
- }
- footer .navbar {
- margin: 0;
- }
- footer .navbar-nav>li>a {
- padding-top: 15px;
- padding-bottom: 15px;
- font-size: 12px;
- color: #D7D7D7;
- }
- footer .navbar-nav>li>a:hover {
- background-color: transparent;
- color: #FF6C2C;
- text-decoration: none;
- }
- #txtCpanelVersion {
- bottom: 0;
- color: #D7D7D7;
- }
- #txtCpanelVersion:before {
- content: "cPanel, Inc. © 2016 All Rights Reserved / v.";
- font-size: 11px;
- }
- /***************************** CONTENT BODY *****************************/
- /*----- INDEX BODY -----*/
- #content {
- margin: 40px 20px 5px 20px;
- }
- #jump-search {
- margin: 20px 20px 5px 0;
- }
- #quickjump {
- box-shadow: inset 0 0px 0px rgba(255,255,255,.7);
- padding-top: 12px;
- padding-bottom: 12px;
- height: inherit;
- background: url('img/search-icon.png') no-repeat transparent 99% 10px;
- }
- #quickjump.form-control {
- background-color: #444;
- border: 1px solid #555;
- }
- #quickjump.form-control:hover {
- background-color: #555;
- border-color: #666;
- }
- #quickjump.form-control:focus {
- border-color: #FF6C2C;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6);
- }
- #boxes {
- margin-right: 20px;
- }
- #featureShowcaseSection {
- margin-right: 20px;
- margin-bottom: 35px;
- }
- .panel,
- .widget {
- background-color: #222;
- margin-top: 20px;
- box-shadow: none;
- border: 1px solid #1d1d1d;
- border-radius: 3px;
- }
- .panel:hover,
- .widget:hover {
- background-color: #262626;
- border-color: #191919;
- }
- .panel-heading {
- border-top-right-radius: inherit;
- border-top-left-radius: inherit;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .widget-heading,
- .widget-header {
- border-top: 0px solid #262626;
- border-bottom: 1px solid #1d1d1d;
- border-left: 0;
- border-right: 0;
- line-height: 20px;
- color: #e0e0e0;
- background-color: transparent;
- text-transform: capitalize;
- font-size: 22px;
- padding: 20px 25px;
- }
- .widget-heading:hover .group-header,
- .widget-header:hover .group-header {
- color: #F85A16;
- }
- .widget-heading .close,
- .widget-header .close {
- color: #d9e0e2;
- }
- .widget-heading .close:hover,
- .widget-header close:hover {
- color: #4f5860;
- }
- .group-header-indicator {
- font-size: 14px;
- margin-top: 5px;
- color: #444;
- }
- .group-header-indicator:hover {
- color: #555;
- }
- .widget-body,
- .panel-body {
- background-color: transparent;
- }
- .item {
- background-color: #262626;
- height: inherit;
- margin: 10px 0 5px 15px;
- width: 230px;
- border: 1px solid #333;
- border-radius: 2px;
- -webkit-border-radius: 2px;
- overflow: hidden;
- }
- .item:hover {
- background-color: #292929;
- border-color: #444;
- }
- #content .item:hover .itemTextWrapper,
- #content .item:hover .itemTextWrapper a {
- color: #F85A16;
- }
- .itemImageWrapper{
- margin: 10px 0 10px 10px;
- }
- .itemTextWrapper,
- a.itemTexWrapper {
- width: 74%;
- padding: 0;
- margin-left: -4px;
- }
- #content .itemTextWrapper a,
- #content a.itemTextWrapper {
- padding: 15px 0 15px 15px;
- color: #e0e0e0;
- }
- #content .itemTextWrapper a:hover,
- #content a.itemTextWrapper:hover {
- color: #FF6C2C;
- text-decoration: none;
- }
- /*----- SIDEBAR BODY -----*/
- .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
- padding:8px;
- border-top: 1px solid #1d1d1d;
- }
- /*.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
- border-top: 1px solid #1d1d1d;
- padding: 15px 25px;
- }*/
- .table>tbody>tr>td.danger, .table>tbody>tr.danger>td,
- .table>tbody>tr>td.warning, .table>tbody>tr.warning>td{
- background-color: inherit;
- }
- .table>tbody>td.warning, .table>tbody>tr.warning,
- .table>tbody>td.danger, .table>tbody>tr.danger {
- border-left:0;
- }
- .app-stat-upgrade a {
- background-color: inherit;
- color: #777;
- }
- .app-stat-upgrade a:hover {
- color: #F85A16;
- }
- .app-stat-upgrade i {
- margin-top: 35px;
- }
- .progress {
- background-color: #444;
- border-radius: 6px;
- height: 6px;
- -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
- box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
- }
- .dashboard-item .progress {
- margin: 5px 0 15px 0;
- }
- .dashboard-item .panel-body {
- padding: 15px 25px;
- }
- /*----- PAGE BODY -----*/
- h1, .h1,
- h2, .h2,
- h3, .h3,
- h4, .h4,
- h5, .h5,
- h6, .h6 {
- font-weight: lighter;
- }
- h1.page-header {
- border-bottom: 0;
- font-weight: lighter;
- border-left: 4px solid #F85A16;
- padding: 0 0 0 .5em;
- margin-top: 1em;
- color: #e0e0e0;
- }
- .page-icon {
- display:none;
- }
- .body-content h2 {
- border-bottom: 1px solid #262626;
- padding-bottom: .75em;
- margin-bottom: 1em;
- font-size: 24px;
- }
- .body-content .section,
- .edge,
- .directory-list, /* Directory Privacy */
- #postgres_main, /* Postgres Database Wizard*/
- #hilight-box, /* Apache SpamAssassin */
- .sa-box /* Apache SpamAssassin */ {
- background-color: #262626;
- padding: 15px;
- margin: 2em 0 2em 0;
- border: 1px solid #262626;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- overflow: auto;
- }
- .body-content .section .section, /* Backup, Default Address */
- .body-content .section .formbox h2 /* MySQL Databases */ {
- border: 0;
- padding: 0;
- margin: 0;
- overflow: visible;
- }
- .body-content .section .formbox h2 /* MySQL Databases */ {
- font-size: 22px;
- padding-bottom: .75em;
- }
- .body-content .form-group {
- margin-bottom: 2em;
- }
- .body-content .control-label {
- padding-left: 0;
- }
- /* Site Publisher page */
- .panel-primary>.panel-heading {
- background-color: #262626;
- }
- .panel-default>.panel-heading {
- color: #666;
- border-color: #262626;
- background-color: #262626;
- }
- .panel-default {
- border-color: #444;
- }
- .panel-primary,
- .panel-primary>.panel-heading+.panel-collapse .panel-body {
- border-color: #262626;
- }
- /* /Site Publisher page */
- .tab-content /* MultiPHP INI Editor */ {
- padding: 15px;
- border: 1px solid #ddd;
- background-color: #262626;
- border-top: 0;
- }
- .stats-bar-text {
- text-transform: capitalize;
- }
- .search-panel {
- margin-bottom: 2em;
- }
- /*----- NAV MAIN -----*/
- header .navbar-header .navbar-brand .brand-name {
- font-weight: lighter;
- letter-spacing: -1px;
- font-size: 30px;
- }
- #lnkHeaderHome {
- color: #222;
- opacity: .85;
- }
- #lnkHeaderHome:hover {
- opacity: 1;
- }
- .navbar-cpanel {
- background-color: #262626;
- border-bottom: 1px solid #191919;
- box-shadow: none;
- }
- input#txtQuickFind {
- height:48px;
- width: 50px;
- border-left: 1px solid #191919;
- border-top: 0;
- border-right: 0;
- border-bottom: 0;
- border-radius: 0;
- background: url('img/search-iconSM.png') no-repeat transparent 20px 19px;
- color: #4f5860;
- text-indent: 35px;
- margin: 0;
- -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
- box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
- margin-right: -4px;
- opacity: 1;
- }
- input:hover#txtQuickFind,
- input:focus#txtQuickFind {
- width: 175px;
- background-color: #1d1d1d;
- }
- input:focus#txtQuickFind {
- box-shadow: none;
- }
- #btnUserPref,
- #lnkHeaderLogout,
- #lnkHeaderNotifications {
- border-left: 1px solid #191919;
- border-right: 0;
- border-top: 0;
- border-bottom: 0;
- border-radius: 0;
- background-color: transparent;
- color: #777;
- }
- #btnUserPref,
- #lnkHeaderLogout,
- #lnkHeaderNotifications {
- min-width: 50px;
- }
- .navbar .fa-lg {
- font-size: 12px;
- position: relative;
- top: -1px;
- }
- .navbar .badge {
- font-size: 10px;
- font-weight: lighter;
- }
- #lnkHeaderLogout {
- padding-top: 7px;
- }
- #btnUserPref:hover, #btnUserPref:active, #btnUserPref:focus,
- #lnkHeaderLogout:hover, #lnkHeaderLogout:active, #lnkHeaderLogout:focus,
- #lnkHeaderNotifications:hover, #lnkHeaderNotifications:active, #lnkHeaderNotifications:focus {
- color: #FF6C2C;
- background-color: inherit;
- }
- .dropdown-menu {
- -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
- box-shadow: 0 2px 3px rgba(0,0,0,.4);
- border: 1px solid #191919;
- background-color: #262626
- }
- .dropdown-menu>li>a,
- .navbar-preferences .dropdown-menu>li>a {
- border-bottom: 1px dotted #191919;
- color: #D7D7D7;
- font-weight:lighter;
- padding: 10px 15px;
- }
- .dropdown-menu>li>a:hover,
- .dropdown-menu>.active>a,
- .dropdown-menu>.active>a:hover,
- .dropdown-menu>.active>a:focus {
- color: #F85A16;
- background-color: #1d1d1d;
- }
- .dropdown-menu>li:last-child>a {
- border-bottom: 0px dotted rgba(0,0,0,.1);
- }
- .btn-group.open .dropdown-toggle {
- -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
- box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
- }
- .btn:focus, .btn:active:focus, .btn.active:focus {
- outline: 0;
- }
- /*----- NAV SIDEBAR -----*/
- #sidebar {
- background-color: #262626;
- box-shadow: none;
- border-color: #191919;
- border-top: 0;
- width: auto!important;
- }
- #sidebar a {
- border-bottom: 1px solid #191919;
- padding: 16px;
- }
- #sidebar a:hover,
- #sidebar a:active,
- #sidebar a:focus {
- color: #F85A16;
- }
- #sidebar a.active {
- color: #e0e0e0;
- border-left: 4px solid #F85A16;
- padding-left: 12px;
- background-color:#1d1d1d;
- box-shadow: 2px 0px 0px 0 #1d1d1d;
- }
- #sidebar .fa-2x {
- font-size: 18px;
- }
- #sidebar a#lnkMenu {
- padding: 19px 17px 13px 16px;
- }
- #sidebar a#lnkMenu.active {
- padding: 19px 17px 13px 12px;
- }
- #sidebar a:nth-child(2) img {
- filter:contrast(1%) brightness(180%);
- -moz-filter:contrast(1%) brightness(180%);
- -ms-filter:contrast(1%) brightness(180%);
- -o-filter:contrast(1%) brightness(180%);
- -webkit-filter:contrast(1%) brightness(180%);
- }
- .icon-cloudflare_performance, .icon-cloudflare_analytics, .icon-attracta_seotools {
- filter:contrast(1%) brightness(180%);
- -moz-filter:contrast(1%) brightness(180%);
- -ms-filter:contrast(1%) brightness(180%);
- -o-filter:contrast(1%) brightness(180%);
- -webkit-filter:contrast(1%) brightness(180%);
- }
- /****************************
- *** LG ***
- ****************************/
- @media (min-width: 992px) and (max-width: 1199px) {
- /*----- NAV SECTION -----*/
-
- /*----- BODY INDEX -----*/
- .item {
- width: 47%;
- }
-
- .itemTextWrapper {
- width: 77%;
- }
- #quickjump {
- background-position: 98% 10px;
- }
- #-group .ng-pristine input[name="domain"] {
- width:69%;
- }
- }
- /****************************
- *** MD ***
- ****************************/
- @media (min-width: 769px) and (max-width: 991px) {
- /*----- NAV SECTION -----*/
- /* Sidebar nav */
- #sidebar {
- top: 50px;
- }
-
- /*----- BODY INDEX -----*/
-
- html[dir="ltr"] #content {
- margin: 40px 10px 5px 10px
- }
-
- #quickjump {
- background-position: 97% 10px;
- }
-
- .item {
- width: 30.5%;
- }
-
- .itemImageWrapper {
- padding: 8px 0;
- }
-
- .itemTextWrapper {
- width: 65%;
- }
-
- #stats {
- margin-left: 15px;
- width:95%;
- }
- #-group .ng-pristine input[name="domain"] {
- width:70%;
- }
- }
- /****************************
- *** SM ***
- ****************************/
- @media (max-width: 768px) {
- /*----- NAV SECTION -----*/
- #lnkHeaderHome {
- margin-left:50px;
- }
- #btnSideBarToggle {
- background-color: #F85A16;
- }
- .cp-nav-toggle {
- padding: 0 15px;
- }
- .cp-icon-bar {
- background-color: #fff;
- width: 20px;
- }
- .navbar .fa-lg {
- margin-top: 22px;
- }
- #lnkHeaderLogout {
- padding-top: 10px;
- }
- #jump-search {
- padding: 1em;
- background-color: #262626;
- margin-top: 3;
- margin-bottom: 0;
- border: 1px solid #333;
- }
-
- #quickjump {
- border-radius: 0;
- background-color: #fff;
- border: 1px solid #eee;
- -webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,.15);
- box-shadow: inset 0 0px 3px rgba(0,0,0,.15);
- background-position: 96% 10px;
- }
- /* Sidebar nav */
- #sidebar {
- top: 50px;
- }
- #sidebar a.active {
- box-shadow: 0px 0px 0px 0 #303030;
- }
- /*----- BODY INDEX -----*/
- /* content */
- html[dir="ltr"] #content,
- html[dir="ltr"] #stats {
- padding-left: 15px;
- }
- html[dir="ltr"] #content {
- margin: 40px 5px 5px 5px;
- }
- #boxes,
- #jump-search,
- #featureShowcaseSection {
- margin-right: 0;
- }
- .dashboard-item .panel-body,
- .panel-body {
- padding: 10px;
- }
-
- .item {
- width: 47%;
- margin: 0px 1.5% 15px 1.5%;
- max-height: 138px;
- }
-
- .itemContentWrapper {
- border-color: #F85A16;
- }
-
- .itemImageWrapper {
- margin: 20px auto 0;
- display: block;
- }
- .itemTextWrapper {
- width: 100%;
- font-size: 13px;
- text-align: center;
- margin-bottom: 20px;
- margin-left: 0;
- }
- #content .itemTextWrapper a,
- #content a.itemTextWrapper {
- padding: 15px;
- display: block;
- }
-
- /* DETAIL / ACTION */
- h1.page-header .page-icon {
- display: none;
- }
- /* FOOTER */
- html[dir="ltr"] footer {
- padding-left: 15px;
- }
- html[dir="ltr"] footer .navbar-brand {
- text-align: center;
- margin-left: 0;
- width:100%;
- }
- footer .navbar {
- width:98%;
- }
- footer .nav.navbar-nav {
- float: inherit;
- }
- .navbar-nav{
- margin: 0;
- }
-
- footer .nav.navbar-nav li:first-child {
- display: none;
- }
-
- footer .nav > li {
- display: inline-block;
- width: 49%;
- text-align: center;
- }
-
- footer .nav > li {
- display: inline-block;
- }
-
- #lnkPoweredByCpanel {
- padding: 0 10px 10px;
- }
-
- #txtCpanelVersion {
- width: 100%;
- padding-bottom: 50px;
- }
- #-group .ng-pristine input[name="domain"] {
- width:60%;
- }
- }
- /****************************
- *** XS ***
- ****************************/
- @media (max-width: 480px) {
- /* NAV SECTION */
- #btnUserPref,
- #lnkHeaderLogout,
- #lnkHeaderNotifications {
- min-width: 25px;
- padding-left: 12px;
- padding-right: 12px;
- }
- /* BODY INDEX */
-
- #quickjump {
- background-position: 95% 10px;
- }
- .widget-heading {
- padding: 10px;
- overflow:hidden;
- }
- .itemTextWrapper {
- font-size: 14px;
- }
- html[dir="ltr"] footer {
- padding-left: 0;
- }
- footer .navbar {
- width: 100%;
- }
- .navbar-nav{
- margin: 0;
- }
- footer sub, footer sup {
- line-height: inherit;
- }
- #-group .ng-pristine input[name="domain"] {
- width:50%;
- }
- #-group .ng-pristine select[name="ext"] {
- width:100%;
- }
- }
- /****************************
- *** XS ***
- ****************************/
- @media (max-width: 479px) {
- #-group .ng-pristine input[name="domain"] {
- width:100%;
- }
- #-group .ng-pristine select[name="ext"] {
- width:100%;
- }
- .widget-heading .group-header {
- overflow: hidden;
- max-width: 190px;
- display: inline-block;
- }
- }
- .icon-attracta_emailmarketing,.icon-attracta_emailmarketing2,.icon-attracta_getingoogle,.icon-attracta_increasewebsitetraffic,.icon-attracta_linkbuilding,.icon-attracta_localseo,.icon-attracta_merchant,.icon-attracta_rankcheck,.icon-attracta_seoforresellers,.icon-attracta_seotools-,.icon-attracta_socialmm2,.icon-attracta_wpthemes,.icon-attracta_wpthemes2,.icon-attracta_wpvisual,.icon-lvephpsel,.icon-soft_div_icons,.icon-softaculous { background-image: url('img/icon_spritemap.png'); background-repeat: no-repeat; }
- .icon-attracta_emailmarketing { background-position: -5px -5px; width: 48px; height: 48px; }
- .icon-attracta_emailmarketing2 { background-position: -63px -5px; width: 48px; height: 48px; }
- .icon-attracta_getingoogle { background-position: -5px -63px; width: 48px; height: 48px; }
- .icon-attracta_increasewebsitetraffic { background-position: -63px -63px; width: 48px; height: 48px; }
- .icon-attracta_linkbuilding { background-position: -121px -5px; width: 48px; height: 48px; }
- .icon-attracta_localseo { background-position: -121px -63px; width: 48px; height: 48px; }
- .icon-attracta_merchant { background-position: -5px -121px; width: 48px; height: 48px; }
- .icon-attracta_rankcheck { background-position: -63px -121px; width: 48px; height: 48px; }
- .icon-attracta_seoforresellers { background-position: -121px -121px; width: 48px; height: 48px; }
- .icon-attracta_seotools- { background-position: -179px -5px; width: 48px; height: 48px; }
- .icon-attracta_socialmm2 { background-position: -179px -63px; width: 48px; height: 48px; }
- .icon-attracta_wpthemes { background-position: -179px -121px; width: 48px; height: 48px; }
- .icon-attracta_wpthemes2 { background-position: -5px -179px; width: 48px; height: 48px; }
- .icon-attracta_wpvisual { background-position: -63px -179px; width: 48px; height: 48px; }
- .icon-lvephpsel { background-position: -121px -179px; width: 48px; height: 48px; }
- .icon-soft_div_icons { background-position: -179px -179px; width: 48px; height: 48px; }
- .icon-softaculous { background-position: -237px -5px; width: 48px; height: 48px;}.icon-addon_domains,.icon-address_importer,.icon-advanced_zone_editor,.icon-aliases,.icon-analog_stats,.icon-anonymous_ftp,.icon-apache_handlers,.icon-apache_spam_assassin,.icon-api_shell-,.icon-application_manager,.icon-archive,.icon-authentication,.icon-autoresponders,.icon-awstats,.icon-backup,.icon-backup_restoration,.icon-backup_wizard,.icon-bandwidth,.icon-boxtrapper,.icon-calendar_and_contacts,.icon-change_language,.icon-change_password,.icon-change_style,.icon-cloudflare,.icon-contact_information,.icon-cpu_and_concurrent_connection_usage,.icon-cron_jobs,.icon-default_address,.icon-directory_privacy,.icon-disk_usage,.icon-email_accounts,.icon-email_disk_usage,.icon-email_filters,.icon-email_routing,.icon-encryption,.icon-error_pages,.icon-errors,.icon-file_manager,.icon-forwarders,.icon-ftp_accounts,.icon-ftp_connections,.icon-global_email_filters,.icon-greylisting,.icon-hotlink_protection,.icon-images,.icon-indexes,.icon-ip_blocker,.icon-leech_protection,.icon-mailing_lists,.icon-metrics_editor,.icon-mime_types,.icon-mod_security,.icon-multiphp_ini_editor,.icon-multiphp_manager,.icon-mysql_database_wizard,.icon-mysql_databases,.icon-optimize_website,.icon-perl_modules,.icon-php,.icon-php_my_admin,.icon-php_pear_packages,.icon-php_pg_admin,.icon-postgresql_database_wizard,.icon-postgresql_databases,.icon-raw_access,.icon-redirects,.icon-remote_mysql,.icon-ruby_gems,.icon-ruby_on_rails,.icon-security_policy,.icon-simple_zone_editor,.icon-site_publisher,.icon-site_software,.icon-ssh_access,.icon-ssl_tls,.icon-subdomains,.icon-tls_status,.icon-tls_wizard,.icon-track_delivery,.icon-track_dns,.icon-two_factor_authentication-,.icon-user_manager,.icon-virus_scanner,.icon-visitors,.icon-web_disk,.icon-web_host_manager,.icon-webalizer,.icon-webalizer_ftp,.icon-zone_editor { background-image: url('img/icon_spritemap.svg'); background-repeat: no-repeat; }
- .icon-addon_domains { background-size: 4709px 48px; background-position: -0px 0; width: 48px; height: 48px; }
- .icon-address_importer { background-size: 4709px 48px; background-position: -53px 0; width: 48px; height: 48px; }
- .icon-advanced_zone_editor { background-size: 4709px 48px; background-position: -106px 0; width: 48px; height: 48px; }
- .icon-aliases { background-size: 4709px 48px; background-position: -159px 0; width: 48px; height: 48px; }
- .icon-analog_stats { background-size: 4709px 48px; background-position: -212px 0; width: 48px; height: 48px; }
- .icon-anonymous_ftp { background-size: 4709px 48px; background-position: -265px 0; width: 48px; height: 48px; }
- .icon-apache_handlers { background-size: 4709px 48px; background-position: -318px 0; width: 48px; height: 48px; }
- .icon-apache_spam_assassin { background-size: 4709px 48px; background-position: -371px 0; width: 48px; height: 48px; }
- .icon-api_shell- { background-size: 4709px 48px; background-position: -424px 0; width: 48px; height: 48px; }
- .icon-application_manager { background-size: 4709px 48px; background-position: -477px 0; width: 48px; height: 48px; }
- .icon-archive { background-size: 4709px 48px; background-position: -530px 0; width: 48px; height: 48px; }
- .icon-authentication { background-size: 4709px 48px; background-position: -583px 0; width: 48px; height: 48px; }
- .icon-autoresponders { background-size: 4709px 48px; background-position: -636px 0; width: 48px; height: 48px; }
- .icon-awstats { background-size: 4709px 48px; background-position: -689px 0; width: 48px; height: 48px; }
- .icon-backup { background-size: 4709px 48px; background-position: -742px 0; width: 48px; height: 48px; }
- .icon-backup_restoration { background-size: 4709px 48px; background-position: -795px 0; width: 48px; height: 48px; }
- .icon-backup_wizard { background-size: 4709px 48px; background-position: -848px 0; width: 48px; height: 48px; }
- .icon-bandwidth { background-size: 4709px 48px; background-position: -901px 0; width: 48px; height: 48px; }
- .icon-boxtrapper { background-size: 4709px 48px; background-position: -954px 0; width: 48px; height: 48px; }
- .icon-calendar_and_contacts { background-size: 4709px 48px; background-position: -1007px 0; width: 48px; height: 48px; }
- .icon-change_language { background-size: 4709px 48px; background-position: -1060px 0; width: 48px; height: 48px; }
- .icon-change_password { background-size: 4709px 48px; background-position: -1113px 0; width: 48px; height: 48px; }
- .icon-change_style { background-size: 4709px 48px; background-position: -1166px 0; width: 48px; height: 48px; }
- .icon-cloudflare { background-size: 4709px 48px; background-position: -1219px 0; width: 48px; height: 48px; }
- .icon-contact_information { background-size: 4709px 48px; background-position: -1272px 0; width: 48px; height: 48px; }
- .icon-cpu_and_concurrent_connection_usage { background-size: 4709px 48px; background-position: -1325px 0; width: 48px; height: 48px; }
- .icon-cron_jobs { background-size: 4709px 48px; background-position: -1378px 0; width: 48px; height: 48px; }
- .icon-default_address { background-size: 4709px 48px; background-position: -1431px 0; width: 48px; height: 48px; }
- .icon-directory_privacy { background-size: 4709px 48px; background-position: -1484px 0; width: 48px; height: 48px; }
- .icon-disk_usage { background-size: 4709px 48px; background-position: -1537px 0; width: 48px; height: 48px; }
- .icon-email_accounts { background-size: 4709px 48px; background-position: -1589px 0; width: 48px; height: 48px; }
- .icon-email_disk_usage { background-size: 4709px 48px; background-position: -1642px 0; width: 48px; height: 48px; }
- .icon-email_filters { background-size: 4709px 48px; background-position: -1695px 0; width: 48px; height: 48px; }
- .icon-email_routing { background-size: 4709px 48px; background-position: -1748px 0; width: 48px; height: 48px; }
- .icon-encryption { background-size: 4709px 48px; background-position: -1801px 0; width: 48px; height: 48px; }
- .icon-error_pages { background-size: 4709px 48px; background-position: -1854px 0; width: 48px; height: 48px; }
- .icon-errors { background-size: 4709px 48px; background-position: -1907px 0; width: 48px; height: 48px; }
- .icon-file_manager { background-size: 4709px 48px; background-position: -1960px 0; width: 48px; height: 48px; }
- .icon-forwarders { background-size: 4709px 48px; background-position: -2013px 0; width: 48px; height: 48px; }
- .icon-ftp_accounts { background-size: 4709px 48px; background-position: -2066px 0; width: 48px; height: 48px; }
- .icon-ftp_connections { background-size: 4709px 48px; background-position: -2119px 0; width: 48px; height: 48px; }
- .icon-global_email_filters { background-size: 4709px 48px; background-position: -2172px 0; width: 48px; height: 48px; }
- .icon-greylisting { background-size: 4709px 48px; background-position: -2225px 0; width: 46px; height: 45px; }
- .icon-hotlink_protection { background-size: 4709px 48px; background-position: -2276px 0; width: 48px; height: 48px; }
- .icon-images { background-size: 4709px 48px; background-position: -2329px 0; width: 48px; height: 48px; }
- .icon-indexes { background-size: 4709px 48px; background-position: -2382px 0; width: 48px; height: 48px; }
- .icon-ip_blocker { background-size: 4709px 48px; background-position: -2435px 0; width: 48px; height: 48px; }
- .icon-leech_protection { background-size: 4709px 48px; background-position: -2488px 0; width: 48px; height: 48px; }
- .icon-mailing_lists { background-size: 4709px 48px; background-position: -2541px 0; width: 48px; height: 48px; }
- .icon-metrics_editor { background-size: 4709px 48px; background-position: -2594px 0; width: 48px; height: 48px; }
- .icon-mime_types { background-size: 4709px 48px; background-position: -2647px 0; width: 48px; height: 48px; }
- .icon-mod_security { background-size: 4709px 48px; background-position: -2700px 0; width: 48px; height: 48px; }
- .icon-multiphp_ini_editor { background-size: 4709px 48px; background-position: -2753px 0; width: 48px; height: 48px; }
- .icon-multiphp_manager { background-size: 4709px 48px; background-position: -2806px 0; width: 48px; height: 48px; }
- .icon-mysql_database_wizard { background-size: 4709px 48px; background-position: -2859px 0; width: 48px; height: 48px; }
- .icon-mysql_databases { background-size: 4709px 48px; background-position: -2912px 0; width: 48px; height: 48px; }
- .icon-optimize_website { background-size: 4709px 48px; background-position: -2965px 0; width: 48px; height: 48px; }
- .icon-perl_modules { background-size: 4709px 48px; background-position: -3018px 0; width: 48px; height: 48px; }
- .icon-php { background-size: 4709px 48px; background-position: -3071px 0; width: 48px; height: 48px; }
- .icon-php_my_admin { background-size: 4709px 48px; background-position: -3124px 0; width: 48px; height: 48px; }
- .icon-php_pear_packages { background-size: 4709px 48px; background-position: -3177px 0; width: 48px; height: 48px; }
- .icon-php_pg_admin { background-size: 4709px 48px; background-position: -3230px 0; width: 48px; height: 48px; }
- .icon-postgresql_database_wizard { background-size: 4709px 48px; background-position: -3283px 0; width: 48px; height: 48px; }
- .icon-postgresql_databases { background-size: 4709px 48px; background-position: -3336px 0; width: 48px; height: 48px; }
- .icon-raw_access { background-size: 4709px 48px; background-position: -3389px 0; width: 48px; height: 48px; }
- .icon-redirects { background-size: 4709px 48px; background-position: -3442px 0; width: 48px; height: 48px; }
- .icon-remote_mysql { background-size: 4709px 48px; background-position: -3495px 0; width: 48px; height: 48px; }
- .icon-ruby_gems { background-size: 4709px 48px; background-position: -3548px 0; width: 48px; height: 48px; }
- .icon-ruby_on_rails { background-size: 4709px 48px; background-position: -3601px 0; width: 48px; height: 48px; }
- .icon-security_policy { background-size: 4709px 48px; background-position: -3654px 0; width: 48px; height: 48px; }
- .icon-simple_zone_editor { background-size: 4709px 48px; background-position: -3707px 0; width: 48px; height: 48px; }
- .icon-site_publisher { background-size: 4709px 48px; background-position: -3760px 0; width: 48px; height: 48px; }
- .icon-site_software { background-size: 4709px 48px; background-position: -3813px 0; width: 48px; height: 48px; }
- .icon-ssh_access { background-size: 4709px 48px; background-position: -3866px 0; width: 48px; height: 48px; }
- .icon-ssl_tls { background-size: 4709px 48px; background-position: -3919px 0; width: 48px; height: 48px; }
- .icon-subdomains { background-size: 4709px 48px; background-position: -3972px 0; width: 48px; height: 48px; }
- .icon-tls_status { background-size: 4709px 48px; background-position: -4025px 0; width: 48px; height: 48px; }
- .icon-tls_wizard { background-size: 4709px 48px; background-position: -4078px 0; width: 48px; height: 48px; }
- .icon-track_delivery { background-size: 4709px 48px; background-position: -4131px 0; width: 48px; height: 48px; }
- .icon-track_dns { background-size: 4709px 48px; background-position: -4184px 0; width: 48px; height: 48px; }
- .icon-two_factor_authentication- { background-size: 4709px 48px; background-position: -4237px 0; width: 48px; height: 48px; }
- .icon-user_manager { background-size: 4709px 48px; background-position: -4290px 0; width: 48px; height: 48px; }
- .icon-virus_scanner { background-size: 4709px 48px; background-position: -4343px 0; width: 48px; height: 48px; }
- .icon-visitors { background-size: 4709px 48px; background-position: -4396px 0; width: 48px; height: 48px; }
- .icon-web_disk { background-size: 4709px 48px; background-position: -4449px 0; width: 48px; height: 48px; }
- .icon-web_host_manager { background-size: 4709px 48px; background-position: -4502px 0; width: 48px; height: 48px; }
- .icon-webalizer { background-size: 4709px 48px; background-position: -4555px 0; width: 48px; height: 48px; }
- .icon-webalizer_ftp { background-size: 4709px 48px; background-position: -4608px 0; width: 48px; height: 48px; }
- .icon-zone_editor { background-size: 4709px 48px; background-position: -4661px 0; width: 48px; height: 48px;}
|