Changes

391 bytes added ,  23:56, 9 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 */
 +
@font-face {
 +
  font-family: "Cyborg45 Regular";
 +
  src: url("https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF") format("truetype")
 +
}
 +
 +
.no-list-styling {
 +
    list-style-type: none;
 +
}
 +
 +
/* Changes the default font used for MediaWiki headings to Cyborg45: */
 +
 +
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 +
    font-family: "Cyborg45 Regular", sans-serif;
 +
    padding-bottom: 6px;
 +
    font-weight: 400;
 +
    border-bottom: 1px solid #e5e7e9;
 +
}
 +
 +
 +
#content .mw-body h1, .mw-body h2, .mw-body #firstHeading {
 +
    font-family: "Cyborg45 Regular", sans-serif;
 +
}
 +
 
/* Infoboxes */
 
/* Infoboxes */
 
.infobox {
 
.infobox {
Line 157: Line 180:  
}
 
}
 
}
 
}
  −
@import url('https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF:wght@300;400;500&display=swap');
  −
  −
body {
  −
    font-family: 'Cyborg', sans-serif;
  −
}
  −
  −
.no-list-styling {
  −
    list-style-type: none;