미디어위키:Common.css: 두 판 사이의 차이
Resultofunion (토론 | 기여) 새 문서: →파일 클릭 방지: #filetoc + .fullImageLink a, .mw-mmv-image img{ pointer-events: none!important; } →미디어뷰어 다운로드 방지: .mw-mmv-download-button, .m... |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 틀 삽입도구 버튼 스타일 */ | |||
.my-buttons { | |||
text-align: left; | |||
font-size: 110%; | |||
color: black; | |||
background-color: #f9f9f9 !important; | |||
text-decoration: none; | |||
border: 1px solid #dddddd; | |||
margin: 0.25em; | |||
padding-left: 3px; | |||
padding-right: 3px; | |||
} | |||
.my-button_gp { | |||
text-align: left; | |||
font-size: 110%; | |||
color: black; | |||
background-color: #fc3 !important; | |||
text-decoration: none; | |||
border: 1px solid #dddddd; | |||
margin: 0.25em; | |||
padding-left: 3px; | |||
padding-right: 3px; | |||
} | |||
#editform .my-button_file { | |||
display:none; | |||
} | |||
#mw-upload-form .mw-charinsert-buttons, | |||
#mw-upload-form .mw-charinsert-button, | |||
#mw-upload-form .mw-editTools > p{ | |||
display:none; | |||
} | |||
#mw-upload-form .mw-charinsert-buttons.my-button_file{ | |||
display:block; | |||
} | |||
.mw-charinsert-buttons { | |||
border: 1px solid #aaa; | |||
margin-top: 10px; | |||
padding: 1px; | |||
font-size: 1.1em; | |||
text-align: left; | |||
} | |||
.mw-charinsert-button_gp { | |||
border: 1px solid #aaa; | |||
margin-top: 10px; | |||
padding: 1px; | |||
font-size: 1.1em; | |||
text-align: center; | |||
color: red; | |||
} | |||
.mw-charinsert-buttons a { | |||
background-color: #cde !important; | |||
color: #000; | |||
border: thin #069 outset; | |||
padding: 0 1px 1px; | |||
font-weight: bold; | |||
font-size: 0.9em; | |||
text-decoration: none; | |||
} | |||
.mw-charinsert-buttons a:hover, | |||
.mw-charinsert-buttons a:active { | |||
background-color: #bcd; | |||
border-style: inset; | |||
} | |||
.client-js .mw-edittools-section { | |||
display: inline; | |||
} | |||
.client-js .mw-edittools-section input[type="button"] { | |||
font-size: 0.9em; | |||
margin-left: 1px; | |||
padding-left: 1px; | |||
padding-right: 1px; | |||
} | |||
/* 파일 클릭 방지 */ | /* 파일 클릭 방지 */ | ||
#filetoc + .fullImageLink a, | #filetoc + .fullImageLink a, | ||