-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
78 lines (66 loc) · 1.36 KB
/
main.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
#jumbotron-area{
background-color: #16314c;
background-repeat: no-repeat;
background-image: url(img/finance_dark_4.jpg);
background-position: center center;
background-size: cover;
color: white;
text-shadow: 0 3px 15px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
font-family: "Open Sans","Trebuchet MS","Helvetica Neue","Arial",sans-serif;
box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.35);
margin: 4em 0 0 0;
text-align: center;
min-height: 25em;
}
.caret {
opacity: 1;
transition: opacity 0.1s;
}
.open .caret {
opacity: 0.5;
}
.nav a {
transition: 0.2s;
}
#sitetitle {
padding-top: 4em;
}
@media (min-width: 768px) {
.dropdown-menu > li {
padding-top: 1em;
padding-bottom: 1em;
}
}
.jumbotron p {
text-align: center;
}
p {
text-align: justify;
}
h4,.h4,h5,.h5,h6,.h6 {
margin-top: 1em;
margin-bottom: 0.5em;
}
.dropdown-menu>li>a, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: transparent;
}
.dropdown-menu>li>a:hover {
color: #15c0dc;
}
.navbar-nav>li>.dropdown-menu {
background: #2c3e50;
color:white;
}
.animated {
animation-duration:0.7s;
-webkit-animation-duration:0.7s;
-moz-animation-duration:0.7s;
-o-animation-duration:0.7s;
}
.col-md-4 {
padding-top: 2em;
}
#content {
overflow-wrap: break-word;
}