模板:归档头/style.css:修订间差异
来自「荏苒之境」
< 模板:归档头
无编辑摘要 |
小 Sicusa移动页面模块:Gltd-Archive/Style.css至模板:归档头/Style.css,不留重定向 |
||
(未显示同一用户的21个中间版本) | |||
第1行: | 第1行: | ||
.gltd-archive { | |||
font-size: 0.9em; | |||
margin-bottom: 1em; | |||
padding-bottom: 0.5em; | |||
border: 5px solid rgb(189, 189, 189); | |||
color: white !important; | |||
} | |||
.gltd-archive-level1 { background-color: #8b9fb6; } | |||
.gltd-archive-level2 { background-color: #5f9a65; } | |||
.gltd-archive-level3 { background-color: #d58647; } | |||
.gltd-archive-level4 { background-color: #c14f4b; } | |||
.gltd-archive-level5 { background-color: black; } | |||
.gltd-archive a { | .gltd-archive a { | ||
font-weight: bold; | font-weight: bold; | ||
第4行: | 第18行: | ||
} | } | ||
.gltd-archive .logo { | .gltd-archive-content { | ||
text-align: center; | |||
} | |||
.gltd-archive-title { | |||
font-size: 1.5em; | |||
margin-bottom: -0.3em; | |||
} | |||
.gltd-archive-eventgroup { | |||
font-size: 0.6em; | |||
} | |||
.gltd-archive-logo { | |||
background-size: cover; | background-size: cover; | ||
opacity: 0. | opacity: 0.5; | ||
margin: 12px 20px 0 20px; | |||
margin: | min-width: 90px; | ||
min-width: | height: 90px; | ||
height: | |||
} | } | ||
@media screen and (min-width: 850px) { | @media screen and (min-width: 850px) { | ||
.gltd-archive | .gltd-archive-logo { | ||
position: absolute; | position: absolute; | ||
} | } | ||
第25行: | 第51行: | ||
justify-content: space-evenly; | justify-content: space-evenly; | ||
} | } | ||
.gltd-archive | |||
.gltd-archive-content { | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
} | } | ||
} | } |
2025年8月6日 (三) 20:17的版本
.gltd-archive {
font-size: 0.9em;
margin-bottom: 1em;
padding-bottom: 0.5em;
border: 5px solid rgb(189, 189, 189);
color: white !important;
}
.gltd-archive-level1 { background-color: #8b9fb6; }
.gltd-archive-level2 { background-color: #5f9a65; }
.gltd-archive-level3 { background-color: #d58647; }
.gltd-archive-level4 { background-color: #c14f4b; }
.gltd-archive-level5 { background-color: black; }
.gltd-archive a {
font-weight: bold;
color: #e3e3e3 !important;
}
.gltd-archive-content {
text-align: center;
}
.gltd-archive-title {
font-size: 1.5em;
margin-bottom: -0.3em;
}
.gltd-archive-eventgroup {
font-size: 0.6em;
}
.gltd-archive-logo {
background-size: cover;
opacity: 0.5;
margin: 12px 20px 0 20px;
min-width: 90px;
height: 90px;
}
@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-content {
padding-left: 10px;
padding-right: 10px;
}
}