From eaa9cc55cabf394083639e68ef0a79773caa6569 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Jun 2012 16:58:27 -0400 Subject: [PATCH] Add some CSS --- core.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ core.html | 3 +++ 2 files changed, 58 insertions(+) create mode 100644 core.css diff --git a/core.css b/core.css new file mode 100644 index 0000000..82d389e --- /dev/null +++ b/core.css @@ -0,0 +1,55 @@ +/* Copyright (c) 2012 Robert Sesek + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +* { + padding: 0; + margin: 0; +} + +body { + font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; + font-size: 1em; +} + +ol { + list-style-type: none; +} + +li { + margin: .3em; +} + +li label { + width: 12em; + text-align: right; + display: inline-block; +} + +li input { + padding: .2em; + width: 15em; + font-size: .8em; +} + +button { + font-size: 1em; + padding: .3em; +} diff --git a/core.html b/core.html index a8f07b6..91cbd9b 100644 --- a/core.html +++ b/core.html @@ -11,6 +11,7 @@ // TODO: load the hosted JS } +
@@ -30,6 +31,8 @@ +
+
  • -- 2.22.5