MediaWiki:Mobile.css: Difference between revisions

no edit summary
m (added portal css to mobile)
No edit summary
Tags: Mobile edit Mobile web edit
 
(5 intermediate revisions by the same user not shown)
Line 361: Line 361:
   padding-left: 2em;
   padding-left: 2em;
}
}
@media screen and (max-width: 1110px) {
@media screen and (min-width: 601px) and (max-width: 1110px) {
   .articleSummaryColumnsWrapper {
   .articleSummaryColumnsWrapper {
     margin: 0;
     margin: 0;
Line 376: Line 376:
   }
   }
}
}
@media screen and (max-width: 600px) {
  .articleSummaryColumnsWrapper {
    margin: 0;
  }
  .articleSummaryColumnsWrapper .articleSummaryColumn {
    display: block;
    width: auto;
    vertical-align: top;
    position: static;
    right: 0;
  }
  .articleSummaryColumnsWrapper .articleSummaryColumn:first-child {
    left: 0;
  }
.articleSummaryImage {
    display: none;
}
.articleSummary .articleSummaryImage + .articleSummaryTitle + .articleSummaryText, .articleSummary .articleSummaryImage + .articleSummaryText {
  margin-left: 0px;
  padding-left: 2em;
}
}
/*
/*
@media screen and (min-width: 1111px) and (max-width: 1340px) {
@media screen and (min-width: 1111px) and (max-width: 1340px) {
Line 391: Line 416:
.mw-body h1, .mw-body-content h1 {
.mw-body h1, .mw-body-content h1 {
     font-size: 2.8em;
     font-size: 2.8em;
}
/* Force display of mobile menu */
.toctitle {
visibility: visible;  !important;
}
.toc {
display: table;  !important;
}
}