-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
161 lines (126 loc) · 2.26 KB
/
Copy pathstyles.css
File metadata and controls
161 lines (126 loc) · 2.26 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
button {
cursor: pointer;
border-radius: 20px;
}
#la_grid td {
cursor: pointer;
}
#celestial_body{
width: 150px;
position: absolute;
top: 50px;
left: 0px;
z-index: -10;
}
#soux_la_grid td {
cursor: pointer;
}
#we_love_crime td {
cursor: pointer;
}
#inter_list tr {
cursor: none;
}
h1 {
text-align: left;
}
.button-container {
align-items: right;
}
header {
display: flex;
width: 100%;
justify-content: space-between;
}
.resources div {
display: inline-block;
margin: 0 1rem;
}
#demandometer {
text-align: center;
user-select: none;
}
.stock span {
background-color: blue;
display: inline-block;
border: solid black 1px;
margin: 1px;
}
#la_grid td.too-expensive {
cursor: not-allowed;
text-decoration: line-through;
}
td.too-expensive {
cursor: not-allowed;
text-decoration: line-through;
}
.theTitleSlide div {
display: flex;
align-items: center;
justify-content: center;
}
#speedotronzoomsonicthree {
font-size: 90px;
display: inline-block;
z-index: -1;
position: absolute;
margin: auto;
text-align: center;
pointer-events: none;
background-color: rgba(100,0,0,0.6);
padding: auto;
}
body {
overflow-x: hidden;
}
.container_for_speedotronzoomsonicthree {
width: 100vw;
height: 100vh;
top: 40vh;
right: 15vh;
z-index: 0;
position: absolute;
text-align: center;
pointer-events: none;
}
#theButton {
width: 100px;
height: 50px;
padding: 10px 20px;
font-size: 20px;
background-color: rgb(81, 155, 180);
/* Initial RGB color */
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
/* Smooth transition for color change */
}
.introParagraph div {
font-size: 18px;
font-family: cursive;
font-weight: bold;
text-shadow: 0px 0px 4px white;
display: block;
flex-direction: column;
gap: 10px;
max-width: 600px;
text-align: center;
}
table {
width: 101%;
}
td {
font-family: 'Courier New', Courier, monospace;
height: 50px;
border: solid 3px black;
}
.dolladollabillsyall{
}
#greatestWinner img {
width: 100%;
}
#loser img {
width: 100%;
}