From 9f75af0f473feb4331158fadb57ab734cd2ef2b8 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Thu, 25 Jul 2019 20:48:31 -0400 Subject: [PATCH] Add first working version. --- bot.py | 4 +- tictactoe.css | 8173 ++++++++++++++++++++++++++++++------------------- 2 files changed, 5074 insertions(+), 3103 deletions(-) diff --git a/bot.py b/bot.py index ec3e7ff..2b45d4f 100644 --- a/bot.py +++ b/bot.py @@ -90,9 +90,9 @@ def get_sudoku_moves(): new_field = list(field) new_field[move] = PLAYER_2 new_field = tuple(new_field) - equity = get_equity(new_field, PLAYER_2) + equity = get_equity(new_field, PLAYER_1) equities.append((equity, move)) - move = max(equities)[1] + move = min(equities)[1] new_field = list(field) new_field[move] = PLAYER_2 new_field = tuple(new_field) diff --git a/tictactoe.css b/tictactoe.css index 97316b2..2748809 100644 --- a/tictactoe.css +++ b/tictactoe.css @@ -124,7 +124,7 @@ body { .tic-tac-toe input.turn-0.field-0:checked ~ -input.turn-1.field-8 + label { +input.turn-1.field-4 + label { display: block; cursor: default; background-color: green; @@ -133,7 +133,7 @@ input.turn-1.field-8 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-2 + label { display: block; cursor: default; background-color: green; @@ -149,15 +149,6 @@ input.turn-5.field-6 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-5.field-6 + label { @@ -169,7 +160,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -177,8 +168,98 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -187,7 +268,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -196,16 +277,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -214,7 +286,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -223,7 +295,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -232,6 +304,96 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -241,7 +403,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-6 + label { display: block; cursor: default; background-color: green; @@ -250,7 +412,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -259,7 +421,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -267,8 +429,26 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -277,7 +457,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -285,8 +465,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-7 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -294,8 +474,8 @@ input.turn-3.field-7 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -303,8 +483,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -312,8 +492,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -321,8 +501,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -330,8 +510,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -339,8 +519,17 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -349,16 +538,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -367,7 +547,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -384,8 +564,26 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -394,7 +592,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -402,8 +600,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { display: block; cursor: default; background-color: green; @@ -411,8 +609,62 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -421,7 +673,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-5 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -430,96 +682,6 @@ input.turn-3.field-5 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-5.field-5 + label { display: block; cursor: default; @@ -528,8 +690,134 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ +input.turn-3.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -545,90 +833,9 @@ input.turn-5.field-5 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -637,6 +844,78 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -645,7 +924,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -654,7 +933,115 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-0:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-0:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -664,61 +1051,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-1:checked ~ -input.turn-1.field-8 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { +input.turn-1.field-0 + label { display: block; cursor: default; background-color: green; @@ -727,16 +1060,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -771,7 +1095,16 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -780,8 +1113,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -789,8 +1122,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -798,8 +1131,8 @@ input.turn-3.field-7 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -807,8 +1140,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -816,8 +1149,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -825,16 +1158,7 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-5.field-5 + label { display: block; cursor: default; @@ -843,7 +1167,16 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-4 + label { display: block; cursor: default; @@ -852,8 +1185,143 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ +input.turn-3.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -869,15 +1337,6 @@ input.turn-3.field-7 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-5.field-6 + label { @@ -887,26 +1346,35 @@ input.turn-5.field-6 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-5.field-5 + label { display: block; cursor: default; @@ -915,8 +1383,71 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -925,7 +1456,61 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -934,16 +1519,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-6 + label { display: block; cursor: default; background-color: green; @@ -952,7 +1528,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -961,7 +1537,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -970,7 +1573,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -978,8 +1581,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -987,8 +1590,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -996,88 +1599,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ input.turn-7.field-4 + label { display: block; cursor: default; @@ -1086,25 +1608,7 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -1113,8 +1617,71 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ +input.turn-3.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1123,7 +1690,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1131,8 +1698,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -1140,8 +1707,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -1149,7 +1716,16 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -1159,25 +1735,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { +input.turn-3.field-4 + label { display: block; cursor: default; background-color: green; @@ -1186,16 +1744,7 @@ input.turn-7.field-4 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -1204,7 +1753,25 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -1213,7 +1780,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -1221,8 +1788,8 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -1230,8 +1797,17 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -1240,25 +1816,7 @@ input.turn-7.field-4 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -1267,6 +1825,258 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-1:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -1276,7 +2086,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-2:checked ~ -input.turn-1.field-8 + label { +input.turn-1.field-4 + label { display: block; cursor: default; background-color: green; @@ -1285,7 +2095,7 @@ input.turn-1.field-8 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -1294,16 +2104,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -1312,7 +2113,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -1321,7 +2122,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -1330,6 +2131,96 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -1339,7 +2230,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -1348,16 +2239,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1366,7 +2248,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1375,16 +2257,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -1393,6 +2266,96 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -1402,16 +2365,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -1420,16 +2374,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1438,7 +2383,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1447,16 +2392,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -1465,7 +2401,7 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -1473,8 +2409,8 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-7 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -1482,8 +2418,8 @@ input.turn-3.field-7 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -1491,8 +2427,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1500,8 +2436,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { display: block; cursor: default; background-color: green; @@ -1509,8 +2445,26 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -1519,7 +2473,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-8 + label { display: block; cursor: default; background-color: green; @@ -1528,7 +2482,34 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -1537,7 +2518,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1546,16 +2527,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1564,7 +2536,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1572,26 +2544,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1600,7 +2554,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -1609,7 +2563,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -1618,7 +2572,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -1626,16 +2580,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -1644,8 +2589,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -1654,16 +2599,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1672,7 +2608,25 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -1681,7 +2635,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -1689,7 +2643,16 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -1698,8 +2661,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -1707,8 +2670,17 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -1717,7 +2689,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-6 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -1733,36 +2705,9 @@ input.turn-5.field-5 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -1771,7 +2716,7 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -1779,16 +2724,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -1797,7 +2733,7 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -1805,45 +2741,9 @@ input.turn-7.field-5 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -1852,7 +2752,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -1861,7 +2761,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -1869,8 +2769,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -1878,106 +2778,7 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ -input.turn-1.field-8 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ +input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ input.turn-5.field-5 + label { display: block; cursor: default; @@ -1986,8 +2787,8 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { display: block; cursor: default; background-color: green; @@ -1995,8 +2796,251 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-2:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ +input.turn-1.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ +input.turn-3.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2005,16 +3049,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-4 + label { display: block; cursor: default; background-color: green; @@ -2023,16 +3058,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -2041,7 +3067,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -2050,16 +3076,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2068,7 +3085,70 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2077,16 +3157,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-5 + label { display: block; cursor: default; background-color: green; @@ -2095,7 +3166,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -2111,9 +3209,36 @@ input.turn-5.field-6 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2122,6 +3247,96 @@ input.turn-5.field-5 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -2131,16 +3346,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-4 + label { display: block; cursor: default; background-color: green; @@ -2149,7 +3355,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2158,7 +3391,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -2167,16 +3400,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2185,6 +3409,96 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-1 + label { display: block; cursor: default; @@ -2194,34 +3508,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -2238,7 +3525,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-7 + label { display: block; cursor: default; @@ -2248,7 +3535,16 @@ input.turn-7.field-7 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -2257,7 +3553,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2265,8 +3561,8 @@ input.turn-5.field-7 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2275,7 +3571,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2283,17 +3579,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2302,43 +3589,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { +input.turn-3.field-2 + label { display: block; cursor: default; background-color: green; @@ -2347,33 +3598,6 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -2382,8 +3606,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-5 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2391,8 +3615,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -2400,8 +3624,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2410,25 +3634,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2437,6 +3643,42 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -2445,8 +3687,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -2454,8 +3696,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -2463,8 +3705,44 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-3:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-3:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2473,70 +3751,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-4:checked ~ -input.turn-1.field-8 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-1.field-0 + label { display: block; cursor: default; background-color: green; @@ -2552,15 +3767,6 @@ input.turn-3.field-7 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-5.field-6 + label { @@ -2571,8 +3777,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -2580,25 +3786,7 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -2607,7 +3795,34 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -2616,8 +3831,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -2625,8 +3840,116 @@ input.turn-3.field-7 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ +input.turn-3.field-6 + label { display: block; cursor: default; background-color: green; @@ -2635,7 +3958,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -2644,7 +3967,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -2653,7 +4003,25 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -2662,16 +4030,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-5 + label { display: block; cursor: default; background-color: green; @@ -2680,7 +4039,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -2696,9 +4082,36 @@ input.turn-5.field-6 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2707,6 +4120,96 @@ input.turn-5.field-5 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -2716,16 +4219,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -2752,16 +4246,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2770,6 +4255,51 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -2777,27 +4307,54 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-3.field-2 + label { display: block; cursor: default; background-color: green; @@ -2814,7 +4371,16 @@ input.turn-5.field-7 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -2823,8 +4389,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -2833,7 +4399,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2841,8 +4407,8 @@ input.turn-5.field-7 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2851,7 +4417,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2859,8 +4425,8 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2869,34 +4435,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -2913,7 +4452,16 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -2922,8 +4470,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -2932,7 +4480,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2940,17 +4488,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2959,7 +4498,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -2967,8 +4506,89 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-4:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-4:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -2977,7 +4597,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-5:checked ~ -input.turn-1.field-8 + label { +input.turn-1.field-2 + label { display: block; cursor: default; background-color: green; @@ -2986,7 +4606,7 @@ input.turn-1.field-8 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -2995,7 +4615,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -3003,8 +4623,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3012,8 +4632,17 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3022,7 +4651,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -3040,7 +4696,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3048,8 +4704,89 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3058,7 +4795,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -3067,7 +4804,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -3075,8 +4812,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3084,8 +4821,17 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3094,7 +4840,34 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -3112,7 +4885,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3120,8 +4893,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3129,8 +4902,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3138,52 +4911,7 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -3192,8 +4920,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3201,8 +4929,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3210,8 +4938,44 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -3220,7 +4984,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-4 + label { display: block; cursor: default; background-color: green; @@ -3238,7 +5002,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -3246,8 +5010,26 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3256,7 +5038,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -3265,7 +5047,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3273,7 +5055,88 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-1 + label { display: block; cursor: default; @@ -3283,7 +5146,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-3 + label { display: block; cursor: default; background-color: green; @@ -3292,7 +5155,34 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -3301,7 +5191,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -3309,8 +5199,26 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-6 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -3319,16 +5227,7 @@ input.turn-5.field-6 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -3337,7 +5236,97 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -3346,34 +5335,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -3389,27 +5351,9 @@ input.turn-5.field-4 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3417,8 +5361,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3426,26 +5370,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3454,25 +5380,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3481,7 +5389,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3489,8 +5397,8 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3498,8 +5406,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3508,43 +5416,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -3560,27 +5432,9 @@ input.turn-5.field-4 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3588,8 +5442,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -3597,26 +5451,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -3625,34 +5461,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3661,7 +5470,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3669,8 +5478,8 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3678,8 +5487,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -3687,8 +5496,8 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ -input.turn-1.field-8 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -3696,8 +5505,8 @@ input.turn-1.field-8 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-5 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-6 + label { display: block; cursor: default; background-color: green; @@ -3705,151 +5514,7 @@ input.turn-3.field-5 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ input.turn-7.field-4 + label { display: block; cursor: default; @@ -3858,25 +5523,7 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-4:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -3885,8 +5532,224 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-5:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ +input.turn-1.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ +input.turn-3.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ +input.turn-3.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -3895,7 +5758,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -3903,8 +5766,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -3912,8 +5775,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -3921,7 +5784,16 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -3931,7 +5803,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -3940,7 +5812,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -3949,7 +5821,7 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -3957,16 +5829,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -3975,8 +5838,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -3985,16 +5848,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -4003,7 +5857,25 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -4012,51 +5884,6 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-5.field-7 + label { display: block; cursor: default; @@ -4065,8 +5892,8 @@ input.turn-5.field-7 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -4074,8 +5901,53 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ +input.turn-3.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -4084,7 +5956,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -4092,7 +5964,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-7 + label { display: block; cursor: default; @@ -4102,7 +5974,7 @@ input.turn-7.field-7 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -4110,8 +5982,8 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-7 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -4119,7 +5991,34 @@ input.turn-5.field-7 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4129,7 +6028,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -4137,7 +6036,16 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-1:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4146,7 +6054,7 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ input.turn-7.field-1 + label { display: block; cursor: default; @@ -4155,89 +6063,8 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-6:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-1 + label { display: block; cursor: default; background-color: green; @@ -4246,7 +6073,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-7 + label { +input.turn-3.field-1 + label { display: block; cursor: default; background-color: green; @@ -4255,61 +6082,7 @@ input.turn-3.field-7 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -4318,34 +6091,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-5.field-7 + label { display: block; cursor: default; background-color: green; @@ -4354,16 +6100,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -4372,7 +6109,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-7 + label { display: block; cursor: default; background-color: green; @@ -4380,16 +6117,7 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4398,7 +6126,7 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4406,9 +6134,54 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-5 + label { +input.turn-3.field-8 + label { display: block; cursor: default; background-color: green; @@ -4417,132 +6190,6 @@ input.turn-3.field-5 + label { .tic-tac-toe input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-5.field-3 + label { display: block; cursor: default; @@ -4551,7 +6198,106 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4559,9 +6305,45 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-6:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-7:checked ~ -input.turn-1.field-8 + label { +input.turn-1.field-1 + label { display: block; cursor: default; background-color: green; @@ -4577,27 +6359,9 @@ input.turn-3.field-6 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -4606,7 +6370,7 @@ input.turn-5.field-5 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -4614,8 +6378,17 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -4624,16 +6397,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -4642,7 +6406,7 @@ input.turn-7.field-4 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -4650,7 +6414,16 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4660,7 +6433,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-5 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -4678,7 +6451,16 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -4694,18 +6476,9 @@ input.turn-5.field-4 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -4722,8 +6495,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-6 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -4731,25 +6504,7 @@ input.turn-3.field-6 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -4758,7 +6513,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-2:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -4767,8 +6522,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -4776,61 +6531,7 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -4849,33 +6550,6 @@ input.turn-3.field-6 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -4884,7 +6558,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -4893,8 +6567,17 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -4920,7 +6603,16 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -4928,18 +6620,9 @@ input.turn-7.field-5 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -4947,7 +6630,7 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -4957,7 +6640,16 @@ input.turn-7.field-5 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -4966,7 +6658,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -4983,7 +6675,16 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-4:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -4992,8 +6693,35 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5011,16 +6739,7 @@ input.turn-3.field-6 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { +input.turn-5.field-4 + label { display: block; cursor: default; background-color: green; @@ -5029,7 +6748,7 @@ input.turn-7.field-4 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -5037,7 +6756,7 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5046,26 +6765,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -5091,8 +6792,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -5100,8 +6801,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-5 + label { display: block; cursor: default; background-color: green; @@ -5119,7 +6820,7 @@ input.turn-5.field-5 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -5128,7 +6829,16 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5154,7 +6864,16 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-8 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5163,8 +6882,35 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5173,34 +6919,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-6 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -5217,7 +6936,16 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -5226,8 +6954,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -5236,7 +6964,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-6 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5244,17 +6972,8 @@ input.turn-5.field-6 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5263,7 +6982,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ -input.turn-5.field-3 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5271,8 +6990,8 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5297,18 +7016,9 @@ input.turn-5.field-4 + label { z-index: 10 !important; } -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -5325,34 +7035,7 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-8:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5362,7 +7045,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-8 + label { display: block; cursor: default; background-color: green; @@ -5379,8 +7062,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-4 + label { display: block; cursor: default; background-color: green; @@ -5388,8 +7071,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -5415,8 +7098,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -5424,8 +7107,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -5443,7 +7126,7 @@ input.turn-5.field-3 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-8 + label { display: block; cursor: default; background-color: green; @@ -5452,7 +7135,52 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-8:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-8:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5461,7 +7189,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ -input.turn-3.field-5 + label { +input.turn-3.field-8 + label { display: block; cursor: default; background-color: green; @@ -5470,16 +7198,7 @@ input.turn-3.field-5 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -5488,7 +7207,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { +input.turn-7.field-4 + label { display: block; cursor: default; background-color: green; @@ -5496,8 +7215,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -5505,25 +7224,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5550,8 +7251,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5559,8 +7260,8 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5569,16 +7270,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -5587,7 +7279,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-4 + label { display: block; cursor: default; background-color: green; @@ -5595,16 +7287,7 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5613,8 +7296,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ -input.turn-1.field-6 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { display: block; cursor: default; background-color: green; @@ -5622,8 +7305,8 @@ input.turn-1.field-6 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ -input.turn-3.field-7 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5631,16 +7314,7 @@ input.turn-3.field-7 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-0:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -5649,8 +7323,8 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5658,7 +7332,61 @@ input.turn-7.field-3 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ +input.turn-3.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-5.field-4 + label { display: block; cursor: default; @@ -5667,7 +7395,7 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ input.turn-7.field-5 + label { display: block; cursor: default; @@ -5676,7 +7404,25 @@ input.turn-7.field-5 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-5.field-5 + label { display: block; cursor: default; @@ -5685,7 +7431,7 @@ input.turn-5.field-5 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ input.turn-7.field-4 + label { display: block; cursor: default; @@ -5694,7 +7440,34 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ input.turn-7.field-4 + label { display: block; cursor: default; @@ -5703,8 +7476,8 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -5712,7 +7485,25 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ input.turn-7.field-3 + label { display: block; cursor: default; @@ -5720,8 +7511,224 @@ input.turn-7.field-3 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-7:checked ~ input.turn-2.field-8:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-4:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ +input.turn-1.field-4 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ +input.turn-3.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-0:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -5731,34 +7738,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ -input.turn-3.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { +input.turn-3.field-0 + label { display: block; cursor: default; background-color: green; @@ -5767,7 +7747,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-5 + label { display: block; cursor: default; background-color: green; @@ -5776,7 +7756,16 @@ input.turn-5.field-4 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-7 + label { +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { display: block; cursor: default; background-color: green; @@ -5794,7 +7783,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5802,8 +7791,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-7 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -5811,7 +7800,7 @@ input.turn-7.field-7 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-7 + label { display: block; cursor: default; @@ -5821,7 +7810,7 @@ input.turn-7.field-7 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-2 + label { +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -5829,8 +7818,8 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -5838,7 +7827,16 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-7 + label { display: block; cursor: default; @@ -5847,8 +7845,8 @@ input.turn-7.field-7 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -5856,8 +7854,44 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { display: block; cursor: default; background-color: green; @@ -5882,6 +7916,15 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-1:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-3.field-5 + label { @@ -5893,7 +7936,7 @@ input.turn-3.field-5 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-1 + label { display: block; cursor: default; background-color: green; @@ -5909,6 +7952,15 @@ input.turn-7.field-7 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ input.turn-7.field-3 + label { @@ -5920,25 +7972,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-3 + label { +input.turn-5.field-3 + label { display: block; cursor: default; background-color: green; @@ -5947,16 +7981,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-4 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -5965,7 +7990,7 @@ input.turn-7.field-4 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -5973,25 +7998,7 @@ input.turn-7.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-4:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ input.turn-7.field-7 + label { display: block; cursor: default; @@ -6000,8 +8007,8 @@ input.turn-7.field-7 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-7:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { display: block; cursor: default; background-color: green; @@ -6009,376 +8016,7 @@ input.turn-7.field-1 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ -input.turn-3.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ -input.turn-3.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ -input.turn-5.field-5 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-4:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ -input.turn-3.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-7 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-6:checked ~ input.turn-5.field-3 + label { display: block; cursor: default; @@ -6387,7 +8025,142 @@ input.turn-5.field-3 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-0:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-2:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-3 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ +input.turn-3.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-5:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -6396,7 +8169,34 @@ input.turn-7.field-2 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-1:checked ~ input.turn-7.field-2 + label { display: block; cursor: default; @@ -6404,9 +8204,243 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-3:checked ~ input.turn-4.field-7:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ +input.turn-3.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-6:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-7:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ +input.turn-5.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-0:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-1:checked ~ +input.turn-7.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-6:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-5:checked ~ input.turn-4.field-7:checked ~ +input.turn-5.field-6 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ +input.turn-3.field-7 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-0:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ +input.turn-5.field-0 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-2:checked ~ +input.turn-7.field-5 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-3:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-2:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-3:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-6:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-1 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ -input.turn-3.field-5 + label { +input.turn-3.field-6 + label { display: block; cursor: default; background-color: green; @@ -6415,34 +8449,7 @@ input.turn-3.field-5 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-0:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-2 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -6451,16 +8458,7 @@ input.turn-7.field-2 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ -input.turn-5.field-4 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-3 + label { +input.turn-5.field-0 + label { display: block; cursor: default; background-color: green; @@ -6485,9 +8483,18 @@ input.turn-7.field-2 + label { z-index: 10 !important; } +.tic-tac-toe +input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-1:checked ~ input.turn-6.field-5:checked ~ +input.turn-7.field-2 + label { + display: block; + cursor: default; + background-color: green; + z-index: 10 !important; +} + .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-5 + label { display: block; cursor: default; background-color: green; @@ -6514,7 +8521,7 @@ input.turn-7.field-3 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-2:checked ~ input.turn-6.field-3:checked ~ -input.turn-7.field-1 + label { +input.turn-7.field-0 + label { display: block; cursor: default; background-color: green; @@ -6523,7 +8530,7 @@ input.turn-7.field-1 + label { .tic-tac-toe input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ -input.turn-5.field-4 + label { +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green; @@ -6531,44 +8538,8 @@ input.turn-5.field-4 + label { } .tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-0:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-1:checked ~ -input.turn-7.field-2 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-3:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ -input.turn-5.field-3 + label { - display: block; - cursor: default; - background-color: green; - z-index: 10 !important; -} - -.tic-tac-toe -input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-4:checked ~ input.turn-6.field-2:checked ~ -input.turn-7.field-1 + label { +input.turn-0.field-8:checked ~ input.turn-2.field-7:checked ~ input.turn-4.field-5:checked ~ +input.turn-5.field-2 + label { display: block; cursor: default; background-color: green;