-
Notifications
You must be signed in to change notification settings - Fork 1
/
sigchi.css
executable file
·74 lines (67 loc) · 928 Bytes
/
sigchi.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
html {
margin: 0;
padding: 0;
color: #333;
background: #f4f5f8;
font-family: Arial, Helvetica, sans-serif;
}
body {
margin: 0;
padding: 0;
line-height: 1.35;
}
h3 {
font-size: 18pt;
margin: 0;
line-height: 1.4;
}
header, #content, footer {
width: 77%;
max-width: 980px;
margin: 10px auto;
}
header .important {
width: 250px;
background: #fff;
margin: 0;
padding: 15px 25px;
border: 2px solid #666;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float: right;
font-size: 120%;
}
footer {
margin-top: 20px;
font-size: 80%;
}
#acmlogo {
width: 38px;
margin-right: .5em;
vertical-align:middle;
}
a {
text-decoration: none;
color: #36d;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #139;
}
ul, ol {
margin: .8em 1.5em;
padding: 0;
}
li {
margin: .5em .8em;
padding: 0;
}
dl dt {
font-weight: bolder;
}
dl dd {
margin: 0 0 .5em 0;
}