-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnavbar.css
158 lines (145 loc) · 2.57 KB
/
navbar.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
body
{
margin:0;
padding:0;
font-family:'Calibri',serif;
}
.logo{
color:#000000;
float:left;
padding:12px 60px 20px 25px;
font-size:36px;
font-weight:bold;
font-style:italic;
font-family:"Buxton Sketch";
}
.logo>a{
text-decoration:none;
color:#000000;
}
.banner{
width:100%;
display:block;
}
.banner>.banner-image{
width:100%;
display:rec;
}
.service1{
width:280px;
border:1px solid #c1c1c1;
margin:45px 10px;
padding:0px 5px 0px ;
float:left;
}
.service1> p {
font-size:14px;
color:#636363;
max-width:250px;
}
.services{
width:1333px;
margin: auto;
padding-left:60px;
}
h1{
font-size:16px;
font-weight:bold;
background-color:#2C9805;
color:#FEF8F5;
padding:15px 0;
margin:0 -6px;
}
.image{
max-width:200px;
margin:10px 0 0 0;
}
.heading{
text-align:center;
font-size:25px;
color:#BF571B;
margin:50px 0 50px 0;
}
.image:hover{
opacity:0.2;
max-width:200px
margin-top: 15x
}
.menu {
border: none;
border: 0px;
margin: 0px;
padding: 12px;
font-family: verdana,geneva,arial,helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}
.menu ul {
background: #0C7DBF
height: 43px;
list-style: none;
margin: 0;
padding: 0;
}
.menu li {
float: left;
padding: 0px 8px 0px 8px;
}
.menu li a {
color: #fffff;
display: block;
font-weight: bold;
line-height: 43px;
padding: 0px 25px;
text-align: center;
text-decoration: none;
}
.menu li a:hover {
color: #000000;
text-decoration: none;
}
.menu li ul {
background: #e0e0e0;
border-left: 2px solid #a80329;
border-right: 2px solid #a80329;
border-bottom: 2px solid #a80329;
display: none;
height: auto;
filter: alpha(opacity=95);
opacity: 0.95;
position: absolute;
width: 225px;
z-index: 200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul {
display: block;
}
.menu li li {
display: block;
float: none;
padding: 0px;
width: 225px;
}
.menu li ul a {
display: block;
font-size: 12px;
font-style: normal;
padding: 0px 10px 0px 15px;
text-align: left;
}
.menu li ul a:hover {
background: #949494;
color: #000000;
opacity: 1.0;
filter: alpha(opacity=100);
}
.menu p {
clear: left;
}
.menu #current {
background: url(https://1.bp.blogspot.com/-Z9bi1D4dtH8/T7zWalpDEWI/AAAAAAAABzI/iXhXlizOKO8/s1600/helperblogger.com-current-bg.gif) top left repeat-x;
color: #ffffff;
}