-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
107 lines (96 loc) · 1.35 KB
/
stylesheet.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.submenu {
display: none;
}
li, ul {
list-style: none;
}
#image_wrap {
/* dimensions */
width:700px;
padding:15px 0;
/* centered */
text-align:center;
/* some "skinning" */
background-color:#efefef;
border:2px solid #fff;
outline:1px solid #ddd;
-moz-ouline-radius:4px;
}
// css for nav
div {
display: block;
}
body {
width: 100%;
margin: 0;
padding: 0;
color: #000;
font: 15px helvetica,arial;
background: #f0f0f0;
position: relative;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.submenu {
display: none;
}
li, ul {
list-style: none;
}
.logo {
position: relative;
}
.menu {
position: relative;
}
#navbar-back {
position: relative;
background: #333;
width: 100%;
z-index: 9;
}
#menu-wrap {
float: right;
}
#navbar {
position: relative;
max-width: 1060px;
margin: 0 auto;
color: #f5f5f5;
}
#menu {
float: right;
}
#logo {
width: 120px;
height: 48px;
margin: 2px 5px;
padding: 1px 5px 1px 0;
}
img {
border: 0;
}
.nav {
position: relative;
float: left;
height: 54px;
cursor: pointer;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}