사용자:Hsl0/vector.css: 두 판 사이의 차이

큰숲백과, 나무를 보지 말고 큰 숲을 보라.
편집 요약 없음
편집 요약 없음
9번째 줄: 9번째 줄:
#buttons > button {
#buttons > button {
     background: #5B5;
     background: #5B5;
     padding: 0.2em 0.5em;
     border: none;
    font-size: 16px;
    width: 2em;
    height: 2em;
     color: #FFF;
     color: #FFF;
     position: relative;
     position: relative;

2024년 11월 6일 (수) 22:42 판

#buttons {
    /* background: #5B5 */
    position: fixed;
    display: inline-block;
    bottom: 0.5em;
    left: 0.5em;
    z-index: 10;
}
#buttons > button {
    background: #5B5;
    border: none;
    font-size: 16px;
    width: 2em;
    height: 2em;
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-left: 0.7em;
    z-index: 10;
    cursor: pointer;
    transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}