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

From Stardew Valley Wiki
Jump to navigation Jump to search
Line 34: Line 34:
 
}
 
}
  
#outerdiv {
+
#outerartifactdiv {
 
position: relative;  
 
position: relative;  
 
width: 400px;  
 
width: 400px;  
Line 40: Line 40:
 
}
 
}
  
#innerdiv {position: absolute;}
+
#innerartifactdiv {position: absolute;}
  
 
/* [[Category:Template stylesheets]] */
 
/* [[Category:Template stylesheets]] */

Revision as of 21:19, 6 May 2021

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

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

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

#artifacttable td.w35 {width: 35px;}

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

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

#outerartifactdiv {
	position: relative; 
	width: 400px; 
	height: 301px;
}

#innerartifactdiv {position: absolute;}

/* [[Category:Template stylesheets]] */