-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmeet-mins-html.css
114 lines (112 loc) · 1.93 KB
/
meet-mins-html.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
@import url(spans-html.css);
body {
margin : 2em 2em 2em 2em;
padding : 6em 6em 6em 6em;
border : 1ex groove red;
}
td {
padding : 0.4ex 0.6ex 0.4ex 0.6ex;
}
span.note- {
color : darkgreen;
}
span.note-temp {
font-style : italic;
font-size : small;
color : darkgreen;
}
span.note-annotation {
font-style : italic;
font-size : small;
}
tr.label {
background-color : lightgray;
}
div.div-actionReview {
border : thin dashed blue;
padding : 1em 1em 1em 1em;
}
dl {
padding: 1em 1em 1em 1em;
}
dt:before {
display: marker;
list-style: disc outside;
}
dt {
display: in-line;
margin-top: 1ex;
}
dd {
display: in-line;
}
## CSS for dl, dt, dd adapted from
## http://www.the-art-of-web.com/css/format-dl/#section_2 then
## commented out 2012-02-28 and replaced with previous ugly stuff, as
## it was messing up RAC BOD to-do list review
#dl {
# padding : 0.5em;
#}
#dt {
# float : left;
# clear : left;
# width : 8em;
# text-align : right;
# font-weight : bold;
#}
#dt:after {
# content : ":\A0";
#}
#dd {
#}
span.hi-who {
color : darkblue;
}
span.hi-inexactQuote {
quotes : '"' '"' "'" "'";
}
:lang(en) > span.hi-inexactQuote {
quotes : '\201C' '\201D' '\2018' '\2019'
}
:lang(fr) > span.hi-inexactQuote {
quotes : '« ' ' »'
}
:lang(de) > span.hi-inexactQuote {
quotes : '»' '«' '\2039' '\203A'
}
span.hi-inexactQuote:before {
content : open-quote;
}
span.hi-inexactQuote:after {
content : close-quote;
}
p > span.label {
font-style : italic;
}
dd {
padding : 0em 0em 0em 1em;
margin : 0em 0em 0em 0em;
}
span.res {
color : darkblue;
}
a.notLookLikeLink {
color : inherit;
text-decoration : inherit;
}
h4.edition:before {
content : "Version: "
}
li.agendaItem {
margin-top : 1ex;
}
p.agendaItemData {
font-size : small;
padding : 0.5ex 0em 0em 1em;
margin : 0em 0em 0em 0em;
}
p.agendaItemData:first-child {
font-size : small;
padding : 0.1ex 0em 0em 1em;
margin : 0em 0em 0em 0em;
}