NchourupouoM commited on
Commit
f77c3a2
·
verified ·
1 Parent(s): 88dd5ab

Upload css_file.css

Browse files
Files changed (1) hide show
  1. css_file.css +66 -0
css_file.css ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #sn-de-transfert-learning{
2
+ color: rgb(230, 131, 131);
3
+ /* background-color: rgb(230, 131, 131); */
4
+ border-radius: 7px;
5
+ text-align: left
6
+ }
7
+
8
+ .st-emotion-cache-1104ytp p{
9
+ width: 100%;
10
+ height: 100%;
11
+ background-color: rgb(232, 226, 226);
12
+ border-radius: 7px;
13
+ padding: 10px;
14
+ margin-top: 20px;
15
+ }
16
+
17
+ /* upload files */
18
+ .st-emotion-cache-taue2i{
19
+ /* background-color: rgb(230, 131, 131); */
20
+ color: rgb(230, 131, 131);;
21
+ }
22
+
23
+ /* upload button */
24
+ .st-emotion-cache-zaw6nw{
25
+ background-color: rgb(230, 131, 131);
26
+ color: white;
27
+ }
28
+
29
+ /* image de la presentation */
30
+ .st-emotion-cache-7czcpc img{
31
+ margin-top: 30px;
32
+ width: 110px;
33
+ height: 300px;
34
+ }
35
+
36
+ /* menu */
37
+ .st-emotion-cache-fsammq p{
38
+ /* background-color: rgb(230, 131, 131); */
39
+ width: 200px;
40
+ color: rgb(230, 131, 131);
41
+ font-size: 1.6em;
42
+ border-radius: 7px;
43
+ margin-bottom: 5px;
44
+ font-weight: 50px;
45
+ }
46
+
47
+ /* side bar */
48
+ .st-emotion-cache-6qob1r{
49
+ background-color: rgb(229, 225, 225);
50
+ }
51
+
52
+ /* button prediction et proba */
53
+ .st-emotion-cache-4tlk2p p{
54
+ background-color: rgb(230, 131, 131);
55
+ color: white;
56
+ border-radius: 7px;
57
+ width: 260px;
58
+ height: 30px;
59
+ padding-left: 10px;
60
+ }
61
+
62
+ .stDataFrameGlideDataEditor{
63
+ border-color: black;
64
+ border-width: 2px;
65
+ /* color: black ; */
66
+ }