.dotteButton01 { background: #E0609F; background-image: radial-gradient(#965BC4 30%, transparent 0), radial-gradient(#965BC4 30%, transparent 0); background-position: 0 0, 15px 15px; background-size: 30px 30px; border: 2px inset rgba(108, 69, 138, 0.3); border-radius: 0.5em; line-height: 1; padding: 0.4em 1.5em; color: white; font-size: 150%; font-weight: bold; text-decoration: none; position: relative; top: 0; left: 0; transition-property: all; transition-duration: 0.5s; box-shadow: 2px 4px 2px 1px rgba(0, 0, 0, 0.3); text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.3), -1px -1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.2); } .dotteButton01:hover { background-image: radial-gradient(rgba(0,0,0,0.1) 30%, transparent 0), radial-gradient(rgba(0,0,0,0.1) 30%, transparent 0); top: 2px; left: 1px; text-decoration: none; box-shadow: 0 0 0 rgba(0, 0, 0, 0); transition-duration: 0.1s; }