Template:Ambox/styles.css

From eipWiki
Revision as of 08:11, 25 August 2025 by Eipadmin (talk | contribs) (Created page with ".ambox { border: 1px solid #a2a9b1; border-collapse: collapse; width: 100%; margin: .5em 0; background: #f8f9fa; font-size: 88%; } .ambox .ambox-image { width: 40px; text-align: center; } .ambox .ambox-text { padding: .25em .5em; } .ambox-notice { background: #fff8e5; } yellow: .ambox-content { background: #f5faff; } pale blue: .ambox-style { background: #eff8f1; } pale green: .ambox-warning { background: #fff2e6; } orange-ish: .am...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.ambox {
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
  width: 100%;
  margin: .5em 0;
  background: #f8f9fa;
  font-size: 88%;
}
.ambox .ambox-image { width: 40px; text-align: center; }
.ambox .ambox-text { padding: .25em .5em; }

.ambox-notice   { background: #fff8e5; } /* yellow */
.ambox-content  { background: #f5faff; } /* pale blue */
.ambox-style    { background: #eff8f1; } /* pale green */
.ambox-warning  { background: #fff2e6; } /* orange-ish */
.ambox-delete   { background: #ffecec; } /* pale red */