├── README.md ├── css ├── content.css ├── global.css ├── nav.css └── responsive.css ├── icons ├── accounts.png ├── addon_domains.png ├── address_importer.png ├── advanced_zone_editor.png ├── aliases.png ├── analog_stats.png ├── anonymous_ftp.png ├── apache_handlers.png ├── apache_spam_assassin.png ├── api_shell.png ├── archive.png ├── authentication.png ├── autoresponders.png ├── awstats.png ├── backup.png ├── backup_wizard.png ├── bandwidth.png ├── boxtrapper.png ├── calendar_and_contacts.png ├── change_language.png ├── change_password.png ├── change_style.png ├── contact_information.png ├── cpu_and_concurrent_connection_usage.png ├── cron_jobs.png ├── default_address.png ├── directory_privacy.png ├── disk_usage.png ├── email_filters.png ├── encryption.png ├── error_pages.png ├── errors.png ├── file_manager.png ├── forwarders.png ├── ftp_accounts.png ├── ftp_connections.png ├── global_email_filters.png ├── greylisting.png ├── hotlink_protection.png ├── images.png ├── indexes.png ├── ip_blocker.png ├── leech_protection.png ├── mailing_lists.png ├── metrics_editor.png ├── mime_types.png ├── mod_security.png ├── multiphp_configuration.png ├── multiphp_ini_editor.png ├── multiphp_manager.png ├── mx_entry.png ├── mysql_database_wizard.png ├── mysql_databases.png ├── optimize_website.png ├── perl_modules.png ├── php.png ├── php_my_admin.png ├── php_pear_packages.png ├── php_pg_admin.png ├── postgresql_database_wizard.png ├── postgresql_databases.png ├── raw_access.png ├── redirects.png ├── remote_mysql.png ├── ruby_gems.png ├── ruby_on_rails.png ├── security_policy.png ├── simple_zone_editor.png ├── site_publisher.png ├── site_software.png ├── ssh_access.png ├── ssl_tls.png ├── subdomains.png ├── support.png ├── third_party_plugins.png ├── track_delivery.png ├── track_dns.png ├── two_factor_auth.png ├── user_manager.png ├── virus_scanner.png ├── visitors.png ├── web_disk.png ├── web_host_manager.png ├── webalizer.png └── webalizer_ftp.png ├── img ├── search-icon.png └── search-iconSM.png ├── preview.png └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | **Starting in cPanel & WHM v64, we will be shipping the Light and Dark styles within the product. Please report issues or changes you would like to see by contacting our technical support.** 2 | 3 | #cP Starter Style - DARK 4 | 5 | cP Starter is intended for you to modify the appearance of the cPanel interface and kickstart your own custom style. It is a professional, yet minimalistic approaches that can be used as is or adapted to match your company’s branding and logo. 6 | 7 | If you're looking for a LIGHT version, visit [cP Starter Light](https://github.com/longster/cP-Starter-Light). 8 | 9 | -------------------------- 10 | 11 | ###Custom Style Installation### 12 | A couple things before you start. First, identify the type of role that best suits your needs in order to complete the installation. Secondly, cP Starter is compatible to **cPanel & WHM 56 or later**. 13 | 14 | 1. Download and extract the files 15 | 16 | 2. Place the extracted files in a new folder called cP_Starter_Dark and upload them in the following directory: 17 | *(Note: if the directory folders do not exist, create them in the right order)* 18 | 19 | - **Server**: 20 | + `/var/cpanel/customizations/styled/cP_Starter_Dark/` 21 | 22 | - **Reseller**: 23 | + `/home/reseller/var/cpanel/reseller/styled/cP_Starter_Dark/` *(Note: reseller - represents the cPanel account's reseller's username)* 24 | 25 | - **cPanel User**: 26 | + `/home/username/var/cpanel/styled/cP_Starter_Dark/` *(Note: username - represents the cPanel account's username)* 27 | 28 | 3. Generate custom icons via command line: 29 | *(Note: this is optional as it replaces existing icons)* 30 | 31 | - **Both Server & Reseller**: 32 | + Log in to the server via SSH as a root or reseller user 33 | + Run the command line: 34 | - `/usr/local/cpanel/bin/sprite_generator --theme paper_lantern --style cP_Starter_Dark` 35 | 36 | 4. Change your style interface: 37 | 38 | - **Server**: 39 | + Log in to the server via SSH as the root user 40 | + Run the command: 41 | - `ln -s /var/cpanel/customizations/styled/cP_Starter_Dark /var/cpanel/customizations/styled/default_style` 42 | *(Note: This sets the default for all new accounts. It does not modify any existing accounts. To do so, you will need to change default style under “cPanel User” instruction.)* 43 | 44 | - **Reseller**: 45 | + Login to cPanel 46 | + Navigate to Change Style: Home >> Preferences >> Change Style 47 | + Select “Set as Default” to apply every cPanel account or select “Apply” for specific account. 48 | 49 | - **cPanel User**: 50 | + Login to cPanel 51 | + Navigate to cPanel Style: Home >> Preferences >> Change Style 52 | + Click “Apply” 53 | 54 | 5. Change cPanel default logo to your own brand logo: 55 | 56 | - **Both Server and Reseller**: 57 | + Login to WHM 58 | + Navigate to Branding: cPanel > Branding 59 | + Upload your logo under Company Logo 60 | 61 | 62 | If you see any incorrect information, please contact me or open an issue. Thanks! 63 | 64 | -------------------------- 65 | 66 | ###Additional Resources### 67 | - [cPanel Branding Basics: A Guide to Reseller Hosts](https://blog.cpanel.com/cpanel-branding-basics-a-guide-for-reseller-hosts/) 68 | - [Setting default style on the box and removing ability for user to change their styles](https://blog.cpanel.com/how-to-set-a-default-style-with-paper-lantern/) 69 | - [cPanel Branding Basics: A Guide for Reseller Hosts](https://blog.cpanel.com/cpanel-branding-basics-a-guide-for-reseller-hosts/) 70 | - [Create a Custom cPanel Style](https://documentation.cpanel.net/display/SDK/Tutorial+-+Create+a+Custom+cPanel+Style) 71 | 72 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /css/content.css: -------------------------------------------------------------------------------- 1 | /***************************** CONTENT BODY *****************************/ 2 | 3 | /*----- INDEX BODY -----*/ 4 | #content { 5 | margin: 40px 20px 5px 20px; 6 | } 7 | 8 | #jump-search { 9 | margin: 20px 20px 5px 0; 10 | } 11 | #quickjump { 12 | box-shadow: inset 0 0px 0px rgba(255,255,255,.7); 13 | padding-top: 12px; 14 | padding-bottom: 12px; 15 | height: inherit; 16 | background: url("/styled/current_style/img/search-icon.png") no-repeat transparent 99% 10px; 17 | } 18 | #quickjump.form-control { 19 | background-color: #444; 20 | border: 1px solid #555; 21 | } 22 | #quickjump.form-control:hover { 23 | background-color: #555; 24 | border-color: #666; 25 | } 26 | #quickjump.form-control:focus { 27 | border-color: #FF6C2C; 28 | outline: 0; 29 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6); 30 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6); 31 | } 32 | #boxes { 33 | margin-right: 20px; 34 | } 35 | #featureShowcaseSection { 36 | margin-right: 20px; 37 | margin-bottom: 35px; 38 | } 39 | .panel, 40 | .widget { 41 | background-color: #222; 42 | margin-top: 20px; 43 | box-shadow: none; 44 | border: 1px solid #1d1d1d; 45 | border-radius: 3px; 46 | } 47 | .panel:hover, 48 | .widget:hover { 49 | background-color: #262626; 50 | border-color: #191919; 51 | } 52 | .panel-heading { 53 | border-top-right-radius: inherit; 54 | border-top-left-radius: inherit; 55 | border-bottom-right-radius: 0; 56 | border-bottom-left-radius: 0; 57 | } 58 | .widget-heading, 59 | .widget-header { 60 | border-top: 0px solid #262626; 61 | border-bottom: 1px solid #1d1d1d; 62 | border-left: 0; 63 | border-right: 0; 64 | line-height: 20px; 65 | color: #e0e0e0; 66 | background-color: transparent; 67 | text-transform: capitalize; 68 | font-size: 22px; 69 | padding: 20px 25px; 70 | } 71 | .widget-heading:hover .group-header, 72 | .widget-header:hover .group-header { 73 | color: #ff6c2c; 74 | } 75 | .widget-heading .close, 76 | .widget-header .close { 77 | color: #d9e0e2; 78 | } 79 | .widget-heading .close:hover, 80 | .widget-header close:hover { 81 | color: #4f5860; 82 | } 83 | .group-header-indicator { 84 | font-size: 14px; 85 | margin-top: 5px; 86 | color: #444; 87 | } 88 | .group-header-indicator:hover { 89 | color: #555; 90 | } 91 | .widget-body, 92 | .panel-body { 93 | background-color: transparent; 94 | } 95 | .item { 96 | background-color: #262626; 97 | height: inherit; 98 | margin: 10px 0 5px 15px; 99 | width: 230px; 100 | border: 1px solid #333; 101 | border-radius: 2px; 102 | -webkit-border-radius: 2px; 103 | overflow: hidden; 104 | } 105 | .item:hover { 106 | background-color: #292929; 107 | border-color: #444; 108 | } 109 | #content .item:hover .itemTextWrapper, 110 | #content .item:hover .itemTextWrapper a { 111 | color: #ff6c2c; 112 | } 113 | .itemImageWrapper{ 114 | margin: 10px 0 10px 10px; 115 | } 116 | .item:hover .itemImageWrapper { 117 | } 118 | .itemTextWrapper, 119 | a.itemTexWrapper { 120 | width: 74%; 121 | padding: 0; 122 | margin-left: -4px; 123 | } 124 | #content .itemTextWrapper a, 125 | #content a.itemTextWrapper { 126 | padding: 15px 0 15px 15px; 127 | color: #e0e0e0; 128 | } 129 | #content .itemTextWrapper a:hover, 130 | #content a.itemTextWrapper:hover { 131 | color: #FF6C2C; 132 | text-decoration: none; 133 | } 134 | 135 | 136 | 137 | /*----- SIDEBAR BODY -----*/ 138 | .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { 139 | border-top: 1px solid #1d1d1d; 140 | padding: 15px 25px; 141 | } 142 | .table>tbody>tr>td.danger, .table>tbody>tr.danger>td, 143 | .table>tbody>tr>td.warning, .table>tbody>tr.warning>td{ 144 | background-color: inherit; 145 | } 146 | .table>tbody>td.warning, .table>tbody>tr.warning, 147 | .table>tbody>td.danger, .table>tbody>tr.danger { 148 | border-left:0; 149 | } 150 | /* 151 | .table>tbody>td.warning, .table>tbody>tr.warning .progress, 152 | .table>tbody>td.danger, .table>tbody>tr.danger .progress { 153 | background-color: #1d1d1d; 154 | }*/ 155 | .app-stat-upgrade a { 156 | background-color: inherit; 157 | color: #777; 158 | } 159 | .app-stat-upgrade a:hover { 160 | color: #ff6c2c; 161 | } 162 | .app-stat-upgrade i { 163 | margin-top: 35px; 164 | } 165 | .progress { 166 | background-color: #444; 167 | border-radius: 6px; 168 | height: 6px; 169 | -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1); 170 | box-shadow: inset 0 0px 0px rgba(0,0,0,.1); 171 | } 172 | .dashboard-item .progress { 173 | margin: 5px 0 15px 0; 174 | } 175 | .dashboard-item .panel-body { 176 | padding: 15px 25px; 177 | } 178 | 179 | 180 | 181 | /*----- PAGE BODY -----*/ 182 | h1, .h1, 183 | h2, .h2, 184 | h3, .h3, 185 | h4, .h4, 186 | h5, .h5, 187 | h6, .h6 { 188 | font-weight: lighter; 189 | } 190 | h1.page-header { 191 | border-bottom: 0; 192 | font-weight: lighter; 193 | border-left: 4px solid #ff6c2c; 194 | padding: 0 0 0 .5em; 195 | margin-top: 1em; 196 | color: #e0e0e0; 197 | } 198 | .page-icon { 199 | display:none; 200 | } 201 | .body-content h2 { 202 | border-bottom: 1px solid #262626; 203 | padding-bottom: .75em; 204 | margin-bottom: 1em; 205 | font-size: 24px; 206 | } 207 | .body-content .section, 208 | .edge, 209 | .directory-list, /* Directory Privacy */ 210 | #postgres_main, /* Postgres Database Wizard*/ 211 | #hilight-box, /* Apache SpamAssassin */ 212 | .sa-box /* Apache SpamAssassin */ { 213 | background-color: #262626; 214 | padding: 15px; 215 | margin: 2em 0 2em 0; 216 | border: 1px solid #262626; 217 | -webkit-border-radius: 3px; 218 | border-radius: 3px; 219 | overflow: auto; 220 | } 221 | .body-content .section .section, /* Backup, Default Address */ 222 | .body-content .section .formbox h2 /* MySQL Databases */ { 223 | border: 0; 224 | padding: 0; 225 | margin: 0; 226 | overflow: visible; 227 | } 228 | .body-content .section .formbox h2 /* MySQL Databases */ { 229 | font-size: 22px; 230 | padding-bottom: .75em; 231 | } 232 | .body-content .form-group { 233 | margin-bottom: 2em; 234 | } 235 | .body-content .control-label { 236 | padding-left: 0; 237 | } 238 | /* Site Publisher page */ 239 | .panel-primary>.panel-heading { 240 | background-color: #262626; 241 | } 242 | .panel-default>.panel-heading { 243 | color: #666; 244 | border-color: #262626; 245 | background-color: #262626; 246 | } 247 | .panel-default { 248 | border-color: #444; 249 | } 250 | .panel-primary, 251 | .panel-primary>.panel-heading+.panel-collapse .panel-body { 252 | border-color: #262626; 253 | } 254 | /* /Site Publisher page */ 255 | .tab-content /* MultiPHP INI Editor */ { 256 | padding: 15px; 257 | border: 1px solid #ddd; 258 | background-color: #262626; 259 | border-top: 0; 260 | } 261 | .stats-bar-text { 262 | text-transform: capitalize; 263 | } 264 | .search-panel { 265 | margin-bottom: 2em; 266 | } 267 | -------------------------------------------------------------------------------- /css/global.css: -------------------------------------------------------------------------------- 1 | 2 | /***************************** GLOBAL OVERIDE *****************************/ 3 | body, 4 | #cpanel_body { 5 | font-weight: lighter; 6 | color: #D7D7D7; 7 | background-color: #1d1d1d; 8 | } 9 | 10 | a, 11 | .body-content a, 12 | .btn-link { 13 | color: #ff6c2c; 14 | } 15 | 16 | a:hover, 17 | .body-content a:hover, 18 | .btn-link:hover { 19 | color: #888; /* color - 4f5860 dd370a */ 20 | text-decoration: none; 21 | } 22 | 23 | a:focus, 24 | input[type=file]:focus, 25 | input[type=radio]:focus, 26 | input[type=checkbox]:focus { 27 | outline: 1px dotted #ff6c2c; 28 | } 29 | 30 | /* Validation Stuff */ 31 | .cjt-pagenotice-container .cjt-notice-info .bd, 32 | .cjt-pagenotice-container .cjt-notice-success .bd, 33 | .cjt-pagenotice-container .cjt-notice-warn .bd, 34 | .validation_errors_div, 35 | div.cjt_status_bar_success, 36 | .alert-danger, 37 | .alert-warning, 38 | .alert-info, 39 | .alert-success { 40 | border: 0; 41 | } 42 | 43 | ul.validation_errors_ul>li.validation_errors_li { 44 | color: #313131; 45 | } 46 | 47 | #content .btn-primary, 48 | .yui-dialog .btn-primary { 49 | background: #FF6C2C; 50 | border-color: #dd370a; 51 | -webkit-box-shadow: inset 0 0px #dd370a; 52 | box-shadow: inset 0 0px #dd370a; 53 | color: #fff; 54 | border-width: 1px; 55 | } 56 | 57 | .btn-default[disabled], 58 | .btn-default[disabled]:hover, 59 | .btn-default[disabled]:focus, 60 | .btn-default[disabled]:active, 61 | .btn-default[disabled].active, 62 | .btn-default, 63 | .button-group button { 64 | -webkit-box-shadow: inset 0 0px #dd370a; 65 | box-shadow: inset 0 0px #dd370a; 66 | border-width: 1px; 67 | } 68 | .well { 69 | background-color: transparent; 70 | border-color: transparent; 71 | } 72 | 73 | 74 | /*----- FORM TEMPLATE -----*/ 75 | #content .btn-primary:hover, 76 | #content .btn-primary:focus, 77 | #content .btn-primary:active, 78 | #content .btn-primary.active, 79 | #content .open .dropdown-toggle.btn-primary, 80 | .yui-dialog .btn-primary:hover, 81 | .yui-dialog .btn-primary:focus, 82 | .yui-dialog .btn-primary:active, 83 | .yui-dialog .btn-primary.active, 84 | .yui-dialog .open .dropdown-toggle.btn-primary{ 85 | background: #dd370a; 86 | color: #fff; 87 | } 88 | 89 | .form-control:focus { 90 | border-color: #FF6C2C; 91 | outline: 0; 92 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6); 93 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,108,44,.6); 94 | } 95 | 96 | .dt_module { 97 | padding: 15px 30px; 98 | background-color: #313131; 99 | } 100 | .form-group { 101 | margin-bottom: 0; 102 | 103 | } 104 | .form-group label { 105 | font-weight: lighter; 106 | } 107 | /*.table, table { 108 | border-top: 1px solid #1d1d1d; 109 | border-bottom: 1px solid #1d1d1d; 110 | margin-top: 2em; 111 | }*/ 112 | .table>thead>tr>th { 113 | background-color: #444; 114 | } 115 | .table-striped>tbody>tr:nth-child(odd)>td, 116 | .table-striped>tbody>tr:nth-child(odd)>th { 117 | background-color: #2c2c2c; 118 | } 119 | .stripe-even, .row-odd { 120 | background-color: #2c2c2c; 121 | } 122 | .stripe-odd, .row-even { 123 | background-color: #262626; 124 | } 125 | input.form-control, 126 | select.form-control, 127 | textarea.form-control { 128 | background-color: #444; 129 | border-color: #555; 130 | color: #eee; 131 | } 132 | .callout-info, 133 | .cjt-pagenotice-container .bd, 134 | .iniInfoBlock{ 135 | color: #1d1d1d; 136 | } 137 | .yui-panel, .modal-content { 138 | background-color: #313131; 139 | } 140 | .yui-panel .hd, .yui-panel .ft, 141 | .modal-header, .modal-footer { 142 | border-color: #1d1d1d; 143 | } 144 | .close { 145 | color: #ddd; 146 | } 147 | .nav-tabs>li.active>a, 148 | .nav-tabs>li.active>a:hover, 149 | .nav-tabs>li.active>a:focus { 150 | background-color: #444; 151 | border-color: #444; 152 | color: #eee; 153 | } 154 | .nav-tabs>li>a:hover { 155 | background-color: #444; 156 | border-color: #444; 157 | } 158 | .tab-content, 159 | .nav-tabs{ 160 | border-color: #444; 161 | } 162 | 163 | 164 | /***************************** RECYCLABLE CODE *****************************/ 165 | #lnkHeaderHome:after, 166 | input#txtQuickFind, 167 | #btnUserPref, 168 | #lnkHeaderNotifications, 169 | #lnkHeaderLogout, 170 | a, 171 | .widget-heading .close, 172 | .panel, .widget, 173 | .group-header-indicator, 174 | .item, 175 | .itemTextWrapper a, 176 | .itemTextWrapper, 177 | #quickLinks a, 178 | #quickjump.form-control, 179 | .widget-heading .group-header, .widget-header .group-header, 180 | footer .navbar-nav > li > a, 181 | .btn-link, 182 | .btn-primary, 183 | #lnkHeaderHome, 184 | #lnkHeaderHome::before, 185 | .dropdown-menu>li>a, 186 | .itemContentWrapper, 187 | .itemImageWrapper, 188 | .item .itemImageWrapper { 189 | -webkit-transition: all 300ms ease; 190 | -moz-transition: all 300ms ease; 191 | -ms-transition: all 300ms ease; 192 | -o-transition: all 300ms ease; 193 | transition: all 300ms ease; 194 | } 195 | 196 | #lblUserNameTxt, 197 | #lblLogout, 198 | #caretImg, 199 | #lnkFooterHome, 200 | #quickLinks ul li:first-child { 201 | display: none; 202 | } 203 | 204 | 205 | 206 | 207 | /***************************** HEADER *****************************/ 208 | header .navbar, 209 | .navbar-preferences, header .navbar, header .navbar .container .navbar-header, header .navbar .container .navbar-header .navbar-preferences, 210 | #lnkHeaderHome, .cp-nav-toggle, #btnUserPref, .link-buttons, #lnkHeaderHome, .cp-nav-toggle { 211 | height: 50px; 212 | } 213 | 214 | footer { 215 | border-top: 0px solid #d9e0e2; 216 | } 217 | 218 | footer .navbar { 219 | margin: 0; 220 | } 221 | 222 | footer .navbar-nav>li>a { 223 | padding-top: 15px; 224 | padding-bottom: 15px; 225 | font-size: 12px; 226 | color: #D7D7D7; 227 | } 228 | 229 | footer .navbar-nav>li>a:hover { 230 | background-color: transparent; 231 | color: #FF6C2C; 232 | text-decoration: none; 233 | } 234 | 235 | #txtCpanelVersion { 236 | bottom: 0; 237 | } 238 | 239 | #txtCpanelVersion:before { 240 | content: "cPanel, Inc. © 2016 All Rights Reserved / v."; 241 | font-size: 11px; 242 | color: #666; 243 | } 244 | -------------------------------------------------------------------------------- /css/nav.css: -------------------------------------------------------------------------------- 1 | /*----- NAV MAIN -----*/ 2 | header .navbar-header .navbar-brand .brand-name { 3 | font-weight: lighter; 4 | letter-spacing: -1px; 5 | font-size: 30px; 6 | } 7 | 8 | #lnkHeaderHome { 9 | color: #222; 10 | opacity: .85; 11 | } 12 | 13 | #lnkHeaderHome:hover { 14 | opacity: 1; 15 | } 16 | 17 | .navbar-cpanel { 18 | background-color: #262626; 19 | border-bottom: 1px solid #191919; 20 | box-shadow: none; 21 | } 22 | 23 | input#txtQuickFind { 24 | height:48px; 25 | width: 50px; 26 | border-left: 1px solid #191919; 27 | border-top: 0; 28 | border-right: 0; 29 | border-bottom: 0; 30 | border-radius: 0; 31 | background: url("/styled/current_style/img/search-iconSM.png") no-repeat transparent 20px 19px; 32 | color: #4f5860; 33 | text-indent: 35px; 34 | margin: 0; 35 | -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075); 36 | box-shadow: inset 0 0px 0px rgba(0,0,0,.075); 37 | margin-right: -4px; 38 | opacity: 1; 39 | } 40 | 41 | input:hover#txtQuickFind, 42 | input:focus#txtQuickFind { 43 | width: 175px; 44 | background-color: #1d1d1d; 45 | } 46 | 47 | input:focus#txtQuickFind { 48 | box-shadow: none; 49 | } 50 | 51 | #btnUserPref, 52 | #lnkHeaderLogout, 53 | #lnkHeaderNotifications { 54 | border-left: 1px solid #191919; 55 | border-right: 0; 56 | border-top: 0; 57 | border-bottom: 0; 58 | border-radius: 0; 59 | background-color: transparent; 60 | color: #777; 61 | } 62 | 63 | #btnUserPref, 64 | #lnkHeaderLogout, 65 | #lnkHeaderNotifications { 66 | min-width: 50px; 67 | } 68 | 69 | .navbar .fa-lg { 70 | font-size: 12px; 71 | position: relative; 72 | top: -1px; 73 | } 74 | 75 | .navbar .badge { 76 | font-size: 10px; 77 | font-weight: lighter; 78 | } 79 | 80 | #lnkHeaderLogout { 81 | padding-top: 7px; 82 | } 83 | 84 | #btnUserPref:hover, #btnUserPref:active, #btnUserPref:focus, 85 | #lnkHeaderLogout:hover, #lnkHeaderLogout:active, #lnkHeaderLogout:focus, 86 | #lnkHeaderNotifications:hover, #lnkHeaderNotifications:active, #lnkHeaderNotifications:focus { 87 | color: #FF6C2C; 88 | background-color: inherit; 89 | } 90 | 91 | .dropdown-menu { 92 | -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4); 93 | box-shadow: 0 2px 3px rgba(0,0,0,.4); 94 | border: 1px solid #191919; 95 | background-color: #262626 96 | } 97 | 98 | .dropdown-menu>li>a, 99 | .navbar-preferences .dropdown-menu>li>a { 100 | border-bottom: 1px dotted #191919; 101 | color: #D7D7D7; 102 | font-weight:lighter; 103 | padding: 10px 15px; 104 | } 105 | 106 | .dropdown-menu>li>a:hover, 107 | .dropdown-menu>.active>a, 108 | .dropdown-menu>.active>a:hover, 109 | .dropdown-menu>.active>a:focus { 110 | color: #ff6c2c; 111 | background-color: #1d1d1d; 112 | } 113 | 114 | .dropdown-menu>li:last-child>a { 115 | border-bottom: 0px dotted rgba(0,0,0,.1); 116 | } 117 | 118 | .btn-group.open .dropdown-toggle { 119 | -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125); 120 | box-shadow: inset 0 0px 0px rgba(0,0,0,.125); 121 | } 122 | 123 | .btn:focus, .btn:active:focus, .btn.active:focus { 124 | outline: 0; 125 | } 126 | 127 | /*----- NAV SIDEBAR -----*/ 128 | #sidebar { 129 | background-color: #262626; 130 | box-shadow: none; 131 | border-color: #191919; 132 | border-top: 0; 133 | } 134 | 135 | #sidebar a { 136 | border-bottom: 1px solid #191919; 137 | padding: 16px; 138 | } 139 | #sidebar a:hover, 140 | #sidebar a:active, 141 | #sidebar a:focus { 142 | color: #ff6c2c; 143 | } 144 | 145 | #sidebar a.active { 146 | color: #e0e0e0; 147 | border-left: 4px solid #ff6c2c; 148 | padding-left: 12px; 149 | background-color:#1d1d1d; 150 | box-shadow: 2px 0px 0px 0 #1d1d1d; 151 | } 152 | 153 | #sidebar .fa-2x { 154 | font-size: 18px; 155 | } 156 | 157 | #sidebar a#lnkMenu { 158 | padding: 19px 17px 13px 16px; 159 | } 160 | #sidebar a#lnkMenu.active { 161 | padding: 19px 17px 13px 12px; 162 | } 163 | -------------------------------------------------------------------------------- /css/responsive.css: -------------------------------------------------------------------------------- 1 | /**************************** 2 | *** LG *** 3 | ****************************/ 4 | @media (min-width: 992px) and (max-width: 1199px) { 5 | 6 | /*----- NAV SECTION -----*/ 7 | 8 | /*----- BODY INDEX -----*/ 9 | .item { 10 | width: 47%; 11 | } 12 | 13 | .itemTextWrapper { 14 | width: 77%; 15 | } 16 | #quickjump { 17 | background-position: 98% 10px; 18 | } 19 | 20 | } 21 | 22 | 23 | /**************************** 24 | *** MD *** 25 | ****************************/ 26 | @media (min-width: 769px) and (max-width: 991px) { 27 | 28 | /*----- NAV SECTION -----*/ 29 | 30 | /* Sidebar nav */ 31 | #sidebar { 32 | top: 50px; 33 | } 34 | 35 | /*----- BODY INDEX -----*/ 36 | 37 | html[dir="ltr"] #content { 38 | margin: 40px 10px 5px 10px 39 | } 40 | 41 | #quickjump { 42 | background-position: 97% 10px; 43 | } 44 | 45 | .item { 46 | width: 30.5%; 47 | } 48 | 49 | .itemImageWrapper { 50 | padding: 8px 0; 51 | } 52 | 53 | .itemTextWrapper { 54 | width: 65%; 55 | } 56 | 57 | #stats { 58 | margin-left: 15px; 59 | width:95%; 60 | } 61 | 62 | } 63 | 64 | /**************************** 65 | *** SM *** 66 | ****************************/ 67 | @media (max-width: 768px) { 68 | 69 | /*----- NAV SECTION -----*/ 70 | #lnkHeaderHome { 71 | padding-left: 5px; 72 | margin-left:50px; 73 | } 74 | 75 | #btnSideBarToggle { 76 | background-color: #ff6c2c; 77 | } 78 | .cp-nav-toggle { 79 | padding: 0 15px; 80 | } 81 | .cp-icon-bar { 82 | background-color: #fff; 83 | width: 20px; 84 | } 85 | .navbar .fa-lg { 86 | margin-top: 22px; 87 | } 88 | 89 | #lnkHeaderLogout { 90 | padding-top: 10px; 91 | } 92 | #jump-search { 93 | padding: 1em; 94 | background-color: #262626; 95 | margin-top: 3; 96 | margin-bottom: 0; 97 | border: 1px solid #333; 98 | } 99 | 100 | #quickjump { 101 | border-radius: 0; 102 | background-color: #fff; 103 | border: 1px solid #eee; 104 | -webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,.15); 105 | box-shadow: inset 0 0px 3px rgba(0,0,0,.15); 106 | background-position: 96% 10px; 107 | } 108 | /* Sidebar nav */ 109 | #sidebar { 110 | top: 50px; 111 | } 112 | 113 | #sidebar a.active { 114 | box-shadow: 0px 0px 0px 0 #303030; 115 | } 116 | 117 | /*----- BODY INDEX -----*/ 118 | 119 | 120 | /* content */ 121 | 122 | html[dir="ltr"] #content, 123 | html[dir="ltr"] #stats { 124 | padding-left: 15px; 125 | } 126 | 127 | html[dir="ltr"] #content { 128 | margin: 40px 5px 5px 5px; 129 | } 130 | 131 | #boxes, 132 | #jump-search, 133 | #featureShowcaseSection { 134 | margin-right: 0; 135 | } 136 | 137 | .dashboard-item .panel-body, 138 | .panel-body { 139 | padding: 10px; 140 | } 141 | 142 | .item { 143 | width: 47%; 144 | margin: 0px 1.5% 15px 1.5%; 145 | max-height: 138px; 146 | } 147 | 148 | .itemContentWrapper { 149 | border-color: #ff6c2c; 150 | } 151 | 152 | .itemImageWrapper { 153 | margin: 20px auto 0; 154 | display: block; 155 | } 156 | 157 | .itemTextWrapper { 158 | width: 100%; 159 | font-size: 13px; 160 | text-align: center; 161 | margin-bottom: 20px; 162 | margin-left: 0; 163 | } 164 | #content .itemTextWrapper a, 165 | #content a.itemTextWrapper { 166 | padding: 15px; 167 | display: block; 168 | } 169 | 170 | /* DETAIL / ACTION */ 171 | h1.page-header .page-icon { 172 | display: none; 173 | } 174 | 175 | 176 | 177 | /* FOOTER */ 178 | html[dir="ltr"] footer { 179 | padding-left: 15px; 180 | } 181 | 182 | html[dir="ltr"] footer .navbar-brand { 183 | text-align: center; 184 | margin-left: 0; 185 | width:100%; 186 | } 187 | 188 | footer .navbar { 189 | width:98%; 190 | } 191 | 192 | footer .nav.navbar-nav { 193 | float: inherit; 194 | } 195 | 196 | .navbar-nav{ 197 | margin: 0; 198 | } 199 | 200 | footer .nav.navbar-nav li:first-child { 201 | display: none; 202 | } 203 | 204 | footer .nav > li { 205 | display: inline-block; 206 | width: 49%; 207 | text-align: center; 208 | } 209 | 210 | footer .nav > li { 211 | display: inline-block; 212 | } 213 | 214 | #lnkPoweredByCpanel { 215 | padding: 0 10px 10px; 216 | } 217 | 218 | #txtCpanelVersion { 219 | width: 100%; 220 | padding-bottom: 50px; 221 | } 222 | 223 | 224 | } 225 | 226 | 227 | 228 | /**************************** 229 | *** XS *** 230 | ****************************/ 231 | @media (max-width: 480px) { 232 | 233 | /* NAV SECTION */ 234 | #btnUserPref, 235 | #lnkHeaderLogout, 236 | #lnkHeaderNotifications { 237 | min-width: 25px; 238 | padding-left: 12px; 239 | padding-right: 12px; 240 | } 241 | 242 | /* BODY INDEX */ 243 | 244 | #quickjump { 245 | background-position: 95% 10px; 246 | } 247 | 248 | .widget-heading { 249 | padding: 10px; 250 | } 251 | .itemTextWrapper { 252 | font-size: 14px; 253 | } 254 | html[dir="ltr"] footer { 255 | padding-left: 0; 256 | } 257 | footer .navbar { 258 | width: 100%; 259 | } 260 | .navbar-nav{ 261 | margin: 0; 262 | } 263 | footer sub, footer sup { 264 | line-height: inherit; 265 | } 266 | 267 | } -------------------------------------------------------------------------------- /icons/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/accounts.png -------------------------------------------------------------------------------- /icons/addon_domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/addon_domains.png -------------------------------------------------------------------------------- /icons/address_importer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/address_importer.png -------------------------------------------------------------------------------- /icons/advanced_zone_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/advanced_zone_editor.png -------------------------------------------------------------------------------- /icons/aliases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/aliases.png -------------------------------------------------------------------------------- /icons/analog_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/analog_stats.png -------------------------------------------------------------------------------- /icons/anonymous_ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/anonymous_ftp.png -------------------------------------------------------------------------------- /icons/apache_handlers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/apache_handlers.png -------------------------------------------------------------------------------- /icons/apache_spam_assassin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/apache_spam_assassin.png -------------------------------------------------------------------------------- /icons/api_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/api_shell.png -------------------------------------------------------------------------------- /icons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/archive.png -------------------------------------------------------------------------------- /icons/authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/authentication.png -------------------------------------------------------------------------------- /icons/autoresponders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/autoresponders.png -------------------------------------------------------------------------------- /icons/awstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/awstats.png -------------------------------------------------------------------------------- /icons/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/backup.png -------------------------------------------------------------------------------- /icons/backup_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/backup_wizard.png -------------------------------------------------------------------------------- /icons/bandwidth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/bandwidth.png -------------------------------------------------------------------------------- /icons/boxtrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/boxtrapper.png -------------------------------------------------------------------------------- /icons/calendar_and_contacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/calendar_and_contacts.png -------------------------------------------------------------------------------- /icons/change_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/change_language.png -------------------------------------------------------------------------------- /icons/change_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/change_password.png -------------------------------------------------------------------------------- /icons/change_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/change_style.png -------------------------------------------------------------------------------- /icons/contact_information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/contact_information.png -------------------------------------------------------------------------------- /icons/cpu_and_concurrent_connection_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/cpu_and_concurrent_connection_usage.png -------------------------------------------------------------------------------- /icons/cron_jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/cron_jobs.png -------------------------------------------------------------------------------- /icons/default_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/default_address.png -------------------------------------------------------------------------------- /icons/directory_privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/directory_privacy.png -------------------------------------------------------------------------------- /icons/disk_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/disk_usage.png -------------------------------------------------------------------------------- /icons/email_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/email_filters.png -------------------------------------------------------------------------------- /icons/encryption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/encryption.png -------------------------------------------------------------------------------- /icons/error_pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/error_pages.png -------------------------------------------------------------------------------- /icons/errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/errors.png -------------------------------------------------------------------------------- /icons/file_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/file_manager.png -------------------------------------------------------------------------------- /icons/forwarders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/forwarders.png -------------------------------------------------------------------------------- /icons/ftp_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ftp_accounts.png -------------------------------------------------------------------------------- /icons/ftp_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ftp_connections.png -------------------------------------------------------------------------------- /icons/global_email_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/global_email_filters.png -------------------------------------------------------------------------------- /icons/greylisting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/greylisting.png -------------------------------------------------------------------------------- /icons/hotlink_protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/hotlink_protection.png -------------------------------------------------------------------------------- /icons/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/images.png -------------------------------------------------------------------------------- /icons/indexes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/indexes.png -------------------------------------------------------------------------------- /icons/ip_blocker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ip_blocker.png -------------------------------------------------------------------------------- /icons/leech_protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/leech_protection.png -------------------------------------------------------------------------------- /icons/mailing_lists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mailing_lists.png -------------------------------------------------------------------------------- /icons/metrics_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/metrics_editor.png -------------------------------------------------------------------------------- /icons/mime_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mime_types.png -------------------------------------------------------------------------------- /icons/mod_security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mod_security.png -------------------------------------------------------------------------------- /icons/multiphp_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/multiphp_configuration.png -------------------------------------------------------------------------------- /icons/multiphp_ini_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/multiphp_ini_editor.png -------------------------------------------------------------------------------- /icons/multiphp_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/multiphp_manager.png -------------------------------------------------------------------------------- /icons/mx_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mx_entry.png -------------------------------------------------------------------------------- /icons/mysql_database_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mysql_database_wizard.png -------------------------------------------------------------------------------- /icons/mysql_databases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/mysql_databases.png -------------------------------------------------------------------------------- /icons/optimize_website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/optimize_website.png -------------------------------------------------------------------------------- /icons/perl_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/perl_modules.png -------------------------------------------------------------------------------- /icons/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/php.png -------------------------------------------------------------------------------- /icons/php_my_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/php_my_admin.png -------------------------------------------------------------------------------- /icons/php_pear_packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/php_pear_packages.png -------------------------------------------------------------------------------- /icons/php_pg_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/php_pg_admin.png -------------------------------------------------------------------------------- /icons/postgresql_database_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/postgresql_database_wizard.png -------------------------------------------------------------------------------- /icons/postgresql_databases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/postgresql_databases.png -------------------------------------------------------------------------------- /icons/raw_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/raw_access.png -------------------------------------------------------------------------------- /icons/redirects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/redirects.png -------------------------------------------------------------------------------- /icons/remote_mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/remote_mysql.png -------------------------------------------------------------------------------- /icons/ruby_gems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ruby_gems.png -------------------------------------------------------------------------------- /icons/ruby_on_rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ruby_on_rails.png -------------------------------------------------------------------------------- /icons/security_policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/security_policy.png -------------------------------------------------------------------------------- /icons/simple_zone_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/simple_zone_editor.png -------------------------------------------------------------------------------- /icons/site_publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/site_publisher.png -------------------------------------------------------------------------------- /icons/site_software.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/site_software.png -------------------------------------------------------------------------------- /icons/ssh_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ssh_access.png -------------------------------------------------------------------------------- /icons/ssl_tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/ssl_tls.png -------------------------------------------------------------------------------- /icons/subdomains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/subdomains.png -------------------------------------------------------------------------------- /icons/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/support.png -------------------------------------------------------------------------------- /icons/third_party_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/third_party_plugins.png -------------------------------------------------------------------------------- /icons/track_delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/track_delivery.png -------------------------------------------------------------------------------- /icons/track_dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/track_dns.png -------------------------------------------------------------------------------- /icons/two_factor_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/two_factor_auth.png -------------------------------------------------------------------------------- /icons/user_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/user_manager.png -------------------------------------------------------------------------------- /icons/virus_scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/virus_scanner.png -------------------------------------------------------------------------------- /icons/visitors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/visitors.png -------------------------------------------------------------------------------- /icons/web_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/web_disk.png -------------------------------------------------------------------------------- /icons/web_host_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/web_host_manager.png -------------------------------------------------------------------------------- /icons/webalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/webalizer.png -------------------------------------------------------------------------------- /icons/webalizer_ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/icons/webalizer_ftp.png -------------------------------------------------------------------------------- /img/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/img/search-icon.png -------------------------------------------------------------------------------- /img/search-iconSM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/img/search-iconSM.png -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longster/cP-Starter-Dark/0566390b56f9a7bcba1835bdf10a58f416a0cebf/preview.png -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- 1 | /***************************** 2 | ***** Design & Code by ****** 3 | ** Long Duong / cPanel.com ** 4 | ****** cP_Starter_Dark ****** 5 | *****************************/ 6 | 7 | @import url("/styled/current_style/css/global.css"); 8 | @import url("/styled/current_style/css/nav.css"); 9 | @import url("/styled/current_style/css/content.css"); 10 | @import url("/styled/current_style/css/responsive.css"); 11 | 12 | 13 | --------------------------------------------------------------------------------