Template:Calculator/styles.css: Difference between revisions
From AoP Wiki
(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...") |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#button { | |||
background-color: #dadce0; | |||
border: none; | |||
color: black; | |||
padding: 5px 10px; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
font-size: 16px; | |||
margin: 9px 2px; | |||
cursor: pointer; | |||
} | } |