Template:Box-round/styles.css: Difference between revisions
Jump to navigation
Jump to search
MysteryCorgi (talk | contribs) (Created page with ".box-round { clear: both; } .box-round-title { padding: 0.1em; background: #ccf; 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 s...") |
MysteryCorgi (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
.box-round-title { | .box-round-title { | ||
padding: 0.1em; | padding: 0.1em; | ||
background: # | background: #32557d; | ||
text-align: | text-align: left; | ||
font-weight: bold; | font-weight: bold; | ||
border: 1px solid # | border: 1px solid #4a77a0; | ||
border-bottom: none; | border-bottom: none; | ||
border-radius: 1.5em 1.5em 0 0; | border-radius: 1.5em 1.5em 0 0; | ||
Line 30: | Line 30: | ||
.box-round-text { | .box-round-text { | ||
border: 1px solid # | border: 1px solid #01295c; | ||
background: # | background: #143e70; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
padding: .8em 1em 1em 1.3em; | padding: .8em 1em 1em 1.3em; | ||
border-radius: 0 0 1.5em 1.5em; | border-radius: 0 0 1.5em 1.5em; | ||
} | } |
Revision as of 14:49, 14 March 2025
.box-round { clear: both; } .box-round-title { padding: 0.1em; background: #32557d; text-align: left; font-weight: bold; border: 1px solid #4a77a0; 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 #01295c; background: #143e70; margin-bottom: 10px; padding: .8em 1em 1em 1.3em; border-radius: 0 0 1.5em 1.5em; }