Шаблон:Ambox/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
перевод шаблона ambox на TemplateStyles |
оформление |
||
| Строка 1: | Строка 1: | ||
div.ambox-wrapper { | |||
width: auto; | |||
margin: 0 10%; | |||
} | |||
table.ambox { | table.ambox { | ||
width: auto; | width: auto; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background: #FBFBFB; | background: #FBFBFB; | ||
Версия от 07:56, 17 августа 2025
div.ambox-wrapper {
width: auto;
margin: 0 10%;
}
table.ambox {
width: auto;
border-collapse: collapse;
background: #FBFBFB;
border: 1px solid #AAAAAA;
border-left: 10px solid #1E90FF
}
table.ambox th,
table.ambox td {
padding: 0.25em 0.5em;
}
table.ambox td.ambox-widthhack {
padding: 0;
}
table.ambox td.ambox-text {
width: 100%;
}
table.ambox td.ambox-image {
width: 52px;
padding: 2px 0 2px 0.5em;
text-align: center;
}
table.ambox td.ambox-imageright {
width: 52px;
padding: 2px 4px 2px 0;
text-align: center;
}
table.ambox td.ambox-image div,
table.ambox td.ambox-imageright div {
width: 52px /* Фикс для изображений разной ширины */
}
table.ambox-delete,
table.ambox-serious {
border-left: 10px solid #B22222
}
table.ambox-content {
border-left: 10px solid #F28500
}
table.ambox-style {
border-left: 10px solid #F4C430
}
table.ambox-good {
border-left: 10px solid #66CC44
}
table.ambox-discussion {
border-left: 10px solid #339966
}
table.ambox-notice {
border-left: 10px solid #1E90ff
}
table.ambox-merge {
border-left: 10px solid #9932CC
}
table.ambox-protection {
border-left: 10px solid #BBBBAA
}
table.ambox.ambox-mini {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
width: 20%;
}