Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
Thẻ: mobile web edit mobile edit |
|||
(Không hiển thị 5 phiên bản của cùng người dùng ở giữa) | |||
Dòng 12: | Dòng 12: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | |||
− | |||
− | |||
ul { | ul { | ||
list-style: none; | list-style: none; | ||
} | } | ||
− | |||
ul li::before { | ul li::before { | ||
− | content: "\2022"; | + | content: "\2022 "; |
color: #EE5A28; | color: #EE5A28; | ||
font-weight: bold; | font-weight: bold; | ||
display: inline-block; | display: inline-block; | ||
+ | width: 1em; | ||
+ | margin-left: -1em; | ||
} | } | ||
− | |||
.more { | .more { | ||
column-count:4; | column-count:4; | ||
Dòng 33: | Dòng 30: | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
− | |||
@media only screen and (max-width: 1650px) { | @media only screen and (max-width: 1650px) { | ||
.more { column-count:3;} | .more { column-count:3;} | ||
Dòng 43: | Dòng 39: | ||
.more { column-count:1;} | .more { column-count:1;} | ||
} | } | ||
+ | .floatleft {margin:0 0.5em 0.5em 0;} |
Bản hiện tại lúc 16:49, ngày 2 tháng 11 năm 2020
.section {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
.section-title {
font-size: 20px;
font-weight: bold;
padding: 0;
margin: 10px 0 10px 0;
text-align: center;
}
ul {
list-style: none;
}
ul li::before {
content: "\2022 ";
color: #EE5A28;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.more {
column-count:4;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
@media only screen and (max-width: 1650px) {
.more { column-count:3;}
}
@media only screen and (max-width: 1100px) {
.more { column-count:2;}
}
@media only screen and (max-width: 550px) {
.more { column-count:1;}
}
.floatleft {margin:0 0.5em 0.5em 0;}