MediaWiki:Main.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 6: Line 6:
     gap: 15px;
     gap: 15px;
     place-items: center;
     place-items: center;
    border: 1px solid var(--border-color);
     border-top: 0;
     border-top: 0;
}
}
Line 23: Line 22:
     display: inline-block;
     display: inline-block;
     padding: 5px 10px;
     padding: 5px 10px;
    background-color: var(--theme-tone-3);
     width: fit-content;
     width: fit-content;
     border-radius: 4px;
     border-radius: 4px;
Line 39: Line 37:


@media screen and (min-width: 1100px) and (max-width: 1340px) {
@media screen and (min-width: 1100px) and (max-width: 1340px) {
  /* #content-bottom-stuff {
    #content-bottom-stuff {
         margin-left: 0;
         margin-left: 0;
         display: table-caption;
         display: table-caption;
Line 56: Line 54:
     #mw-related-navigation:hover {
     #mw-related-navigation:hover {
         transform: translateX(0);
         transform: translateX(0);
    } */
    #content-bottom-stuff {
        margin-left: 0;
        display: table-caption;
     }
     }
    #mw-related-navigation .sidebar-chunk {
        box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%) !important;
    }
    #mw-related-navigation {
    visibility:hidden;
        position: absolute;
        right: 0;
    }
    #mw-related-navigation:hover {
        transform: translateX(0);
    }
    #mw-content-wrapper {
      margin-right: 0em !important;
    }
}
}


Line 777: Line 754:
     margin-right: 1rem;
     margin-right: 1rem;
     padding: 0 !important;
     padding: 0 !important;
     max-width: 11.5rem;
     max-width: 12.5rem;
}
}


Line 1,272: Line 1,249:
         margin-left: 0;
         margin-left: 0;
         margin-right: 0;
         margin-right: 0;
         width: 76vw !important;
         width: 70vw !important;
     }
     }


     #content-bottom-stuff {
     #content-bottom-stuff {
         padding: 1em 2em 3em;
         padding: 1em 2em 3em;
         width: 76vw;
         width: 70vw;
         background: var(--theme-tone-6);
         background: var(--theme-tone-6);
         border-radius: 0 0 5px 5px;
         border-radius: 0 0 5px 5px;
Line 1,295: Line 1,272:


     #mw-content-wrapper {
     #mw-content-wrapper {
      /* margin-left: 12.4em;
        margin-left: 14em;
         margin-right: 19.4em;
         margin-right: 16em;
         width: 65vw !important;
         width: 65vw !important;
        min-width: 50%;
    z-index:100;*/
        margin-left: 12.4em;
      margin-right: 15.2em;
        z-index:1;
         min-width: 50%;
         min-width: 50%;
   
     }
     }