MediaWiki:Common.css: Difference between revisions
From Zippipedia
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
background-color:#00acfe; |
background-color:#00acfe; |
||
color:white; |
color:white; |
||
| ⚫ | |||
| ⚫ | |||
.pi-theme-infobox .pi-item { |
|||
color:white; |
|||
} |
|||
| ⚫ | |||
border-radius: 15px 15px 0px 0px; |
border-radius: 15px 15px 0px 0px; |
||
} |
} |
||
| ⚫ | |||
Latest revision as of 02:09, 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-theme-infobox .pi-item {
color:white;
}
.pi-theme-infobox .pi-title {
border-radius: 15px 15px 0px 0px;
}