This is a documentation for Board Game Arena: play board games online !

Template:Goboard13: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
m (reduced squareSize)
m (removed z-index)
Line 7: Line 7:
<div class="board background" style="
<div class="board background" style="
background:{{{boardColour|#e5c079}}};
background:{{{boardColour|#e5c079}}};
z-index:-3;
width:100%;
width:100%;
height:100%;
height:100%;
Line 18: Line 17:
grid:repeat(calc({{{boardSize|13}}} - 1),{{{squareSize|36}}}px) / repeat(calc({{{boardSize|13}}} - 1),{{{squareSize|36}}}px);
grid:repeat(calc({{{boardSize|13}}} - 1),{{{squareSize|36}}}px) / repeat(calc({{{boardSize|13}}} - 1),{{{squareSize|36}}}px);
gap:{{{gridlineThickness|1}}}px;
gap:{{{gridlineThickness|1}}}px;
z-index:-1;
left:calc(({{{squareSize|36}}}px / 2) + ({{{gridlineThickness|1}}}px / 2));
left:calc(({{{squareSize|36}}}px / 2) + ({{{gridlineThickness|1}}}px / 2));
top :calc(({{{squareSize|36}}}px / 2) + ({{{gridlineThickness|1}}}px / 2));
top :calc(({{{squareSize|36}}}px / 2) + ({{{gridlineThickness|1}}}px / 2));

Revision as of 22:04, 17 December 2021

A
B
C
D
E
F
G
H
J
K
L
M
N
13
13
12
12
11
11
10
10
9
9
8
8
7
7
6
6
5
5
4
4
3
3
2
2
1
1
A
B
C
D
E
F
G
H
J
K
L
M
N

For documentation see Template:Goboard9