透明样式/styles.css:修订间差异
外观
建立内容为“→搬运于萌娘百科的页面Slow Loop专用样式表: →MinervaNeue皮肤下图片缩放: .infobox2 img { width:100%; max-width:312px !important; height:…”的新页面 |
修改 |
||
| (未显示2个用户的11个中间版本) | |||
| 第3行: | 第3行: | ||
.infobox2 img { | .infobox2 img { | ||
width:100%; max-width:312px !important; height:auto; | width:100%; max-width:312px !important; height:auto; | ||
} | |||
/*展开的透明化*/ | |||
.mw-collapsible wikitable{ | |||
background-color:transparent; | |||
} | } | ||
.tabs-container{ | |||
background-color:transparent; | |||
} | |||
/*tab的透明化*/ | /*tab的透明化*/ | ||
.tabs-pages{ | .tabs-pages{ | ||
| 第59行: | 第66行: | ||
} | } | ||
| 第121行: | 第84行: | ||
text-decoration-style: wavy; | text-decoration-style: wavy; | ||
} | } | ||
/* [[分类:CSS页面]] */ | |||
/* [[ | |||
2022年7月21日 (四) 14:26的最新版本
/* 搬运于萌娘百科的页面Slow Loop专用样式表 */
/*MinervaNeue皮肤下图片缩放*/
.infobox2 img {
width:100%; max-width:312px !important; height:auto;
}
/*展开的透明化*/
.mw-collapsible wikitable{
background-color:transparent;
}
.tabs-container{
background-color:transparent;
}
/*tab的透明化*/
.tabs-pages{
background-color:transparent;
}
.inner-content{
border:transparent;
}
/*移除信息栏中tab的边框*/
.infobox2 .TabContent{
border:0;
}
/*圆角化*/
.infoBox,.infoBoxContent,.infoBox2,.navbox-title,.navbox-group,.wikitable,.bilibili-title,.navBox,table,.toc,pre,.card,.radius,.TabContent {
border-radius: 7px;
}
.infoBoxContent {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* 黑幕颜色 */
.heimu {
background-color: #0f395f;
color: #0f395f;
}
.heimu a, .heimu.fakelink {
color: Transparent;
}
/*移动版允许使用small、big标签*/
small {
font-size:smaller;
}
big {
font-size:larger;
}
/* 编辑按钮右置、半透明 */
.mw-editsection {
float: right;
font-size: 13px;
opacity: 0;
transition: opacity 0.5s;
}
.mw-editsection:hover {
opacity: 1;
}
/* 更改选中颜色 */
::selection {
color: #0b7698;
background-color: #cde5ea;
}
/** Toggle文字按钮下划线 **/
.toggleunderline:hover {
text-decoration-line: underline;
}
/** 链接下划线 **/
a, .toggleunderline {
text-decoration-style: wavy;
}
/* [[分类:CSS页面]] */