模板:归档头/style.css:修订间差异
来自「荏苒之境」
< 模板:归档头
无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
第8行: | 第8行: | ||
opacity: 0.8; | opacity: 0.8; | ||
filter: invert(100%); | filter: invert(100%); | ||
margin: 20px 20px 0 20px; | |||
min-width: 150px; | |||
width: 150px; | |||
height: 70px; | 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 { | |||
position: absolute; | |||
margin-left: 0; | |||
margin-right: 0; | |||
} | |||
} | } |
2025年7月30日 (三) 18:49的版本
.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 {
position: absolute;
margin-left: 0;
margin-right: 0;
}
}