사용자:안하녕세요/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
4번째 줄: 4번째 줄:
/**/
/**/
s, del, strike{text-decoration: none;}
s, del, strike{text-decoration: none;}
* <references/> 관련 CSS **/
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* 기본 글꼴 크기 */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
/* 선택된 항목에 배경색 씌우기 */
span.citation:target {
    background-color: #DEF;
}

2021년 7월 25일 (일) 12:35 판

/* giving blurring effct on text with strikeout */
s, del, strike{color:grey;}

/**/
s, del, strike{text-decoration: none;}

* <references/> 관련 CSS **/
 
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* 기본 글꼴 크기 */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* 선택된 항목에 배경색 씌우기 */
span.citation:target {
    background-color: #DEF;
}