diff options
| author | Matt Kohls <mattkohls13@gmail.com> | 2016-04-11 23:53:38 -0400 | 
|---|---|---|
| committer | Matt Kohls <mattkohls13@gmail.com> | 2016-04-11 23:53:38 -0400 | 
| commit | 614562bf2cf048b049af5304fead92a46f080d3e (patch) | |
| tree | b228fbd77cc44d948b3998968f2f6d912ad8c2d9 /static | |
| download | Sensor-Server-614562bf2cf048b049af5304fead92a46f080d3e.tar.gz Sensor-Server-614562bf2cf048b049af5304fead92a46f080d3e.tar.bz2 Sensor-Server-614562bf2cf048b049af5304fead92a46f080d3e.zip  | |
Initial Commit.
Basic webapp that can save/display weather data
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..da1cb34 --- /dev/null +++ b/static/style.css @@ -0,0 +1,18 @@ +body            { font-family: sans-serif; background: #eee; } +a, h1, h2       { color: #377ba8; } +h1, h2          { font-family: 'Georgia', serif; margin: 0; } +h1              { border-bottom: 2px solid #eee; } +h2              { font-size: 1.2em; } + +.page           { margin: 2em auto; width: 35em; border: 5px solid #ccc; +                  padding: 0.8em; background: white; } +.weather        { list-style: none; margin: 0; padding: 0; } +.weather li     { margin: 0.8em 1.2em; } +.weather li h2  { margin-left: -1em; } +.add-entry      { font-size: 0.9em; border-bottom: 1px solid #ccc; } +.add-entry dl   { font-weight: bold; } +.metanav        { text-align: right; font-size: 0.8em; padding: 0.3em; +                  margin-bottom: 1em; background: #fafafa; } +.flash          { background: #cee5F5; padding: 0.5em; +                  border: 1px solid #aacbe2; } +.error          { background: #f0d6d6; padding: 0.5em; }  | 
