forked from ghewgill/hp15c
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (36 loc) · 670 Bytes
/
Copy pathstyle.css
File metadata and controls
42 lines (36 loc) · 670 Bytes
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
body {
font-family: sans-serif;
}
#navbar {
padding: 0.3em 0em;
background: steelblue;
color: white;
}
#navbar ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navbar ul li { display: inline; }
#navbar ul li a {
text-decoration: none;
padding: .2em 1em;
}
#navbar a:link { color: white; }
#navbar a:visited { color: white; }
#navbar a:hover { background: black; }
.platform {
margin: 1em 1em 0em 0em;
padding: 0;
border: 2px solid steelblue;
}
.platform h3 {
margin: 0em 0em 1em 0em;
color: white;
padding: 0.2em;
background: steelblue;
font-weight: normal;
}
.platbody {
margin: 1em;
}