Advertising:

MediaWiki:Timeless.css: Difference between revisions

From MS4X Wiki
(Replaced content with "→‎CSS placed here will affect users of the Timeless skin: →‎Top bar font modernization: #mw-header *, #mw-site-navigation *, #mw-related-navigation * { font-family...")
Tag: Replaced
No edit summary
 
(32 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; }
}*/


/* Top bar font modernization */
/* One-sided navigation menu */
#mw-header *,
/*
#mw-site-navigation *,
@media (min-width: 1340px) {
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }
  #mw-content-block {
 
    display: block;
/* Avoid cutting off letters with descenders: g,j,p,q,y */
  }
#personal h2 span {
  #mw-content,
     height: 1.5em;
  #content-bottom-stuff {
     position:relative;
    margin-left: 14em;
     bottom:0.1em
  }
}
  #mw-content-wrapper {
 
    float: right;
/* Triangle position patch */
    margin-left: -14em;
#personal h2::after {
     width: 100%;
  position: relative;
  }
  bottom: 0.5em;
  #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;
  }
} */