view static/dash_style.css @ 31:a43fa30655e9

better alignment of the top-bar
author sean
date Tue, 18 Aug 2015 13:05:55 +0200
parents accefaf00c6a
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;
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)