-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventaddmodStyle.css
More file actions
executable file
·170 lines (144 loc) · 2.87 KB
/
Copy patheventaddmodStyle.css
File metadata and controls
executable file
·170 lines (144 loc) · 2.87 KB
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
*{
margin: 0;
}
@font-face{
src: url(Roboto-Regular.ttf);
font-family: Roboto;
}
html{
height: 100%;
}
body {
height: 100%;
font-family: Roboto, 'Segoe UI', Helvetica;
background-color: #fff;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -31px;
}
header{
height: 4px;
width: 100%;
background-color: #0094ff;
margin-bottom: 20px;
position: relative;
top: 0;
}
input{
font-size: 20px;
}
form{
position: relative;
background-color: #fff;
margin: 10px auto 50px auto;
border: 0px solid darkgrey;
box-shadow: 0 0 5px 2px #0094ff;
padding: 15px;
height: auto;
width: 600px;
}
.radios{
margin: 5px;
}
#delBtn{
width:200px;
margin: 30px auto auto auto;
background-color: #ff0000;
transition: 0.3s all ease;
color: #fff;
padding: 5px 20px 5px 20px;
border-radius: 4px;
font-family: Roboto, 'Segoe UI', 'Helvetica';
border: 0;
box-shadow: 0 3px 8px grey;
-webket-transition: 0.3s all ease;
}
#delBtn:hover{
cursor: pointer;
box-shadow: 0 7px 14px 0 grey;
}
#subBtn{
width:200px;
margin: 20px auto auto auto;
background-color: #0094ff;
transition: 0.3s all ease;
color: #fff;
padding: 5px 0 5px 0;
border-radius: 4px;
font-family: Roboto, 'Segoe UI', 'Helvetica';
border: 0;
box-shadow: 0 3px 8px grey;
-webket-transition: 0.3s all ease;
}
#subBtn:hover{
cursor: pointer;
box-shadow: 0 7px 14px 0 grey;
}
#subBtn:active{
cursor: pointer;
box-shadow: 0 0 0 0 #fff;
}
.formLabel{
width: 50px;
display: inline-block;
}
.formLabel1{
width: 150px;
display: inline-block;
}
.radioDiv{
margin: 10px;
padding-bottom: 2px;
border-bottom: 1px solid darkgrey;
}
.radioLabel{
font-size: 20px;
}
#eventTitle{
width: 496px;
font-size: 30px;
}
a{
text-decoration: none;
color: #fff;
}
ul{
padding-left: 10px;
margin-top: 109px;
list-style-type: none;
}
li{
margin: 10px;
border: 1px solid grey;
width: 235px;
font-size: 20px;
border: 0;
padding: 5px;
background-color: #0094ff;
color: #fff;
box-shadow: 0 3px 8px grey;
transition: 0.3s all ease;
-webket-transition: 0.3s all ease;
}
li:hover{
box-shadow: 0 0px 10px darkgrey;
color: #0094ff;
background-color: #fff;
transform: scale(1.2, 1.2) translate(20px);
-webkit-transform: scale(1.2, 1.2) translate(20px);
}
.push{
height: 31px;
}
.footer{
background-color: #f4f4f4;
border-top: 1px solid #808080;
height: 30px;
color: #808080;
font-size: 12px;
text-align: center;
margin-top: 20px;
}