Ло:Editnotice/styles.css

Википеди материал
/* Общий стиль сообщения */
.ts-editnotice {
    padding: 1em 1.25em;
    margin-bottom: .25em;
}

.ts-editnotice .mbox-image {
    vertical-align: top;
    padding: 0 .5em 0 .25em;
}

.ts-editnotice .mbox-text {
    padding: 0;
}

.ts-editnotice-no-header .ts-editnotice-text > p:first-child {
	margin-top: 0;
}

.ts-editnotice-text > p:last-child {
	margin-bottom: 0;
}

/* Стиль в зависимости от типа сообщения */
.ts-editnotice-error {
    background: #fee7e6;
    border: 1px solid #d33;
}

.ts-editnotice-warning {
    background: #fef6e7;
    border: 1px solid #fc3;
}

.ts-editnotice-neutral {
    background: #eaecf0;
    border: 1px solid #c8ccd1;
}

.ts-editnotice-success {
    background: #d5fdf4;
    border: 1px solid #00af89;
}

/* Общий стиль для мини-сообщения (TODO: ?) */
.errorbox .ts-editnotice-error,
.errorbox .ts-editnotice-warning,
.errorbox .ts-editnotice-neutral,
.errorbox .ts-editnotice-success,
.ts-editnotice-included {
	border: 0;
	padding: 0;
	background: 0;
}

.errorbox .ts-editnotice-error .mbox-image,
.errorbox .ts-editnotice-warning .mbox-image,
.errorbox .ts-editnotice-neutral .mbox-image,
.errorbox .ts-editnotice-success .mbox-image,
.ts-editnotice-included .mbox-image {
	padding: 0 .25em 0 0;
	vertical-align: top;
}

.errorbox .ts-editnotice-error .mbox-text,
.errorbox .ts-editnotice-warning .mbox-text,
.errorbox .ts-editnotice-neutral .mbox-text,
.errorbox .ts-editnotice-success .mbox-text,
.ts-editnotice-included .mbox-text {
	padding: 0;
}

.fmbox-editnotice h2 {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	font-family: inherit;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.6;
}

/* Сброос стией внутри визуального редактора */
html.ve-active .ts-editnotice-neutral {
    background: none;
    border: none;
    padding: 0;
}

html.ve-active .ts-editnotice .mbox-image {
    display: none;
}

/* [[ОагӀат:Лераш:КӀалъоагӀонаш CSS]] */