-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjumbotron.css
98 lines (77 loc) · 1.22 KB
/
jumbotron.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
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
88
89
90
91
92
93
94
95
96
97
98
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
.jumbotron {
padding-bottom: 20px;
background: url("./images/home.png") no-repeat transparent ;
background-size: cover;
}
.jumbotron2 {
background-color: transparent;
padding: 14px 24px;
font-size: 17px;
}
.jumbotron3 {
background-color: lighten;
padding: 14px 24px;
font-size: 17px;
}
.fluxograma {
background-color: #CDDE87;
padding: 10px 10px;
text-align: center;
}
.image {
background-color: transparent;
padding: 10px 10px;
text-align: center;
}
.modulos {
background-color: transparent;
padding: 14px 24px;
padding-top: 50px;
}
.vazio {
background-color: transparent;
padding: 30px 0px;
}
.btn-home {
color: #fff;
background-color: #0973B3;
border-color: #043755;
}
.capital-letter{
color: #043755;
}
.introduction p {
color: #043755;
}
.normal-letter{
}
.navbar{
background-image: none;
background-color:#043755;
border-radius:0;
color:#fff;
}
.navbar-brand{
color:#ffffff;
}
.components{
}
.traits{
padding-left: 5%;
}
.commands{
padding-left: 10%;
}
.parameters{
padding-left: 15%;
}
.states{
padding-left: 10%;
}
.video{
float: right;
}