-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
236 lines (205 loc) · 4.59 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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
div{
color: black;
}
#elements{
size: 4;
color: black;
}
body{
width: 98%;
text-align: center;
font-family: sans-serif;
}
<style>
*{
box-sizing: border-box;
}
body{
font-family: all
}
header{
padding: 0px;
text-align: center;
font-size: 35px;
color: blue;
font-weight: bold;
font-variant: normal;
height: 30px;
}
nav {
float: left;
width: 96.8%;
background: #e5ffe5;
padding: 20px;
height: 700px;
}
section:break-after{
content: "";
display: table;
clear: both;
background-color: #e5ffe5;
}
form :active {
color: red;
}
fieldset{
height: 90%;
width: 90%;
font-family: sans-serif;
}
header{
font-stretch: ;
font-size: 10;
font-family: ;
font-style: italic;
}
article{
height: 100%;
}
footer{
padding-bottom: bold;
}
.Hheader{
padding: 5px;
text-align: center;
font-size: 35px;
color: white;
font-weight: bold;
font-variant: normal;
}
.signIn{
background-color: black;
border: none;
color: white;
/*text-align: center;*/
text-decoration: none;
font-size: 15px;
cursor: pointer;
border-radius: 4px;
position: right;
display: inline-block;
font-weight: bold;
left:90%;
}
.signIn{
position: relative;
left: 500px;
}
.img{
left: 50px;
height:40;
width:40;
}
.button{
background-color: #ffffff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
font-size: 16px;
border-radius: 12px;
position: relative;
display: inline-block;
padding: 0.618rem 1.618rem;
cursor: pointer;
color: #FFF;
letter-spacing: 1px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
background:#0066cc none repeat scroll 0% 0%;
border: 1px solid #ffffcc;
border-radius: 4px;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.25),
0 1px 0 rgba(255, 255, 255, 0.25) inset,
0 0 0 rgba(0, 0, 0, 0.5) inset,
0 1.25rem 0 rgba(255, 255, 255, 0.08) inset,
0 -1.25rem 1.25rem rgba(0, 0, 0, 0.3) inset,
0 1.25rem 1.25rem rgba(255, 255, 255, 0.1) inset;
transition: all 0.1s linear 0s;
margin: 0.618rem;
}
.button:hover,
.button:focus {
text-decoration: none;
box-shadow:
0 2px 5px rgba(0, 0, 0, 0.5),
0 1px 0 rgba(255, 255, 255, 0.25) inset,
0 0 0 rgba(0, 0, 0, 0.25) inset,
0 20px 0 rgba(255, 255, 255, 0.03) inset,
0 -20px 20px rgba(0, 0, 0, 0.15) inset,
0 20px 20px rgba(255, 255, 255, 0.05) inset;
}
.button:active {
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.25),
0 1px 0 rgba(255, 255, 255, 0) inset,
0 0 5px rgba(0, 0, 0, 0.5) inset,
0 20px 0 rgba(255, 255, 255, 0.03) inset,
0 -20px 20px rgba(0, 0, 0, 0.15) inset,
0 20px 20px rgba(255, 255, 255, 0.05) inset;
}
.button::before {
content: "";
display: block;
position: absolute;
background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
padding: x 12px;
top: 0;
left: 15%;
height: 1px;
width: 40%;
box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2);
transition: all 0.3s ease-in-out 0s;
}
.button:active::before {
opacity: 0;
}
.button:hover::before {
left: 95%;
}
img{
float: left;
}
.gridcontainer{
display: grid;
grid-template-areas:
'Hheader Hheader Hheader Hheader'
'nav nav nav nav nav'
'nav nav nav nav nav'
'Hfooter Hfooter Hfooter Hfooter';
background-color: black;
align-items: center;
}
.gridcontainer > div {
background-color: white;
text-align: center;
font-size: 30px;
}
.head{
color: black;
float: center;
}
.heading{
float: center;
color: black;
}
.Time{
float: right;
}
.glow {
font-size: 35px;
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}