MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
(Making the viewbox wider. This should be how it is in newer versions of the skin as well.)
(Removed CSS that needs to be handled within the theme itself)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* 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));
}
/* Maximum width for Content box */
.ts-inner {
  max-width: 115em;
}


/* Flexbox properties */
/* Flexbox properties */

Revision as of 12:12, 9 October 2019

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

/* Flexbox properties */
.flexchild-border {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.flexheading3 {
  font-size: 1.4em;
  margin-top: 0em;
}

.flexheading4 {
  font-size: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}