-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathraaslab.css
More file actions
53 lines (48 loc) · 1013 Bytes
/
raaslab.css
File metadata and controls
53 lines (48 loc) · 1013 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
body {
font-family: 'Roboto', sans-serif;
background-color: #fefefe;
}
.navbar-custom {
background-color: #000000/*#E03A3E;*/
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
/*color: rgba(255,255,255,.8);*/
color: rgba(255,213,32,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .nav-item.active .nav-link {
/*color: rgba(255,255,255,1);*/
color: rgba(255,213,32,1);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item:hover .nav-link {
/*color: #ffffff;*/
color: rgba(255,213,32,.8);
}
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.container {
margin-top: 30px;
padding-bottom: 30px;
}
h1, .h1, h2, .h2, h3, .h3 {
color: #E03A3E;
border-bottom: 1px solid black;
}
a, a:hover {
color: #E03A3E;
}