-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstiles.css
More file actions
79 lines (66 loc) · 1 KB
/
Copy pathstiles.css
File metadata and controls
79 lines (66 loc) · 1 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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #F7F9Fc;
line-height: 1.2;
}
.one {
max-width: 1200px;
margin: 0 auto;
}
header {
position: fixed;
top: 0;
left: 0;
height: 70px;
width: 100%;
z-index: 1000;
}
nav {
position: fixed;
left: 0;
top: 70px;
width: 200px;
padding: 20px;
}
div, aside {
margin-top: 80px;
margin-left: 120px;
}
h1 {
color: #003366;
font-size: 28px;
}
.G, img {
padding: 3px;
}
.links ul {
list-style: none;
padding: 0;
}
.links a {
text-decoration: none;
color: rgb(31, 63, 96);
font-size: 24px;
}
a:hover {
color: rgb(129, 129, 192);
}
a:active {
color: rgb(100, 100, 150);
}
.logo {
vertical-align: middle;
margin-left: 40px;
margin-right: 10px;
}
#video {
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}