main
1.12 KB
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
/* Style for Evaluation and Report Language (EARL) publications
*
* Copyright 2009 W3C (MIT, ERCIM, Keio). All Rights Reserved.
* See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*
* Author: W3C Evaluation and Repair Tools Working Group (ERT WG)
*/
.example {
margin: 1em 2em 1em 2em;
color: #000;
background-color: #fff;
padding: 0.5em;
border: 1px dotted #e63232;
}
.note {
color: #000;
background-color: #adff2f;
}
.keyword {
font-weight: bold;
font-style: italic;
}
.noindent {
list-style-type: none;
margin: 0;
padding: 0;
}
pre {
border: 1px dotted #000;
color: #000;
background-color: #f4f3e7;
}
table {
margin: 1ex 2%;
border: solid 1px #000;
border-collapse: collapse;
}
thead,tfoot,tbody,tr {
margin: 0;
padding: 0;
}
th,td {
margin: 0;
padding: 0.2em 1em;
border: solid 1px #000;
vertical-align: top;
}
th ul, td ul {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
abbr[title], acronym[title] {
font-weight: inherit;
font-style: normal;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
}