미디어위키:Common.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 102번째 줄: | 102번째 줄: | ||
padding:0; | padding:0; | ||
} | } | ||
/* 푸터 */ | |||
#footer-copyrightico{display:none} | |||
2021년 11월 18일 (목) 16:16 판
/* 틀 삽입도구 버튼 스타일 */
.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,
.mw-mmv-image img{
pointer-events: none!important;
}
/* 미디어뷰어 다운로드 방지 */
.mw-mmv-download-button,
.mw-mmv-dialog.mw-mmv-download-dialog{
display: none!important;
}
/* 각주 목록이 비활성화되는 문제 해결 */
.mw-references-wrap{
pointer-events:all !important;
background:none;
border:none;
opacity:1 !important;
padding:0;
}
/* 푸터 */
#footer-copyrightico{display:none}