|
|
| (사용자 2명의 중간 판 76개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| /* // -- 전산실에서 만든 스타일입니다. 수정할 수 없습니다. */
| | .wap-play > * { |
| /* 틀 삽입도구 버튼 스타일 */
| | width: 25px; |
| .my-buttons {
| | height: 25px; |
| text-align: left;
| | fill: #2383c6 !important; |
| font-size: 110%;
| | position: relative; |
| color: black;
| | left: 1px; |
| background-color: #f9f9f9 !important;
| | top: 0; |
| text-decoration: none;
| |
| border: 1px solid #dddddd;
| |
| margin: 0.25em;
| |
| padding-left: 3px;
| |
| padding-right: 3px;
| |
| } | | } |
|
| |
|
| .my-button_gp { | | .wap-btns .wap-play { |
| text-align: left;
| | border: solid 1px #6f6f6f !important; |
| font-size: 110%;
| | border-radius: 50%; |
| color: black;
| | width: 39px; |
| background-color: #fc3 !important;
| | height: 39px; |
| 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;
| |
| }
| |
| /* 전산실에서 만든 스타일입니다. 수정할 수 없습니다. -- // */
| |