-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathua-style.css
More file actions
115 lines (94 loc) · 2.27 KB
/
ua-style.css
File metadata and controls
115 lines (94 loc) · 2.27 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
span.ua, span.os {
display: inline-block;
margin: 0 3px !important;
color: #FFFFFF !important;
border-radius: 5px;
padding: 1px 5px !important;
box-shadow: 0 1px 3px rgba(0, 37, 55, 0.15);
font-size: 12px;
text-transform: Capitalize !important;
}
.ua_other {
background-color: #428bca !important;
border-color: #357ebd !important;
}
.ua_ie {
background-color: #428bca !important;
border-color: #357ebd !important;
}
.ua_firefox {
background-color: #f0ad4e !important;
border-color: #eea236 !important;
}
/*.ua_maxthon {*/
/*background-color: #7373B9 !important;*/
/*border-color: #7373B9 !important;*/
/*}*/
.ua_ucweb {
background-color: #FF740F !important;
border-color: #d43f3a !important;
}
.ua_sogou {
background-color: #78ACE9 !important;
border-color: #4cae4c !important;
}
/*.ua_2345explorer {*/
/*background-color: #2478B8 !important;*/
/*border-color: #4cae4c !important;*/
/*}*/
/*.ua_2345chrome {*/
/*background-color: #F9D024 !important;*/
/*border-color: #4cae4c !important;*/
/*}*/
/*.ua_mi {*/
/*background-color: #FF4A00 !important;*/
/*border-color: #4cae4c !important;*/
/*}*/
/*.ua_lbbrowser {*/
/*background-color: #FC9D2E !important;*/
/*border-color: #4cae4c !important;*/
/*}*/
.ua_chrome {
background-color: #EE6252 !important;
border-color: #4cae4c !important;
}
.ua_qq {
background-color: #3D88A8 !important;
border-color: #4cae4c !important;
}
.ua_apple {
background-color: #E95620 !important;
border-color: #4cae4c !important;
}
.ua_opera {
background-color: #d9534f !important;
border-color: #d43f3a !important;
}
.os_other {
background-color: #39b3d7 !important;
border-color: #46b8da !important;
}
.os_win {
background-color: #39b3d7 !important;
border-color: #46b8da !important;
}
.os_android {
background-color: #98C13D !important;
border-color: #01B171 !important;
}
.os_ubuntu {
background-color: #DD4814 !important;
border-color: #01B171 !important;
}
.os_linux {
background-color: #D3B17D !important;
border-color: #1F1F1F !important;
}
.os_mac {
background-color: #666666 !important;
border-color: #1F1F1F !important;
}
.os_unix {
background-color: #014485 !important;
border-color: #1F1F1F !important;
}