미디어위키:Common.css
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* // -- 전산실에서 만든 스타일입니다. 수정할 수 없습니다. */
/* 틀 삽입도구 버튼 스타일 */
.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}
#footer-info-lastmod,
#footer-places-privacy,
#footer-places-disclaimer {
display:none;
}
#footer-info-custom-copyright{
pointer-events:none;
}
#footer-info-custom-copyright a{
color:#000;
}
/* 전산실에서 만든 스타일입니다. 수정할 수 없습니다. -- // */