Mercurial > bottledash
view static/dash_style.css @ 43:2e2981af7d2d
Use bottledash-specific graph template
This version differs from roundup_cc's graph.html in that is not a complete
HTML file but a snippet.
author | Gernot Schulz <gernot@intevation.de> |
---|---|
date | Sun, 31 Jan 2016 15:21:18 +0100 |
parents | a43fa30655e9 |
children |
line wrap: on
line source
*{ margin: 0 auto; padding: 0 auto; font-family: "Lucida Console", Monaco, monospace; } body { overflow: hidden; } #wrapper{ background-color: #333399; color: black; min-width: 100%; min-height: 100%; } #topbar{ min-width: auto; padding-left: 8px; padding-top: 8px; padding-bottom: 8px; font-family: Arial, Helvetica, sans-serif; color: white; text-align:center; } #top_left{ float: left; } #top_center{ display: inline-block; float: center; } #top_right{ float: right; } .tile{ float: left; margin: 8px; background-color: #FFFFFF; border: 2px solid #999999; } .tilecontent{ display: table-cell; vertical-align: middle; text-align:center; } .clear{ height: 0px; clear: both; } .active{ border: 2px solid #00cc00; background-color: #009900; color: #FFFFFF; } .unclear{ border: 2px solid #ffffd7; background-color: #FFFF66; color: #000000; } .dead{ border: 2px solid #cc0000; background-color: #990000; color: #FFFFFF; }