calm.i / style.css
purplejamie's picture
Upload 18 files
0d04b7a verified
raw
history blame contribute delete
890 Bytes
[class*="gradio-container"] {
background: url("/file/hintergrund.jpg") no-repeat center center fixed !important;
background-size: cover !important;
}
/* Chatbot Box */
#CHATBOT {
background: rgba(65, 31, 97, 0.7) !important;
backdrop-filter: blur(6px);
border-radius: 12px;
}
/* Nachrichten */
.message.bot {
background: #6B1DAF !important;
font-family: "Lucida Handwriting" !important;
}
.message.user {
background: #AC73DE !important;
}
/* Tabellen kompakter machen */
.resource-content table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}
.resource-content table th,
.resource-content table td {
padding: 4px 8px;
border: 1px solid rgba(255, 255, 255, 0.3);
line-height: 1.2;
}
.resource-content table th {
background: rgba(107, 29, 175, 0.5);
}
.resource-content table tr {
margin: 0;
padding: 0;
}