mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
bug fix: css
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.current-pack{
|
.current-pack {
|
||||||
padding-top: 1.5%;
|
padding-top: 1.5%;
|
||||||
color: #3e4855;
|
color: #3e4855;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -6,12 +6,12 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.website-content-box{
|
.website-content-box {
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
border-color:#3498db
|
border-color: #3498db
|
||||||
}
|
}
|
||||||
|
|
||||||
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
|
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
border-color: #cccccc;
|
border-color: #cccccc;
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
margin: 10px 12px;
|
margin: 10px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
|
||||||
/* padding: 10px; */
|
/* padding: 10px; */
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
@@ -40,24 +40,31 @@
|
|||||||
.mt-5 {
|
.mt-5 {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-10 {
|
.mt-10 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-20 {
|
.mt-20 {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-30 {
|
.mt-30 {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mr-10 {
|
.mr-10 {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-10 {
|
.mb-10 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-10 {
|
.ml-10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-10 {
|
.my-10 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -67,6 +74,7 @@
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-10 {
|
.mx-10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@@ -106,14 +114,14 @@
|
|||||||
*/
|
*/
|
||||||
.bg-gradient-9 {
|
.bg-gradient-9 {
|
||||||
background: #0daeff; /* Old browsers */
|
background: #0daeff; /* Old browsers */
|
||||||
background: -moz-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* FF3.6-15 */
|
background: -moz-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* FF3.6-15 */
|
||||||
background: -webkit-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* Chrome10-25,Safari5.1-6 */
|
background: -webkit-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* Chrome10-25,Safari5.1-6 */
|
||||||
background: linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
background: linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ad', endColorstr='#0daeff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3939ad', endColorstr='#0daeff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header .user-account-btn>a.user-profile .glyph-icon, .logo-bg {
|
#page-header .user-account-btn > a.user-profile .glyph-icon, .logo-bg {
|
||||||
background-color: rgba(0,0,0,.15);
|
background-color: rgba(0, 0, 0, .15);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@@ -137,19 +145,22 @@ a:hover {
|
|||||||
.align-center {
|
.align-center {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-bold {
|
.text-bold {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile-box-shortcut .tile-header {
|
.tile-box-shortcut .tile-header {
|
||||||
background: 0 0;
|
background: 0 0;
|
||||||
padding: 25px;
|
padding: 1.85em 1.75em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
left: 3em;
|
left: 1.75em;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
.tile-box-shortcut .tile-content-wrapper>.glyph-icon {
|
|
||||||
|
.tile-box-shortcut .tile-content-wrapper > .glyph-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 25px;
|
left: 25px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
@@ -158,14 +169,15 @@ a:hover {
|
|||||||
.fa {
|
.fa {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
font-size: 2.25em;
|
font-size: 1.75em;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 25px;
|
left: 20px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-badge {
|
.bs-badge {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
@@ -176,27 +188,33 @@ a:hover {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #afeeee;
|
color: #afeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile-box-shortcut .bs-badge {
|
.tile-box-shortcut .bs-badge {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu {
|
#sidebar-menu {
|
||||||
background: #EAEAF1;
|
background: #EAEAF1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-sidebar ul li a .glyph-icon {
|
#page-sidebar ul li a .glyph-icon {
|
||||||
color: #191970;
|
color: #191970;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-logo .logo-content-big, .logo-content-small {
|
#header-logo .logo-content-big, .logo-content-small {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mobile-navigation .logo-content-small {
|
#mobile-navigation .logo-content-small {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
display: block;
|
display: block;
|
||||||
left: 75px;
|
left: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-nav-left {
|
#header-nav-left {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
@@ -205,12 +223,18 @@ a:hover {
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sb-site, .sb-site-container {
|
||||||
|
min-height: 250vh;
|
||||||
|
}
|
||||||
|
|
||||||
.service-panel {
|
.service-panel {
|
||||||
background: #A1BDC6 !important;
|
background: #A1BDC6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serviceImg img {
|
.serviceImg img {
|
||||||
box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -229,11 +253,33 @@ a:hover {
|
|||||||
background: #33ADFF;
|
background: #33ADFF;
|
||||||
border-color: #0099FF;
|
border-color: #0099FF;
|
||||||
}
|
}
|
||||||
.btn-primary:hover,.btn-primary:focus {
|
|
||||||
|
.btn-primary:hover, .btn-primary:focus {
|
||||||
background: #5CBDFF;
|
background: #5CBDFF;
|
||||||
border-color: #33ADFF;
|
border-color: #33ADFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-min-width {
|
.btn-min-width {
|
||||||
min-width: 300px;
|
min-width: 275px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (max-width: 425px) {
|
||||||
|
|
||||||
|
.tile-box-shortcut .tile-header {
|
||||||
|
left: .5em;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 1.75em .5em;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa {
|
||||||
|
font-size: 1.5em;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class^='col-'] {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user