Spaces:
Sleeping
Sleeping
h1 { | |
padding-top: 0rem; | |
padding-bottom: 0rem; | |
margin-top:6px; | |
} | |
h2 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.5rem; | |
} | |
h3 { | |
padding-bottom: 0.0rem; | |
} | |
/* La ligne suivante est nécessaire à cause du module streamlit_option_menu qui "casse" les CSS suivants */ | |
@media (prefers-color-scheme: dark) { | |
.st-bm { | |
color: #fff ; /* Couleur du texte en mode sombre */ | |
} | |
.st-cg:hover { | |
color: rgb(255, 75, 75) ; /* Couleur du texte en mode sombre */ | |
} | |
section[data-testid="stSidebar"] .stSelectbox .st-bm { | |
color: rgb(255, 75, 75) ; | |
font-weight: bold; | |
} | |
.st-emotion-cache-13na8ym { | |
background-color: #a0d3de; | |
} | |
} | |
p { | |
margin-bottom:0.1rem; | |
} | |
code { | |
color: #1ec3bc; | |
} | |
#MainMenu { | |
display: none; | |
} | |
div[data-testid="stDecoration"] { | |
display: none; | |
} | |
footer { | |
display: none; | |
} | |
/* Radio buttons */ | |
.st-bm { | |
color: black; | |
font-weight: 500; | |
} | |
/* Sidebar */ | |
.css-1544g2n { | |
padding-top: 1rem; | |
} | |
/* Contenu de la sidebar */ | |
.st-emotion-cache-dvne4q { | |
padding-top: 3rem; | |
min-width: 328px; | |
} | |
.css-ue6h4q { | |
min-height: 0.5rem; | |
} | |
section[data-testid="stSidebar"] > div { | |
background-color: #10b8dd; | |
padding-top: 1rem; | |
padding-left: 0.5rem; | |
} | |
section[data-testid="stSidebar"] button[title="View fullscreen"] { | |
display: none; | |
} | |
section[data-testid="stSidebar"] button[kind="icon"] { | |
display: none; | |
} | |
section[data-testid="stSidebar"] .st-c0 { | |
/* background-color: #10b8dd; */ | |
} | |
section[data-testid="stSidebar"] hr { | |
margin-top: 30px; | |
border-color: white; | |
width: 50px; | |
} | |
section[data-testid="stSidebar"] h2 { | |
color: white; | |
} | |
section[data-testid="stSidebar"] .stSelectbox .st-ax { | |
background-color: #a0d3de; | |
} | |
section[data-testid="stSidebar"] .stSelectbox .st-bm { | |
color: rgb(255, 75, 75); | |
font-weight: bold; | |
} | |
.st-emotion-cache-1h9usn1 { | |
background-color: #a0d3de; | |
} | |
/* Images */ | |
button[title="View fullscreen"] { | |
display: none; | |
} | |
/* hr */ | |
hr { | |
width: 700px; | |
border-width: 5px; | |
border-color: #10b8dd; | |
margin-top: 0px; | |
margin-bottom: 1em; | |
max-width: 100%; | |
} | |
/* First Page */ | |
section[tabindex="0"] .block-container { | |
padding-top: 0px; | |
padding-bottom: 0px; | |
} | |