MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→Style for the logo: #p-logo a { background-color: white; →Set background to white: border-radius: 50%; →Make the logo circular: display: inline-block; →Ensure the background and border-radius apply: overflow: hidden; →Hide overflow to maintain circular shape: }" |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.mw-logo-icon { | |||
border-radius: 10%; | |||
background-color: white; | |||
border-radius: | |||
} | } | ||