/* 页面[[夏川玥玥]]的专用样式表 *//* [[Category:在主名字空间下的CSS页面]] */
/*在修改本页之前,尽可能保证修改内容的稳定性,因为此css中可能存在以bug所运行的代码程序
您可以在此页面创建者的个人沙盒内对此页面进行css测试并确定程序无重大bug及附带bug后将代码复制到此页面
更改后请在编辑摘要中说明,以防别人看不懂*/
/*标题左右符号*/
h3{
color: #B07D9D!important;
}/*第二标题颜色*/
h2{
color: #9D708D!important;
text-shadow:1px 0 #f2cce4, 0 1px #f2cce4, -1px 0 #f2cce4, 0 -1px #f2cce4, 0.5px 0.5px #f2cce4, 0.5px -0.5px #f2cce4, -0.5px 0.5px #f2cce4, -0.5px -0.5px #f2cce4!important;
transition:all 0.5s ease!important;
}/*主标题颜色*/
h2:before,
h3:before{
background-color:#ff9cc9!important;
}/*标题左色带颜色修改*/
/*历程相关修改*/
th {
color: #fa4e79;
}/*副标题颜色*/
.commemoratetime{
text-shadow:0.5px 0 #f2cce4, 0 0.5px #f2cce4, -0.5px 0 #f2cce4, 0 -0.5px #f2cce4, 0.5px 0.5px #f2cce4, 0.5px -0.5px #f2cce4, -0.5px 0.5px #f2cce4, -0.5px -0.5px #f2cce4;
color:#e68da1;
}/*重大里程碑修改*/
/*编辑按钮修改*/
.mw-editsection {
float: right;
font-size: 13px;
opacity: 0.4;
transition: opacity 0.5s;
}/*主参数*/
.mw-editsection:hover {
opacity: 1;
}/*光标触碰后明亮*/
/*信息栏修改*/
.infobox2{
background-color:rgba(254, 254, 254, 0.5)!important;
border: 2px solid #fd8da6;
}/*背景色修改*/
.infobox-image-container img{
width:312px!important;
height:328px!important;
}/*头图图片大小修改*/
/* 黑幕及删除线修改 */
.heimu {
background-color: #eac0cc;
color: #eac0cc;
}/*主体颜色*/
.heimu rt{
background-color: #eac0cc!important;
}/*针对黑幕中嵌套ruby的修复*/
.heimu a:link,
.heimu a:visited{
color: #eac0cc;
}/*链接伪黑幕*/
.heimu:hover a:visited,
.heimu:hover a:link{
color:#e86983;
}/*黑幕显示后防黑幕下链接变蓝*/
s,
del{
text-decoration-color:#ed3157;
}/*删除线*/
.just-kidding-text{
text-decoration-color:#ed3157!important;
}/*删除线*/
/*页面内链接修改*/
a:link,
a:visited{
color:#e86983;
}/*链接颜色*/
.columns-list a:visited,
.columns-list a:link,
.bilibili-title a:visited,
.bilibili-title a:link,
.external.text,
.bilibili-toggle,
.mw-cite-backlink{
color:#e86983!important;
}/*针对外部链接修改颜色*/
.heimu a{
color: #eac0cc!important;
}/*黑幕下注释链接文本伪黑幕*/
.heimu:hover a{
color: #e86983!important;
}/*黑幕下注释链接文本伪黑幕后显色*/
/*形象,作品,经典永流传三栏整体修改*/
/*这几栏大部分修改在条目中体现,若想修改可以直接在条目里找到对应div及模板参数进行修改,修改后在编辑摘要中说明即可*/
.TabLabelText.selected .hovers-fade.tabslabelbt{
font-weight:600;
color:#ff5c70!important;
background-color:#fd8da6;
width:50px;
border-radius:10px;
text-align:center;
padding:4px 6px;
}/*当前显示tab的LabelText的颜色加深*/
.TabContent{
border-radius:10px;
}/*tabs内部边框圆角化*/
/*moehover修改*/
.onhover-inline-block>table>tbody>tr:first-child>td{
padding:3.4px!important;
}/*防止错位导致页面偏移*/
.moe-hover .onhover-fade-slow{
transition: opacity 1s!important;
}/*修改过渡时间*/