From 3ee6158e498f818cf1a6577b7577a8c4f04383d7 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Jun 2025 20:51:17 +0200 Subject: [PATCH] Delete static/css/style.css --- static/css/style.css | 94 -------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index e135594..0000000 --- a/static/css/style.css +++ /dev/null @@ -1,94 +0,0 @@ -body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - background-color: #f9f9f9; - color: #333; -} - -header { - position: relative; - background: url('../img/extern-bureaublad.webp') no-repeat center center; - background-size: cover; - color: white; - padding: 40px 20px; - text-align: center; -} - -header::after { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); - z-index: 1; -} - -header h1, header p { - position: relative; - z-index: 2; -} - -header h1 { - margin: 0; - font-size: 2.5em; -} - -main { - padding: 20px; - max-width: 1400px; - margin: 0 auto; -} - -section { - background: white; - border: 1px solid #ddd; - border-radius: 8px; - padding: 20px; - margin-bottom: 20px; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -section h2 { - color: #07AAF9; - margin-top: 0; -} - -footer { - background-color: #2D2E43; - color: white; - text-align: center; - padding: 10px 0; - margin-top: 20px; -} - -.container { - display: flex; - gap: 50px; -} - -.upstreamcon { - border: 2px solid #07AAF9; - border-radius: 8px; - padding: 10px; - width: 45%; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -table { - font-family: arial, sans-serif; - border-collapse: collapse; - width: 100%; -} - -td, th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; -} - -tr:nth-child(even) { - background-color: #dddddd; -} \ No newline at end of file