-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtf.css
More file actions
44 lines (35 loc) · 746 Bytes
/
Copy pathtf.css
File metadata and controls
44 lines (35 loc) · 746 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
html {
scroll-behavior: smooth;
}
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
padding-top: 3.5rem;
}
.jumbotron-title {
padding-top: 3rem;
padding-bottom: 2rem;
background: #000064; /* old browsers fallback color*/
background: -webkit-linear-gradient(to left, #1BADD8, #00003E);
background: linear-gradient(to left, #1BADD8, #00003E);
color:#fff;
}
.hd1{
color:#fff;
}
.jumbotron-features {
background: #bef1d8; /* old browsers fallback color*/
}
.jumbotron-sponsors {
background: #eff7fa; /* old browsers fallback color*/
}
ul {
list-style-position: inside;
padding-left: 0;
}
ol {
list-style-position: inside;
padding-left: 0;
}
div .hideNews {
display: none;
}