Justxd22 commited on
Commit
a19fed3
Β·
1 Parent(s): 7494024

Add Cork pattern, Paper Pattern

Browse files
TODO.md CHANGED
@@ -10,3 +10,8 @@
10
  - sound/music
11
  - eleven labs tts/voice
12
  - typing effect
 
 
 
 
 
 
10
  - sound/music
11
  - eleven labs tts/voice
12
  - typing effect
13
+ - mode selection
14
+ - numbered steps to launch game
15
+ - video embeded
16
+ - divider
17
+ - mcp showcase with title "try tools without playing"
paper-texture.jpeg β†’ ui/static/assets/paper-texture.jpeg RENAMED
File without changes
sand.jpeg β†’ ui/static/assets/sand.jpeg RENAMED
File without changes
ui/static/css/noir.css CHANGED
@@ -195,7 +195,7 @@ body, html {
195
  grid-row: 2 / 3;
196
  grid-column: 2 / 3;
197
  position: relative;
198
- /* background-image: url('data:image/svg+xml;base64,PHN2Zy4uLz4='); NO SVG HERE, causes 404 if broken */
199
  background-color: #c08848;
200
  box-shadow: inset 0 0 50px rgba(0,0,0,0.6);
201
 
@@ -327,10 +327,10 @@ body, html {
327
  #chat-log {
328
  padding: 20px;
329
  overflow-y: auto;
330
- color: #ddd;
331
- background:
332
- linear-gradient(rgba(18, 16, 16, 0.95), rgba(18, 16, 16, 0.95));
333
- /* Removed faulty SVG URL here too */
334
  }
335
 
336
  .chat-message {
@@ -338,6 +338,7 @@ body, html {
338
  padding: 10px;
339
  border-left: 3px solid #555;
340
  animation: typewriter 0.5s ease-out;
 
341
  }
342
 
343
  .chat-message.detective {
@@ -353,7 +354,7 @@ body, html {
353
  .chat-message.system {
354
  border-left-color: #4aff4a;
355
  font-style: italic;
356
- color: #888;
357
  }
358
 
359
  #chat-input-area {
 
195
  grid-row: 2 / 3;
196
  grid-column: 2 / 3;
197
  position: relative;
198
+ background-image: url('/static/assets/sand.jpeg');
199
  background-color: #c08848;
200
  box-shadow: inset 0 0 50px rgba(0,0,0,0.6);
201
 
 
327
  #chat-log {
328
  padding: 20px;
329
  overflow-y: auto;
330
+ color: #ffffff;
331
+ background:
332
+ linear-gradient(rgba(18, 16, 16, 0.8), rgba(18, 16, 16, 0.8)),
333
+ url('/static/assets/paper-texture.jpeg');
334
  }
335
 
336
  .chat-message {
 
338
  padding: 10px;
339
  border-left: 3px solid #555;
340
  animation: typewriter 0.5s ease-out;
341
+ font-size: 1.2rem;
342
  }
343
 
344
  .chat-message.detective {
 
354
  .chat-message.system {
355
  border-left-color: #4aff4a;
356
  font-style: italic;
357
+ color: #ffffff91;
358
  }
359
 
360
  #chat-input-area {