131 lines
3.8 KiB
PHP
Executable File
131 lines
3.8 KiB
PHP
Executable File
<style>
|
|
body {
|
|
font-size:<?=$font_size.'px'?> !important;
|
|
}
|
|
/* Chrome, Safari, Edge, Opera */
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Firefox */
|
|
input[type=number] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
|
|
body, button {font-family: 'Cairo', sans-serif !important;}
|
|
|
|
.bg-gradient1, .bg-gradient2, .bg-gradient3, .bg-gradient4, .bg-gradient5 {
|
|
color: #fff !important;
|
|
}
|
|
.bg-gradient1 {
|
|
background-image: linear-gradient(120deg, #00e795 0, #0095e2 100%) !important;
|
|
}
|
|
.bg-gradient2 {
|
|
background-image: linear-gradient(120deg, #7b78c9 0, #60c6f3 100%);
|
|
}
|
|
.bg-gradient3 {
|
|
background-image: linear-gradient(120deg, #f6d365 0, #ff7850 100%) !important;
|
|
}
|
|
.bg-gradient4 {
|
|
background-image: linear-gradient(120deg, #f93b7a 0, #e0004a 100%) !important;
|
|
}
|
|
.bg-gradient5 {
|
|
background-image: linear-gradient(120deg, #4e2f49 0, #2f394e 100%) !important;
|
|
}
|
|
.bg-gradient6 {
|
|
background-image: linear-gradient(120deg, #1b71bb 0, #161a22 100%) !important;
|
|
}
|
|
.bg-gradient7 {
|
|
background-image: linear-gradient(120deg, #56ff00 0, #00e09e 100%) !important;
|
|
}
|
|
.bg-gradient10 {
|
|
background-image: linear-gradient(120deg, #d800ff 0, #b507ab 100%) !important;
|
|
}
|
|
.bg-gradient12 {
|
|
background-image: linear-gradient(120deg, #6400ff 0, #ff0000 100%) !important;
|
|
}
|
|
.bg-gradient15 {
|
|
background: repeating-linear-gradient( 45deg, #00e09e, #00e09e 10px, #56ff00 10px, #56ff00 20px) !important;
|
|
}
|
|
.bg-gradient19 {
|
|
background: repeating-linear-gradient( 45deg, #d800ff, #d800ff 10px, #b507ab 10px, #b507ab 20px) !important;
|
|
}
|
|
.bg-gradient20 {
|
|
background: repeating-linear-gradient( 45deg, #f6d365, #f6d365 10px, #ff7850 10px, #ff7850 20px) !important;
|
|
}
|
|
.bg-gradient21 {
|
|
background: repeating-linear-gradient( 45deg, #f93b7a, #f93b7a 10px, #e0004a 10px, #e0004a 20px) !important;
|
|
}
|
|
|
|
.bg-gradient1:hover,
|
|
.bg-gradient2:hover,
|
|
.bg-gradient3:hover,
|
|
.bg-gradient4:hover,
|
|
.bg-gradient5:hover,
|
|
.bg-gradient6:hover,
|
|
.bg-gradient7:hover,
|
|
.bg-gradient10:hover,
|
|
.bg-gradient12:hover,
|
|
.bg-gradient15:hover,
|
|
.bg-gradient20:hover,
|
|
.bg-gradient21:hover {
|
|
background-size: auto !important;
|
|
}
|
|
|
|
.table [class*='bg-'] {
|
|
color: #fff !important;
|
|
}
|
|
|
|
|
|
.before { height: 100%;}
|
|
.after { display: none; background: rgba(31, 35, 60, 0.5); }
|
|
|
|
hr.hrline {
|
|
width: 50%;
|
|
border-top: 6px solid #afec08;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.text-center {
|
|
text-align:center!important;
|
|
}
|
|
.text-right {
|
|
text-align:right!important;
|
|
}
|
|
.text-left {
|
|
text-align:left!important;
|
|
}
|
|
|
|
.header-title {
|
|
color: #086367 !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.range_inputs {
|
|
direction: rtl;
|
|
text-align: center;
|
|
}
|
|
.datepicker--nav-action svg {
|
|
transform: rotate(180deg);
|
|
}
|
|
.select2-results__group {
|
|
background: var(--bs-teal);;
|
|
}
|
|
.select2-container--default .select2-results__option[aria-selected=true] {
|
|
background: springgreen;
|
|
}
|
|
.selection .select2-selection {
|
|
font-family: 'Cairo', sans-serif !important;
|
|
border-color: #e6edef !important;
|
|
}
|
|
.selection .select2-selection .select2-search__field {
|
|
padding: 0 15px 0 15px;
|
|
}
|
|
|
|
.page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
|
|
left: 28px !important;
|
|
right: unset !important;
|
|
}
|
|
</style>
|