swad-europe-showcase.css
3.48 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/* swad-e style sheet
'showcase' version without indentations for headers
*/
/* using the w3c activity stylesheet for now, just so there's something
there. eventually we want swad constructs to be styled...
danbri@w3.org
*/
/* this style sheet defines the style for W3C Activity statements */
@import url(/StyleSheets/public.css);
/* Style for Activity statements, by Jenny */
/* Mods by Bert Bos. v1.21 2000/11/17 12:49:54 bbos */
/* $Id: swad-europe-showcase.css,v 1.2 2004/12/21 18:21:43 lmiller Exp $ */
body {
margin-left: 10%;
margin-right: 10%;
background: white;
color: black;
}
p, h1, h2, h3, h4, em, strong, b, td, th, caption, blockquote, ul, li, dl, dt, ol, div, span, table {font-family: sans-serif}
/* SWAD styles, used for data extraction.
Pretty crude initially...
danbri@w3.org */
.delname { color: red; }
.deldesc { color: green; }
.delid { color: yellow; }
/* end SWAD styles */
h2, h4 { color: #069 }
h3 { color: black; font-size:95% }
/* simplified text colors -lesch
em {color:blue; background: yellow}
strong { color:blue; background:#fcc }
b { color: #069 }
*/
em, i { font-style: italic }
strong, b { font-weight: bold }
td { background: #eeeeee; color: black }
th { background: #a0a0a4; color: black }
caption { text-decoration: underline; margin-top: 1em }
p.splash { color: #069 }
p.banner { margin-left: -4% }
blockquote { color: #036; font-style: italic }
.question { font-style: italic; }
.centered { text-align: center; }
a img { border-style: none; color: white }
.formerActivity { background: #e6eff4; color: #000; border: 1px solid #069; padding: 2em }
div.disclaimer { margin-left: -8% }
div.group { margin-left: 4% }
div.color {
background: #ffc;
color: black;
padding: 1.5em;
border: none;
margin-left:0.5%;
}
div.color h3 {
background: #ffc;
color: black;
font-size:95%
}
div.color h2, div.color h4 {
color: #069;
background: #ffc;
}
div.color b {
color: #006699;
background: #ffc;
}
div.small {font-size: small; margin-left: 10%}
p.policyfooter { font-size: small }
/* Figures: <div class=figure><img...><p class=caption>...</div> */
div.figure {
margin: 1em 0 1em 1em
}
p.caption {
font-size: small;
font-style: italic;
color: #666;
}
/*
based on http://lists.w3.org/Archives/Public/spec-prod/2001JanMar/0019.html
*/
pre.example {
background-color: #d5d5d5;
margin: 1em 1cm;
padding: 0 0.3cm;
white-space: pre; /* for NS4 */
border: none; /* for NS4 */
font-size: 92%;
}
pre.code {
margin-top: 8pt;
margin-bottom: 8pt;
background-color: #FFFFEE;
white-space:pre;
border-style:solid;
border-width:1pt;
border-color:#999999;
color:#111111;
padding:5px;
width:100%;
font-size: 80%;
}
@media print {
/* In print, use run-ins for H3 and text-indent rather than white lines */
p {margin: 0; text-align: justify}
p + p {text-indent: 1.5em}
h3 {display: run-in; font: bold 100% serif}
h3:after {content: " - "}
h3 + p, h3 + * {margin-top: 0.9em}
h1, h2, h3 {page-break-after: avoid}
div.figure {page-break-inside: avoid}
body {margin-left: 15%; margin-right: 5%}
h1, h2 {margin-left: 0}
p, h3, h4, em, strong, b, td, th, caption, blockquote, ul, li,
dl, dt, ol, div, span, table, address {font-family: serif}
h1, h2 {font-family: sans-serif}
h2 {border-left: 5em solid #069; padding-left: 0.3em; margin-left: -5.3em}
a:link, a:visited {color: inherit}
a[href]:before {content: "\261E"}
}