Advertising:

MediaWiki:Timeless.css: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media {
/* Indefinite content width */
#h1 {border-bottom: solid 4px @blue-dark;}
/*
}
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}*/
 
/* One-sided navigation menu */
/*
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
    background: @blue;
  }
  div.color-right {
    margin-right: 0;
    background: @blue;
  }
} */

Latest revision as of 15:00, 7 July 2021

/* Indefinite content width */
/*
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}*/

/* One-sided navigation menu */
/*
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
    background: @blue;
  }
  div.color-right {
    margin-right: 0;
    background: @blue;
  }
} */