diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/standard012.css (renamed from css/standard011.css) | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/css/standard011.css b/css/standard012.css index 90abd69..e7fd8a4 100644 --- a/css/standard011.css +++ b/css/standard012.css @@ -38,7 +38,7 @@ body { background-color: #ddd; } top:0; left:3em; } -.lastlogin span { +.lastlogin span { font-size:smaller; } @@ -83,20 +83,24 @@ body { background-color: #ddd; } z-index:22 } - +.total { + top:11em; + width: 14%; + left: 43%; +} /* scoring */ .total .re { position: absolute; - left: -4em; + left: -12em; top:8em; - background-color: #fff; + background-color: #eee; z-index:15; } .total .contra { position: absolute; - right: -4em; + right: -14em; top:8em; - background-color: #fff; + background-color: #eee; z-index:15; } @@ -397,12 +401,12 @@ ul.tricks li div div span.comment span{ border-bottom:1px solid #000; text-align:center; } -div.session div.sessionrules { +div.session div.sessionrules { width:19em; float:left ; text-align: left; } -div.session div.sessionscore { +div.session div.sessionscore { width:19em; float:right ; text-align: right; @@ -555,21 +559,21 @@ div span img.button { font-size:larger; } -caption { +caption { text-align: center; margin: 0.5em; padding: 0.5em; padding-bottom: 0em; margin-bottom: 0; } -table.stats { margin: 0.5em 1em; +table.stats { margin: 0.5em 1em; border: solid 0.2em #aeaeae; -moz-border-radius: 0.5em ; float: left; } table.stats tr.odd { background-color:#aeaeae; } table.stats tr.even { background-color:#eaeaea; } -table.stats td, table.stats th { +table.stats td, table.stats th { margin-left: 0.2em; margin-right: 0.2em; padding-left: 0.2em; @@ -582,43 +586,43 @@ table.stats th { border-bottom: solid 0.2em #000 } /* the login window */ -.login { +.login { text-align:center; padding-top: 1em; } -.login p, { +.login p, { padding: 0.1em 0.1em 0.15em; } -.login h4 { +.login h4 { padding: 0.3em 0.3em 0.45em; } -.login form{ - width: 20em; +.login form{ + width: 20em; margin: 0.5em auto; padding: 0.5em 0.5em 1.5em; text-align: center; } -.login legend, .login label, .login input{ +.login legend, .login label, .login input{ padding: 0.5em 0.5em 0.75em; } -.login fieldset { - border: 2px solid #000; +.login fieldset { + border: 2px solid #000; padding: 0.5em 0.5em 0.75em; - background-color: #eee; + background-color: #eee; } .login .submitbutton { - background-color: #fff; + background-color: #fff; } .login .submitbutton:hover { - background-color: #aaa; + background-color: #aaa; } -.login tr.center td{ +.login tr.center td{ text-align: center; } |