aboutsummaryrefslogtreecommitdiffstats
path: root/root/static
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-06-30 17:53:32 +0000
committerRomain d'Alverny <rda@mageia.org>2012-06-30 17:53:32 +0000
commit238f8307de994a0ba33fe86eb2129f8772745faa (patch)
tree6b81f03b1cd191bbade4be8474137cc6e02ef8b3 /root/static
parente74844700e01d996c7931b313b0fa55148c598d2 (diff)
downloadidentity-238f8307de994a0ba33fe86eb2129f8772745faa.tar
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.gz
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.bz2
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.xz
identity-238f8307de994a0ba33fe86eb2129f8772745faa.zip
style update
Diffstat (limited to 'root/static')
-rw-r--r--root/static/style/ttsite.css25
1 files changed, 13 insertions, 12 deletions
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 {