Changes

No change in size ,  19:48, 8 September 2021
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 +
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 +
    font-family: 'Cyborg45', sans-serif;
 +
    padding-bottom: 6px;
 +
    font-weight: 400;
 +
    border-bottom: 1px solid #e5e7e9;
 +
}
 +
 +
#content {
 +
    min-height: 50vh;
 +
}
 +
 +
#content * {
 +
    color: #1F4A54;
 +
}
 +
 +
#content #firstHeading {
 +
    font-weight: bold;
 +
}
 +
 
/* Infoboxes */
 
/* Infoboxes */
 
.infobox {
 
.infobox {
Line 166: Line 186:  
.no-list-styling {
 
.no-list-styling {
 
     list-style-type: none;
 
     list-style-type: none;
}
  −
  −
/* Changes the default font used for MediaWiki headings to Noto Serif: */
  −
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  −
    font-family: 'Cyborg45', sans-serif;
  −
    padding-bottom: 6px;
  −
    font-weight: 400;
  −
    border-bottom: 1px solid #e5e7e9;
  −
}
  −
  −
#content {
  −
    min-height: 50vh;
  −
}
  −
  −
#content * {
  −
    color: #1F4A54;
  −
}
  −
  −
#content #firstHeading {
  −
    font-weight: bold;
   
}
 
}