MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
body { | body { | ||
background-color:#efeff1; | background-color:#efeff1; | ||
font-family: 'NunitoSans', | font-family: 'NunitoSans',system-ui,sans-serif; | ||
} | } | ||
body::before { | body::before { | ||
Line 50: | Line 50: | ||
font-family: 'Fredoka', 'Yuanyou', Times, serif; | font-family: 'Fredoka', 'Yuanyou', Times, serif; | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
h1 { | h1 { | ||
font-family: 'FirstCoffee | font-family: 'FirstCoffee', sans-serif, Times, serif; | ||
font-weight: 400; | font-weight: 400; | ||
letter-spacing:0.3px; | |||
} | } | ||
h1#firstHeading { | h1#firstHeading { | ||
font-family: 'FirstCoffee | 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 198: | Line 192: | ||
margin: 40px 0 0 0; | margin: 40px 0 0 0; | ||
} | } | ||
.tabber__tabs{ | |||
flex-wrap: wrap; | |||
} | |||
.infobox .tabber__tabs { | |||
justify-content: center; | |||
} | |||
/** Template stylings **/ | /** Template stylings **/ | ||
Line 501: | Line 500: | ||
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{ | ||
Line 508: | Line 508: | ||
} | } | ||
.font-neuro-web-body{ | .font-neuro-web-body{ | ||
font-family: 'NunitoSans', | font-family: 'NunitoSans',system-ui,sans-serif; | ||
} | |||
.font-neuro.neuro{ | |||
color: #fffefe; | |||
text-shadow: -3px -3px 0 #530C31, 3px -3px 0 #530C31, -3px 3px 0 #530C31, 3px 3px 0 #530C31; | |||
} | |||
.font-neuro.evil{ | |||
color: #fffefe; | |||
text-shadow: -3px -3px 0 #3F0B11, 3px -3px 0 #3F0B11, -3px 3px 0 #3F0B11, 3px 3px 0 #3F0B11; | |||
} | |||
.font-neuro.yes2{ | |||
color: #fffefe; | |||
text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000; | |||
} | } | ||
/*色表格*/ | /*色表格*/ |