blob: ab5c026db401f4d85c02067467b18534630418b0 (
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
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
|
a {
border-bottom-style: initial;
border-left-style: initial;
border-right-style: initial;
border-top-style: initial;
}
b {
border-bottom-style: inherit;
border-left-style: inherit;
border-right-style: inherit;
border-top-style: inherit;
}
c {
border-bottom-style: unset;
border-left-style: unset;
border-right-style: unset;
border-top-style: unset;
}
d {
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
border-top-style: none;
}
e {
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
}
f {
border-bottom-style: inset;
border-left-style: inset;
border-right-style: inset;
border-top-style: inset;
}
g {
border-bottom-style: outset;
border-left-style: outset;
border-right-style: outset;
border-top-style: outset;
}
h {
border-bottom-style: hidden;
border-left-style: hidden;
border-right-style: hidden;
border-top-style: hidden;
}
i {
border-bottom-style: dotted;
border-left-style: dotted;
border-right-style: dotted;
border-top-style: dotted;
}
j {
border-bottom-style: dashed;
border-left-style: dashed;
border-right-style: dashed;
border-top-style: dashed;
}
k {
border-bottom-style: double;
border-left-style: double;
border-right-style: double;
border-top-style: double;
}
l {
border-bottom-style: groove;
border-left-style: groove;
border-right-style: groove;
border-top-style: groove;
}
m {
border-bottom-style: ridge;
border-left-style: ridge;
border-right-style: ridge;
border-top-style: ridge;
}
|