| 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 156: |
Line 179: |
| | } | | } |
| | } | | } |
| − | }
| |
| − |
| |
| − | @import url('https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF');
| |
| − |
| |
| − | body {
| |
| − | font-family: 'Cyborg45', sans-serif;
| |
| − | }
| |
| − |
| |
| − | .no-list-styling {
| |
| − | 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;
| |
| | } | | } |