Stranded Deep Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Stranded Deep Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
 
table.craftingTable {
 
table.craftingTable {
 
background:url(/media/b/ba/Crafting_Background.png) repeat-y;
 
background:url(/media/b/ba/Crafting_Background.png) repeat-y;
  +
background-size: 100% auto;
 
color:#000;
 
color:#000;
 
text-align:center;
 
text-align:center;

Latest revision as of 20:40, 12 May 2018

table.craftingTable {
  background:url(/media/b/ba/Crafting_Background.png) repeat-y;
  background-size: 100% auto;
  color:#000;
  text-align:center;
}

td.itemSquare {
  width:48px;
  height:48px;
  background-color:rgba(50,50,50,0.5);
}