More actions
Technofied (talk | contribs) Attempt to remove default login options |
Technofied (talk | contribs) Undo last failed CSS change, try to make all images more uniformly sized? |
||
Line 22: | Line 22: | ||
} | } | ||
/* | /* To make images responsive */ | ||
img { | |||
max-width:100%; | |||
height:auto; | |||
} | } |
Revision as of 18:10, 11 August 2024
/* CSS placed here will be applied to all skins */
.alert--success {
background-color: #00a40026; /* Highlight background color */
color: #4CAF50; /* Foreground color */
border: 1px solid #4CAF50; /* Border color */
border-radius: 5px; /* Rounded corners */
padding: 10px; /* Padding */
margin: 10px 0; /* Margin */
}
.alert--success .admonitionHeading_Gvgb {
font-weight: bold; /* Heading style */
margin-bottom: 5px; /* Space below heading */
}
.alert--success .admonitionContent_BuS1 {
margin: 5px 0; /* Space around content */
}
.alert--success .admonitionIcon_Rf37 {
margin-right: 5px; /* Space between icon and text */
}
/* To make images responsive */
img {
max-width:100%;
height:auto;
}