Template:Box/styles.css: Difference between revisions
Template page
More actions
Created page with ".wd-box { box-shadow: 0 0 0.2em #999; border-radius: 0.2em; margin: 0 0 2em 0; padding: 10px; width: 100%; box-sizing: border-box; background: white; } .wd-box .header { padding: 1em 1.6em 1em; font-size: 220%; color: #484848; } .wd-box .subheader { padding: 0.5em 1.6em 0.5em; font-size: 120%; color: #484848; } .wd-box .description { color: #666; }" Tags: Mobile edit Mobile web edit Advanced mobile edit |
(No difference)
|
Latest revision as of 03:02, 30 October 2024
.wd-box {
box-shadow: 0 0 0.2em #999;
border-radius: 0.2em;
margin: 0 0 2em 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
background: white;
}
.wd-box .header {
padding: 1em 1.6em 1em;
font-size: 220%;
color: #484848;
}
.wd-box .subheader {
padding: 0.5em 1.6em 0.5em;
font-size: 120%;
color: #484848;
}
.wd-box .description {
color: #666;
}