MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 81: | Line 81: | ||
.tocdiv { | .tocdiv { | ||
max-width: 1366px; | max-width: 1366px; | ||
display: grid; | display: grid; what | ||
grid-gap: 15px; | grid-gap: 15px; | ||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | ||
| Line 101: | Line 101: | ||
@font-face { | @font-face { | ||
font-family: 'power_symbols'; | font-family: 'power_symbols'; | ||
src: url('fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'), | src: url('/fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'), | ||
url('fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'), | url('/fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'), | ||
url('fonts/unicode/Unicode_IEC_symbol.woff') format('woff'); | url('/fonts/unicode/Unicode_IEC_symbol.woff') format('woff'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||