Шаблон:Цитата/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
мНет описания правки |
мНет описания правки |
||
| Строка 1: | Строка 1: | ||
.quote-box { | .quote-box { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: transparent; | background-color: transparent; | ||
border-style: none; | border-style: none; | ||
} | |||
.quote-box tr { | |||
text-align: center; | |||
} | } | ||
.quote-box-wide { | .quote-box-wide { | ||
Версия от 07:50, 6 февраля 2020
.quote-box {
border-collapse: collapse;
background-color: transparent;
border-style: none;
}
.quote-box tr {
text-align: center;
}
.quote-box-wide {
width: 100%;
}
.quote-box td {
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;
}