-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (52 loc) · 1.28 KB
/
styles.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
60
61
62
body {
background: white;
text-align: center;
color: black;
font-family: Helvetica, Arial;
}
p.pubs{margin-left: 2em; text-indent: -2em; font-size:125%; text-align: left;}
p {
margin-left: 10%;
margin-right:10%;
}
/* Style the navbar */
#navbar {
overflow: hidden;
background-color: rgb(255,108,12);
opacity: 1;
}
/* Navbar links */
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px;
text-decoration: none;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 60px;
}
.top_links {
display: inline-block;
vertical-align: middle;
margin:10px;
background-color: rgb(255, 255, 255);
align-self: center;
width: 150px;
color: white;
border-radius: 10px;
text-decoration: none;}
.clean{
text-decoration: none;
font-family: 'Cooper Black';
/* "Roboto"; */
color: rgb(53, 100, 115);
}