MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap'); $primary-color: #4d4dff; $secondary-color: #666666; $danger-color: #ff3838; $warning-color: #ffba00; $success-color: #2ec946; main { padding: 40px; } section { display: flex; flex-direction: column; align-items: center; } .alert...") |
(Replaced content with ".alert { width: 512px; padding: 16px; margin: 8px; max-width: 90%; background-color: pink; }") Tag: Replaced |
||
Line 1: | Line 1: | ||
.alert { | .alert { | ||
width: 512px; | width: 512px; | ||
Line 24: | Line 4: | ||
margin: 8px; | margin: 8px; | ||
max-width: 90%; | max-width: 90%; | ||
background-color: pink; | |||
background-color: | |||
} | } |
Revision as of 20:29, 6 March 2024
.alert { width: 512px; padding: 16px; margin: 8px; max-width: 90%; background-color: pink; }