MediaWiki:Common.css: Difference between revisions
From Zippipedia
Jump to navigationJump to search
Content deleted Content added
Created page with "→CSS placed here will be applied to all skins: .mw-wiki-logo { background-size: cover; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
.mw-wiki-logo { |
.mw-wiki-logo { |
||
background-size: cover; |
background-size: cover; |
||
} |
|||
.pi-theme-infobox { |
|||
background-color:#00acfe; |
|||
color:white; |
|||
.pi-title { |
|||
border-radius: 15px 15px 0px 0px; |
|||
} |
|||
} |
} |
||
Revision as of 02:04, 27 December 2025
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-size: cover;
}
.pi-theme-infobox {
background-color:#00acfe;
color:white;
.pi-title {
border-radius: 15px 15px 0px 0px;
}
}