diff --git a/static/css/style.css b/static/css/style.css index 9224d5d..4ae2ef1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -293,3 +293,44 @@ summary::-webkit-details-marker, background-color: #ff0000; color: #ffffff; } + + #myPopup { + display: none; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0,0,0,0.5); + z-index: 1; + } + + #popupContent { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: white; + padding: 20px; + border-radius: 5px; + animation-name: popupFadeIn; + animation-duration: 0.5s; + } + + @keyframes popupFadeIn { + from { opacity: 0; transform: translate(-50%, -60%); } + to { opacity: 1; transform: translate(-50%, -50%); } + } + + .container{ + + position: absolute; + right: 32px; + top: 16px; + font-size: 24px; + } + .menu-link{ + color:white; + text-decoration: none; + margin-left: 16px; +} \ No newline at end of file diff --git a/templates/session.html b/templates/session.html index f6680bd..9fc8b6c 100644 --- a/templates/session.html +++ b/templates/session.html @@ -12,20 +12,54 @@ - - - - - - + +
+ + + +
+
+

Information

+

+ {% block content %} +

Useranzahl: {{useranzahl}}

+

Uptime: {{der}}

+ +

Creator: Host

+ + + + + +
+ + + +
+ + +