diff --git a/site/interface/site/style/home.css b/site/interface/site/style/home.css index 574acc3..bf3ad6c 100644 --- a/site/interface/site/style/home.css +++ b/site/interface/site/style/home.css @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* home.css :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: marvin +#+ +:+ +#+ */ +/* By: madegryc +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */ -/* Updated: 2024/08/10 16:56:50 by marvin ### ########.fr */ +/* Updated: 2024/08/12 18:26:31 by madegryc ### ########.fr */ /* */ /* ************************************************************************** */ @@ -49,6 +49,26 @@ body { gap: 25%; } +#topButton p { + position: relative; +} + +#topButton p:after { + content: ""; + position: absolute; + background-color: white; + height: 3px; + width: 0%; + left: 0; + bottom: 1px; + transition: 0.3s; +} + +#topButton p:hover:after { + /* color: blue; */ + width: 100%; +} + #topBar h1 { margin: 0; padding: 0; diff --git a/websocket-server/Class/__pycache__/User.cpython-310.pyc b/websocket-server/Class/__pycache__/User.cpython-310.pyc new file mode 100644 index 0000000..9ed90a9 Binary files /dev/null and b/websocket-server/Class/__pycache__/User.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/__pycache__/createAccount.cpython-310.pyc b/websocket-server/typeRequets/__pycache__/createAccount.cpython-310.pyc new file mode 100644 index 0000000..08f2c05 Binary files /dev/null and b/websocket-server/typeRequets/__pycache__/createAccount.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/__pycache__/getPrivateListMessage.cpython-310.pyc b/websocket-server/typeRequets/__pycache__/getPrivateListMessage.cpython-310.pyc new file mode 100644 index 0000000..dca5d6c Binary files /dev/null and b/websocket-server/typeRequets/__pycache__/getPrivateListMessage.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/__pycache__/getPrivateListUser.cpython-310.pyc b/websocket-server/typeRequets/__pycache__/getPrivateListUser.cpython-310.pyc new file mode 100644 index 0000000..2c963fa Binary files /dev/null and b/websocket-server/typeRequets/__pycache__/getPrivateListUser.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/__pycache__/login.cpython-310.pyc b/websocket-server/typeRequets/__pycache__/login.cpython-310.pyc new file mode 100644 index 0000000..7a2391f Binary files /dev/null and b/websocket-server/typeRequets/__pycache__/login.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/__pycache__/sendPrivateMessage.cpython-310.pyc b/websocket-server/typeRequets/__pycache__/sendPrivateMessage.cpython-310.pyc new file mode 100644 index 0000000..599969c Binary files /dev/null and b/websocket-server/typeRequets/__pycache__/sendPrivateMessage.cpython-310.pyc differ diff --git a/websocket-server/typeRequets/login42/__pycache__/login42.cpython-310.pyc b/websocket-server/typeRequets/login42/__pycache__/login42.cpython-310.pyc new file mode 100644 index 0000000..cd5707a Binary files /dev/null and b/websocket-server/typeRequets/login42/__pycache__/login42.cpython-310.pyc differ