Template:Callout/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
font-weight: bold; | font-weight: bold; | ||
margin-right: 0.25em; | margin-right: 0.25em; | ||
font-size:1. | font-size:1.1em; | ||
} | } | ||
Revision as of 16:13, 5 April 2026
.callout {
border-left: 3px solid #999;
padding: 0.75em 1em;
margin: 1em 0;
}
.callout-icon{
font-size:1.25em;
}
.callout-label {
font-weight: bold;
margin-right: 0.25em;
font-size:1.1em;
}
.callout-tip {
border-left-color: #4a90e2;
}
.callout-warning {
border-left-color: #d9534f;
}
.callout-protip {
border-left-color: #5cb85c;
}
.callout-note {
border-left-color: #999;
}
.callout-title{
font-weight:bold;
font-size:1.25em;
}
.callout-text{
font-weight:normal;
font-size:1.15em;
}