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 |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
background-size: cover; |
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; |
|||
} |
|||
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;
}