틀:플러그인/setup/css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>BANIP 잔글편집 요약 없음 |
백괴게임>BANIP 잔글 (레이아웃 사소한 수정) |
||
1번째 줄: | 1번째 줄: | ||
.install-button{ | .install-button{ | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; |
2017년 5월 18일 (목) 20:31 판
.install-button{ text-align:center; font-weight:bold; color:#00a5ff; padding: 12px 14px; border: solid 2px #00a5ff; box-shadow: 1px 1px 2 #ccc; border-radius:10px; margin:5px auto; max-width:30%; transition:0.2s all ease-in } .install-button:hover{ box-shadow: 1px 1px 0 #999; cursor:pointer; background-color:#00a5ff; color:white; } .cloneable{ display:none; } .box-article hr{ border:2px dashed #00a5ff; }