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

From Underrail Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 +
{{delete}}
 +
 
/* Black sea coordinate grid tile backgrounds */
 
/* Black sea coordinate grid tile backgrounds */
  

Latest revision as of 20:36, 29 September 2020

This page is marked for deletion. If you disagree with its deletion, please improve the page and remove the {{delete}} tag. Remember to check what links here and the page history before deleting.

/* 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; }