diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:36:53 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-02-26 19:36:53 (GMT) |
commit | 5cd7c8d6c65f4ed2ad0260b9db96fc54d0bb9600 (patch) | |
tree | 178b94e75175797c970800b96820dc750bb2cdb3 | |
parent | d87be789f1fa5749b4011cfe5e20c35c6de32fa6 (diff) |
* added some css stuff for making the splash a little bit nicer :)
-rw-r--r-- | files/www/ffj.css | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/files/www/ffj.css b/files/www/ffj.css index 8d1c8b6..7f6cf42 100644 --- a/files/www/ffj.css +++ b/files/www/ffj.css @@ -1 +1,43 @@ - +div#body { +width: 100%; +text-align: center; +} +div#maincontent{ +margin-left: auto; + margin-right: auto; +width: 600px; +font-family: Arial, Verdana, sans-serif; +font-size: 12pt; +text-align: left; +} +div#maincontent a, a:link, a:visited { +color: #464646; +text-decoration: none; +} + +div#buttons{ +width: 100%; +text-align: center; +} +a.button { +border: 1px solid black; +background-color: #E5E5E5; +padding: 5px; +color: black; +font-weight: bold; +border-radius: 5px; +-moz-border-radius: 5px; +-webkit-border-radius: 5px; +} +a.button:hover { +border: 1px solid black; +background-color: grey; +} +div#logo { +height: 125px; +font-size: 24px; +} +img.logo { +float: left; +padding: 5px; +} |