Bước tới nội dung

Bản mẫu:Thông báo sửa đổi 2/styles.css

Bách khoa toàn thư mở Wikipedia
/* Общий стиль сообщения */
.ts-editnotice {
    padding: 1em 1.25em;
    margin-bottom: .25em;
}

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

.ts-editnotice .mbox-text {
    padding: 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;
}

/* Общий стиль для мини-сообщения */
.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: middle;
}

.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;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */