From 88d27c3ac4ee974de1ff56be252ce81943d45ce3 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Sat, 27 Nov 2010 18:34:46 +0000 Subject: style change to look more like current www.mageia.org --- root/static/style/ttsite.css | 76 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 5 deletions(-) (limited to 'root/static') 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; } -- cgit v1.2.1