MediaWiki:Common.css: Difference between revisions

From Handcrafted Policy
No edit summary
Change default skin to Vector
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
.mw-body .mw-heading,
  background: #014c68;
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.mw-body dt {
    font-family: sans-serif;
    line-height: 1.5;
}
}


Line 13: Line 21:
   font-size: 1.1em;
   font-size: 1.1em;
   line-height: 1.1;
   line-height: 1.1;
}
#personal h2 {
  font-family: sans-serif;
  font-size: 1.1em;
}
}


Line 22: Line 35:


#mw-content-container {
#mw-content-container {
  background-image: none;
   border-color: #37abc8;
   border-color: #37abc8;
}
}

Latest revision as of 05:46, 26 March 2025

/* CSS placed here will be applied to all skins */
.mw-body .mw-heading,
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.mw-body dt {
    font-family: sans-serif;
    line-height: 1.5;
}

#p-logo-text a {
  font-family: sans-serif;
  font-variant: none;
  color: #014c68;
}

#p-logo-text a.long {
  font-size: 1.1em;
  line-height: 1.1;
}

#personal h2 {
  font-family: sans-serif;
  font-size: 1.1em;
}

.color-left,
.color-middle,
.color-right {
  background: #014c68;
}

#mw-content-container {
  background-image: none;
  border-color: #37abc8;
}