From 238f8307de994a0ba33fe86eb2129f8772745faa Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 30 Jun 2012 17:53:32 +0000 Subject: style update --- root/index.tt | 2 +- root/static/style/ttsite.css | 25 +++++++++++++------------ root/template/header | 1 + 3 files changed, 15 insertions(+), 13 deletions(-) (limited to 'root') diff --git a/root/index.tt b/root/index.tt index f126816..bab0c50 100644 --- a/root/index.tt +++ b/root/index.tt @@ -14,7 +14,7 @@ -
+

[% l('Register an account') %]

You will need an account when you want to participate in Mageia, diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 817b55a..d849cf5 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -1,7 +1,13 @@ /* begin changes obgr_seneca */ -html, body { - background: #ddd; - margin: 0; padding: 0; +html, body { margin: 0; padding: 0; } +body { + background: #f0f0f0; + background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff); + background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff); + background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff); + background-image: -o-linear-gradient(top, #f0f0f0, #ffffff); + background-image: linear-gradient(to bottom, #f0f0f0, #ffffff); + } #mgnavdoc { margin: 0; position: absolute; top: 128px; } @@ -9,26 +15,21 @@ footer { border-top: 1px solid #ddd; margin: 1em 0 0 0; padding: 1em; - font-size: 90%; + font-size: 85%; text-align: left; } -footer, footer a { color: #888; } +footer, footer a { color: #888; text-decoration: none; } #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } #nav { text-align: left; } #hd { - background: #aaa; 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; } #bd { - background: #fff; padding: 2px 20px 2px 20px; text-align: left; } @@ -37,7 +38,7 @@ footer, footer a { color: #888; } #input_form { display: block; - width: 250px; + width: 360px; text-align:left; padding: 10px; -webkit-border-radius: 0.6em; @@ -66,7 +67,7 @@ footer, footer a { color: #888; } #login_form label { text-align:left; float: left; - width: 140px; + width: 130px; } #login_form { diff --git a/root/template/header b/root/template/header index 84bfcde..d5def78 100644 --- a/root/template/header +++ b/root/template/header @@ -9,5 +9,6 @@

  • [% l('Log out') %]
  • [% END %]
  • FAQ
  • +
  • Privacy
  • -- cgit v1.2.1