-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (82 loc) · 1.62 KB
/
style.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
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
}
html {
background-repeat: no-repeat;
background-attachment: scroll;
min-height: 100%;
background: linear-gradient(0deg, #FFFFFF, #0462F0);
}
#header {
text-align:center;
margin-left: auto;
margin-right: auto;
color: #000000;
}
body {
margin: 25px;
}
#input_table {
background: #80808088;
height: 120px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 400px;
padding: 10px;
border-radius: 10px;
border: 3px solid lightblue;
border-radius: 10px;
color: #000000;
}
#names_list {
background: #80808088;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 380px;
padding: 10px;
border-radius: 10px;
border: 3px solid lightblue;
border-radius: 10px;
color: #000000;
}
table td.date {
text-align: right;
}
table {
width:350px;
}
#creators {
background: #80808088;
height: 120px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 400px;
padding: 10px;
border-radius: 10px;
text-align: center;
border: 3px solid lightblue;
border-radius: 10px;
color: #000000;
}
button {
width: 400px;
height: 25px;
background: #0622F6;
margin: auto;
margin-top: 10px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
color: #FFFFFF;
opacity: 0.7;
}
#checkin_data {
text-align: center;
}