pepe_meme_generator / style.css
randeom's picture
Update style.css
8d9ef31 verified
raw
history blame contribute delete
No virus
2.49 kB
body {
font-family: 'Comic Sans MS', 'Arial', sans-serif !important;
background-color: #1e1e1e !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
color: #d4d4d4 !important;
}
h1, h2, h3 {
color: #32CD32 !important;
text-shadow: 2px 2px 4px #000000 !important;
}
.stButton button {
background-color: #32CD32 !important;
color: white !important;
border: none !important;
padding: 10px 20px !important;
text-align: center !important;
text-decoration: none !important;
display: inline-block !important;
font-size: 16px !important;
margin: 4px 2px !important;
cursor: pointer !important;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
border-radius: 10px !important;
transition: background-color 0.3s ease !important;
}
.stButton button:hover {
background-color: #2e8b57 !important; /* Darker green for hover effect */
}
.stTextInput input {
border-radius: 10px !important;
padding: 10px !important;
border: 1px solid #ccc !important;
font-size: 16px !important;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
background-color: #333 !important;
color: #d4d4d4 !important;
}
.stSelectbox select {
border-radius: 10px !important;
padding: 10px !important;
border: 1px solid #ccc !important;
font-size: 16px !important;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
background-color: #333 !important;
color: #d4d4d4 !important;
}
.stSlider .stSliderLabel {
color: #32CD32 !important;
}
.stSlider .stSliderValue {
color: #d4d4d4 !important;
}
.stMarkdown {
color: #32CD32 !important;
font-family: 'Comic Sans MS', 'Arial', sans-serif !important;
text-shadow: 1px 1px 2px #000000 !important;
}
.stTextArea textarea {
border-radius: 10px !important;
padding: 10px !important;
border: 1px solid #ccc !important;
font-size: 16px !important;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24) !important;
background-color: #333 !important;
color: #d4d4d4 !important;
}
.stExpander .stExpanderContent {
background-color: rgba(50, 205, 50, 0.1) !important;
border: 1px solid #32CD32 !important;
border-radius: 10px !important;
padding: 10px !important;
}