From 3013c6eeb3b6357e3e4621ef367d75c4c8a0b2bc Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 17 Aug 2017 00:24:41 -0300 Subject: [PATCH] Included css folder for bulletin --- bulletin/static/css/estilo.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+), 0 deletions(-) create mode 100644 bulletin/static/css/estilo.css diff --git a/bulletin/static/css/estilo.css b/bulletin/static/css/estilo.css new file mode 100644 index 0000000..0d5cd80 --- /dev/null +++ b/bulletin/static/css/estilo.css @@ -0,0 +1,36 @@ +body,html{ + margin: 0; + padding: 0; + font-family: "Roboto", sans-serif; + font-size: 0.95em; + text-align: center; +} + +.axis path, +.axis line{ + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +.gridline path, +.gridline line{ + fill: none; + stroke: #ccc; + shape-rendering: crispEdges; +} + + +.toolTip { + position: absolute; + display: none; + min-width: 20px; + height: 110px; + background: none repeat scroll 0 0 #fff; + border: 3px solid #ccc; + border-radius:10px; + padding: 10px; + text-align: center; + color: #000; + opacity: 0.93 +} -- libgit2 0.21.2