File size: 2,488 Bytes
9bcb7ab
288097f
 
 
 
 
 
9bcb7ab
 
 
288097f
 
9bcb7ab
 
 
288097f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9bcb7ab
 
 
288097f
 
 
 
 
 
 
9bcb7ab
 
 
288097f
 
 
 
 
 
 
9bcb7ab
 
 
288097f
9bcb7ab
 
 
288097f
9bcb7ab
 
 
288097f
 
 
9bcb7ab
 
 
288097f
 
 
 
 
 
 
9bcb7ab
 
 
288097f
 
 
 
9bcb7ab
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
body {
    font-family: 'Comic Sans MS', 'Arial', sans-serif !important;
    background-color: #1e1e1e !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: #d4d4d4 !important;
}

h1, h2, h3 {
    color: #32CD32 !important;
    text-shadow: 2px 2px 4px #000000 !important;
}

.stButton button {
    background-color: #32CD32 !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 10px !important;
    transition: background-color 0.3s ease !important;
}

.stButton button:hover {
    background-color: #2e8b57 !important; /* Darker green for hover effect */
}

.stTextInput input {
    border-radius: 10px !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
    background-color: #333 !important;
    color: #d4d4d4 !important;
}

.stSelectbox select {
    border-radius: 10px !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
    background-color: #333 !important;
    color: #d4d4d4 !important;
}

.stSlider .stSliderLabel {
    color: #32CD32 !important;
}

.stSlider .stSliderValue {
    color: #d4d4d4 !important;
}

.stMarkdown {
    color: #32CD32 !important;
    font-family: 'Comic Sans MS', 'Arial', sans-serif !important;
    text-shadow: 1px 1px 2px #000000 !important;
}

.stTextArea textarea {
    border-radius: 10px !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
    background-color: #333 !important;
    color: #d4d4d4 !important;
}

.stExpander .stExpanderContent {
    background-color: rgba(50, 205, 50, 0.1) !important;
    border: 1px solid #32CD32 !important;
    border-radius: 10px !important;
    padding: 10px !important;
}