forked from thisleaf/thisleaf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
kancolle_tp.css
88 lines (73 loc) · 1.45 KB
/
kancolle_tp.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
/* ボーダーの解決は強い線が優先、同じ時は構造順 */
table#input_table {
margin-left: 2em;
margin-right: auto;
}
table#input_table th {
padding: 2px;
white-space: nowrap;
}
table#input_table td {
padding: 2px;
}
table#input_table button {
white-space: nowrap;
}
table#input_table td.equipment {
text-align: left;
white-space: nowrap;
padding-left: 10px;
}
table#input_table td#totaltp_comment {
text-align: left;
/*vertical-align: top;*/
padding-left: 0.5em;
}
table#input_table .option {
padding-left: 10px;
}
table#input_table th {
background-color: lavender;
}
table#input_table th.green {
background-color: #c8fac8;
}
/* nth-child の数式は n=0,1,2... で当てはまる整数にマッチ */
table#input_table tbody.input_area tr:nth-child(-n+6) td:first-child {
cursor: default;
background-color: #def;
}
table#input_table tbody.input_area tr:nth-child(n+7):nth-child(-n+12) td:first-child {
cursor: default;
background-color: #fed;
}
input[type="number"] {
text-align: right;
width: 40px;
}
input[type="number"].bold {
font-weight: bold;
}
input[type="number"]#remaining_tp {
font-size: 120%;
width: 90px;
}
table#hint_table.center {
margin-left: auto;
margin-right: auto;
}
table#hint_table .name {
text-align: left;
white-space: nowrap;
padding-left: 10px;
width: 170px;
}
table#hint_table .tp_s
, table#hint_table .tp_a
{
width: 65px;
}
table#hint_table .comment {
text-align: left;
padding-left: 10px;
}