MediaWiki:Main.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 37: 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 54: 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 754: Line 775:
     margin-right: 1rem;
     margin-right: 1rem;
     padding: 0 !important;
     padding: 0 !important;
     max-width: 12.5rem;
     max-width: 11.5rem;
}
}


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


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


     #mw-content-wrapper {
     #mw-content-wrapper {
        margin-left: 14em;
      /* margin-left: 12.4em;
         margin-right: 16em;
         margin-right: 19.4em;
         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%;
   
     }
     }