(Added light mode to stub template) |
Geekahedron (talk | contribs) m (Geekahedron moved page Template:Stub/style.css to Template:Boilerplate/style.css without leaving a redirect) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
margin:9.6px 0 12.8px 0; | margin:9.6px 0 12.8px 0; | ||
padding: 10px 15px; | padding: 10px 15px; | ||
color: var(--color-base); | |||
background: var(--color-surface-1); | |||
border-radius:16px; | border-radius:16px; | ||
border:1px solid | border:1px solid var(--color-warning); | ||
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.06); | |||
} | } | ||
.skin-citizen-light .boilerplate, .skin-timeless .boilerplate, .skin-vector .boilerplate { | /*.skin-citizen-light .boilerplate, .skin-timeless .boilerplate, .skin-vector .boilerplate { | ||
background: rgb(180, 190, 185) !important; | background: rgb(180, 190, 185) !important; | ||
color: #1a1a1b !important; | color: #1a1a1b !important; | ||
} | } | ||
*/ |
Latest revision as of 19:24, 11 April 2022
.boilerplate {
text-align:left;
margin:9.6px 0 12.8px 0;
padding: 10px 15px;
color: var(--color-base);
background: var(--color-surface-1);
border-radius:16px;
border:1px solid var(--color-warning);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.06);
}
/*.skin-citizen-light .boilerplate, .skin-timeless .boilerplate, .skin-vector .boilerplate {
background: rgb(180, 190, 185) !important;
color: #1a1a1b !important;
}
*/