From 09dfe32eb6b538225686fd6ed0220240010bc574 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2011 01:22:36 -0400 Subject: initial commit. Partway through a rewrite. I have some old files I didn't want to entirely delete. --- style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..2c687fc --- /dev/null +++ b/style.css @@ -0,0 +1,52 @@ +body { + font-family: Sans; + margin: 0; + padding: 0; } + div.infobar { + text-align: right; + padding: .1em 0; } + .loggedin div.infobar * { + margin: 0 1em; } + div.infobar input[type="text"], + div.infobar input[type="password"] { + width: 20%; } + div.infobar input[type="submit"] { + background: transparent; + border: none; + font-size: 1em; + padding: 0; } + div.infobar a { + color: #000000; + } + div.main { + } + div.main form fieldset li { + padding: .5em 0; } + div.main form fieldset li label { + width: 25%; + float: left; } + div.main form fieldset li input { + width: 30%; + float: left; } + div.main form fieldset li p.form_data { + margin-left: 25%; } + +h1 { + text-align: center; } +a { + text-decoration: none; } +input[type="text"], textarea { + font-family: monospace; } +iframe { + width: 100%; + height: 100%; } +table, td { + border: solid 1px black; } +table input { + border: none; + width: 100%; + background: transparent; +} +.error { + font-weight: bold; + color: red; } \ No newline at end of file -- cgit v1.2.3-54-g00ecf