Template:Callout/styles.css: Difference between revisions

From Bose Portable PA Knowledge
Jump to navigation Jump to search
Created page with ".callout { border-left: 3px solid #999; padding: 0.75em 1em; margin: 1em 0; } .callout-label { font-weight: bold; margin-right: 0.25em; } .callout-tip { border-left-color: #4a90e2; } .callout-warning { border-left-color: #d9534f; } .callout-protip { border-left-color: #5cb85c; } .callout-note { border-left-color: #999; }"
 
m ST moved page Template:Call/styles.css to Template:Callout/styles.css without leaving a redirect
(No difference)

Revision as of 13:18, 5 April 2026

.callout {
  border-left: 3px solid #999;
  padding: 0.75em 1em;
  margin: 1em 0;
}

.callout-label {
  font-weight: bold;
  margin-right: 0.25em;
}

.callout-tip {
  border-left-color: #4a90e2;
}

.callout-warning {
  border-left-color: #d9534f;
}

.callout-protip {
  border-left-color: #5cb85c;
}

.callout-note {
  border-left-color: #999;
}