From 4109d39f65f45acf0b39c229e12b2d5b0b3c4e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20D=C9=AA=E1=B4=87=E1=B4=84=E1=B4=8B=E1=B4=8F?= =?UTF-8?q?=E1=B4=A1?= Date: Mon, 1 Dec 2008 23:57:50 +0100 Subject: basic styling --- root/static/css/default.css | 33 +++++++++++++++++++++++++++++++++ root/static/images/openid-logo.png | Bin 0 -> 3218 bytes root/templates/index.xsl | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 root/static/images/openid-logo.png diff --git a/root/static/css/default.css b/root/static/css/default.css index e69de29..a5f3b9a 100644 --- a/root/static/css/default.css +++ b/root/static/css/default.css @@ -0,0 +1,33 @@ +body { + padding: 1.2em; + color: #fff; + background-color: #086; + font-family: 'DejaVu Sans', 'Arial Unicode MS', sans-serif; +} + +h1,form,.redirectmessage { + color: #443; + border: 2px solid #986; + padding: 0.5em; + background-color: #fff; +} + +h1 { + margin-bottom: 1em; +} + +.redirectmessage { + float: left; + width: 50%; + margin-top: 0.7em; +} + +form { + float: right; + width: 20%; + margin-top: 0.7em; +} + +form input { + max-width: 90%; +} \ No newline at end of file diff --git a/root/static/images/openid-logo.png b/root/static/images/openid-logo.png new file mode 100644 index 0000000..3ec55c1 Binary files /dev/null and b/root/static/images/openid-logo.png differ diff --git a/root/templates/index.xsl b/root/templates/index.xsl index 6b83e4b..db4196c 100644 --- a/root/templates/index.xsl +++ b/root/templates/index.xsl @@ -15,7 +15,7 @@ Sign in with OpenID -- cgit v1.2.3