Spaces:
Running
Running
File size: 8,204 Bytes
69a2e2e |
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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 |
/* Estilos gerais */
body {
font-family: 'Roboto', sans-serif;
background-color: #7fafcf;
color: #31333F;
}
.stApp {
padding: 4rem;
}
/* Estilo para o data editor */
.stDataFrame {
border: none !important;
width: 100% !important;
padding: initial !important;
align-self: center !important;
cursor: pointer;
border-radius: 15px !important;
overflow: hidden !important;
border-radius: 8px !important;
box-shadow: rgba(85, 91, 100, 0.411) 20px 10px 17px 0px, rgb(99, 111, 119) 20px 8px 20px !important;
background: linear-gradient(180deg, #5f5fe73b, #f0505047) !important;
}
.stDataFrame table {
border-collapse: separate !important;
background-color: #719fe7 !important;
border-spacing: 0 !important;
width: 100% !important;
}
.stDataFrame th {
background-color: #E6E7EB !important;
color: #31333F !important;
font-weight: bold !important;
padding: 15px 12px !important;
text-align: left !important;
border-bottom: 2px solid #D1D9E6 !important;
}
.stDataFrame td {
background-color: #FFFFFF !important;
color: #31333F !important;
padding: 12px !important;
border-bottom: 1px solid #E6E7EB !important;
}
.stDataFrame tr:last-child td {
border-bottom: none !important;
}
.stDataFrame tr:hover td {
background-color: #F8F9FA !important;
}
/* Estilo para as métricas */
div[data-testid="stMetricValue"] {
background: linear-gradient(145deg, #E6E7EB, #FFFFFF) !important;
border: none !important;
border-radius: 15px !important;
padding: 20px !important;
box-shadow: 8px 8px 15px #D1D9E6, -8px -8px 15px #FFFFFF !important;
transition: all 0.3s ease !important;
}
div[data-testid="stMetricValue"]:hover {
transform: translateY(-5px) !important;
box-shadow: 12px 12px 20px #D1D9E6, -12px -12px 20px #FFFFFF !important;
}
div[data-testid="stMetricLabel"] {
font-size: 16px !important;
color: #6C757D !important;
margin-bottom: 8px !important;
}
div[data-testid="stMetricValue"] > div {
font-size: 28px !important;
font-weight: bold !important;
color: #4A90E2 !important;
}
/* Estilo para os botões */
.stButton button {
border: none !important;
border-radius: 25px !important;
padding: 12px 24px !important;
font-weight: bold !important;
font-size: 18px !important;
transition: all 0.3s ease !important;
background: linear-gradient(145deg, #ebeae6, #FFFFFF) !important;
color: #31333F !important;
box-shadow: 8px 8px 15px #D1D9E6, -8px -8px 15px #FFFFFF !important;
}
.stCheckbox stCheckbox {
margin-left: 1px !important;
align-content: normal !important;
transform: scale(0.8) !important;
color: #2572b6 !important;
font-palette: #a77406 !important;
}
.stButton button:hover {
font-size: large !important;
font-weight: bolder !important;
transform: translateY(-2px) !important;
box-shadow: 12px 12px 20px #D1D9E6, -12px -12px 20px #FFFFFF !important;
background: linear-gradient(145deg, #E6F3FF, #C5E4FF) !important;
color: #7aaad4 !important;
}
.stButton button:active {
transform: translateY(1px) !important;
box-shadow: inset 5px 5px 10px #B3D7FF, inset -5px -5px 10px #FFFFFF !important;
background: linear-gradient(145deg, #9bc3e5, #E6F3FF) !important;
}
.stSelectbox selectbox {
background: linear-gradient(145deg, #e6e7eb, #ffffff) !important;
border: none !important;
border-radius: 10px !important;
padding: 20px !important;
color: #31333F !important;
box-shadow:
8px 8px 16px #d1d9e6,
-8px -8px 16px #ffffff,
inset 2px 2px 4px #d1d9e6,
inset -2px -2px 4px #ffffff !important;
transition: all 0.3s ease !important;
font-size: 16px !important;
line-height: 1.5 !important;
}
/* Estilo para inputs e selects */
.stTextInput input, .stSelectbox select {
background: #FFFFFF !important;
border: none !important;
border-radius: 10px !important;
padding: 12px 16px !important;
color: #31333F !important;
align-content: jusify-content !important;
box-shadow: inset 5px 5px 10px #D1D9E6, inset -5px -5px 10px #FFFFFF !important;
}
.stTextInput input:focus, .stSelectbox select:focus {
box-shadow: inset 7px 7px 12px #D1D9E6, inset -7px -7px 12px #FFFFFF !important;
outline: none !important;
}
/* Estilo para o título */
h1 {
color: #9f4707 !important;
font-size: 2.5rem !important;
margin-bottom: 1.5rem !important;
text-shadow: 2px 2px 4px #D1D9E6 !important;
}
/* Estilo para subheaders */
h2, h3 {
color: #9f4707 !important;
margin-top: 2rem !important;
margin-bottom: 1rem !important;
text-shadow: 2px 2px 6px #e9d3be !important;
}
h4, h5, h6 {
color: #9f4707 !important;
margin-top: 2rem !important;
margin-bottom: 0rem !important;
text-shadow: 2px 2px 6px #e9d3be !important;
}
/* Estilo para links */
a {
color: #e28f4b !important;
text-decoration: none !important;
transition: color 0.3s ease !important;
}
p, ol, ul, dl {
margin: 0px 0px 1rem;
padding: 0px;
font-size: 1.1rem;
font-weight: 400;
color: #9f4707;
}
a:hover {
color: #cea022 !important;
}
/* Estilo aprimorado para o text box de processamento de texto */
.stTextArea textarea {
background: linear-gradient(145deg, #e6e7eb, #ffffff) !important;
border: none !important;
border-radius: 10px !important;
padding: 20px !important;
color: #31333F !important;
box-shadow:
8px 8px 16px #d1d9e6,
-8px -8px 16px #ffffff,
inset 2px 2px 4px #d1d9e6,
inset -2px -2px 4px #ffffff !important;
transition: all 0.3s ease !important;
font-size: 16px !important;
line-height: 1.5 !important;
}
.stTextArea textarea:focus {
box-shadow:
12px 12px 20px #d1d9e6,
-12px -12px 20px #ffffff,
inset 4px 4px 8px #d1d9e6,
inset -4px -4px 8px #ffffff !important;
outline: none !important;
transform: translateY(-2px) !important;
}
.stTextArea textarea::placeholder {
color: #9aa0a8 !important;
}
/
/* Estilo para o container do text box */
/*.stTextArea > div {
border-radius: 22px !important;
padding: 2px !important;
background: linear-gradient(145deg, #d1d9e6, #ffffff) !important;
box-shadow:
10px 10px 20px #b8bfcc,
-10px -10px 20px #ffffff !important;
}
/* Ajuste para o label do text box */
.stTextArea label {
background: transparent !important;
color: #4A90E2 !important;
font-weight: bold !important;
font-size: 18px !important;
margin-bottom: 8px !important;
text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #d1d9e6 !important;
}
/* Estilo para o formulário */
form {
background: linear-gradient(145deg, #E6E7EB, #FFFFFF) !important;
border-radius: 20px !important;
padding: 25px !important;
box-shadow: 8px 8px 15px #D1D9E6, -8px -8px 15px #FFFFFF !important;
transition: all 0.3s ease !important;
}
form:hover {
transform: translateY(-5px) !important;
box-shadow: 12px 12px 20px #D1D9E6, -12px -12px 20px #FFFFFF !important;
}
/* Estilo para os inputs dentro do formulário */
/*form .stTextInput input, form .stTimeInput input, form .stNumberInput input {
background: #FFFFFF !important;
border: none !important;
border-radius: 10px !important;
padding: 12px 16px !important;
color: #31333F !important;
box-shadow: inset 5px 5px 10px #D1D9E6, inset -5px -5px 10px #FFFFFF !important;
transition: all 0.3s ease !important;
}
form .stTextInput input:focus, form .stTimeInput input:focus, form .stNumberInput input:focus {
box-shadow: inset 7px 7px 12px #D1D9E6, inset -7px -7px 12px #FFFFFF !important;
outline: none !important;
}
/* Estilo para o botão dentro do formulário */
form .stButton button {
width: 100% !important;
margin-top: 15px !important;
} |