forked from shinpei2022/thisleaf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kc_expd_st.css
69 lines (57 loc) · 936 Bytes
/
kc_expd_st.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
/* ポップアップでヒントが出る */
*[title] {
cursor: help;
}
*[title=""] {
cursor: default;
}
#ship_status {
display: inline-block;
}
#ship_status tbody th {
min-width: 40px;
}
#ship_status tbody td {
min-width: 60px;
text-align: center;
cursor: pointer;
}
#ship_status tbody td.total {
cursor: help;
}
#ship_status tbody td .impr_value {
font-size: 80%;
}
#hint {
display: inline-block;
vertical-align: top;
font-size: 80%;
}
#hint td.prev_input, #hint td.next_input {
min-width: 60px;
text-align: center;
}
table td.next_input {
background-color: #ddf;
border: 1px double blue;
color: blue;
}
div#buttons {
line-height: 1.4;
}
div#int_buttons {
/* default */
max-width: 405px;
}
div#int_buttons div.bar {
display: inline-block;
text-indent: 0px;
padding-left: 0px;
margin-right: 2px;
}
div#int_buttons button.int {
min-width: 40px;
}
div#sqrt_buttons button.sqrt {
min-width: 70px;
}