MediaWiki:Common.css: различия между версиями
Материал из OPSNARK - энциклопедия преступностей
Перейти к навигацииПерейти к поиску
Perelman (обсуждение | вклад) Нет описания правки |
Perelman (обсуждение | вклад) Нет описания правки |
||
| Строка 180: | Строка 180: | ||
} | } | ||
} | } | ||
/* | /* Адаптивный контейнер для преступника */ | ||
.criminal-container { | .criminal-adaptive-container { | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* | /* Адаптивный инфобокс преступника */ | ||
.infobox-criminal- | .infobox-criminal-adaptive { | ||
font-size: 90%; | font-size: 90%; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
| Строка 196: | Строка 193: | ||
border-radius: 6px; | border-radius: 6px; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 1em; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* Заголовок инфобокса */ | /* Заголовок инфобокса преступника */ | ||
.criminal-header { | .criminal-header { | ||
background-color: #B0C4DE; | background-color: #B0C4DE; | ||
| Строка 208: | Строка 206: | ||
} | } | ||
/* | /* Контейнер для изображения преступника */ | ||
.criminal-image { | .criminal-image { | ||
text-align: center; | text-align: center; | ||
| Строка 215: | Строка 213: | ||
} | } | ||
.infobox-criminal- | /* Изображение в инфобоксе преступника */ | ||
.infobox-criminal-adaptive img { | |||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
| Строка 223: | Строка 222: | ||
} | } | ||
/* Таблица инфобокса */ | /* Таблица инфобокса преступника */ | ||
.criminal-table { | .criminal-table { | ||
width: 100%; | width: 100%; | ||
| Строка 240: | Строка 239: | ||
text-align: left; | text-align: left; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
width: | width: 35%; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
| Строка 249: | Строка 248: | ||
} | } | ||
/* | /* Текст статьи преступника */ | ||
.criminal- | .criminal-text-content { | ||
width: | width: 100%; | ||
line-height: 1.6; | line-height: 1.6; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* Мобильная версия для преступника */ | |||
/* Мобильная версия */ | |||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.infobox-criminal- | .infobox-criminal-adaptive { | ||
width: 100%; | width: 100%; | ||
float: none; | float: none; | ||
| Строка 288: | Строка 280: | ||
padding-top: 2px; | padding-top: 2px; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
} | |||
} | |||
/* Десктопная версия для преступника */ | |||
@media (min-width: 769px) { | |||
.criminal-adaptive-container { | |||
display: flex; | |||
flex-direction: row-reverse; | |||
align-items: flex-start; | |||
gap: 1.5em; | |||
margin-bottom: 1em; | |||
} | } | ||
.criminal- | .infobox-criminal-adaptive { | ||
flex: 0 0 320px; | |||
margin: 0; | |||
} | |||
.criminal-text-content { | |||
flex: 1; | |||
margin: 0; | |||
} | } | ||
} | } | ||
/* | /* Галерея преступника */ | ||
.criminal-gallery-container | .criminal-gallery-container { | ||
margin-top: 2em; | |||
clear: both; | |||
} | } | ||
.criminal-gallery-container .gallerybox { | /* Адаптивная галерея для преступника */ | ||
@media (max-width: 768px) { | |||
.criminal-gallery-container .gallery { | |||
display: grid !important; | |||
} | grid-template-columns: repeat(2, 1fr) !important; | ||
gap: 12px !important; | |||
.criminal-gallery-container .gallerybox img { | margin: 1em 0 !important; | ||
} | |||
.criminal-gallery-container .gallerybox { | |||
width: 100% !important; | |||
} | margin: 0 !important; | ||
text-align: center; | |||
.criminal-gallery-container .gallerytext { | } | ||
.criminal-gallery-container .gallerybox img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
border-radius: 6px; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |||
} | |||
.criminal-gallery-container .gallerytext { | |||
font-size: 13px; | |||
padding: 8px 4px; | |||
line-height: 1.3; | |||
} | |||
} | } | ||
| Строка 326: | Строка 342: | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.criminal-gallery-container .gallery { | .criminal-gallery-container .gallery { | ||
grid-template-columns: | grid-template-columns: 1fr !important; | ||
gap: 8px; | gap: 8px !important; | ||
} | |||
.criminal-table th, | |||
.criminal-table td { | |||
padding: 8px 6px; | |||
font-size: 14px; | |||
} | } | ||
} | } | ||
/* Улучшения для текста */ | /* Улучшения для текста преступника */ | ||
.criminal- | .criminal-text-content h2 { | ||
border-bottom: 2px solid #B0C4DE; | border-bottom: 2px solid #B0C4DE; | ||
padding-bottom: 6px; | padding-bottom: 6px; | ||
| Строка 339: | Строка 361: | ||
} | } | ||
.criminal- | .criminal-text-content h3 { | ||
margin-top: 1.5em; | margin-top: 1.5em; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
} | } | ||
.criminal- | .criminal-text-content ul { | ||
padding-left: 1.8em; | padding-left: 1.8em; | ||
margin: 0.8em 0; | margin: 0.8em 0; | ||
} | } | ||
.criminal- | .criminal-text-content li { | ||
margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||
} | } | ||
Текущая версия от 17:20, 14 октября 2025
/* Адаптивный контейнер */
.ops-adaptive-container {
width: 100%;
box-sizing: border-box;
}
/* Адаптивный инфобокс */
.infobox-ops-adaptive {
font-size: 90%;
border: 1px solid #aaa;
background-color: #f9f9f9;
border-radius: 6px;
overflow: hidden;
margin-bottom: 1em;
box-sizing: border-box;
}
/* Заголовок инфобокса */
.infobox-header {
background-color: #B0C4DE;
text-align: center;
font-weight: bold;
font-size: 110%;
padding: 8px;
}
/* Контейнер для изображения */
.infobox-image {
text-align: center;
padding: 8px;
box-sizing: border-box;
}
/* Изображение в инфобоксе */
.infobox-ops-adaptive img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
border-radius: 4px;
}
/* Таблица инфобокса */
.infobox-table {
width: 100%;
border-collapse: collapse;
box-sizing: border-box;
}
.infobox-table th,
.infobox-table td {
padding: 8px 6px;
border-bottom: 1px solid #e0e0e0;
vertical-align: top;
}
.infobox-table th {
text-align: left;
background-color: #f0f0f0;
width: 35%;
font-weight: normal;
}
.infobox-table tr:last-child th,
.infobox-table tr:last-child td {
border-bottom: none;
}
/* Текст статьи */
.ops-text-content {
width: 100%;
line-height: 1.6;
box-sizing: border-box;
}
/* Мобильная версия */
@media (max-width: 768px) {
.infobox-ops-adaptive {
width: 100%;
float: none;
margin: 0 0 1.5em 0;
}
.infobox-table th,
.infobox-table td {
display: block;
width: 100%;
padding: 10px 8px;
}
.infobox-table th {
background-color: #f8f8f8;
font-weight: bold;
border-bottom: none;
padding-bottom: 2px;
}
.infobox-table td {
padding-top: 2px;
padding-bottom: 10px;
}
}
/* Десктопная версия */
@media (min-width: 769px) {
.infobox-ops-adaptive {
width: 320px;
float: right;
margin: 0 0 1em 1.5em;
}
.infobox-ops-adaptive img {
max-width: 100%;
height: auto;
}
}
/* Улучшения для текста */
.ops-text-content h2 {
border-bottom: 2px solid #B0C4DE;
padding-bottom: 6px;
margin-top: 1.8em;
font-size: 1.4em;
}
.ops-text-content h3 {
margin-top: 1.5em;
font-size: 1.2em;
}
.ops-text-content ul {
padding-left: 1.8em;
margin: 0.8em 0;
}
.ops-text-content li {
margin-bottom: 0.3em;
}
/* Адаптивная галерея */
@media (max-width: 768px) {
.gallery {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
margin: 1em 0 !important;
}
.gallerybox {
width: 100% !important;
margin: 0 !important;
text-align: center;
}
.gallerybox img {
max-width: 100% !important;
height: auto !important;
border-radius: 6px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.gallerytext {
font-size: 13px;
padding: 8px 4px;
line-height: 1.3;
}
}
/* Для очень маленьких экранов */
@media (max-width: 480px) {
.gallery {
grid-template-columns: 1fr !important;
gap: 8px !important;
}
.infobox-table th,
.infobox-table td {
padding: 8px 6px;
font-size: 14px;
}
}
/* Адаптивный контейнер для преступника */
.criminal-adaptive-container {
width: 100%;
box-sizing: border-box;
}
/* Адаптивный инфобокс преступника */
.infobox-criminal-adaptive {
font-size: 90%;
border: 1px solid #aaa;
background-color: #f9f9f9;
border-radius: 6px;
overflow: hidden;
margin-bottom: 1em;
box-sizing: border-box;
}
/* Заголовок инфобокса преступника */
.criminal-header {
background-color: #B0C4DE;
text-align: center;
font-weight: bold;
font-size: 110%;
padding: 8px;
}
/* Контейнер для изображения преступника */
.criminal-image {
text-align: center;
padding: 8px;
box-sizing: border-box;
}
/* Изображение в инфобоксе преступника */
.infobox-criminal-adaptive img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
border-radius: 4px;
}
/* Таблица инфобокса преступника */
.criminal-table {
width: 100%;
border-collapse: collapse;
box-sizing: border-box;
}
.criminal-table th,
.criminal-table td {
padding: 8px 6px;
border-bottom: 1px solid #e0e0e0;
vertical-align: top;
}
.criminal-table th {
text-align: left;
background-color: #f0f0f0;
width: 35%;
font-weight: normal;
}
.criminal-table tr:last-child th,
.criminal-table tr:last-child td {
border-bottom: none;
}
/* Текст статьи преступника */
.criminal-text-content {
width: 100%;
line-height: 1.6;
box-sizing: border-box;
}
/* Мобильная версия для преступника */
@media (max-width: 768px) {
.infobox-criminal-adaptive {
width: 100%;
float: none;
margin: 0 0 1.5em 0;
}
.criminal-table th,
.criminal-table td {
display: block;
width: 100%;
padding: 10px 8px;
}
.criminal-table th {
background-color: #f8f8f8;
font-weight: bold;
border-bottom: none;
padding-bottom: 2px;
}
.criminal-table td {
padding-top: 2px;
padding-bottom: 10px;
}
}
/* Десктопная версия для преступника */
@media (min-width: 769px) {
.criminal-adaptive-container {
display: flex;
flex-direction: row-reverse;
align-items: flex-start;
gap: 1.5em;
margin-bottom: 1em;
}
.infobox-criminal-adaptive {
flex: 0 0 320px;
margin: 0;
}
.criminal-text-content {
flex: 1;
margin: 0;
}
}
/* Галерея преступника */
.criminal-gallery-container {
margin-top: 2em;
clear: both;
}
/* Адаптивная галерея для преступника */
@media (max-width: 768px) {
.criminal-gallery-container .gallery {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
margin: 1em 0 !important;
}
.criminal-gallery-container .gallerybox {
width: 100% !important;
margin: 0 !important;
text-align: center;
}
.criminal-gallery-container .gallerybox img {
max-width: 100% !important;
height: auto !important;
border-radius: 6px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.criminal-gallery-container .gallerytext {
font-size: 13px;
padding: 8px 4px;
line-height: 1.3;
}
}
/* Для очень маленьких экранов */
@media (max-width: 480px) {
.criminal-gallery-container .gallery {
grid-template-columns: 1fr !important;
gap: 8px !important;
}
.criminal-table th,
.criminal-table td {
padding: 8px 6px;
font-size: 14px;
}
}
/* Улучшения для текста преступника */
.criminal-text-content h2 {
border-bottom: 2px solid #B0C4DE;
padding-bottom: 6px;
margin-top: 1.8em;
font-size: 1.4em;
}
.criminal-text-content h3 {
margin-top: 1.5em;
font-size: 1.2em;
}
.criminal-text-content ul {
padding-left: 1.8em;
margin: 0.8em 0;
}
.criminal-text-content li {
margin-bottom: 0.3em;
}