MediaWiki:Common.css: Difference between revisions
From Rozum Framework
No edit summary |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
#p-logo-text { | #p-logo-text { | ||
background-image: url("/images/ | background-image: url("/images/4/49/Rozum-framework-extended-horizontal.png"); | ||
background-size: auto 100%; | background-size: auto 100%; | ||
color: | color: yellow; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
| Line 17: | Line 16: | ||
color: transparent; | color: transparent; | ||
} | } | ||
Revision as of 00:23, 18 March 2026
#mw-content-text h5, blockquote {
padding: .5em 1em .5em 30%;
display: block;
font-size: var(--font-size-medium);
background: #eee;
border-radius: .7em;
font-weight: normal;
}
#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;
}