-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
108 lines (95 loc) · 1.66 KB
/
style2.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
html {
height: 100%;
width: 100%;
}
#topbar {
text-align: right;
justify-content: right;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
font-family: "Lexend", sans-serif;
position: relative;
}
.navButton {
font-weight: bold;
background-color: #2DAD90;
color: white;
padding:5px;
padding-right:10px;
padding-left:10px;
border-radius: 20px;
}
body {
background-color: #103140;
}
table, th, td {
border: 1px solid grey;
border-radius: 5px;
tr:nth-child(even) {background-color: #f2f2f2;}
text-align:center
}
#commentTable {
margin-left: auto;
margin-right: auto;
width: 90%;
border-radius: 5px;
}
#addCardSection {
text-align:center;
padding: 10px;
margin-bottom: 0px;
margin-top:0px;
border-radius: 5px;
background-color: white;
margin-left: auto;
margin-right: auto;
}
#addlabel {
font-decoration: bold;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#saveAndConvertRow {
margin-left: auto;
margin-right: auto;
text-align:center;
padding: 5px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 20px;
}
input {
border-color: #2DAD90;
border-radius: 5px;
text-align: center;
padding: 5px;
}
.tablePageButton {
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #2DAD90;
border-radius: 5px;
color: white;
}
#tableSpace {
text-align:center;
background-color: white;
border-radius:5px;
padding-top: 10px;
padding-bottom: 10px;
width: 95%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.tablePageHeader {
text-align: center;
color: white;
}