-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
88 lines (75 loc) · 1.23 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
html, body {
max-width: 1440px
}
body {
/*font-family: Interstate-Light;*/
color: #333;
font-size: 16px
}
#topBlackBar{
top:0;
left:0;
}
.full-width {
max-width: 1440px;
width: 1440px
}
.header-out {
height: 36px;
background-color: black;
width: 1440px
}
#citiBanner{
top: 25.5px
}
.citibanner{
background: url(images/BannerBackColor.png) repeat-x 0 0;
height: 86.1px;
width: 1440px
}
.logo{
margin-left: 90.5px;
margin-top: 23.3px;
height: 38px
}
#subnav{
z-index: 50;
top: 110px;
width: 100%;
height: 50px;
margin-top: 111px;
padding: 0 10px;
background: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, .125), 0 1px 1px rgba(0, 0, 0, .125);
}
.maxWidthInner {
max-width: 1440px;
margin: 0 auto;
position: relative
}
.posfix{
position: fixed;
z-index: 2
}
#subnav_inner {
z-index: 15;
width: auto;
height: 50px;
float: left;
}
.subnav_inner-btn {
height: 50px;
cursor: pointer;
color: #333;
border-radius: 0;
outline: 0;
box-shadow: none;
line-height: 50px;
list-style: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
menu{
display: block
}