MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
} | |||
:root { | |||
--color-czn: #ff540c; | |||
} | |||
/* Fix -webkit-focus-ring-color */ | |||
a:focus { | |||
outline: none; | |||
} | |||
a:focus,a:hover { | |||
text-decoration: none; | |||
} | } | ||
| Line 18: | Line 31: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | |||
#p-logo, #p-navigation, #p-tb, #mw-head, .mw-editsection, .mw-footer { | |||
display: none; | |||
} | |||
#mw-page-base { | |||
background: transparent; | |||
} | |||
#content { | |||
width: 1200px; | |||
max-width: 1200px; | |||
border: none; | |||
border-radius: 8px; | |||
background: rgba(255,255,255,0.8); | |||
} | } | ||