Шаблон:Editnotice/styles.css: различия между версиями

Материал из Тептар — свободной энциклопедии
Перейти к навигации Перейти к поиску
(Новая страница: «→‎Общий стиль сообщения: .ts-editnotice { padding: 1em 1.25em; margin-bottom: .25em; } .ts-editnotice .mbox-image { vertical-al...»)
 
Нет описания правки
 
Строка 12: Строка 12:
.ts-editnotice .mbox-text {
.ts-editnotice .mbox-text {
     padding: 0;
     padding: 0;
}
.ts-editnotice-no-header .ts-editnotice-text > p:first-child {
margin-top: 0;
}
.ts-editnotice-text > p:last-child {
margin-bottom: 0;
}
}


Строка 35: Строка 43:
}
}


/* Общий стиль для мини-сообщения */
/* Общий стиль для мини-сообщения (TODO: ?) */
.errorbox .ts-editnotice-error,
.errorbox .ts-editnotice-error,
.errorbox .ts-editnotice-warning,
.errorbox .ts-editnotice-warning,
Строка 72: Строка 80:
line-height: 1.6;
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]] */

Текущая версия от 01:05, 7 февраля 2022

/* Общий стиль сообщения */
.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]] */