-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (54 loc) · 1.73 KB
/
style.css
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
.stApp {
background-image: url('https://images.unsplash.com/photo-1504711022896-0ad97c97601a?q=80&w=1353&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); /* Замените 'path/to/your/image.jpg' на путь к вашему фото */
background-size: cover;
background-position: left;
font-family: 'Arial', sans-serif !important;
color: #000000 !important;
}
.stApp h1, .stApp h2, .stApp h3, .stApp h4, .stApp h5, .stApp h6 {
color: #000000 !important;
font-weight: bold !important;
}
.minimal-spacing {
text-align: center;
line-height: 1.3;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
font-size: 20px;
}
div.stButton > button {
display: block;
margin: 0 auto;
background-color: #fa871c !important;
color: #000000 !important;
border: 1px solid #000000 !important;
border-radius: 8px !important;
padding: 10px 20px !important;
font-weight: bold !important;
font-size: 16px !important;
}
.stApp li {
font-size: 22px !important;
color: #000000 !important;
margin-bottom: 24px !important;
line-height: 1.2 !important;
}
input, .stTextInput>div>div>input {
background-color: #ffffff !important;
color: #000000 !important;
border-radius: 5px !important;
border: 1px solid #000000 !important;
}
input:invalid, .stTextInput>div>div>input:invalid {
border-color: #000000 !important;
}
input:focus, .stTextInput>div>div>input:focus {
outline: none !important;
border-color: #000000 !important;
.stContainer {
background-color: #ffffff !important;
border-radius: 10px !important;
border: 1px solid #000000 !important;
padding: 20px !important;
}