-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphylocomStyle.css
More file actions
55 lines (48 loc) · 884 Bytes
/
phylocomStyle.css
File metadata and controls
55 lines (48 loc) · 884 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
43
44
45
46
47
48
49
50
51
52
53
54
55
/* CSS Document */
#header {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
padding: 20px;
color:#FFFFFF;
background-color:#3FB3E0;
}
#content {
padding: 0px;
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
background-color:#FFFFFF;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
a:link {
color:#0000CC;
text-decoration:none;
border-bottom-style:none; /* dashed */
border-bottom-width:thin;
}
a:visited {
color:#0000D0;
text-decoration:none;
border-bottom-style:none;
border-bottom-width:thin;
}
a:hover {
color:#0000FF;
text-decoration:none;
border-bottom-style:solid;
border-bottom-width:thin;
}
a:active {
color:#0000FF;
text-decoration:none;
border-bottom-style:solid;
border-bottom-width:thin;
}