User:Stanley/common.css: Difference between revisions

From 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; }"
 
No edit summary
 
Line 7: Line 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);
}
}

Latest revision as of 15:40, 20 March 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);
}