Advertising:

MediaWiki:Timeless.css: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* Indefinite content width */
 
/*
/* Color bars */
@media screen and (min-width: 851px) {
@media screen and (min-width: 851px) {
.color-left {
    .color-middle-container,
height: @color-height;
    .ts-inner { max-width: none; }
background: @blue-dark;
}*/
width: 50%;
float: left;
}
 
.color-right {
display: inline-block;
height: @color-height;
background: @blue-dark;
width: 50%;
float: right;
}
 


.color-middle {
/* One-sided navigation menu */
height: @color-height;
/*
background: @blue-dark;
@media (min-width: 1340px) {
margin-left: @column-left-size + 1em;
  #mw-content-block {
margin-right: @column-right-size + 1em;
    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;
  }
} */