틀:Collections Items Shipped/styles.css

Stardew Valley Wiki
< 틀:Collections Items Shipped
Margotbean (토론 | 기여)님의 2021년 5월 10일 (월) 19:11 판 (create page)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기
/* 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:틀]] */