-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_vertical.css
122 lines (106 loc) · 2.3 KB
/
style_vertical.css
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
116
117
118
119
120
121
122
* {
font-family: "微软雅黑 UI", "Microsoft YaHei UI";
font-size: 11px;
}
body, html {
margin: 0;
}
html {
height: 100%;
overflow: hidden;
background-color: transparent;
padding: 0;
margin: 0;
}
.resizeHandle {
background-image: url(handle.png);
background-position: bottom right;
background-repeat: no-repeat;
box-sizing: border-box;
}
#container {
padding: 0;
margin: 0;
}
.tableBar {
color: #E2EBF5;
text-shadow: -1px 0 3px #217AA2, 0 1px 3px #217AA2, 1px 0 3px #217AA2, 0 -1px 3px #217AA2;
font-weight: 400;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing:border-box;
-webkit-box-sizing:border-box;
table-layout: fixed;
}
#tableBody_h {
color: #F0F5EB;
text-shadow: -1px 0 3px #44A355, 0 1px 3px #44A355, 1px 0 3px #44A355, 0 -1px 3px #44A355;
}
.lightbar {
height: 3px;
margin: 0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
#table_d .lightbar {
position: relative;
top: -2px;
}
.container {
padding: 0;
margin: 0;
border-collapse: separate;
border-spacing: 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-content: space-between;
align-items: baseline;
justify-content: space-between;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing:border-box;
-webkit-box-sizing:border-box;
border-radius: 6px;
}
#encounter {
color: #DED7BE;
text-shadow: -1px 0 2px #795516, 0 1px 2px #795516, 1px 0 2px #795516, 0 -1px 2px #795516;
font-weight: 400;
white-space: nowrap;
padding: 0 20px 3px;
border-bottom: 1px dashed;
}
#debug {
color: #DED7BE;
text-shadow: -1px 0 2px #795516, 0 1px 2px #795516, 1px 0 2px #795516, 0 -1px 2px #795516;
font-weight: 400;
white-space: nowrap;
}
.name {
font-size: 13px;
width: 50%;
}
.crdh {
flex-grow: 1;
text-align: right;
}
.nameplate {
display: inline;
flex-grow: 3;
}
.jobicon {
width: 16px;
height: 16px;
position: relative;
top: 3px;
}
.maxhit {
text-align: right;
flex-grow: 3;
}