нема опису редагування
starcitizen>Alistair3149 (Change to 400px) |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 5: | Рядок 5: | ||
border-spacing: 0; | border-spacing: 0; | ||
padding-bottom: 20px !important; | padding-bottom: 20px !important; | ||
background: | background: var( --background-color-framed ); | ||
font-size: 0.875rem; | font-size: 0.875rem; | ||
text-align: left; | text-align: left; | ||
| Рядок 28: | Рядок 28: | ||
.infobox-table tr>td:first-child { | .infobox-table tr>td:first-child { | ||
color: | color: var( --color-base--subtle ); | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 0.8125rem; | font-size: 0.8125rem; | ||
| Рядок 36: | Рядок 36: | ||
.infobox-table th, | .infobox-table th, | ||
th.infobox-table-name { | th.infobox-table-name { | ||
color: | color: var( --color-base--emphasized ); | ||
} | } | ||
| Рядок 43: | Рядок 43: | ||
text-align: left !important; | text-align: left !important; | ||
padding-top: 15px !important; | padding-top: 15px !important; | ||
border-top: 1px solid | border-top: 1px solid; | ||
border-color: var( --border-color-base ); | |||
} | } | ||
| Рядок 56: | Рядок 57: | ||
.infobox-table-img { | .infobox-table-img { | ||
background: | background: var( --background-color-quiet--hover ); | ||
} | } | ||
| Рядок 86: | Рядок 87: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
@media only screen and (max-width: 720px) { | @media only screen and (max-width: 720px) { | ||
.infobox-table { | .infobox-table { | ||
margin | margin-left: auto; | ||
margin-right: auto; | |||
} | } | ||
} | } | ||
@media ( | @media only screen and (max-width: 508px) { | ||
.infobox-table { | .infobox-table { | ||
width: auto; | |||
margin-left: -20px; | |||
margin-right: -20px; | |||
} | } | ||
} | } | ||