MediaWiki:Common.css: Difference between revisions
No edit summary |
changed fallback mw-code font family |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 54: | Line 54: | ||
font-family: 'FirstCoffee', sans-serif, Times, serif; | font-family: 'FirstCoffee', sans-serif, Times, serif; | ||
font-weight: 400; | font-weight: 400; | ||
letter-spacing:0.3px; | |||
} | } | ||
h1#firstHeading { | h1#firstHeading { | ||
font-family: 'FirstCoffee' , sans-serif, Times, serif; | font-family: 'FirstCoffee' , sans-serif, Times, serif; | ||
font-weight: 400; | font-weight: 400; | ||
letter-spacing:0.3px; | |||
} | } | ||
.mw-code{ | .mw-code{ | ||
font-family: '3270' , | font-family: '3270' , monospace; | ||
background-color: #1F1F1F; | background-color: #1F1F1F; | ||
color: #50F72D; | color: #50F72D; | ||
Line 190: | Line 192: | ||
margin: 40px 0 0 0; | margin: 40px 0 0 0; | ||
} | } | ||
.tabber__tabs{ | |||
flex-wrap: wrap; | |||
} | |||
/** Template stylings **/ | /** Template stylings **/ | ||
Line 493: | Line 497: | ||
font-family: 'Mojangles' ,'WenQuanBit16', Times, serif; | font-family: 'Mojangles' ,'WenQuanBit16', Times, serif; | ||
} | } | ||
.font-neuro{ | .font-neuro { | ||
font-family: 'FirstCoffee','ResourceHanRoundedHC','ResourceHanRoundedJ','ResourceHanRoundedK',Times,serif; | |||
letter-spacing: 0.3px; | |||
} | } | ||
.font-neuro-web-title{ | .font-neuro-web-title{ |