2023年政策修订增补工作正在进行中,欢迎参与!
Template:蔚蓝档案/helper.css
跳转到导航
跳转到搜索
.ba-bg-dark {
background-color: #375375 !important;
color: white;
}
.ba-bg-light {
background-color: #ddeeff !important;
}
.ba-table {
/* Inherited from .ba-bg-light */
background-color: #ddeeff !important;
width: 100%;
}
.ba-center {
text-align: center;
}
.ba-header {
/* Inhereited from .ba-bg-dark */
background-color: #375375 !important;
color: white;
text-align: center;
font-weight: bold;
}
.ba-header .mw-collapsible-text {
color: white;
}
.ba-blue,
.ba-blue .mw-collapsible-text {
color: #00D6FA;
}
.ba-tabs .TabLabelText > span {
color: #375375 !important;
}
.ba-tabs .TabLabelText.selected > span {
color: #00D6FA !important;
}
.skill-ex {
display:grid;
grid-template-areas:'. . .';
grid-column-gap:8px;
align-items:center;
justify-content:space-between;
justify-items:stretch;
grid-template-columns:48px 1fr 3fr;
/* padding:0 10px;margin-top:1em; */
padding: 1em 10px;
}
.skill-cost {
padding:0 4px;
border-radius:5px;
display:inline-block;
}
.skill-other {
display:grid;
grid-template-areas:'. . .';
grid-column-gap:8px;
align-items:center;
justify-content:space-between;
justify-items:stretch;
grid-template-columns:48px 1fr 4fr;
/* padding:0 10px;margin-top:1em; */
padding: 1em 10px;
}
/* From U:あめろ for T:蔚蓝档案技能 T:蔚蓝档案综合信息*/
.textToggleDisplayButtons {
display: flex;
}
.textToggleDisplayButtons>span {
flex-grow: 1;
display: flex;
}
.textToggleDisplayButtonLabel {
border-width: 3px 0 0;
border-color: transparent;
background-color: transparent;
box-shadow: none;
margin: 0;
}
.textToggleDisplayButtonLabel.on {
color: #00D6FA;
background-color: #375375;
border-color: #00D6FA;
}
.textToggleDisplayButtonLabel .textToggleDisplayButtonInput {
display: none;
}
.baTabContent {
background: white;
position: relative;
z-index: 1;
border: 1px solid #aaa;
padding: 1.5px;
border-color: rgb(170, 170, 170);
background-color: rgb(255, 255, 255);
}
.subpagelist {
border-left: 10px solid #128CFE;
}
.navbox .in-page-edit-article-link-group {
display: none!important;
}
/* For T:BALinks */
.baLinksContainer {
display:inline-block;
}
.baLinksFlex {
display: inline-flex;
margin: 0 3px;
}
.baLinksMain {
display: inline-flex;
flex-direction: column;
justify-content: center;
box-sizing: content-box;
padding: 0 3px;
}
.baLinksMain img {
background: linear-gradient(#ff899e, #f79bac);
border-radius: 3px;
color: #FFF;
height: 11px !important;
padding: 3px 2px;
}
.baLinksMain a.new img {
background: linear-gradient(#aaaaaa, #b7b7b7);
}
.baLinksMain a.selflink img {
background: linear-gradient(#128cfe, #45a5fe);
}
/* For T:蔚蓝档案技能材料 */
.ba-growth-table th {
background-color: #ddeeff;
border-color: #d6d6d6;
}
/* [[Category:在模板名字空间下的CSS页面]][[Category:蔚蓝档案CSS页面]] */