MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
1,091 bytes added ,  08:37, 2 August 2022
no edit summary
(Replaced content with "#ca-nstab-user a { background: none;} #ca-view { display: none !important; } #ca-talk { display:none !important; } #footer-poweredbyico { display: none; } :root { --body-main: #e8f1ea; --body-light: #d8ccb4; --body-mid: #d0bd97; --body-dark: #b8a282; --body-border: #94866d; --body-background-color: #acccb4; --button-background: #605443; --button-color: #fff; --button-border: #3c352a; --button-dark: #18140c; --button-light:...")
Tags: Replaced Manual revert
No edit summary
Line 183: Line 183:
     list-style: none;
     list-style: none;
}
}
.popular-pages ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.6em;
    margin: 1em 0 0.7em 0;
}
@media only screen and (max-width: 65.999rem) {
    .mainpage-recent-updates .tile-halves:last-child {
          display: none;
    }
    .mainpage-recent-updates .tile-halves:hover .tile-top img {
          transform: scale(1.04);
    }
    .mainpage-recent-updates .tile-halves:nth-last-child(2) {
          margin-right: 0;
    }
    .mainpage-recent-updates .tile-top {
          height: 18vw;
    }
    .mainpage-contents .tile-halves:nth-child(1),
    .mainpage-contents .tile-halves:nth-child(2),
    .mainpage-contents .tile-halves:nth-child(3) {
          margin-bottom: 0.9rem;
    }
    .mainpage-contents .tile-halves:nth-child(3) {
          margin-right: 0;
    }
    .mainpage-contents .line-break {
          width: 100%;
    }
    .mainpage-skills ul {
          columns: 2 9em;
    }
    .mainpage-header .header-stats {
          display: none;
    }
    .popular-pages ul {
          grid-template-columns: repeat(2, 1fr);
    }

Navigation menu