X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Ftrapped.css;h=0de11c87b41b31dab0db3f9efcbdf0ae68bd0cad;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=d21c2d815a88bab76ad07cb9a81f2505b1f382a1;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/css/trapped.css b/htdocs/css/trapped.css index d21c2d8..0de11c8 100644 --- a/htdocs/css/trapped.css +++ b/htdocs/css/trapped.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * + * Copyright (C) 2003-2010 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -32,7 +32,7 @@ a:hover { color: #47220a; } body { background-color: #ffffff; - background-image: url('/images/sk_trapped_monstre.jpg'); + background-image: url('../images/skins/trapped_monstre.jpg'); background-position: left bottom; background-repeat: no-repeat; font-family: "Arial", sans-serif; @@ -50,7 +50,7 @@ legend { border: 1px #ab8b7d solid; color: inherit; } - + /******************************************************************************* 2 Styles

,

, ,
  • @@ -63,20 +63,12 @@ h1 a:link, h1 a:visited, h1 a:active { } h1 a:hover { color: #e2d9c2; } - + h1 { color: #ffffff; - background-image: url("/images/sk_trapped_titre.gif"); + background-image: url("../images/skins/trapped_titre.gif"); background-repeat: no-repeat; background-color: #200a00; -/* text-indent: 0.2em; - text-align: left; - font-family: "helvetica", sans-serif; - font-weight: bolder; - font-size: 120%; - margin-top: 1em; - margin-bottom: 1em; - padding-left: 0.5em;*/ } /******************************************************************************* @@ -93,10 +85,24 @@ table.tinybicol, table.bicol { table.tinybicol tr, table.bicol tr { } table.tinybicol tr.pair, table.bicol tr.pair { background-color: #e2d9c2; } table.tinybicol th, table.bicol th { - background-color: #291602; + background-color: #291602; +} + +table.tinybicol th a:link, +table.tinybicol th a:visited, +table.tinybicol th a:active, +table.bicol th a:link, +table.bicol th a:visited, +table.bicol th a:active { + color: #eeeeee; +} + +table tinybicol th a:hover, +table.bicol th a:hover { + color: #e2d9c2; } -table.tenybicol td, table.bicol td { color: #000000; } +table.tinybicol td, table.bicol td { color: #000000; } table /******************************************************************************* @@ -130,6 +136,12 @@ div.contact-list div.contact { color: inherit; } +div.contact-list div.grayed { + color: #444; + font-style: italic; + background-color: #eee; +} + div.contact div.long { background: #e2d9c2; color: inherit; @@ -140,15 +152,61 @@ div.contact div.long { [ onglets des profils ] *******************************************************************************/ -#onglet li { - background: #e2d9c2; -} - /******************************************************************************* 7 fiche.php [ cas de la fiche ] *******************************************************************************/ +#fiche { + border: 1px solid #200a00; +} + +#fiche em { color: #5a412f; } + +#fiche h2 { + color: #7a614f; + background-color: #f2e9e2; + border-top: 1px solid #ab8b7d; + border-bottom: 1px solid #ab8b7d; + border-right: 1px solid #ab8b7d; +} + +#fiche_identite { + padding: 0em; +} + +#photo { + padding-left: 0em; +} +#photo div { + padding-top: 1em; + padding-left: 1em; +} + +#fiche_identite div.civilite { + text-align: center; + font-weight: bold; + width: 100%; + background-color: #200a00; + color: #fff; +} + +#fiche_identite div.maj { + float: right; + font-size: 60%; + width: 20%; + text-align: right; +} + +#fiche_identite div.contact { + background-color: #f2e9e2; + border: 1px dotted #ab8b7d; +} + +/* only for fiche_referent.php*/ + +#fiche_referent em{color: #5a412f;} + /******************************************************************************* A SKIN [ choix de classes faites par le skinneur @@ -182,7 +240,7 @@ div.contact div.long { #body-menu .menu_title { color : #7a614f; background-color: #F2e9e2; - background-image: url("/images/sk_trapped_menu.jpg"); + background-image: url("../images/skins/trapped_menu.jpg"); border-top: 1px solid #ab8b7d; border-bottom: 1px solid #ab8b7d; font-size: smaller; @@ -191,8 +249,6 @@ div.contact div.long { #body-menu .menu_item { border-right: none; font-size: smaller; -/* padding-left: 0px; - text-align: left;*/ } /* vim: set et ts=4 sts=4 sw=4: */