Anonymous

MediaWiki:Vector.css: Difference between revisions

From Elwiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/****************************** Font Settings ******************************/
/* Override Fonts to MS YaHei, and can fallback to default */
html * {
    font-family: "Microsoft YaHei";
}
/****************************** Content Box Shadow ******************************/
#content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/****************************** Tabs Styles ******************************/
/****************************** Tabs Styles ******************************/
div.tabdiv {
div.tabdiv {
Line 246: Line 235:
::-webkit-scrollbar-button:horizontal:end:decrement:hover {
::-webkit-scrollbar-button:horizontal:end:decrement:hover {
     background-position: -30px -30px;
     background-position: -30px -30px;
}
/****************************** Font Settings ******************************/
/* Override Fonts to MS YaHei, and can fallback to default */
html * {
    font-family: "Microsoft YaHei";
}
/****************************** Content Box Shadow ******************************/
#content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
}