Template:Note/styles.css: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Caleb Cooper changed the content model of the page Template:Note/styles.css from "Sanitized CSS" to "CSS" |
Caleb Cooper (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
background-color: #f6efe5; |
background-color: #f6efe5; |
||
/* [[File:OOjs_UI_icon_reference_20_ac6600.svg]] */ |
/* [[File:OOjs_UI_icon_reference_20_ac6600.svg]] */ |
||
background-image: url(https:// |
background-image: url(https://commons.apps.supportlabs.dell/images/d/d5/OOjs_UI_icon_reference_20_ac6600.svg); |
||
background-size: 25px; |
background-size: 25px; |
||
border-color: #ac6600; |
border-color: #ac6600; |
||
| Line 24: | Line 24: | ||
background-color: #fff9ea; |
background-color: #fff9ea; |
||
/* [[File:OOjs_UI_icon_lightbulb-yellow.svg]] */ |
/* [[File:OOjs_UI_icon_lightbulb-yellow.svg]] */ |
||
background-image: url(https:// |
background-image: url(https://commons.apps.supportlabs.dell/images/a/a8/OOjs_UI_icon_lightbulb-yellow.svg); |
||
background-size: 25px; |
background-size: 25px; |
||
border-color: #fc3; |
border-color: #fc3; |
||
| Line 32: | Line 32: | ||
background-color: #fee7e6; |
background-color: #fee7e6; |
||
/* [[File:OOjs_UI_icon_notice-destructive.svg]] */ |
/* [[File:OOjs_UI_icon_notice-destructive.svg]] */ |
||
background-image: url(https:// |
background-image: url(https://commons.apps.supportlabs.dell/images/b/bf/OOjs_UI_icon_notice-destructive.svg); |
||
background-size: 25px; |
background-size: 25px; |
||
border-color: #c33; |
border-color: #c33; |
||
Revision as of 16:54, 2 March 2020
.note {
background-position: left 7px top 50%;
padding: 0.5em 0.5em 0.5em 40px;
margin: 0.5em 0;
overflow: hidden;
background-color: #f8f9fa;
background-repeat: no-repeat;
border: 1px solid #ddd;
}
.note-inline {
display: inline-block;
vertical-align: middle;
}
.note-info {
background-color: #f6efe5;
/* [[File:OOjs_UI_icon_reference_20_ac6600.svg]] */
background-image: url(https://commons.apps.supportlabs.dell/images/d/d5/OOjs_UI_icon_reference_20_ac6600.svg);
background-size: 25px;
border-color: #ac6600;
padding-left: 40px;
min-height: 28px;
}
.note-reminder {
background-color: #fff9ea;
/* [[File:OOjs_UI_icon_lightbulb-yellow.svg]] */
background-image: url(https://commons.apps.supportlabs.dell/images/a/a8/OOjs_UI_icon_lightbulb-yellow.svg);
background-size: 25px;
border-color: #fc3;
min-height: 28px;
}
.note-error {
background-color: #fee7e6;
/* [[File:OOjs_UI_icon_notice-destructive.svg]] */
background-image: url(https://commons.apps.supportlabs.dell/images/b/bf/OOjs_UI_icon_notice-destructive.svg);
background-size: 25px;
border-color: #c33;
min-height: 28px;
}