XRachel commited on
Commit
ab1e599
·
verified ·
1 Parent(s): dcf5e58

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -28
style.css CHANGED
@@ -5,21 +5,14 @@ gradio-app,
5
  #app,
6
  [data-testid="app"] {
7
  background-color: rgb(40,9,109) !important;
8
- background-image:
9
- url('https://huggingface.co/spaces/escp/rx12workshoptemplate/resolve/main/background_top.png'),
10
- url('https://huggingface.co/spaces/escp/rx12workshoptemplate/resolve/main/background_mid.png') !important;
11
- background-position:
12
- top center,
13
- 0 913px !important;
14
- background-repeat:
15
- no-repeat,
16
- repeat-y !important;
17
- background-size:
18
- 100% auto,
19
- 100% auto !important;
20
  min-height: 100vh !important;
21
  }
22
 
 
23
  /* --- Fallback on html/body --- */
24
  html, body {
25
  background-color: rgb(40,9,109) !important;
@@ -28,22 +21,6 @@ html, body {
28
  min-height: 100vh !important;
29
  }
30
 
31
- /* --- Fixed bottom banner using ::after on body --- */
32
- body::after {
33
- content: '' !important;
34
- position: fixed !important;
35
- bottom: 0 !important;
36
- left: 0 !important;
37
- right: 0 !important;
38
- height: 130px !important;
39
- background-image: url('https://huggingface.co/spaces/escp/rx12workshoptemplate/resolve/main/background_bottom.png') !important;
40
- background-size: 100% 100% !important;
41
- background-repeat: no-repeat !important;
42
- background-position: bottom center !important;
43
- pointer-events: none !important;
44
- z-index: 9999 !important;
45
- }
46
-
47
  /* --- Main container --- */
48
  .gradio-container {
49
  max-width: 1400px !important;
 
5
  #app,
6
  [data-testid="app"] {
7
  background-color: rgb(40,9,109) !important;
8
+ background-image: url('Python_R.jpg') !important;
9
+ background-position: center top !important;
10
+ background-repeat: no-repeat !important;
11
+ background-size: cover !important;
 
 
 
 
 
 
 
 
12
  min-height: 100vh !important;
13
  }
14
 
15
+
16
  /* --- Fallback on html/body --- */
17
  html, body {
18
  background-color: rgb(40,9,109) !important;
 
21
  min-height: 100vh !important;
22
  }
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  /* --- Main container --- */
25
  .gradio-container {
26
  max-width: 1400px !important;