summaryrefslogtreecommitdiff
path: root/root/static/css/default.css
diff options
context:
space:
mode:
authorThomas Klausner <domm@cpan.org>2008-12-01 23:58:29 +0100
committerThomas Klausner <domm@cpan.org>2008-12-01 23:58:29 +0100
commit24cdb325db2c0e2e3d10b2fc4372a40b8ce10970 (patch)
tree50bc074741d662213b5028f48c0deb4b77ea8b85 /root/static/css/default.css
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-24cdb325db2c0e2e3d10b2fc4372a40b8ce10970.tar.gz
Simple-OpenID-24cdb325db2c0e2e3d10b2fc4372a40b8ce10970.tar.bz2
Simple-OpenID-24cdb325db2c0e2e3d10b2fc4372a40b8ce10970.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'root/static/css/default.css')
-rw-r--r--root/static/css/default.css33
1 files changed, 33 insertions, 0 deletions
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