From a1e0399a04d9281d7c0c1054837e773c458510f8 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 12 Sep 2024 15:04:36 +0300 Subject: [PATCH] remove table global styles --- static/css/style.css | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index bb9ab76..634912d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -183,14 +183,14 @@ body { font-size: small; } -table, +/* table, th, td { border: 1px solid black; border-collapse: collapse; background-color: aliceblue; padding: 4px; -} +} */ .visible { display: block; @@ -415,3 +415,38 @@ footer { } +#excelTable { + font-family: Calibri, sans-serif; +font-size: 15px; +text-align: center; +border-style: none; +border-collapse: collapse; +min-width: 680px; +} + +/* #excelTable tr td:nth-child(2) { +background-color: yellow; /* Change background color for the second column */ +/* } */ + +#excelTable tr td { +text-align: center; +padding: 0px; +background-color: white; +/* border: 1px solid black; */ +} + +#excelTableContainer { + margin: auto; + text-align: -webkit-center; + text-align: center; + + /* margin-top: 5px; + margin-right: 10px; + margin-bottom: 0px; + margin-left: 10px; */ + + padding: 5px; + background-color: #c8e4ef; + width: fit-content; + border-radius: 10px; +} \ No newline at end of file