Advertising:

MediaWiki:Timeless.css: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for 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;
@import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css';
  }
  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;
  }
} */