차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

tech:css_button [2012/07/20 23:05] – 새로 만듦 14.32.18.124tech:css_button [2016/07/12 09:26] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +{{tag>tech css_button}}
 +======Css Button======
 +
 +
 +
 +
 +
 +
 +
 +
 +<code css>a.button {
 +color: rgba(0, 0, 0, 0.72)!important;
 +font-size: 17px;
 +font-weight: bold;
 +font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
 +line-height: 40px;
 +text-align: center;
 +text-decoration: none;
 +text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
 +background: url('/images/register_login/button_submit.gif') no-repeat left 0;
 +border: 1px solid #2A3F56;
 +-moz-border-radius: 6px;
 +-webkit-border-radius: 6px;
 +border-radius: 6px;
 +-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
 +-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(255, 255, 255, 0.7) inset;
 +box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(255, 255, 255, 0.7) inset;
 +margin: 6px auto 0 auto;
 +padding: 0 15px;
 +cursor: pointer;
 +display: inline-block;
 +position: relative;
 +-moz-background-clip: padding-box;
 +-webkit-background-clip: padding-box;
 +background-clip: padding-box;
 +height: 40px;
 +white-space: nowrap;
 +outline-width: 0;
 +}</code>
 +
 +
 +
 +
 +
 +
 +* 출처: [[|]]
 +
 +^  누구나 수정하실 수 있습니다.  문법은 [[wiki:syntax]]참조하세요. |
 +