사용자:Hsl0/vector.css: 두 판 사이의 차이
< 사용자:Hsl0
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
#buttons { | #buttons { | ||
/* background: #5B5 */ | |||
position: fixed; | position: fixed; | ||
bottom: | display: inline-block; | ||
left: | bottom: 0.5em; | ||
left: 0.5em; | |||
z-index: 10; | z-index: 10; | ||
} | } | ||
#buttons > button { | #buttons > button { | ||
background: #5B5; | |||
padding: 0.2em 0.5em; | |||
color: #FFF; | |||
position: relative; | |||
display: inline-block; | |||
margin-left: 0.7em; | |||
z-index: 10; | |||
cursor: pointer; | cursor: pointer; | ||
transition: bottom 0.5s; | |||
transition: | -webkit-transition: bottom 0.5s; | ||
user-select: none; | user-select: none; | ||
-webkit-user-select: none; | -webkit-user-select: none; | ||
- | -moz-user-select: none; | ||
-ms-user-select: none | |||
} | } | ||
2024년 11월 6일 (수) 22:40 판
#buttons {
/* background: #5B5 */
position: fixed;
display: inline-block;
bottom: 0.5em;
left: 0.5em;
z-index: 10;
}
#buttons > button {
background: #5B5;
padding: 0.2em 0.5em;
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
}