Viewing File: /usr/local/cpanel/base/frontend/jupiter/banners/site-monitor/site-monitor.css
/*
# cpanel - SOURCES/base_frontend_jupiter_banners_site-monitor_site-monitor.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;
margin-top: 1.2rem;
}
.dismiss_banner {
position: absolute;
top: 3px;
right: 5px;
font-size: 1.4em;
cursor: pointer;
}
.btn-glass {
border: 1px solid #169bd6;
color: #169bd6 !important;
}
#infoContainer {
display: table-cell;
}
#bannerImage {
display: table-cell;
background-image: url(./undraw_growing.svg);
background-size: 20rem;
background-repeat: no-repeat;
background-position: right 2rem center;
background-blend-mode: lighten;
background-clip: content-box;
width: 26rem;
}
#infoLink {
color: #169bd6;
}
#bannerPurchaseAction {
margin: 2rem;
margin-left: 2.1rem;
display: block;
}
#bannerText {
margin: 0.5rem;
display: block;
width: 100%;
padding-right: 2rem;
padding-left: 2rem;
}
#bannerTextInner {
display: block;
padding: 0;
width: 100%;
}
#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;
}
#priceText {
display: block;
font-weight: 100;
font-style: italic;
margin-left: 0;
margin-top: 1.1rem;
text-align: left;
}
#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) {
#bannerImage {
background-size: 16rem;
width: 20rem;
}
#infoText {
display: none;
}
}
@media only screen and (max-width: 768px) {
#responsiveText {
display: inline;
padding: 0.5rem 2rem 0px 2rem;
display: block;
}
#bannerImage {
display: none;
}
}
Back to Directory
File Manager