diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-03 16:35:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-03 16:35:07 -0400 |
| commit | 976bdace6704b60bc984635917ee56f17797c10a (patch) | |
| tree | f2451b3f23c87d3e14c1eb8e3d92cda321db8103 /public/assets/css/bucky.css | |
| parent | f768ab296c07ce93efe9f2507cdf4b795aa10013 (diff) | |
able to log in
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css new file mode 100644 index 0000000..6d299b1 --- /dev/null +++ b/public/assets/css/bucky.css @@ -0,0 +1,34 @@ +body { + background-color: #e6f0f0; + color: #111111; + font-size: 10px; + font-family: Trebuchet MS, Helvetica, Arial, sans-serif; + margin: 20px; +} +small { + font-size: 10px; +} +label { + display: inline-block; + min-width: 100px; + text-align: right; + padding-right: 5px; +} +button { + font-size: 10px; + font-family: Trebuchet MS, Helvetica, Arial, sans-serif; + font-weight: bold; + color: #140A0A; + border: 2px #140A0A solid; + padding: 2px; + margin: 3px; + background-color: #c8d0dc; +} +.desktop button:hover { + color: #040a0a; + background-color: #d8ece0; +} + +#login { + +}
\ No newline at end of file |
