X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=3b4511005e52292b7c8341581f91a4bfeecbb209;hb=155819d9ece12a06d37df46e22b76e3c71f65fba;hp=8254b73d64c1e6f27732d488720b9d8c0e6ebc3b;hpb=10ba3144e4b9b9674f131888e1e7fc01dfd0194e;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 8254b73..3b45110 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2007 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -25,7 +25,7 @@ body { font-family: "Arial", sans-serif; - font-size: 90%; + font-size: 10pt; background: url('../images/skins/keynote_bg.png') #4f4e63 top left repeat-x fixed; color: #fff; } @@ -42,16 +42,21 @@ td { vertical-align: top; } li { padding-left: 3px; padding-right: 3px; text-align: justify; } hr { text-align: center; } +dt { font-weight: bold; } fieldset { - border-top: 1px solid #fff; - border-left: 1px solid #fff; + border: 1px solid #fff; + border-bottom: 0px; + border-right: 0px; background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; color: #000; margin: 1em 0 1em 0; } legend { - border: 1px solid #fff; + border-bottom: 1px solid #666; + border-right: 1px solid #666; + border-top: 1px solid #fff; + border-left: 1px solid #fff; background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed; color: #000; @@ -143,7 +148,7 @@ table.bicol, table.tinybicol { border-color: #fff; border-collapse: collapse; } -table.bicol { width: 98%; margin-left: 1%; } +table.bicol { width: 100%; margin-left: 0; } table.tinybicol { width: 70%; margin-left: 15%; } table.tinybicol tr.pair, table.bicol tr.pair { @@ -156,6 +161,7 @@ table.tinybicol th, table.bicol th { font-weight: bold; text-align: center; vertical-align: middle; + background: none; background-color: #000; } @@ -194,8 +200,7 @@ td.action a { padding: 0px 2px 0px 2px; } background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; color: #000; border-top: 1px solid #fff; - width: 98%; - margin-left: 1%; + width: 100%; } #skin td { border-bottom: 1px solid #fff; @@ -486,8 +491,8 @@ div.adresse { #dev a { text-decoration: none; } -#db-trace div.hide { display: none; } -#db-trace:hover div.hide { display: block } +.backtrace div.hide { display: none; } +.backtrace:hover div.hide { display: block } #suid { color: red; @@ -535,7 +540,7 @@ div.adresse { #body-bottom { - border-top: 1px solid #fff; + border-top: 1px solid #aaa; text-align: center; padding: 4px; font-size: 75%; @@ -545,7 +550,7 @@ div.adresse { #body-menu { width: 140px; text-align: center; - font-size: 78%; + font-size: 85%; font-weight: bold; white-space: nowrap; border-right: 1px solid #fff;