ElEditors, Interface administrators, Administrators
85,550
edits
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/****************************** 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); | |||
} | } |