blob: 1eafc6b92e01dedc00e5e206f5b0a46f0496a633 (
plain)
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
|
body > ul
list-style-type: none
margin: 0
padding: 0
li
padding: 0.25em
margin: 0
.kindType
color: inherit
.kind
font-weight: bold
.type
color: #aaa
.type::before
content: "("
.type::after
content: ")"
.info
list-style-type: none
margin: 0
padding: 0
li
display:inline-table
border-collapse: collapse
div
display: table-row
div
display: table-cell
background-color: #ddd
border-right:1px solid #999
padding: 0.25em
div:first-child
border-radius: 0.5em 0 0 0.25em
div:last-child
border-right-style: none
border-radius: 0 0.25em 0.5em 0
li.content
display:inline-block
background-color: #ddd
padding: 0.25em
border-radius: 0.5em 0.25em
li
margin-bottom:0.5em
li:last-child
margin-bottom:0
.expireMonth
color: #995e00
.expireWeek
color: #994000
.expired
color: #990000
text-decoration: line-through
|