home.css
813 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
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
color: #555 !important;
}
html {
height: 100%;
background-image: url("/static/img/repeat.png");
background-position: center;
background-repeat: repeat;
}
body {
min-height: 100%;
background: transparent;
background-image: url("/static/img/background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 51px;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
.project-context .title-page {
font-size: 19px;
line-height: 40px;
color: #474544;
}
.dataTable td {
transition: opacity 1s ease 0s;
}