-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
91 lines (71 loc) · 914 Bytes
/
styles.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
html {
height: 100%;
width: 100%;
}
body {
max-width: 900px;
margin: auto;
}
button {
min-width: 80;
}
/* make the tables more readable */
table {
margin: 0px auto;
}
td {
padding-right: 10px;
font-size: 1.3em;
}
td strong {
color: white;
}
#table-header {
background-color: #8f8f8f;
}
.table-row {
background-color: #badde3;
}
.col1 {
background-color: #d0dfe2;
}
/* end of table properties */
main {
display: flex;
float: right;
}
#info {
float: right;
}
.p-5 {
color: white;
background-color: #0dcaf0;
}
.tshop {
font-size: 24px;
}
#ttshop {
font-family: 'Fredericka the Great';
font-size: 30px;
}
.bshop {
box-shadow: 2px 2px 0 0 gray;
}
.shopused {
text-decoration: line-through;
}
table {
margin: 0px auto;
}
.gain {
color: green;
font-size: 1em;
}
.loss {
color: red;
font-size: 1em;
}
.nonprofit {
color: gray;
font-size: 1em;
}