forked from ptbello/_strap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalphacity.css
More file actions
49 lines (43 loc) · 783 Bytes
/
alphacity.css
File metadata and controls
49 lines (43 loc) · 783 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
/* Estilos propios */
.menu-bar {
position: absolute;
top: 30px;
left: 50%;
height: 14px;
margin-left: -10px;
}
.bars {
display: block;
width: 20px;
height: 3px;
background-color: #333;
box-shadow: 0 5px 0 #333, 0 10px 0 #333;
}
.menu {
display: none;
width: 100%;
padding: 70px 10px 50px;
margin: 0 auto;
text-align: center;
background-color: #fff;
}
.logo-texto {
text-transform: uppercase;
padding-top: 40px;
}
.menu ul {
margin-bottom: 0;
}
.menu a {
color: #333;
font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
text-transform: uppercase;
opacity: 0.8;
}
.menu a:hover {
text-decoration: none;
opacity: 1;
}
header#sticker {
z-index: 10000;
}