Template:Collections Items Shipped/styles.css

From Stardew Valley Wiki
< Template:Collections Items Shipped
Revision as of 23:12, 9 May 2021 by Margotbean (talk | contribs) (Created page with "→‎Derived from #calendartable in vector.css: #itemsshippedtable { position: absolute; margin: 20px 14px 0px 18px; border-collapse: collapse; display: block; border-sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* 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: 37px; 
	width: 36px; 
	border-style: solid;
	border: 0;
	padding: 0; 
}

#itemsshippedtable tr.h32 td {height: 32px;}
#itemsshippedtable tr.h34 td {height: 34px;}
#itemsshippedtable tr.h36 td {height: 36px;}
#itemsshippedtable tr.h38 td {height: 38px;}

#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 stylesheets]] */