From 68cb383c2455c22e6339eb384b54569ee8b44fdc Mon Sep 17 00:00:00 2001 From: Baptiste Date: Thu, 29 Sep 2022 15:42:50 +0200 Subject: [PATCH] superPPA --- assets/css/page/game.css | 32 ++++++++++++++++++++++++++++++++ game.php | 26 ++++++++++++++++++++++++++ structure/menu.php | 4 ++-- 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 assets/css/page/game.css create mode 100644 game.php diff --git a/assets/css/page/game.css b/assets/css/page/game.css new file mode 100644 index 0000000..fa8793f --- /dev/null +++ b/assets/css/page/game.css @@ -0,0 +1,32 @@ +body { + text-align: center; +} + +a.link2 { + text-decoration: none; + color: #FFDC00; + -webkit-text-stroke: 1px black; +} + +a.link2:hover { + color: black; + -webkit-text-stroke: 1px black; +} + +.iframe_game { + display: block; + margin: 0 auto; + display: block; + border: 0px #000000 none; + position: relative; + +} + +a.link_in_yellow_box { + text-decoration: none; + color: black; +} + +a.link_in_yellow_box:hover { + color: white; +} \ No newline at end of file diff --git a/game.php b/game.php new file mode 100644 index 0000000..822890c --- /dev/null +++ b/game.php @@ -0,0 +1,26 @@ + +
+ + + +


+ + + +
+ \ No newline at end of file diff --git a/structure/menu.php b/structure/menu.php index 252cf1e..815e7dc 100644 --- a/structure/menu.php +++ b/structure/menu.php @@ -130,8 +130,8 @@ if(!isset($relativepath)) {