Generasia would not be possible without tokyograph and all the wonderful people who've contributed over the past 15 years. Thank you!

Difference between revisions of "MediaWiki:Timeless.css"

(Created page with "CSS placed here will affect users of the Timeless skin: @media (min-width: 1340px) { #mw-content-block { display: block; } #mw-content, #content-bottom-stuff...")
 
(No difference)

Latest revision as of 17:36, 10 October 2020

/* CSS placed here will affect users of the Timeless skin */

@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;
  }
}