X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fdefault.css;h=3207c0385b9865b9d7b0d35d34697c73f5f25b9e;hb=a7c29df3b9bf8f3c3b23fec0f1d2feb814cb61fe;hp=b948fab5e1268db1fabaf760e0574dff7ebb5faf;hpb=67d7487d7667a7f518b4bc067ef250b9738c2570;p=platal.git diff --git a/htdocs/css/default.css b/htdocs/css/default.css index b948fab..3207c03 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2008 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -86,6 +86,18 @@ p { background: inherit; } +input.error, textarea.error { + background-color: #faa; +} + +input.valid, textarea.valid { + background-color: #afa; +} + +input.warning, textarea.warning { + background-color: #fda; +} + h1 { color: #555555; background: url('../images/skins/default_titre.gif'); @@ -277,85 +289,60 @@ div.long td.rt { width: 65%; } 6 Profil [ onglets des profils ] *******************************************************************************/ - -table.flags { - margin: 1em 0em 0em 0em; -} -table.flags input { margin: 0px 2px; padding: 0px; } -table.flags td.texte, tr.flags td.texte { - font-size: smaller; - font-weight: bold; - padding: 3px; -} -table.flags td.vert, tr.flags td.vert { - background: green; - padding: 3px; - text-align: center; +.wizard { + margin-top: -4px; + margin-left: -16px; } -table.flags td.orange, tr.flags td.orange { - background: #ff9900; - padding: 3px; - text-align: center; + +.wizard .wiz_header { + height: 32px; + width: 100%; + background: url('../images/skins/wiz_background.png') top right repeat-x; + margin-bottom: 1em; } -table.flags td.rouge, tr.flags td.rouge { - background: red; - padding: 3px; + +.wizard .wiz_header .wiz_tab { + background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; + height: 100%; text-align: center; + font-size: 75%; + border-right: 1px solid #888; } -table.cadre_a_onglet{ - border-width: 0; - padding : 0; - margin: 0; +.wizard .wiz_header .wiz_tab:hover { + background: url('../images/skins/wiz_hover.png') #777 top left repeat-x; + color: #fff; } -td.conteneur_tab { - border-width : 1px 2px 2px 1px; - border-style : solid; - border-color : #999; - padding : 4px 4px 4px 4px; - background : #eceade; +.wizard .wiz_header .active, .wizard .wiz_header .active:hover { + background: url('../images/skins/wiz_active.png') #444 top left repeat-x; + color: #fff; } -#onglet { - display : block; - margin : 0; - padding : 0; +.wizard .wiz_header a { + color: #000; + text-decoration: none; } -#onglet li { - display : block; - float : left; - padding : 0.4ex; - margin : 0 0.3ex -1px 0; - background : #D2E0E6 repeat-x 0 100%; - border-width : 1px 1px 0px 1px; - border-style : solid; - border-color : #999; - border-bottom-color : #999; - width: auto; - height: 5ex; - text-align: center; +.wizard .wiz_header a.active { + color: #fff; } -#onglet li:hover { background : #fc3 repeat-x 0 100%; } +.wizard .wiz_content { + margin-left: 16px; +} -#onglet li.actif { - background : #eceade; - border-bottom-color : #eceade; +.flags .texte { + font-size: smaller; font-weight: bold; + margin-left: -6px; + padding: 0 12px 0 0; } - -#onglet li a { - font-size: 80%; - font-weight : normal; - text-decoration : none; - color : #000; +.flags img { + padding: 0 6px 0 0; } -#onglet li a:hover { text-decoration: underline; } -#onglet li img { margin-right : 2px; } /******************************************************************************* 7 fiche.php & fiche_referent.php @@ -380,13 +367,32 @@ td.conteneur_tab { border-bottom: 1px dotted #369; } +#fiche .part { + float: left; + clear: left; + width: 70%; + padding-left: 0; + padding-right: 0; + margin-left: 0; + margin-right: 0; +} + +#fiche #photo { + float: right; + width: 30%; + padding-left: 0; + margin-left: 0; + clear: right; +} + +#fiche #photo img { + width: 100%; +} + #fiche_identite { padding: 5px; - width: 600px; } -#photo { padding-left: 1em; } - #fiche_identite div.civilite { text-align: center; font-weight: bold; @@ -400,6 +406,7 @@ td.conteneur_tab { font-size: 75%; text-align: right; clear: right; + padding-bottom: 1ex; } #fiche_identite div.contact { @@ -425,20 +432,36 @@ td.conteneur_tab { } div.adresse { - float: left; - width: 48%; + min-width: 30%; padding: 0px; - margin: 0px 0.5% 1ex 1%; + margin: 0px 2% 1ex 1%; } div.adresse strong { font-size: 90%; } +#fiche .medal_frame { + float: left; + width: 33%; +} + +#fiche .medal_frame img { + float: left; + padding: 0ex 1ex; +} + /* only for fiche_referent.php*/ +#fiche_referent .part { + width: 100%; +} + +#fiche_referent #fiche_identite div.civilite { + width: 100%; +} + #fiche_referent{ - padding: 10px; width: 100%; } @@ -447,7 +470,7 @@ div.adresse strong { width: 31%; padding: 0px; margin: 0px 1% 1ex 1%; - + text-align: justify; } #fiche_referent em{color: purple;} @@ -552,6 +575,10 @@ div.adresse strong { text-align: left; } +#body-menu .menu_item a { + text-decoration:none; +} + #body-menu .menu_title { color: gray; background: #eeeeee; @@ -569,7 +596,7 @@ div.adresse strong { vertical-align: top; } -#quick_search { +.quick_search { color: gray; text-align: right; } @@ -583,4 +610,8 @@ div#content { font-size: 95%; } +#menu-evts { + font-size: 85%; +} + /* vim: set et ts=4 sts=4 sw=4: */