미디어위키: Common.css

ph
이동: 둘러보기, 검색
잔글
잔글
38번째 줄: 38번째 줄:
 
ul.ndash li:before {content : "– " ; }
 
ul.ndash li:before {content : "– " ; }
 
span.red {color: INDIANRED}
 
span.red {color: INDIANRED}
span.blue { color: MIDNIGHTBLUE}
+
span.blue { color: MEDIUMBLUE}

2017년 8월 2일 (수) 23:52 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
pre {font-family:courier}
code {font-family:courier}
h3,b {font-family:sans-serif}
.mw-body h2 {margin-top:1.5em}
blockquote {border-left:15px solid #efefef; padding-left:10px;}
.poem blockquote {border:0px; padding:0 0 0 3em; margin:0; font-size:1em;}
.noautonum .tocnumber { display: none; }
del {color:gray}
div.mw-content-ltr p {text-indent:0.5em}
div.poem p {text-indent:0em}

div.mw-content-ltr img { max-width:100%; object-fit:cover; width:auto; height:auto; max-height:100%}

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}

.ref td {vertical-align:top; padding:0.3em}
ul.none {list-style-type:none}
ul.ndash {list-style-type:none}
ul.ndash li:before {content : "– " ; }
span.red {color: INDIANRED}
span.blue { color: MEDIUMBLUE}