Перейти к содержанию

SkyTechnoMagic/promo.css: различия между версиями

Материал из LemonCraft Wiki
[досмотренная версия][досмотренная версия]
Нет описания правки
Нет описания правки
 
(не показано 11 промежуточных версий этого же участника)
Строка 1: Строка 1:
html {
.stm_promo_bg
    background-repeat: no-repeat;
{
    background-size: cover;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;  
overflow: hidden;
}
}


#mw-navigation, #firstHeading, #mw-page-base, #mw-head-base
.stm_promo_bg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}
 
#mw-navigation, #firstHeading, #mw-page-base, #mw-head-base, #mw-data-after-content, #footer
{
{
display:none !important;
display:none !important;

Текущая версия от 21:37, 9 апреля 2025

.stm_promo_bg
{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: -1; 
	overflow: hidden;
}

.stm_promo_bg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

#mw-navigation, #firstHeading, #mw-page-base, #mw-head-base, #mw-data-after-content, #footer
{
display:none !important;
}

#content
{
	margin-left: 0px !important;
}