Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/banners/server-monitoring/server-monitoring.css
/*
# cpanel - /usr/local/cp-monitoring-whm-plugin/SOURCES/server-monitoring.css
Copyright 2021 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
#mainBanner {
border-right: 2px solid #eaeaea;
border-top: 2px solid #eaeaea;
border-bottom: 2px solid #eaeaea;
border-left: 1rem solid #169bd6;
border-radius: 1rem;
min-height: 70px;
margin-bottom: 2rem;
justify-content: space-between;
width: 100%;
display: table;
max-width: 920px;
margin-top: 1.2rem;
}
.banner .dismiss_banner {
position: absolute;
top: 3px;
right: 5px;
font-size: 1.4em;
cursor: pointer;
}
.banner .btn-glass {
border: 1px solid #169bd6;
color: #169bd6 !important;
}
.banner #infoContainer {
display: table-cell;
}
.banner #bannerImage {
display: table-cell;
background-image: url(./undraw_good_team.svg);
background-size: 20rem;
background-repeat: no-repeat;
background-position: right 2rem center;
background-blend-mode: lighten;
background-clip: content-box;
width: 26rem;
}
.banner #infoLink {
color: #169bd6;
}
.banner #bannerPurchaseAction {
margin: 2rem;
margin-left: 2.1rem;
display: block;
}
.banner #bannerText {
margin: 0.5rem;
display: block;
width: 100%;
padding-right: 2rem;
padding-left: 2rem;
}
.banner #bannerTextInner {
display: block;
padding: 0;
width: 100%;
}
.banner #infoText {
display: block;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
margin-left: 0;
}
.banner #priceText {
display: block;
font-weight: 100;
font-style: italic;
margin-left: 0;
margin-top: 1.1rem;
text-align: left;
}
.banner #purchaseLink a {
text-decoration: none;
color: #169bd6;
}
.row.banner {
margin: 0px;
}
.banner .shadowed {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.banner .shadowed:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.banner a:link,
.banner a:visited,
.banner a:active {
color: #fff;
}
@media only screen and (max-width: 960px) {
.banner #bannerImage {
background-size: 16rem;
width: 20rem;
}
.banner #infoText {
display: none;
}
}
@media only screen and (max-width: 768px) {
.banner #responsiveText {
display: inline;
padding: 0.5rem 2rem 0px 2rem;
display: block;
}
.banner #bannerImage {
display: none;
}
}
Back to Directory
File Manager