1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**---字體增強---**/
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document regexp("((?!chrome://|telnet://).)*"){

@-moz-document regexp("((?!superstart).)*")
{
body, input {
text-shadow: 0px 0px 0.3px #aeafaf;}

menubar > menu, menubar, menubutton, menulist, menuitem {
text-shadow: 0px 0px 0.3px #B9B99B;}

menupopup > * {
text-shadow: 0px 0px 0.3px #B9B9B9;}

dialog, box, button, page, label, caption, textbox, input, select {
text-shadow: 0px 0px 0.3px #B9B9C9;}

window {
text-shadow: 0px 0px 0.3px #B9A99A;}



/*---中文信黑,英文AdobeSource™SansProRegular---*/

*:not([class*="icon"]):not(i){font-family: "SourceSansPro Regular","XinGothic-ZhangYue W4","iconfont","FontAwesome" !important;}

*:not([class*="icon"]){font-family: "SourceSansPro Regular","XinGothic-ZhangYue W4","iconfont","FontAwesome" !important;}

* {font-family: "SourceSansPro Regular","XinGothic-ZhangYue W4","iconfont","FontAwesome" !important;}

* {font-family: "SourceSansPro Regular","XinGothic-ZhangYue W4","iconfont","FontAwesome" !important;}


pre, code, kbd, samp, var {font-family: "SourceSansPro Regular", "XinGothic-ZhangYue W4" !important;}


}