diff options
author | Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org> | 2008-12-01 23:57:50 +0100 |
---|---|---|
committer | Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org> | 2008-12-01 23:57:50 +0100 |
commit | 4109d39f65f45acf0b39c229e12b2d5b0b3c4e7b (patch) | |
tree | 94bdaba8a76e1e6105dde1712deef623c1c9960e /root/static/css | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-4109d39f65f45acf0b39c229e12b2d5b0b3c4e7b.tar.gz Simple-OpenID-4109d39f65f45acf0b39c229e12b2d5b0b3c4e7b.tar.bz2 Simple-OpenID-4109d39f65f45acf0b39c229e12b2d5b0b3c4e7b.zip |
basic styling
Diffstat (limited to 'root/static/css')
-rw-r--r-- | root/static/css/default.css | 33 |
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 |