Difference between revisions of "Template:Collections Items Shipped/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
#itemsshippedtable {
 
#itemsshippedtable {
 
position: absolute;
 
position: absolute;
margin: 18px 14px 0px 18px;
+
margin: 20px 14px 0px 18px;
 
border-collapse: collapse;
 
border-collapse: collapse;
 
display: block;
 
display: block;
Line 11: Line 11:
  
 
#itemsshippedtable td {
 
#itemsshippedtable td {
height: 37px;  
+
height: 36px;  
 
width: 36px;  
 
width: 36px;  
 
border-style: solid;
 
border-style: solid;
Line 18: Line 18:
 
}
 
}
  
#itemsshippedtable tr.h32 td {height: 32px;}
 
 
#itemsshippedtable tr.h34 td {height: 34px;}
 
#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.w34 {width: 34px;}

Latest revision as of 23:21, 9 May 2021

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