-
Notifications
You must be signed in to change notification settings - Fork 7
/
cpan-prc.css
59 lines (58 loc) · 984 Bytes
/
cpan-prc.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
html {
color: #555;
font-family: Helvetica,Arial,sans-serif;
font-size: 12pt;
}
body {
background-color: #fff;
padding: 40px;
}
h1 {
color: #555;
font-size: 24pt;
margin: 0 0 1em;
text-align: center;
}
h2 {
color: #fff;
font-size: 14pt;
margin-top: 0;
background-color: #800;
padding: 10px;
}
div.topic {
background-color: #fff;
display: inline-block;
height: 175px;
margin: 25px;
max-height: 175px;
overflow: hidden;
padding: 0;
vertical-align: top;
width: 300px;
border-radius: 5px;
padding-bottom: 25px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
a {
text-decoration: none;
}
p {
line-height: 125%;
margin-left: 25px;
margin-right: 25px;
}
ul {
padding-left: 25px;
}
li {
line-height: 125%;
}
table.assignments td {
padding: 2px 4px;
width: 30%;
}
table.assignments {
margin-left: 25px;
margin-right: 25px;
}