Mercurial > bottledash
view static/dash_style.css @ 32:a957a56bb694
release zur abgabe
author | sean |
---|---|
date | Sun, 23 Aug 2015 21:52:33 +0200 |
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; }