Khác biệt giữa các bản “MediaWiki:Trang Chính.css”
Bước tới điều hướng
Bước tới tìm kiếm
Thẻ: Đã được lùi sửa |
|||
| Dòng 50: | Dòng 50: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
.box .box-content .right-image . | .box .box-content .right-image .thumb { | ||
float: right; | float: right; | ||
margin-left: 1em; | margin-left: 1em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
} | } | ||
.box .box-content .left-image . | .box .box-content .left-image .thumb { | ||
float: left; | float: left; | ||
margin-right: 1em; | margin-right: 1em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
} | } | ||
.box .box-content . | .box .box-content .thumb { | ||
width: 220px !important; | width: 220px !important; | ||
} | } | ||
.box .box-content . | .box .box-content .thumb img { | ||
max-width: 100% !important; | max-width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
.skin-minerva .box .box-content . | .skin-minerva .box .box-content .thumb { | ||
width: 150px !important; | width: 150px !important; | ||
} | } | ||
@media (min-width: 876px) and (max-width: 1140px) { | @media (min-width: 876px) and (max-width: 1140px) { | ||
.box .box-content . | .box .box-content .thumb { | ||
float: none !important; | float: none !important; | ||
width: calc(100% - 8px) !important; | width: calc(100% - 8px) !important; | ||
| Dòng 85: | Dòng 85: | ||
} | } | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.box .box-content . | .box .box-content .thumb { | ||
float: none !important; | float: none !important; | ||
width: calc(100% - 8px) !important; | width: calc(100% - 8px) !important; | ||
} | } | ||
} | } | ||
Phiên bản lúc 21:53, ngày 6 tháng 11 năm 2021
#firstHeading {
display:none !important;
}
.main-page * {
font-family: sans-serif !important;
}
.boxs {
width: 100%;
display: flex;
}
.boxs .box {
margin-left: 10px;
}
.boxs .box:first-child {
margin-left: 0px;
}
.box {
flex: 1 1 0px;
border-top: 4px solid #6F6F6F;
background-color: #F6F6F6;
padding: 10px 15px;
margin-bottom: 15px;
}
.box h1 {
margin: 0;
font-family: sans-serif !important;
font-size: 160%;
margin-top: 0px !important;
margin-bottom: 0px !important;
border: 0px;
padding: 5px 0px;
font-weight: bold;
}
.box h2 {
border: 1px solid #ccc;
padding: 0.2em 0.3em;
background-color: #eee;
margin-top: 0px !important;
margin-bottom: 5px !important;
font-weight: bold;
clear: both;
font-size: 120%;
display: block !important;
}
.box .box-content {
padding-top: 0.3em;
padding-bottom: 0.1em;
font-size: 100%;
margin: 0px;
}
.box .box-content .right-image .thumb {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
.box .box-content .left-image .thumb {
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
.box .box-content .thumb {
width: 220px !important;
}
.box .box-content .thumb img {
max-width: 100% !important;
height: auto !important;
}
.skin-minerva .box .box-content .thumb {
width: 150px !important;
}
@media (min-width: 876px) and (max-width: 1140px) {
.box .box-content .thumb {
float: none !important;
width: calc(100% - 8px) !important;
}
}
@media (max-width: 875px) {
.boxs {
flex-direction: column;
}
.boxs .box {
margin-left: 0px !important;
}
}
@media (max-width: 480px) {
.box .box-content .thumb {
float: none !important;
width: calc(100% - 8px) !important;
}
}