aboutsummaryrefslogtreecommitdiffstats
path: root/root/static
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2010-11-27 18:34:46 +0000
committerOliver Burger <obgr_seneca@mageia.org>2010-11-27 18:34:46 +0000
commit88d27c3ac4ee974de1ff56be252ce81943d45ce3 (patch)
tree8f298a5cfcadeef9e8ea09f201162e0b3b7b3a04 /root/static
parent5ff32b9091bb0f716a6321dfdb323992eb8f7637 (diff)
downloadidentity-88d27c3ac4ee974de1ff56be252ce81943d45ce3.tar
identity-88d27c3ac4ee974de1ff56be252ce81943d45ce3.tar.gz
identity-88d27c3ac4ee974de1ff56be252ce81943d45ce3.tar.bz2
identity-88d27c3ac4ee974de1ff56be252ce81943d45ce3.tar.xz
identity-88d27c3ac4ee974de1ff56be252ce81943d45ce3.zip
style change to look more like current www.mageia.org
Diffstat (limited to 'root/static')
-rw-r--r--root/static/style/ttsite.css76
1 files changed, 71 insertions, 5 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css
index 3f7436d..1d4dd90 100644
--- a/root/static/style/ttsite.css
+++ b/root/static/style/ttsite.css
@@ -1,16 +1,82 @@
+/* begin changes obgr_seneca */
html, body {
- background: #ccc;
+ background: #ddd;
}
#doc {
- -webkit-box-shadow: 0 0 10px #aaa;
- -moz-box-shadow: 0 0 10px #aaa;
- box-shadow: 0 0 10px #aaa;
- background: #fff;
+ -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; }
+#hd {
+ background: #aaa;
+ padding: 10px 20px 4px 20px;
+ text-align: center;
+ -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: center;
+}
+
+#bd h1 {
+ margin: 0.2em 0;
+}
+
+#ft {
+ background: #fff;
+ padding: 2px 20px 10px 20px;
+}
+
+#input_form {
+ text-align: center;
+ /*border: inset 1px;*/
+ padding: 10px;
+ -webkit-border-radius: 0.6em;
+ -moz-border-radius: 0.6em;
+}
+
+#input_form table {
+ border: 0px;
+ display: inline;
+ text-align: left;
+}
+
+#input_form td {
+ border: 0px;
+}
+
+#input_form input {
+ background: #fff;
+ border: inset 1px;
+}
+
+#input_form input:focus {
+ background: #ddf;
+}
+
+#input_form button {
+ background: #eef;
+ border: 2px outset #dde;
+ -webkit-border-radius: 0.4em;
+ -moz-border-radius: 0.4em;
+ border-radius: 0.4em;
+ padding: 4px;
+}
+
+/* End changes obgr_seneca */
+
.message {
color: #000;
}