편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 4개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{namucat|김찬/제작한 틀}} | |||
{{틀 도움}} | |||
<onlyinclude><includeonly><span style="cursor: {{{1|}}};">{{{2|}}}</span></includeonly></onlyinclude>[[분류:김찬/제작한 틀]] | <onlyinclude><includeonly><span style="cursor: {{{1|}}};">{{{2|}}}</span></includeonly></onlyinclude>[[분류:김찬/제작한 틀]] | ||
<pre>{{cursor|값|내용}}</pre> | <pre>{{cursor|값|내용}}</pre> | ||
마우스 커서의 모양을 바꾸어 주는 틀<br> | 마우스 커서의 모양을 바꾸어 주는 틀<br> | ||
값에 대해서는 아래 표 참고 | 값에 대해서는 아래 표 참고 | ||
{{ | {|{{style|class=wiki|width=100%|align=center|layout=on}}{{#css: .cursor-cell { border: 1px solid var(--namu--table--border); height: 60px; background: linear-gradient(to right, white 50%, black 0); } }} | ||
|+흰색과 검은색으로 반씩 나뉜 박스 안에 마우스를 가져가 보세요 | |||
|- | |- | ||
!default | |||
!none | |||
!help | |||
!pointer | |||
!progress | |||
|- | |- | ||
|<div style=" | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: default;"></div> | ||
| | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: none;"></div> | ||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: help;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: pointer;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: progress;"></div> | |||
|- | |- | ||
| | |기본 커서 | ||
| | |커서 숨김 | ||
|도움말 사용 가능 | |||
|클릭 가능 | |||
|백그라운드에서 작업 중, 상호작용 불가능 | |||
|- | |- | ||
!wait | |||
!cell | |||
!crosshair | |||
!text | |||
!vertical-text | |||
|- | |- | ||
|<div style=" | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: wait;"></div> | ||
| | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: cell;"></div> | ||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: crosshair;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: text;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: vertical-text;"></div> | |||
|- | |- | ||
| | |작업 중, 상호작용 불가능 | ||
|표의 칸 선택 가능 | |||
|십자 커서 | |||
|텍스트 선택 가능 | |||
|세로 텍스트 선택 가능 | |||
|- | |- | ||
!alias | |||
!copy | |||
!move | |||
!no-drop | |||
!not-allowed | |||
|- | |- | ||
|<div style=" | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: alias;"></div> | ||
|cell|| | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: copy;"></div> | ||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: move;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: no-drop;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: not-allowed;"></div> | |||
|- | |- | ||
| | |별칭이나 바로가기 만드는 중 | ||
| | |복사 중 | ||
|움직이는 중 | |||
|현재 위치에 놓을 수 없음 (Windows와 Mac OS X에서는 not-allowed와 같음) | |||
|요청한 행동을 수행할 수 없음 | |||
|- | |- | ||
!grab | |||
!grabbing | |||
!all-scroll | |||
!col-resize | |||
!row-resize | |||
|- | |- | ||
|<div style=" | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: grab;"></div> | ||
| | |{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: grabbing;"></div> | ||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: all-scroll;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: col-resize;"></div> | |||
|{{style|padding: .3rem;}}|<div class="cursor-cell" style="cursor: row-resize;"></div> | |||
|- | |- | ||
|잡아서 이동 | |||
|잡고 있음 | |||
|모든 방향으로 이동 가능 (Windows에서 move와 같음) | |||
|항목/행의 크기를 좌우로 조절할 가능. 종종 상하 화살표의 가운데를 가로로 분리한 모양을 사용 | |||
|항목/열의 크기를 상하로 조절 가능. 종종 상하 화살표의 가운데를 가로로 분리한 모양을 사용 | |||
|} | |||
{{김찬 제작 틀}} | |||
{{ |
2025년 7월 19일 (토) 03:10 기준 최신판
틀:cursor | |
---|---|
사용문서
|
|
넘겨주기
|
이동하기
|
{{cursor|값|내용}}
마우스 커서의 모양을 바꾸어 주는 틀
값에 대해서는 아래 표 참고
default | none | help | pointer | progress |
---|---|---|---|---|
기본 커서 | 커서 숨김 | 도움말 사용 가능 | 클릭 가능 | 백그라운드에서 작업 중, 상호작용 불가능 |
wait | cell | crosshair | text | vertical-text |
작업 중, 상호작용 불가능 | 표의 칸 선택 가능 | 십자 커서 | 텍스트 선택 가능 | 세로 텍스트 선택 가능 |
alias | copy | move | no-drop | not-allowed |
별칭이나 바로가기 만드는 중 | 복사 중 | 움직이는 중 | 현재 위치에 놓을 수 없음 (Windows와 Mac OS X에서는 not-allowed와 같음) | 요청한 행동을 수행할 수 없음 |
grab | grabbing | all-scroll | col-resize | row-resize |
잡아서 이동 | 잡고 있음 | 모든 방향으로 이동 가능 (Windows에서 move와 같음) | 항목/행의 크기를 좌우로 조절할 가능. 종종 상하 화살표의 가운데를 가로로 분리한 모양을 사용 | 항목/열의 크기를 상하로 조절 가능. 종종 상하 화살표의 가운데를 가로로 분리한 모양을 사용 |