-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinnerstyle.css
159 lines (150 loc) · 2.36 KB
/
innerstyle.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
159
body{
background-size: cover;
font-family: verdana;
font-size: 20px;
margin:0;
line-height: 24px;
background-repeat: no-repeat;
}
.navbar{
text-align: center;
width: 100%;
background-color: rgba(247, 142, 34, 0.35);
}
.navbar ul {
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.navbar ul li a{
display: block;
padding: 10px 21px;
color: white;
text-decoration: none;
width: 150px;
}
.navbar ul:after {
content: ""; clear: both;
display: block;
}
.navbar ul li {
float:left;
list-style: none;
}
.navbar ul ul {
display: none;
}
.navbar ul li:hover > ul{
display: block;
}
.navbar ul li:hover {
background: black;
transition: 0.9s;
}
.navbar ul .active {
background: black;
transition: 0.9s;
}
.navbar ul li:hover a{
color: white;
}
.navbar ul ul{
background-color:black;
padding: 0;
margin:0;
position: absolute;top:100%;
}
.navbar ul ul li{
float: none;
position: relative;
}
.navbar ul ul li a{
padding: 12px;
color: white;
width: 300px;
text-align: left;
}
.navbar ul ul li a:hover{
background: lightblue;
color: black;
transition: 0.9s;
}
.content{
width: 100%;
}
.banner1{
width:100%;
height:160px;
}
.banner1 div{
width:100%;
}
.banner1 div img{
width:100%;
height:160px;
}
.welcomeUser{
color: #fff;
background: green;
text-align: right;
padding: 3px 20px;
font-size: 12px;
}
.bodybg{
background: url(grse.jpg);
width: 100%;
float:left;
min-height: 100vh;
height: auto;;
background-size: cover;
background-position: center;
}
.logout a{
color: #fff;
padding: 4px;
border: 1px solid #fff;
border-radius: :2px;
text-decoration: none;
}
.top_heading{
line-height: 1.5em;
border: 1px solid black;
color: black;
width: 30%;
}
.form1{
width: 320px;
height: 420px;
top: 50%;
left: 50%;
position: absolute;
}
.clr{
width: 1050px;
height: 438px;
min-height: 100vh;
background-color: #fff;
padding: 1px 1px;
margin-left: 140px;
}
.blk{
width: 1300px;
height: 438px;
min-height: 100vh;
background-color: #fff;
padding: 1px 1px;
margin-left: 14px;
}
.slide1 div {
float: left;
margin-top: 25px;
width:100%;
}
.slide1 div img{
float:left;
width:30%;
border-radius: 50%;
margin:1.5%;
height:400px;
}