From 314c42acd1595146a66a9530c982b660832cf3e5 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 24 May 2020 23:36:36 +0200 Subject: Add cs map service --- compose/cs/static/style.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 compose/cs/static/style.css (limited to 'compose/cs/static/style.css') diff --git a/compose/cs/static/style.css b/compose/cs/static/style.css new file mode 100644 index 0000000..b4eac13 --- /dev/null +++ b/compose/cs/static/style.css @@ -0,0 +1,35 @@ +@import url("https://fonts.googleapis.com/css?family=Noto+Sans"); +html { + font-family: "Noto Sans", "Noto Color Emoji"; +} +html table { + font-size: 30px; + width: 40%; + margin: 0 auto; + border-collapse: collapse; + margin-bottom: 5mm; +} +html table th { + border-bottom: .2mm solid #5b5; + color: #5b5; + padding: 2mm; + text-transform: uppercase; +} +html table td { + padding: 2.5mm; +} +.map { + color: #55b; + font-weight: bold; + text-align: center; +} +.maps th:first-of-type, +.maps td:first-of-type { + text-align: left; + padding-left: 3mm; +} +.maps th:last-of-type, +.maps td:last-of-type { + text-align: right; + padding-right: 3mm; +} -- cgit 1.4.1