This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
/
tcresearch.css
109 lines (109 loc) · 1.6 KB
/
tcresearch.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
.aspectlist {
list-style:none;
padding:0;
overflow:scroll;
height:405px;
display:block;
width:700px;
}
.aspectlist > li {
display:block;
width:145px;
float:left;
font-size:100%;
font-family:serif;
}
#avail > li > * {
padding:5px;
display:block;
overflow:hidden;
text-decoration:none;
color:#333;
cursor:pointer;
}
.aspectlist > li.aspect:hover {
background:#DDD;
color:#000;
font-weight:bold;
}
#avail > li {
width:20%;
}
.aspect img {
vertical-align:middle;
float:left;
margin:8px 5px 0 0;
max-width:64px;
}
.aspect .desc {
overflow: hidden;
font-weight:normal;
line-height: 1.4em;
font-size:small;
}
.aspect > div {
text-align:left;
}
#avail > li.unavail {
background:#BBB;
color:#999;
}
#avail > li.unavail:hover {
background:#999;
}
#close_results {
float:right;
}
.result > li {
margin-bottom:10px;
text-align:center;
}
.result > .aspect_result {
border:1px solid #e8e8e8;
padding:5px;
}
.result > li img {
margin:4px 5px 0 0;
}
#combination_box {
z-index: 500;
background:#d6d6d6;
position:absolute;
display:table-cell;
padding:5px;
display:none;
}
#combination_box img {
float:left;
margin:4px 5px 0 0;
}
#left, #right, #equals {
display:inline-block;
vertical-align: middle;
}
.operator {
font-size:1.2em;
line-height: 30px;
margin: 0 6px;
}
.name, #combination_box .desc {
margin-left: 37px;
}
#combination_box .desc {
font-size:small;
}
#aspects_used {
border-top:2px solid #c2c2c2;
padding:5px;
}
#aspects_used_list {
padding-left:0;
}
#aspects_used_list > li {
width: 32px;
height: 32px;
display: inline-block;
text-align:center;
line-height:32px;
cursor:default;
}