-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (82 loc) · 1.32 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (82 loc) · 1.32 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
h1{
font-family: monospace;
color: #EDF5E1;
}
html{
min-height: 100%;
}
.fixedheader{
background: #05386B;
text-align: center;
position: fixed;
width: 100%;
padding: 0 0;
top: 0;
left: 0;
z-index: 9;
}
.footer{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
right: 0;
height: 20px;
background: #808080;
z-index: 9;
}
body{
background: #5CDB95;
padding-top: 100px;
position: relative;
min-height: 100vh;
}
img{
float: right;
width: 300px;
height: 300px;
border: 3px solid #FFF;
margin-right: 100px;
margin-left:100px;
}
h2{
font-family: Helvetica, Arial, sans-serif;
margin-left: 150px;
margin-bottom: 50px;
font-size: 35px;
}
h2.altstyle{
font-size: 30px;
}
p{
font-family: Times, "Times New Roman", serif;
font-size: 25px;
}
.text-body{
left: 0;
margin-left:150px;
overflow: auto;
}
ul{
font-family: fantasy;
}
li{
color: #EDF5E1;
display:inline;
padding: 10px;
padding-bottom: 0px;
}
li a{
text-decoration: none;
}
a{
color: #EDF5E1;
}
a:visited {
color: #EDF5E1;
text-decoration: none;
}
li a:hover {
color: #EDF5E1;
background: #0538FF;
}