Jump to content

MediaWiki:Common.css: Difference between revisions

m
Better contrast
No edit summary
m (Better contrast)
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  */
  */


/* Regular */
@font-face {
@font-face {
   font-family: "Baloo2";
   font-family: "Baloo2";
   src: url("/resources/fonts/Baloo2-Regular.ttf") format("truetype");
   src: url(/wikiw/resources/fonts/Baloo2-Regular.ttf) format("truetype");
   font-weight: 400;
   font-weight: 400;
   font-style: normal;
   font-style: normal;
Line 13: Line 12:
}
}


/* Medium */
@font-face {
@font-face {
   font-family: "Baloo2";
   font-family: "Baloo2";
   src: url("/resources/fonts/Baloo2-Medium.ttf") format("truetype");
   src: url(/wikiw/resources/fonts/Baloo2-Medium.ttf) format("truetype");
   font-weight: 500;
   font-weight: 500;
   font-style: normal;
   font-style: normal;
Line 22: Line 20:
}
}


/* Bold */
@font-face {
@font-face {
   font-family: "Baloo2";
   font-family: "Baloo2";
   src: url("/resources/fonts/Baloo2-Bold.ttf") format("truetype");
   src: url(/wikiw/resources/fonts/Baloo2-Bold.ttf) format("truetype");
   font-weight: 700;
   font-weight: 700;
   font-style: normal;
   font-style: normal;
Line 31: Line 28:
}
}


html, body {
html,body, .mw-body {
   font-family: "Baloo2", sans-serif;
   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;
}
}


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