Advertising:

MediaWiki:Timeless.css: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(31 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 */
/*
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}*/


/* Color bars */
/* One-sided navigation menu */
 
/*
.color-bar {
@media (min-width: 1340px) {
width: 100%;
  #mw-content-block {
}
    display: block;
 
  }
.color-left {
  #mw-content,
height: @color-height;
  #content-bottom-stuff {
background: @blue-dark;
    margin-left: 14em;
width: 50%;
  }
float: left;
  #mw-content-wrapper {
}
    float: right;
 
    margin-left: -14em;
.color-right {
    width: 100%;
display: inline-block;
  }
height: @color-height;
  #mw-related-navigation {
background: @blue-dark;
    width: 14em;
width: 50%;
    padding: 0 1em 0 0;
float: right;
  }
}
  div.color-middle {
 
    margin-right: 0;
.color-middle-container {
    background: @blue;
max-width: @content-width;
  }
margin: 0 auto -@color-height;
  div.color-right {
position: relative;
    margin-right: 0;
}
    background: @blue;
 
  }
.color-middle {
} */
height: @color-height;
background: @blue-dark;
margin-left: @column-left-size + 1em;
margin-right: @column-right-size + 1em;
}

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;
  }
} */