透明样式/styles.css:修订间差异
外观
建立内容为“→搬运于萌娘百科的页面Slow Loop专用样式表: →MinervaNeue皮肤下图片缩放: .infobox2 img { width:100%; max-width:312px !important; height:…”的新页面 |
攸萨将页面透明样式/styles.css的内容模型从“wiki语法”更改为“已过滤的CSS” |
||
(没有差异)
| |||
2022年5月12日 (四) 04:32的版本
/* 搬运于萌娘百科的页面Slow Loop专用样式表 */
/*MinervaNeue皮肤下图片缩放*/
.infobox2 img {
width:100%; max-width:312px !important; height:auto;
}
/*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;
}
/*表格样式*/
/*
.stubborn>table {
border-radius: 15px;
border: rgba(197,226,232,1.00) 3px solid;
overflow: hidden;
margin-top: 15px!important;
margin-left: 15px;
}
table.wikitable {
border-radius: 15px;
border: rgba(197,226,232,1.00) 3px solid;
overflow: hidden;
}
.wikitable th {
border: 1.2px solid #7fcad9;
color:#0b7698;
border-radius: 4px;
background-color: rgba(161, 212, 218, 0.4);
}
#ost .wikitable {
margin:0.5em 2%;
}
#ost .song_length {
text-align:right;
}
.wikitable td {
border: 1.2px solid #7fcad9;
background-color: rgba(135, 206, 235, 0.1);
}
*/
/* 分割线 */
hr {
margin: 1em 10% 0.5em;
width: 80%;
border-bottom: 2px dashed #3fa8bd;
background: none;
}
/* 更改选中颜色 */
::selection {
color: #0b7698;
background-color: #cde5ea;
}
/** Toggle文字按钮下划线 **/
.toggleunderline:hover {
text-decoration-line: underline;
}
/** 链接下划线 **/
a, .toggleunderline {
text-decoration-style: wavy;
}
/** #各话简介・先行图 Tabs按钮 **/
.tabslabelbt:active {
transform: scale(0.95);
}
/* 媒体适配 */
@media screen and (max-width: 960px) {
table.wikitable {
margin: 0.5em 0;
width: 100%!important;
}
h2 {
padding: 5px 0em;
border-radius: 5px 5px 0 0;
}
table.wikitable tbody{
display: inline-block;
}
#ost .wikitable {
text-align:left;
width:auto!important;
}
}
/* [[Category:在主名字空间下的CSS页面]] */