EngineGP/template/acp/css/style.css
2023-11-11 23:56:12 +03:00

644 lines
11 KiB
CSS

@font-face {
font-family: 'Cuprum';
src: local('Cuprum'), local('Cuprum-Regular'), url('../fonts/cuprum.woff2') format('woff2'), url('../fonts/cuprum.woff') format('woff'), url('../fonts/cuprum.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Cuprum';
src: local('Cuprum Italic'), local('Cuprum-Italic'), url('../fonts/cuprumitalic.woff2') format('woff2'), url('../fonts/cuprumitalic.woff') format('woff'), url('../fonts/cuprumitalic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Cuprum';
src: local('Cuprum Bold'), local('Cuprum-Bold'), url('../fonts/cuprumbold.woff2') format('woff2'), url('../fonts/cuprumbold.woff') format('woff'), url('../fonts/cuprumbold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Cuprum';
src: local('Cuprum Bold Italic'), local('Cuprum-BoldItalic'), url('../fonts/cuprumbolditalic.woff2') format('woff2'), url('../fonts/cuprumbolditalic.woff') format('woff'), url('../fonts/cuprumbolditalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
}
*
{
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
html
{
background-color: #252b30;
}
body, header, main, footer
{
width: 1200px;
}
main
{
display: flex
}
html, body, main, .content, .sidebar, .sidebar-second, .height-max
{
height: 100%;
font: 13px Cuprum;
}
body
{
margin: 0 auto
}
main, header
{
margin: 0 auto;
}
main
{
display: table-cell;
background-color: #eef0f2;
}
header
{
height: 43px;
}
a
{
text-decoration: underline;
color: #222;
}
a:hover
{
text-decoration: none;
}
input::-webkit-input-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 0px; transition: text-indent 0.3s ease;}
input::-moz-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 0px; transition: text-indent 0.3s ease;}
input:-moz-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 0px; transition: text-indent 0.3s ease;}
input:-ms-input-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 0px; transition: text-indent 0.3s ease;}
input:focus::-webkit-input-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 1000px; transition: text-indent 0.3s ease;}
input:focus::-moz-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 1000px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 1000px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder {color: #d1d1d1; text-overflow: ellipsis; text-indent: 1000px; transition: text-indent 0.3s ease;}
textarea::-webkit-input-placeholder {color: #d1d1d1;}
textarea::-moz-placeholder {color: #d1d1d1;}
textarea:-moz-placeholder {color: #d1d1d1;}
textarea:-ms-input-placeholder {color: #d1d1d1;}
.sidebar, .sidebar-second, .content
{
padding: 5px;
float: left;
}
.sidebar, .sidebar-second
{
width: 200px;
}
.content
{
width: 1000px;
}
.content-mini
{
width: 800px;
}
.main
{
margin: 5px;
}
.bg-gray
{
background-color: #2e3439;
color: #8e9ca8;
}
.bg-gray-mild
{
background-color: #3f464c;
}
.bg-white
{
background-color: #ffffff;
}
.bg-green
{
background-color: #00c09e;
}
.br-gray-top
{
border-top: 1px solid #282e33;
}
.br-gray-bot
{
border-bottom: 1px solid #282e33;
}
.hr-gray, .hr-white
{
margin: 15px 0;
width: 100%;
height: 1px;
}
.hr-gray
{
background-color: #282e33;
}
.hr-white
{
background-color: #f3f4f7;
}
.sidebar > h3
{
font-size: 15px;
text-align: center;
line-height: 33px;
}
.sidebar > h5, .sidebar-second > h5
{
padding: 5px 10px;
font-size: 11px;
}
.sidebar > ul li, .sidebar-second > ul li
{
list-style: none;
}
.sidebar > ul li a
{
color: #8e9ca8;
font-size: 13px;
text-decoration: none;
padding: 7px;
display: block;
}
.sidebar > ul li a:hover
{
background-color: #293035;
color: #c1d6e3;
}
.sidebar > ul li a:active, .sidebar .active
{
background-color: #252b30;
color: #c1d6e3;
}
.sidebar > ul li a i
{
font-size: 14px;
width: 22px;
}
.sidebar-second > h3
{
color: #008067;
text-align: right;
padding: 0 10px;
font-size: 12px;
line-height: 33px;
}
.sidebar-second > h3 i
{
font-size: 14px;
float: left;
margin-top: 8px;
}
.sidebar-second > ul li a
{
color: #b3babf;
font-size: 13px;
text-decoration: none;
padding: 7px;
display: block;
}
.sidebar-second > ul li a:hover
{
background-color: #fafbfc;
color: #78858f;
}
.sidebar-second > ul li a:active, .sidebar-second .active
{
background-color: #f3f4f7;
color: #78858f;
}
.sidebar-second > ul li a i
{
font-size: 14px;
width: 22px;
}
.sidebar-second > ul li a span
{
float: right;
font-size: 10px;
background-color: #EEE;
padding: 2px 5px;
border-radius: 50%;
}
.sidebar-second > h5
{
font-size: 14px;
color: #7e8890;
}
header > .content a
{
color: #7b8893;
background-color: #2e3439;
padding: 5px 7px;
font-size: 14px;
text-decoration: none;
border-radius: 2px;
margin-left: 5px;
}
header > .content a:hover
{
color: #abb7bf;
background-color: #2b3135;
}
header .fl-right
{
float: right;
margin-top: 9px;
}
header .fl-left
{
float: left;
margin-top: 9px;
}
.inputs input, .inputs select, .inputs textarea
{
padding: 5px;
font-size: 12px;
color: #000;
border: 1px solid #E8EBF0;
box-sizing: border-box;
outline: 0;
}
.inputs textarea
{
resize: vertical;
width: 100%;
}
.inputs-max input[type="text"], .inputs-max select
{
width: 100%;
}
label
{
cursor: pointer;
display: inline-block;
padding: 5px 10px;
border-radius: 10px;
border: 1px solid #EEE;
background-color: #FAFAFA;
margin-right: 5px;
}
label input
{
cursor: pointer;
float: left;
margin: 1px 5px;
}
table
{
width: 100%;
background-color: #ffffff;
box-shadow: 1px 1px 10px #e0e0e0;
border-collapse: collapse;
}
table th
{
background-color: #3f464c;
color: #abb7bf;
text-align: left;
}
table th span
{
cursor: pointer;
}
table td
{
color: #000;
}
table th, table td
{
padding: 8px;
}
table tr:nth-child(even) td
{
background-color: #f7f8f8;
}
table a
{
color: #222;
}
.trh tr:hover td
{
background-color: #f9fae5;
}
.search
{
width: 300px;
float: right;
margin-bottom: 10px;
}
.search input
{
padding: 5px;
width: 300px;
font-size: 12px;
color: #000;
background-color: #fff;
border: 1px solid #dedede;
outline: 0;
border-radius: 10px;
}
.search button
{
text-align: center;
border-radius: 10px;
border: 1px solid #ececec;
background-color: #ffffff;
color: #000000;
font-size: 13px;
outline: 0;
cursor: pointer;
position: absolute;
width: 24px;
height: 24px;
margin: -25px 0 0 274px;
overflow: hidden;
line-height: 24px;
text-overflow: ellipsis;
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
.search button:hover
{
width: 70px;
margin-left: 229px;
}
.w5p
{
width: 5% !important;
}
.w10p
{
width: 10% !important;
}
.w15p
{
width: 15% !important;
}
.w20p
{
width: 20% !important;
}
.w25p
{
width: 25% !important;
}
.w35p
{
width: 35% !important;
}
.w50p
{
width: 50% !important;
}
.left
{
float: left;
}
.right
{
float: right;
}
.text-left
{
text-align: left;
}
.text-center
{
text-align: center;
}
.text-right
{
text-align: right;
}
.text-red
{
color: #bd2727;
}
.text-green
{
color: #27bd32;
}
.vtop
{
vertical-align: top;
}
.space
{
clear: both;
margin-top: 15px;
}
.informer
{
margin-bottom: 10px;
border-left: 5px solid #29a3f2;
padding: 5px;
font-size: 14px;
background-color: #ffffff;
color: #000;
text-transform: uppercase;
}
.informer.green
{
border-color: #28b727;
}
.informer.red
{
border-color: #f22929;
}
.pages
{
display: inline-block;
width: 100%;
text-align: right;
}
.pages > div
{
margin-top: 10px;
}
.pages > i
{
margin: 0 2px;
}
.pages a
{
display: inline-block;
background-color: #3f464c;
color: #8e9ca8;
font-size: 13px;
font-family: nav;
padding: 3px 8px;
position: relative;
text-decoration: none;
text-transform: capitalize;
}
.pages a:hover, .pages a.active
{
background-color: #252b30;
color: #c1d6e3;
}
#search_error
{
display: none;
width: 100%;
background-color: #dadde0;
padding: 10px;
color: #777;
}
#loadinginfo
{
display: none;
/* background-color: #fff; */
height: 15px;
width: 100%;
left: 90%;
top: 0px;
position: fixed;
}
.loader
{
z-index: 99;
position: fixed;
top: 10px;
width: 100%;
}
.loader > span
{
display: inline-block;
background-color: #dbdbdb;
width: 5px;
height: 5px;
border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0px;
position: fixed;
top: 5px;
left: 90%;
transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
-o-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
-ms-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
-moz-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
-webkit-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
z-index: 101;
}
.loader > span.jmp
{
transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
}
.loader span.l-1 { background-color: #e74c3c;}
.loader span.l-2 { background-color: #e67e22;}
.loader span.l-3 { background-color: #f1c40f;}
.loader span.l-4 { background-color: #2ecc71;}
.loader span.l-5 { background-color: #3498db;}
.loader span.l-6 { background-color: #9b59b6;}
.p_info p
{
padding: 5px;
border-bottom: 1px dotted #EEE;
}
.pointer
{
cursor: pointer;
}
.none
{
display: none;
}
.btn
{
font-size: 12px;
padding: 5px;
background-color: #2e3439;
border: 1px solid #3f464c;
color: #7b8893;
cursor: pointer;
outline: 0;
}
.btn:hover
{
color: #abb7bf;
background-color: #2b3135;
}
.btn-green
{
background-color: #41d192;
border: 1px solid #55ac5e;
color: #ffffff;
}
.btn-green:hover
{
background-color: #37da92;
border: 1px solid #55ac5e;
color: #ffffff;
}
.btn-red
{
background-color: #d14141;
border: 1px solid #ac5555;
color: #ffffff;
}
.btn-red:hover
{
background-color: #da1010;
border: 1px solid #ac5555;
color: #ffffff;
}
.double-color td
{
background-color: #ffffff !important;
}
.double-color tr:nth-child(2n) td
{
border-bottom: 2px solid #3f464c;
}