21 lines
804 B
PHP
21 lines
804 B
PHP
|
|
<?php /*
|
||
|
|
<style>.branding,
|
||
|
|
.branding .header__nav > div:last-child:before,
|
||
|
|
.branding .header__nav__stick,
|
||
|
|
.branding .header .mb-header__open,
|
||
|
|
.branding .header > .container-fluid {
|
||
|
|
background: ;
|
||
|
|
}
|
||
|
|
@media screen and (min-width: 992px) {
|
||
|
|
.branding .header__widgets > .container-fluid > .row:before {
|
||
|
|
background-image: url(https://profile.ru/wp-content/uploads/2019/10/RTU_left4-1.jpg);
|
||
|
|
}
|
||
|
|
.branding .header__widgets > .container-fluid > .row:after {
|
||
|
|
background-image: url(https://profile.ru/wp-content/uploads/2019/10/RTU_right4-1.jpg);
|
||
|
|
}
|
||
|
|
.branding {
|
||
|
|
background: url(https://profile.ru/wp-content/uploads/2019/10/RTU_top4-1.jpg) no-repeat 50% 0%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
*/ ?>
|