-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtt.css
More file actions
107 lines (85 loc) · 1.51 KB
/
tt.css
File metadata and controls
107 lines (85 loc) · 1.51 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
td.win {
color: red;
}
td.lose {
color: green;
}
td.waive {
color: grey;
}
td.diagonalFalling {
/* https://stackoverflow.com/questions/30376886/is-it-possible-to-cross-out-cells-in-an-html-table/30377346#30377346 */
background-image: linear-gradient(to top right, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
}
div.Disable {
color: lightgray;
}
div.Platinum {
color: #5A2A82;
}
div.Gold {
color: #B8860B;
}
div.Silver {
color: #848482;
}
div.Bronze {
color: #B87333;
}
#spinner * {
background-color: transparent;
}
#infotable tr td {
white-space: nowrap;
padding: 1px 50px 1px 1px;
width: 100%;
}
a.ttlink {
cursor: pointer;
}
input[readOnly]:not(.x-trigger-noedit) {
background: lightgrey;
}
/* https://www.scriptol.com/css/tooltip.php */
span.avatar span {
display: none;
}
span.avatar:hover span {
display:block;
position:fixed;
z-index:1000;
top: 20%;
margin-left:100px;
}
.x-grid3-hd-avatar {
background: transparent
url(etc/avatar.png)
no-repeat 3px 3px ! important;
}
#more {
font-size: 12px;
}
#more div{
margin-top: 10px;
margin-bottom: 10px;
}
/* center bracket */
.jQBracket{
margin: auto;
}
div.jQBracket .bracket {
float: none !important;
}
.bracket_team img{
width: 16px;
height: 16px;
margin-left: 5px;
margin-right: 5px;
veritcal-align: bottom;
}
.bracket_info {
display: block;
text-align: center;
margin: auto;
color:444
}