Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Climbopedia
mNo edit summary
mNo edit summary
Line 48: Line 48:
     margin-top: 0px;
     margin-top: 0px;
     border-top: none;
     border-top: none;
     border-bottom: 1px;
     border-bottom: 1px solid;
    border-bottom-color: var(--box-shadow-color-base);
}
}



Revision as of 13:17, 21 September 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */


/* TABLES, INFOBOXES, HEADERS ETC */
.wikitable {
    background-color: transparent;
    border-radius: 4px;
}

.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
    background: white;
}

.infobox-image,
.infobox-above.summary {
    border: 1px solid #a2a9b1;
    border-radius: 4px;
}

.infobox-above.summary {
    padding-top: 6px;
}

.infobox {
    border-radius: 8px;
}

.branding-box {
    font-weight: bold;
}

figure[typeof~="mw:File/Thumb"].framed,
figure[typeof~="mw:File/Thumb"].framed > figcaption {
    border: solid 1px;
    border-bottom:none;
    border-color: var(--box-shadow-color-base)
}

figure[typeof~="mw:File/Thumb"].framed.framed > a {
    
}

figure[typeof~="mw:File/Thumb"].framed.framed > figcaption {
    padding: 6px !important;
    margin-top: 0px;
    border-top: none;
    border-bottom: 1px solid;
    border-bottom-color: var(--box-shadow-color-base);
}

/* BACKGROUNDS, GENERAL DESING */

:root {
--background-color-progressive: #4ACB;
}
@media screen and (min-width:1250px) {
  .banner-container,
  .minerva-anon-talk-message,
  .minerva-header,
  .page-header-bar,
  .overlay-header,
  .content,
  .overlay-content,
  .content-unstyled,
  .pre-content,
  .post-content,
  #mw-content-text > form {
    max-width:1250px
  }
}

.overlay.search-overlay {
  background: #FFFD;
}

#mw-mf-page-center::before {
    content: "";
    background: url(https://www.tradgear.nl/images/c/c1/Sidebar_repeat.webp), black;
    transform: scaleX(-1);
    background-repeat: repeat-y;
    background-position: left 1000px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

#mw-mf-page-center {
    background: url(https://www.tradgear.nl/images/a/a6/Toprep.webp), url(https://www.tradgear.nl/images/c/c1/Sidebar_repeat.webp);
    background-repeat: repeat-x, repeat-y;
    background-position: 200px top, 0 150px;
}

.mw-body {
    background-color: #fff3;
}

.header-container.header-chrome,
.minerva-footer {
    border-bottom-width: 1px;
    border-style: solid;
    background-color: #FFFD;
    box-shadow: 0px 5px 1px #0003;
}

.heading-holder,
.mw-body-content {
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFE;
    margin-top: 1em;
    padding-bottom: 1em;
    box-shadow: 5px 5px 1px #0003;
}

.page-heading,
.minerva__tab-container {
    padding-left: 1em;
    padding-right: 1em;
}

.page-actions-menu {
    margin-left: 1em;
    margin-right: 1em;
}

.mw-body-content {
    padding: 1em;
}