Template:Color box/styles.css: Difference between revisions
Appearance
Created page with "→Base box styling: .color-box { border-radius: 4px; padding: 0.75em 1em; margin: 0.5em 0; border: 1px solid transparent; font-size: 95%; } →Light theme defaults: .color-box--green { background: #e6f4ea; color: #093; border-color: #b7e1c0; } .color-box--turquoise{ background: #e0f7f9; color: #007c7c; border-color: #b3e6ea; } .color-box--blue { background: #e6f0ff; color: #0645ad; border-color: #c0d4ff; } .color-box--yellow { background: #fff..." |
Replaced content with ".color-box { border-radius: 4px; padding: 0.75em 1em; margin: 0.75em 0; border: 1px solid transparent; font-size: 95%; }" Tag: Replaced |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.color-box { | .color-box { | ||
border-radius: 4px; | border-radius: 4px; | ||
padding: 0.75em 1em; | padding: 0.75em 1em; | ||
margin: 0. | margin: 0.75em 0; | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
font-size: 95%; | font-size: 95%; | ||
} | } | ||