Користувач:Stanley/common.css: відмінності між версіями

Матеріал з Rozum Framework
Created page with "#p-logo-text { background-image: url("/images/4/49/Rozum-framework-extended-horizontal.png"); background-size: auto 100%; color: yellow; background-repeat: no-repeat; } #p-logo-text a { color: transparent; }"
 
Немає опису редагування
 
Рядок 7: Рядок 7:
#p-logo-text a {
#p-logo-text a {
color: transparent;
color: transparent;
}
#p-logo-text a.long {
    margin-top: -5px;
    font-size: 1.5em;
    line-height: 0.8;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: transparent;
    width: 135px;
    background-image: url(/images/4/49/Rozum-framework-extended-horizontal.png);
}
}

Поточна версія на 15:40, 20 березня 2026

#p-logo-text {
  background-image: url("/images/4/49/Rozum-framework-extended-horizontal.png");
  background-size: auto 100%;
  color: yellow;
  background-repeat: no-repeat;
}
#p-logo-text a {
	color: transparent;
}


#p-logo-text a.long {
    margin-top: -5px;
    font-size: 1.5em;
    line-height: 0.8;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: transparent;
    width: 135px;
    background-image: url(/images/4/49/Rozum-framework-extended-horizontal.png);
}