MediaWiki:Common.css:修订间差异

删除440字节 、​ 2021年2月24日 (星期三)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第28行: 第28行:
}
}
#scrollDiv li {
#scrollDiv li {
    background-color: rgb(251,251,251,0.5);
    background-color: rgb(251,251,251,0);
    height: 25px;
    height: 25px;
    padding-left: 0px;
    padding-left: 0px;
第34行: 第34行:
}
}
#localNotice {
#localNotice {
    background-color: rgb(251,251,251,0.5);
    background-color: rgb(251,251,251,0);
}
}
/* 侧边栏、顶部栏、页脚 */
/* 侧边栏、顶部栏、页脚 */
第980行: 第980行:
}
}
[style*="font"] span[lang] {
[style*="font"] span[lang] {
   font-family: inherit;
}
/* 日语斜体*/
@font-face {
   font-family: JapaneseItalic;
   src: local(meiryo);
}
i span[lang=ja i],
span[lang=ja i] i,
[style*=italic i] span[lang=ja i],
span[lang=ja i] [style*=italic i] {
   font-family: JapaneseItalic;
}
[style*="font"] i span[lang=ja i],
[style*="font"] span[lang=ja i] i,
[style*="font"] [style*=italic i] span[lang=ja i],
[style*="font"] span[lang=ja i] [style*=italic i] {
    font-family: inherit;
    font-family: inherit;
}
}
匿名用户