|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the Citizen skin */ | | /* All CSS here will be loaded for users of the Citizen skin */ |
|
| |
|
| /* Hide site name text */
| |
|
| |
|
| .skin-citizen .mw-logo-wordmark {
| | /* Disable image hovering effect */ |
| display: none;
| |
| }
| |
|
| |
|
| | | img { |
| /* Put larger logo in the footer */
| | --transform-image-hover: none; |
| | |
| #footer-sitetitle > img {
| |
| content: url("/images/OpenfrontWiki_cropped.png");
| |
| width: 124px; /* adjust as needed */
| |
| height: auto;
| |
| }
| |
| | |
| | |
| /* Footer changes */
| |
| .citizen-footer {
| |
| padding-block: 6rem;
| |
| background-color: transparent;
| |
| }
| |
| | |
| .citizen-footer__siteinfo {
| |
| justify-content: space-between;
| |
| }
| |
| | |
| .citizen-footer__sitetitle .mw-logo-wordmark {
| |
| display: none;
| |
| }
| |
| | |
| #footer-tagline::before{
| |
| content: url('images/discord_dark.png');
| |
| width: 50px;
| |
| height: auto;
| |
| } | | } |
Latest revision as of 15:47, 18 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
/* Disable image hovering effect */
img {
--transform-image-hover: none;
}