Khác biệt giữa các bản “MediaWiki:Trang Chính.css”

n
không có tóm lược sửa đổi
Thẻ: Đã được lùi sửa
n
Thẻ: Lùi lại thủ công
Dòng 50: Dòng 50:
margin: 0px;
margin: 0px;
}
}
.box .box-content .right-image .thumb {
.box .box-content .right-image .thumbinner {
float: right;
float: right;
margin-left: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-bottom: 1em;
}
}
.box .box-content .left-image .thumb {
.box .box-content .left-image .thumbinner {
float: left;
float: left;
margin-right: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-bottom: 1em;
}
}
.box .box-content .thumb {
.box .box-content .thumbinner {
     width: 220px !important;
     width: 220px !important;
}
}
.box .box-content .thumb img {
.box .box-content .thumbinner img {
     max-width: 100% !important;
     max-width: 100% !important;
     height: auto !important;
     height: auto !important;
}
}
.skin-minerva .box .box-content .thumb {
.skin-minerva .box .box-content .thumbinner {
     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 .thumb {
.box .box-content .thumbinner {
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 .thumb {
.box .box-content .thumbinner {
float: none !important;
float: none !important;
width: calc(100% - 8px) !important;
width: calc(100% - 8px) !important;
}
}
}
}