“Template:Collections Items Shipped/styles.css”的版本间的差异

来自Stardew Valley Wiki
跳到导航 跳到搜索
(create page)
 
(已还原第二个熺对话)的编辑至最后由Margotbean修订的版本)
标签回退
(未显示另一用户的1个中间版本)
(没有差异)

2024年5月1日 (三) 16:37的版本

/* Derived from #calendartable in vector.css */

#itemsshippedtable {
	position: absolute;
	margin: 20px 14px 0px 18px;
	border-collapse: collapse;
	display: block;
	border-spacing: 0; 
	padding: 0;
}

#itemsshippedtable td {
	height: 36px; 
	width: 36px; 
	border-style: solid;
	border: 0;
	padding: 0; 
}

#itemsshippedtable tr.h34 td {height: 34px;}

#itemsshippedtable td.w34 {width: 34px;}
#itemsshippedtable td.w46 {width: 46px;}

#itemsshippedtable a {
	width: 100%; 
	height: 100%; 
	display: block; 
	font-size: 0px;
}

#itemsshippedtable a:hover {
	border-style: solid; 
	border-color: blue; 
	border-width: 3px; 
	box-sizing: border-box;
}

#outeritemsshippeddiv {
	position: relative; 
	width: 1200px; 
	height: 304px;
}

#inneritemsshippeddiv {position: absolute;}

/* [[Category:Template]] */