-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (59 loc) · 1.18 KB
/
index.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
.logo{
width: 100%;
background-color: #fff;
}
#logo_image {
display: block;
margin-left: auto;
margin-right: auto;
}
.login_form{
display: table;
margin: 0 auto;
padding-top: 10%;
padding-left: 10%;
zoom: 0.90;
-moz-transform: scale(0.90);
}
@media (min-width: 768px){
.navbar-nav{
float:none;
margin: 0 auto;
display: table;
table-layout: fixed;
z-index: 100;
}
}
video#bgvid {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(poster.png) no-repeat;
background-size: cover;
}
.p_inicial {
color: #fff;
font-size: 5em;
text-align: center;
font-family: sans-serif;
}
.initial_container{
margin-top: 5%;
}
@media screen and (max-device-width: 800px) {
html {
background: url(polina.jpg) #000 no-repeat center center fixed;
}
#bgvid {
display: none;
}
}