Template:Ambox

From Begonia Wiki

Revision as of 10:51, 7 November 2023 by Begoniaweirdo (talk | contribs) (Created page with ".ambox { margin: 0 10%; border: 1px solid #aaa; background-color: #f9f9f9; color: #000; padding: 2px 5px; } .ambox-style { border-left: 10px solid #1e90ff; →‎Blue left border for style issues: } .ambox-text { font-size: 0.875em; →‎Smaller text for message: } .ambox-image { width: 50px; →‎Width for the left side image: height: auto; →‎Auto height to maintain aspect ratio: vertical-align: middle; →‎Align image vertically in the middle: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.ambox {

 margin: 0 10%;
 border: 1px solid #aaa;
 background-color: #f9f9f9;
 color: #000;
 padding: 2px 5px;

}

.ambox-style {

 border-left: 10px solid #1e90ff; /* Blue left border for style issues */

}

.ambox-text {

 font-size: 0.875em; /* Smaller text for message */

}

.ambox-image {

 width: 50px; /* Width for the left side image */
 height: auto; /* Auto height to maintain aspect ratio */
 vertical-align: middle; /* Align image vertically in the middle */

}

/* Add more specific styles as needed */