Jump to content

MediaWiki:Common.css: Difference between revisions

m
Better contrast
m (Border color in Main Page looks off)
m (Better contrast)
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  * Sync with MediaWiki:Mobile.css
  * Sync with MediaWiki:Mobile.css
  */
  */
@font-face {
  font-family: "Baloo2";
  src: url(/wikiw/resources/fonts/Baloo2-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo2";
  src: url(/wikiw/resources/fonts/Baloo2-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo2";
  src: url(/wikiw/resources/fonts/Baloo2-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,body, .mw-body {
  font-family: "Baloo2", sans-serif;
  font-size: 19px;
}
.mw-body h1, .mw-body h2 {
  font-family: "Baloo2", sans-serif;
  font-weight: 500;
  border-bottom: 2px solid #000000b0;
}
.quest-icons img {
  border: 4px solid #000;
  width: 64px;
  height: 64px;
}


.infobox {
.infobox {
Line 52: Line 93:
.infobox-row td {
.infobox-row td {
   padding: 2px 5px;
   padding: 2px 5px;
   border-bottom: 1px solid #f2f2f2;
   border-bottom: 1px solid #c0c0c0;
}
}


Line 58: Line 99:
   font-weight: bold;
   font-weight: bold;
   background-color: #f2f2f2;
   background-color: #f2f2f2;
}
.notice {
  width: 80%;
  margin: auto;
  background-color: #f9f9f9;
  border: 2px solid #808080;
  border-radius: 10px;
  box-shadow: 0px -6px #0004 inset;
  padding: 0.4em 0.4em 0.6em;
}
}