X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Fcss%2Fdefault.css;h=305819e6f2932e804e0f1bb7a898a5062c8873ce;hb=ca0523711dc4ec02f2effb2ccfd3f6b176a325d0;hp=72d20e55c68eb4c297d12c9a1a149f4e7b76b6f4;hpb=dd8de1ec2684f9cd9616e97bbbdda114bc813097;p=old-projects.git diff --git a/philter/philter/css/default.css b/philter/philter/css/default.css index 72d20e5..305819e 100644 --- a/philter/philter/css/default.css +++ b/philter/philter/css/default.css @@ -9,10 +9,14 @@ body { color: black; background-color: white; + width: 800px; + margin-left: auto; + margin-right: auto; } table { border: 1px solid #dddddd; + background-color: #eeeeee; } table th { @@ -20,16 +24,6 @@ table th { color: white; } -table table th { - background-color: #0000b0; - color: white; -} - -table table table th { - background-color: #0000d0; - color: white; -} - /********** BICOL **********/ table.bicol tr { @@ -47,12 +41,18 @@ table.bicol tr.impair { background-color: #cccccc; } -/********** DIV **********/ - -div.row { - padding: 2px; +table.bicol div { + padding: 3px; + border-bottom: 1px solid; } +div.rubrique { + border-top: 1px solid #000080; + border-bottom: 1px solid #000080; + background: #cccccc; + margin-top: 2em; + margin-bottom: 2em; +} /******************************************************************************** * $id: header.inc.php,v 1.2 2003/08/03 16:02:41 madcoder exp $ * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100 nocin: