Шаблон:Цитата/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
мНет описания правки |
мНет описания правки |
||
| (не показаны 3 промежуточные версии этого же участника) | |||
| Строка 1: | Строка 1: | ||
.quote-box { | .quote-box { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: transparent; | background-color: transparent; | ||
border-style: none; | border-style: none; | ||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
.quote-box-wide { | .quote-box-wide { | ||
| Строка 9: | Строка 10: | ||
} | } | ||
.quote-box td { | .quote-box td { | ||
border-style: none; | |||
padding: 10px; | padding: 10px; | ||
} | } | ||
Текущая версия от 15:44, 11 февраля 2020
.quote-box {
border-collapse: collapse;
background-color: transparent;
border-style: none;
margin-left: auto;
margin-right: auto;
}
.quote-box-wide {
width: 100%;
}
.quote-box td {
border-style: none;
padding: 10px;
}
.quote-box-sign-start {
width: 30px;
vertical-align: top;
}
.quote-box-sign-end {
width: 30px;
vertical-align: bottom;
}
.quote-box-text {
text-align: left;
font-style: italic;
}
.quote-box-author {
text-align: right;
}