透明样式/styles.css

来自SS唯基
跳到导航 跳到搜索
/* 搬运于萌娘百科的页面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页面]] */