diff --git a/SRC/public/css/frontend.css b/SRC/public/css/frontend.css index 9d865f9..19c67ed 100644 --- a/SRC/public/css/frontend.css +++ b/SRC/public/css/frontend.css @@ -7,7 +7,7 @@ html, body { font-family: 'Oswald', sans-serif; background: #ebebeb; - background: url('../imgs/bg.jpg') no-repeat bottom center fixed; + background: url('../imgs/bg.png') no-repeat bottom center fixed; background-size: cover; font-weight:300; @@ -160,10 +160,16 @@ button:active { height:100%; } -img#imgRef { - border-radius:50%; height:100px;width:100px;margin:40px; cursor:pointer; - +#imgRef { + display: inline-block; + border-radius:50%; + height:100px; + width:100px; + margin:40px; + cursor:pointer; + background-position: center center; + background-size:cover; } -img#imgRef:active { +#imgRef:active { cursor:wait; } \ No newline at end of file diff --git a/SRC/public/imgs/adminbg.jpg b/SRC/public/imgs/adminbg.jpg index cf8b312..edcc8ac 100644 Binary files a/SRC/public/imgs/adminbg.jpg and b/SRC/public/imgs/adminbg.jpg differ diff --git a/SRC/public/imgs/bg.png b/SRC/public/imgs/bg.png index f3e44c1..76ac93e 100755 Binary files a/SRC/public/imgs/bg.png and b/SRC/public/imgs/bg.png differ diff --git a/SRC/public/imgs/trophees/argent.png b/SRC/public/imgs/trophees/argent.png new file mode 100644 index 0000000..499550d Binary files /dev/null and b/SRC/public/imgs/trophees/argent.png differ diff --git a/SRC/public/imgs/trophees/or.png b/SRC/public/imgs/trophees/or.png index 15c5672..2faf9c9 100644 Binary files a/SRC/public/imgs/trophees/or.png and b/SRC/public/imgs/trophees/or.png differ diff --git a/SRC/resources/views/frontend/games.blade.php b/SRC/resources/views/frontend/games.blade.php index 62ba780..fcc9b9b 100755 --- a/SRC/resources/views/frontend/games.blade.php +++ b/SRC/resources/views/frontend/games.blade.php @@ -4,11 +4,11 @@ @section('content')
-
+

-
+
@endsection