MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
(Add specific CSS for Timeless skin)
 
(Fix-up for background gradient)
Line 18: Line 18:
}
}


#mw-footer-container {
body {
   background: linear-gradient(to right, rgb(79, 0, 103), rgb(0, 81, 105));
   background: linear-gradient(to right, rgb(79, 0, 103), rgb(0, 81, 105));
}
}

Revision as of 10:12, 30 September 2019

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

/* Header strip */
#mw-header-hack .color-middle-container, #mw-header-nav-hack .color-bar .color-middle-container,
#mw-header-hack .color-left, #mw-header-nav-hack .color-bar .color-left,
#mw-header-hack .color-right, #mw-header-nav-hack .color-bar .color-right {
  display: none;
}

#mw-header-hack, #mw-header-nav-hack .color-bar {
  background: linear-gradient(to right, rgb(166, 0, 217), rgb(0, 196, 255));
  height: 0.35em;
}

/* Footer */
#mw-content-container {
  border-bottom: 0px;
}

body {
  background: linear-gradient(to right, rgb(79, 0, 103), rgb(0, 81, 105));
}