미디어위키:Print.css: 두 판 사이의 차이

(새 문서: →‎이 CSS 설정은 인쇄 출력 화면에 적용됩니다: a[href]:after { content: normal; })
 
편집 요약 없음
 
3번째 줄: 3번째 줄:
a[href]:after {
a[href]:after {
     content: normal;
     content: normal;
}
/* [[틀:모바일탭]] */
.libre-tab-mobile .libre-tab-btns {
    display: none !important;
}
.libre-tab-mobile .libre-tab-main {
    background-color: #f5f8fa !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 0.35rem !important;
    padding: 1rem !important;
}
.libre-tab-mobile .libre-tab-main-content {
    border-bottom: 2px dashed #e1e8ed !important;
}
.libre-tab-mobile .libre-tab-main-content:last-child {
    border-bottom: 0 !important;
}
}

2018년 12월 24일 (월) 16:41 기준 최신판

/* 이 CSS 설정은 인쇄 출력 화면에 적용됩니다 */

a[href]:after {
     content: normal;
}

/* [[틀:모바일탭]] */
.libre-tab-mobile .libre-tab-btns {
    display: none !important;
}
.libre-tab-mobile .libre-tab-main {
    background-color: #f5f8fa !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 0.35rem !important;
    padding: 1rem !important;
}
.libre-tab-mobile .libre-tab-main-content {
    border-bottom: 2px dashed #e1e8ed !important;
}
.libre-tab-mobile .libre-tab-main-content:last-child {
    border-bottom: 0 !important;
}