MediaWiki:Vector.css: Difference between revisions

From Auranogi
No edit summary
No edit summary
Line 15: Line 15:
     background-image: none;
     background-image: none;
}
}
}
@media screen and (max-width: 86.75em) {
.mw-checkbox-hack-checkbox:not(:checked) ~ .mw-workspace-container .mw-content-container, .mw-checkbox-hack-checkbox:not(:checked) ~ .mw-workspace-container .mw-article-toolbar-container {
      margin-left: 11.5em;
}
}
}

Revision as of 22:39, 11 November 2022

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

@media screen and (max-width:650px) {

.vector-body, td, th {
  font-size: 16px;
}
.vector-menu-content li a {
    font-size: 16px;
}
.vector-menu-tabs li {
    line-height: 0;
}
div#mw-head * {
    background-image: none;
}
}

@media screen and (max-width: 86.75em) {

 .mw-checkbox-hack-checkbox:not(:checked) ~ .mw-workspace-container .mw-content-container, .mw-checkbox-hack-checkbox:not(:checked) ~ .mw-workspace-container .mw-article-toolbar-container {
      margin-left: 11.5em;
}

}