模板:归档头/style.css:修订间差异
来自「荏苒之境」
< 模板:归档头
无编辑摘要 |
无编辑摘要 |
||
第26行: | 第26行: | ||
} | } | ||
.gltd-archive .logo { | .gltd-archive .logo { | ||
margin-left: 0; | margin-left: 0; | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
} | } |
2025年7月30日 (三) 18:50的版本
.gltd-archive a {
font-weight: bold;
color: #e3e3e3 !important;
}
.gltd-archive .logo {
background-size: cover;
opacity: 0.8;
filter: invert(100%);
margin: 20px 20px 0 20px;
min-width: 150px;
height: 70px;
}
@media screen and (min-width: 850px) {
.gltd-archive .logo {
position: absolute;
}
}
@media screen and (max-width: 850px) {
.gltd-archive {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.gltd-archive .logo {
margin-left: 0;
margin-right: 0;
}
}