This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.css
129 lines (111 loc) · 2.18 KB
/
main.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.LER-warning {
color: #888;
font-size: x-small;
cursor: help;
}
.LER-lawName,
.LER-artNum-container,
.LER-jyi-container,
.LER-court ,
.LER-trialNum,
.LER-date,
.LER-percent {
padding: 0 0.15em;
border: 1px solid #ccc;
font-weight: bold;
}
/** 項類款目的格式
* 英文參照http://law.moj.gov.tw/Service/standard_en.aspx
*/
.LER-art-singlePara {
list-style-type: disc;
padding-left: 1.5em;
}
.LER-art-paragraphs {
list-style-type: upper-roman;
padding-left: 1.5em;
}
.LER-art-categories {
list-style-type: none;
padding-left: 4em;
text-indent: -4em;
}
.LER-art-subparagraphs {
list-style-type: none;
padding-left: 2em;
text-indent: -2em;
}
.LER-art-items {
list-style-type: none;
padding-left: 3em;
text-indent: -3em;
}
.LER-art-singlePara li,
.LER-art-paragraphs li {
line-height: 150%;
padding: 0.15em 0;
}
/** 浮動視窗
*/
.LER-popup {
position: absolute;
width: 400px;
margin: 0;
padding: 0;
text-align: left;
}
.LER-popup-head {
width: 0;
border: solid transparent;
border-width: 0.6em 1em 1em 1em;
border-bottom-color: #ddd;
}
.LER-popup-body {
border: 1px solid #ddd;
background-color: #ddd;
}
.LER-popup-pin {
float: right;
font-size: small;
}
.LER-popup-tabs {
margin: 0.1em 0 -1px 0.5em;
padding: 0;
list-style-type: none;
}
.LER-popup-tabs > li {
display: inline;
border: 1px solid #ccc;
padding: 0 0.2em;
margin: 0 0.2em 0 0;
cursor: pointer;
background-color: #eee;
color: #000;
}
.LER-popup-tabs a {
text-decoration: none;
}
.LER-popup-contents {
background-color: #eee;
border-top: 1px solid #ccc;
padding: 0 0.1em;
min-height: 150px;
}
.LER-popup-contents > div {
width: 100%;
height: 100%;
font-size: medium;
line-height: 125%;
}
.LER-popup-contents iframe {
width: 100%;
height: 225px;
border: 0;
}
.LER-popup-contents ul {
list-style-type: disc;
margin-left: 2em;
}
.LER-popup-contents li {
margin: 0 0 0.25em 0;
}