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; +}