2023年政策修订增补工作正在进行中,欢迎参与!
Template:Phigros收藏品窗口/首页/style.css
< Template:Phigros收藏品窗口 | 首页
#PhigrosDataWindowHome > .window-body {
font-family: '思源黑体 CN Regular', 'Source Han Sans & Saira Hybrid', '站酷文艺体', '微软雅黑', 'Microsoft YaHei';
max-width:990px;
min-height:680px;
background-color:rgba(0,14,20,.925);
box-sizing: border-box;
margin: auto;
align-items: stretch;
}
/*萌皮适配*/
#moe-article .window-body {
min-height:990px !important;
}
#PhigrosDataWindowHome > .window-body div.title-block {
position:relative;
max-width:990px;
height:22px;
top:-4px;
background-color:rgba(35,65,80,.4)
}
#PhigrosDataWindowHome > .window-body div.title-block .close-key {
position:absolute;
right:-6px;
top:-4px;
width:44px;
height:22px;
z-index:0;
color:#FFF;
font-size:14px;
font-family:cursive;
text-align:center;
cursor: pointer;
background-color:rgba(120,85,70,.75);
}
#PhigrosDataWindowHome > .window-body div.title-block .close-key-2 {
position:absolute;
right:0;
top:0;
width:44px;
height:22px;
z-index:0;
color:#FFF;
font-size:14px;
font-family:cursive;
text-align:center;
opacity: 0.25;
background-color:rgba(120,85,70,1.0);
}
#PhigrosDataWindowHome > .window-body div.title-block .title-block-text {
position:absolute;
left:-6px;
top:0;
background-color:#1E70B2;
padding:0 9px 0 9px;
z-index:0;
color:#FFF;
text-align:right;
font-size:14px;
font-family:cursive;
font-family: '思源黑体 CN Regular', 'Source Han Sans & Saira Hybrid', '站酷文艺体', '微软雅黑', 'Microsoft YaHei';
}
#PhigrosDataWindowHome > .window-body div.title-block .title-block-text-2 {
position:absolute;
left:0;
top:4px;
padding:0 9px 0 9px;
z-index:0;
color:transparent;
text-align:right;
font-size:14px;
font-family:cursive;
font-family: '思源黑体 CN Regular', 'Source Han Sans & Saira Hybrid', '站酷文艺体', '微软雅黑', 'Microsoft YaHei';
background-color:rgba(28,111,177,.35);
}
#PhigrosDataWindowHome > .window-body .title-arrow-2 {
position:absolute;
top:0;
right:-10px;
height:0;
width:0;
border-top:11px solid transparent;
border-bottom:11px solid transparent;
border-left:10px solid rgba(28,111,177,.35);
}
#PhigrosDataWindowHome > .window-body .title-arrow {
position:absolute;
top:0;
right:-10px;
height:0;
width:0;
border-top:11px solid transparent;
border-bottom: 11px solid transparent;
border-left:10px solid #1E70B2;
}
/* [[分类:在模板名字空间下的CSS页面]] */