Template:Delete Box-round/styles.css: Difference between revisions
From IUO Tome of Knowledge
Created page with ".box-round { clear: both; } .box-round-title { padding: 0.1em; background: var(--background-color-progressive-subtle--hover, #d9e2ff); color: var(--color-base, #202122); text-align: center; font-weight: bold; border: 1px solid #99c; border-bottom: none; border-radius: 1.5em 1.5em 0 0; } .box-round-title > span { float: right; margin-bottom: .1em; font-size: 85%; padding-right: 0.5em; } .box-round-title > h2 { font-size: 100%; font-weight: bold; border:..." |
m Denial moved page Template:Box-round/styles.css to Template:Delete Box-round/styles.css |
(No difference)
| |
Latest revision as of 20:02, 22 October 2025
.box-round { clear: both; }
.box-round-title { padding: 0.1em; background: var(--background-color-progressive-subtle--hover, #d9e2ff); color: var(--color-base, #202122); text-align: center; font-weight: bold; border: 1px solid #99c; border-bottom: none; border-radius: 1.5em 1.5em 0 0; }
.box-round-title > span { float: right; margin-bottom: .1em; font-size: 85%; padding-right: 0.5em; }
.box-round-title > h2 { font-size: 100%; font-weight: bold; border: none; margin: 0; padding: 0; padding-bottom: .1em; }
.box-round-text { border: 1px solid #99c; background: var(--background-color-base, #fff); color: var(--color-base, #202122); margin-bottom: 10px; padding: .8em 1em 1em 1.3em; border-radius: 0 0 1.5em 1.5em; }
