Template:Note/styles.css: Difference between revisions
Template page
More actions
m Fixed URLs |
mNo edit summary |
||
| Line 8: | Line 8: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
} | |||
.note > :first-child { | |||
margin-top: 0 !important; | |||
} | |||
.note > :last-child { | |||
margin-bottom: 0 !important; | |||
} | } | ||
.note-inline { | .note-inline { | ||
Revision as of 06:40, 26 April 2026
.note {
background-position: left 7px top 50%;
padding: 0.5em 0.5em 0.5em 40px;
margin: 0.5em 0;
overflow: hidden;
background-color: #f8f9fa;
color: #333;
background-repeat: no-repeat;
border: 1px solid #ddd;
}
.note > :first-child {
margin-top: 0 !important;
}
.note > :last-child {
margin-bottom: 0 !important;
}
.note-inline {
display: inline-block;
vertical-align: middle;
}
.note-info {
background-color: #eaf3ff;
color: #333;
/* [[File:Icon_information-progressive.svg]] */
background-image: url('https://wikidex.tr25.es/images/c/cd/Icon_information-progressive.svg');
background-size: 25px;
background-position: 0.5em 0.5em;
border-color: #a3caff;
padding-left: 40px;
min-height: 25px;
}
.note-reminder {
background-color: #fff9ea;
color: #333;
/* [[File:Icon_lightbulb-yellow.svg]] */
background-image: url('https://wikidex.tr25.es/images/5/51/Icon_lightbulb-yellow.svg');
background-size: 25px;
background-position: 0.5em 0.5em;
border-color: #fc3;
min-height: 25px;
}
.note-warn {
background-color: #fff9ea;
color: #333;
/* [[File:Icon_alert-warning.svg]] */
background-image: url('https://wikidex.tr25.es/images/3/34/Icon_alert-warning.svg');
background-size: 25px;
background-position: 0.5em 0.5em;
border-color: #fc3;
min-height: 25px;
}
.note-error {
background-color: #fee7e6;
color: #333;
/* [[File:Icon_notice-destructive.svg]] */
background-image: url('https://wikidex.tr25.es/images/5/53/Icon_notice-destructive.svg');
background-size: 25px;
background-position: 0.5em 0.5em;
border-color: #c33;
min-height: 25px;
}
@media screen {
html.skin-theme-clientpref-night .note {
background-color: transparent;
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .note {
background-color: transparent;
color: inherit;
}
}