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

From Stardew Valley Wiki
Jump to navigation Jump to search
(Make two modifications to this template to fit the main template: First, Add the distance parameter between two pictures in reference to page A; Second, Modify the width limit to place two images on the same line.)
 
Line 21: Line 21:
  
 
#fishtable td.w34 {width: 34px;}
 
#fishtable td.w34 {width: 34px;}
 +
#fishtable td.w46 {width: 46px;}
  
 
#fishtable a {
 
#fishtable a {
Line 38: Line 39:
 
#outerfishdiv {
 
#outerfishdiv {
 
position: relative;  
 
position: relative;  
width: 400px;  
+
width: 800px;  
 
height: 304px;
 
height: 304px;
 
}
 
}

Latest revision as of 02:16, 29 June 2024

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

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

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

#fishtable tr.h36 td {height: 36px;}

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

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

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

#outerfishdiv {
	position: relative; 
	width: 800px; 
	height: 304px;
}

#innerfishdiv {position: absolute;}

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