Changes

no edit summary
Line 1: Line 1:  
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
    +
}
 +
 +
:lang(zh) {
 +
    font-family: Microsoft Yahei, 微软雅黑, Serif;
 +
}
 +
 +
:lang(zh-cn) {
 +
    font-family: Microsoft Yahei, 微软雅黑, Serif;
 +
}
 +
 +
:lang(zh-tw) {
 +
    font-family: Microsoft Jhenghei, 微軟正黑體, Serif;
 +
}
 +
 +
:lang(ja) {
 +
    font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif;
 +
}
 
/* Sitenotice AutoScroll CSS */
 
/* Sitenotice AutoScroll CSS */
 
#scrollDiv{
 
#scrollDiv{
Line 314: Line 331:  
     border-width: 1px;
 
     border-width: 1px;
 
     border-color: blue;
 
     border-color: blue;
}
  −
  −
:lang(ja) {
  −
    font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif;
   
}
 
}