(first test) |
(more body changes) |
||
| Line 4: | Line 4: | ||
background-color: #007ad0; | background-color: #007ad0; | ||
background-image: radial-gradient(#02131fd9,#000 200%); | background-image: radial-gradient(#02131fd9,#000 200%); | ||
border: 1px solid #00c5ffa3; | |||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75); | box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75); | ||
} | } | ||
Revision as of 18:31, 15 March 2022
/* CSS placed here will be applied to all skins */
.mw-body {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);
}