Spaces:
Runtime error
Runtime error
| .gradio-container { | |
| background-image: url('/gradio_api/file/file/wine.png'); | |
| background: url('/gradio_api/file/file/wine.png'); /* Fallback for older browsers/consistency */ | |
| background-size: cover; | |
| background-position: center; | |
| background-repeat: no-repeat; | |
| background-attachment: fixed; | |
| color: white; | |
| background-color: green; /* Fallback color */ | |
| } | |
| .h1 { | |
| color: white; | |
| } | |
| .gradio-container {background: rgb(0, 166, 228)}" | |
| #title {font-size: 36px ;color:white ;} | |
| #title-button {font-size: 36px ;color:white ;} | |
| .title {font-size: 36px ;color:white ;} | |
| #description {font-size: 36px ;color:white ;} | |
| #description-button {font-size: 36px ;color:white ;} | |
| .description {font-size: 36px ;color:white ;} | |
| #texte {font-size: 36px ;color:white ;} | |
| #texte-button {font-size: 36px ;color:white ;} | |
| .texte {font-size: 36px ;color:white ;} | |
| /* Styles pour le texte Markdown */ | |
| .gradio-container .gradio-description { | |
| color: white; /* Applique le blanc à tout le contenu du Markdown */ | |
| } | |
| .gradio-container .gradio-markdown h1, | |
| .gradio-container .gradio-markdown h2, | |
| .gradio-container .gradio-markdown h3, | |
| .gradio-container .gradio-markdown h4, | |
| .gradio-container .gradio-markdown p, | |
| .gradio-container .gradio-markdown li, | |
| .gradio-container .gradio-markdown strong { | |
| color: white ; | |
| } | |
| /* Si vos images Markdown sont trop grandes, vous pouvez les redimensionner */ | |
| .gradio-container .gradio-markdown img { | |
| max-width: 100%; /* Empêche les images de déborder */ | |
| height: auto; | |
| display: block; /* Pour centrer si besoin */ | |
| margin: 0 auto; /* Pour centrer l'image */ | |
| } | |
| element.style { | |
| color: white; | |
| } |