미디어위키

"Common.css"의 두 판 사이의 차이

North Korea Humanities

2번째 줄: 2번째 줄:
 
cite {
 
cite {
 
   box-shadow: inset 0 -20px 0 #FAFAFA;
 
   box-shadow: inset 0 -20px 0 #FAFAFA;
 +
}
 +
 +
selector {
 +
    text-emphasis-style: dot;
 +
}
 +
 +
dot {
 +
    text-emphasis-style: dot;
 +
    font-size: 1.5em;
 
}
 
}

2024년 7월 17일 (수) 15:48 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
cite {
  box-shadow: inset 0 -20px 0 #FAFAFA;
}

selector {
    text-emphasis-style: dot;
}

dot {
    text-emphasis-style: dot;
    font-size: 1.5em;
}