From 7c23016672041febf93728fc78d484ff69dc45fa Mon Sep 17 00:00:00 2001 From: Tom LAVEILLE Date: Fri, 2 Aug 2024 10:23:25 +0200 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"CenRa=5FMetabase/resources/css"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CenRa_Metabase/resources/css/dock.css | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 CenRa_Metabase/resources/css/dock.css diff --git a/CenRa_Metabase/resources/css/dock.css b/CenRa_Metabase/resources/css/dock.css new file mode 100644 index 0000000..f05b850 --- /dev/null +++ b/CenRa_Metabase/resources/css/dock.css @@ -0,0 +1,61 @@ +body { + font-family: Ubuntu, Lucida Grande, Segoe UI, Arial, sans-serif; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; + font-size: 14px; +} +img { + max-width: 100%; +} +img.logo{ + display: inline-block; + margin-left:0px; + margin-right: 0px; + margin-top: 10px; + margin-bottom: 10px; + vertical-align: top; + width:25% +} +h2, h3 { + color: #fff; + background-color: #8cb63c; + line-height: 2; + padding-left:5px; +} + +table { + border-collapse: collapse; + width: 100%; + font-size: 13px; +} +th{ + color: #2c4491 +} +table tr th, table tr td { + text-align: left; + padding: 5px; +} + +table.table-striped { + border: 1px solid #BBB; +} +table.table-striped tr td { + border: 1px solid #BBB; +} +table.table-striped tr th { + border: 1px solid #BBB; +} +table.table-striped tr:nth-child(even) { + background: #EEE; +} +table.table-striped tr:nth-child(odd) { + background: #FFF; +} + +#map { + padding: 5px; + width: 400px; + height: 400px; + box-shadow: 0 0 10px #999; +}