diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:29 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:29 +0000 |
commit | 7b27487c4dea5274c7a1bc3d6578b54f3ef5554d (patch) | |
tree | 2b3b7c1bf3565c0d7919631334e39c338f693f28 /root/static | |
parent | 120bbaac923af4f912cdfd7826b3a328947cc6cd (diff) | |
download | identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.gz identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.bz2 identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.xz identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.zip |
style update
Diffstat (limited to 'root/static')
-rw-r--r-- | root/static/style/ttsite.css | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 871052c..ddb2fac 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -1,7 +1,7 @@ /* begin changes obgr_seneca */ html, body { - background: #ddd; - margin: 0; padding: 0; + background: #ddd; + margin: 0; padding: 0; } #mgnavdoc { margin: 10px; position: absolute; top: 128px; } @@ -10,54 +10,40 @@ footer { margin: 1em 0 0 0; padding: 1em; font-size: 90%; + text-align: left; } footer, footer a { color: #888; } #doc { - -webkit-box-shadow: 0 0 10px #444; - -moz-box-shadow: 0 0 10px #444; - box-shadow: 0 0 10px #444; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - margin-top: 20px; + } #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } -#nav { - text-align: left; -} +#nav { text-align: left; } #hd { background: #aaa; - padding: 10px 20px 4px 20px; - text-align: center; + padding: 10px 20px 4px 20px; + text-align: left; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; - border-radius: 10px 10px 0 0; + border-radius: 10px 10px 0 0; } #bd { background: #fff; - padding: 2px 20px 2px 20px; - text-align: center; -} - -#bd h1 { - margin: 0.2em 0; + padding: 2px 20px 2px 20px; + text-align: left; } -#ft { - background: #aaa; - padding: 2px 20px 10px 20px; -} +#bd h1 { margin: 0.2em 0; } #input_form { display: block; width: 250px; text-align:left; - padding: 10px; + padding: 10px; -webkit-border-radius: 0.6em; -moz-border-radius: 0.6em; } |