2020-01-20 15:48:48 +03:00
|
|
|
header {
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1000;
|
|
|
|
height: 75px;
|
|
|
|
background-color: rgb(45,45,45);
|
|
|
|
}
|
2020-01-15 17:45:50 +03:00
|
|
|
|
2020-01-20 15:48:48 +03:00
|
|
|
/* logo------------------------ */
|
|
|
|
img#logo { margin-right: 20px; opacity: 0.7; margin-top: 10px;}
|
|
|
|
img#logo:hover { opacity: 1;}
|
2020-01-15 17:45:50 +03:00
|
|
|
.d-inline-block { margin-bottom: 0; }
|
2020-01-20 15:48:48 +03:00
|
|
|
a[aria-current="page"]{ opacity: 1; }
|
|
|
|
/* ----------------------------- */
|
|
|
|
|
2020-01-15 17:45:50 +03:00
|
|
|
|
2020-01-20 15:48:48 +03:00
|
|
|
/* ----- collapse show ---------------------- */
|
2020-01-19 01:52:07 +03:00
|
|
|
div#navbarSupportedContent.navbar-collapse.collapse.show {
|
2020-01-20 15:48:48 +03:00
|
|
|
width: 100px;
|
|
|
|
padding-bottom: 230px;
|
2020-01-19 01:52:07 +03:00
|
|
|
text-align: center;
|
2020-01-20 15:48:48 +03:00
|
|
|
background-color: rgb(45,45,45); }
|
|
|
|
button.navbar-toggler { background-color: rgb(20, 142, 161); margin-bottom: 15px; }
|
|
|
|
div#navbarSupportedContent.navbar-collapse.collapse.show img#logo{ margin: auto; }
|
|
|
|
/* ------------------------------------------- */
|
2020-01-19 01:52:07 +03:00
|
|
|
|
2020-01-15 17:45:50 +03:00
|
|
|
#navbarSupportedContent {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 1880px;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 30px;
|
|
|
|
max-height: 56px;
|
|
|
|
text-align: left; }
|
|
|
|
|
|
|
|
.nav-item {
|
|
|
|
font-size: 20px;
|
2020-01-20 15:48:48 +03:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2020-01-15 17:45:50 +03:00
|
|
|
margin: 5px 0px 5px 15px;
|
|
|
|
height: 50px;
|
|
|
|
padding: 0px;
|
2020-01-20 15:48:48 +03:00
|
|
|
text-decoration: rgb(255, 254, 254); }
|
2020-01-15 17:45:50 +03:00
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 1160px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|