Difference between revisions of "Template:Black Sea Coordinate Grid/styles.css"

From Underrail Wiki
Jump to navigation Jump to search
(Created page with "→‎Black sea coordinate grid tile backgrounds: →‎Current types are: ruin, native, pirate, expedition & sea: .coord-grid-tile.expedition { background: #ffffcc; } .coord-g...")
 
m
Line 1: Line 1:
 
/* Black sea coordinate grid tile backgrounds */
 
/* Black sea coordinate grid tile backgrounds */
 +
 
/* Current types are: ruin, native, pirate, expedition & sea */
 
/* Current types are: ruin, native, pirate, expedition & sea */
  
.coord-grid-tile.expedition { background: #ffffcc; }
+
.coord-grid-expedition {  
.coord-grid-tile.native { background: #ff78a9; }
+
background: #ffffcc;
.coord-grid-tile.pirate { background: ffe6cc; }
+
}
.coord-grid-tile.ruin { background: #77ffcc; }
+
 
.coord-grid-tile.sea { background: #1111dd; }
+
.coord-grid-native {  
 +
background: #ff78a9;
 +
}
 +
 
 +
.coord-grid-pirate {  
 +
background: ffe6cc;
 +
}
 +
 
 +
.coord-grid-ruin {  
 +
background: #77ffcc;
 +
}
 +
 
 +
.coord-grid-sea {  
 +
background: #1111dd;
 +
}

Revision as of 08:47, 29 September 2020

/* Black sea coordinate grid tile backgrounds */

/* Current types are: ruin, native, pirate, expedition & sea */

.coord-grid-expedition { background: #ffffcc; }

.coord-grid-native { background: #ff78a9; }

.coord-grid-pirate { background: ffe6cc; }

.coord-grid-ruin { background: #77ffcc; }

.coord-grid-sea { background: #1111dd; }