2023年政策修订增补工作正在进行中,欢迎参与!
Template:AkIndexSupplement/style.css
跳转到导航
跳转到搜索
#akIndexSticky {
box-sizing: border-box;
position: sticky;
padding: 5px;
top: 0;
z-index: 4;
width: 100%;
border: 1px solid #a2a9b1;
background-color: rgba(255, 255, 255, calc(221 / 255));
}
.akStickyText {
font-size: 90%;
margin-bottom:5px;
}
.akMagicButtonContainer {
display: flex;
justify-content: center;
}
.akMagicButtonContainer .mw-ui-button {
color: white;
margin: 0;
max-width: 15em;
flex: 2 0 5em;
}
.akMagicButtonContainer .akMagicButtonSpacer {
max-width: 7.5em;
flex: 1 0 1em;
}
@media screen and (max-width: 400px), (max-height: 400px) {
.akStickyText {
font-size:75%;
}
.akMagicButtonContainer .mw-ui-button {
font-size:80%;
}
}
@media screen and (min-width: 580px) {
.akMagicButtonSpacerSpacing {
letter-spacing: 1em;
}
}
/* [[Category:在模板名字空间下的CSS页面]] */