对南科wiki有疑问?欢迎加入南科wiki的QQ群:301515560

“模板:Infobox/styles.css”的版本间的差异

来自南科wiki
第35行: 第35行:
 
}
 
}
 
#infobox-image img{
 
#infobox-image img{
width: 100%;
+
width: auto;
 +
height: auto;
 +
max-width: 100%;
 +
max-height: 100%;
 
}
 
}
 
#infobox-table td:first-child{
 
#infobox-table td:first-child{

2019年1月11日 (五) 16:10的版本

@media only screen and (max-width: 600px){
	#infobox{
		width: 100%;
	}
}
@media only screen and (min-width: 601px){
	#infobox{
		width:333px;
	}
}
#infobox{
	background: #fafafa;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 2px;
}
#outer-title{
	text-align: center;
	margin: 1px;
}
#main-box{
	background: rgb(248, 249, 250);
	border: solid 1px rgb(162, 169, 177);
}
#inner-title{
	text-align: center;
	margin: 1px;
}
#infobox-image{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 8px;
	text-align: center;
}
#infobox-image img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#infobox-table td:first-child{
	font-weight: bold;
}
#infobox-table table{
	border: none;
	margin: 2px;
}
#infobox-table tbody{
	border: none;
}
#infobox-table tr{
	border: none;
}