X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=a7ca6296577db028fed8c32421237a1775e9d5be;hb=908db125b895b963213e75c16d6428d36e866b04;hp=f26739b965dcebe31b3614a84f795b80f921a973;hpb=03a6316fbe62380ff82a601222339f9f016f62ea;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index f26739b..a7ca629 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -39,7 +39,7 @@ a:hover { color: #999; } img { vertical-align: middle; } a img { border: 0px; } td { vertical-align: top; } -li { padding-left: 3px; padding-right: 3px; +li { padding-left: 3px; padding-right: 3px; text-align: justify; } hr { text-align: center; } dt { font-weight: bold; } @@ -81,6 +81,11 @@ legend { p { margin-bottom: 0.4em; text-align: justify; + text-indent: 2em; +} + +p.smaller { + text-indent: 0; } .erreur { @@ -96,11 +101,23 @@ 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 { background-color: inherit; - margin: 0.5em 0 0.5em 0; + margin: 0.5em 0 0.5em -8px; text-indent: 0em; - padding: 6px 0 0 0px; + padding: 20px 0 0 0px; font-size: 130%; font-family: "helvetica", sans-serif; @@ -111,9 +128,10 @@ h1 { } h2 { - padding: 0.5em 0em 0em 0em; + padding: 15px 0em 0em 0em; margin: 0; - font-size: 100%; + margin-left: -8px; + font-size: 110%; font-weight: bold; background: inherit; color: #77c; @@ -123,7 +141,7 @@ h3 { margin: 0em; font-weight: bold; padding: 0.25em; - font-size: 100%; + font-size: 105%; } p.explication, div.explication { @@ -137,6 +155,12 @@ li.spaced { text-align: justify; } +pre { + background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; + margin: 0em 0em; + padding: 0.3em 1.5em; +} + /******************************************************************************* 3 Tableaux bicolores + classes utiles [ Tableaux à lignes alternées, en taille normale, ou tiny ] @@ -167,7 +191,7 @@ table.tinybicol th, table.bicol th { } table.tinybicol tr:first-child th, table.bicol tr:first-child th { - color: #fff; + color: #fff; background: url('../images/skins/keynote_title.gif') #000 top left repeat-x; } @@ -179,7 +203,7 @@ table.tinybicol td, table.bicol td { table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; } td.half { width: 50%; padding: 4px; } -td.titre { +.titre { color: #000000; background: inherit; font-weight: bold; @@ -192,6 +216,11 @@ td.action { } td.action a { padding: 0px 2px 0px 2px; } +th.grayed { + background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed; + font-style: italic; +} + /******************************************************************************* 4 Tableau de choix de skins [ Styles pour les tableaux de types de ceux des skins ] @@ -273,29 +302,77 @@ div.long td.rt { width: 65%; } 6 Profil [ onglets des profils ] *******************************************************************************/ - -table.flags, tr.flags { + +.wizard { + margin-left: -16px; +} + +.wizard .wiz_header { + height: 32px; + width: 100%; + background-color: #aaa; + margin-bottom: 1em; +} + +.wizard .wiz_header .wiz_tab { + background-color: #aaa; + vertical-align: middle; + height: 100%; + text-align: center; + font-size: 75%; + border-right: 1px solid #888; +} + +.wizard .wiz_header .active { + background-color: #444; + color: #fff; +} + +.wizard .wiz_header .wiz_tab:hover { + background-color: #777; +} + +.wizard .wiz_header a { + color: #000; + text-decoration: none; + vertical-align: middle; +} + +.wizard .wiz_header a.active { + color: #fff; +} + +.wizard .wiz_content { + margin-left: 16px; +} + +.flags { margin: 0.5em 0 0 0; padding: 0; } -table.flags input { margin: 0px 2px; padding: 0px; } - -table.flags td.texte, tr.flags td.texte { +.flags input { + margin: 0px 2px; + padding: 0px; +} +.flags .texte { font-size: smaller; font-weight: bold; padding: 0 8px 0 0; } -table.flags td.vert, tr.flags td.vert { +.flags .vert { background: url('../images/icons/flag_green.gif') top right no-repeat; padding: 0 16px 0 0; + margin-left: 16px; } -table.flags td.orange, tr.flags td.orange { +.flags .orange { background: url('../images/icons/flag_orange.gif') top right no-repeat; padding: 0 16px 0 0; + margin-left: 16px; } -table.flags td.rouge, tr.flags td.rouge { +.flags .rouge { background: url('../images/icons/flag_red.gif') top right no-repeat; padding: 0 16px 0 0; + margin-left: 16px; } table.cadre_a_onglet{ @@ -391,7 +468,7 @@ td.conteneur_tab { #fiche .part { float: left; clear: left; - width: 75%; + width: 70%; padding-right: 0em; margin-right: 0em; } @@ -401,7 +478,7 @@ td.conteneur_tab { padding-left: 0em; margin-left: 0em; clear: right; - width: 25%; + width: 30%; } #fiche #photo img { @@ -411,8 +488,8 @@ td.conteneur_tab { #fiche_identite div.civilite { text-align: center; font-weight: bold; - width: 80%; - float: left; + width: 80%; + float: left; color: #fff; background: inherit; padding-top: 0.5ex; @@ -446,9 +523,10 @@ td.conteneur_tab { #fiche_identite div.email { - clear: left; + clear: left; float: left; } + #fiche_identite div.mob { float: right; clear: right; @@ -457,14 +535,13 @@ td.conteneur_tab { #fiche_identite div.formation { margin: 0em 1em; - clear: both; + clear: both; } div.adresse { - float: left; - min-width: 46%; + min-width: 30%; padding: 0px; - margin: 0px 1% 1ex 1%; + margin: 0px 1% 2ex 2%; } #fiche .medal_frame { @@ -484,17 +561,20 @@ div.adresse { /* only for fiche_referent.php*/ -#fiche_referent{ - padding: 10px; +#fiche_referent .part { + width: 100%; +} + +#fiche_referent #fiche_identite div.civilite { width: 100%; } #fiche_referent div.rubrique_referent{ float: left; - width: 31%; + width: 30%; padding: 0px; - margin: 0px 1% 1ex 1%; - + margin: 0px 1% 1ex 2%; + text-align: justify; } #fiche_referent em { @@ -516,7 +596,6 @@ div.adresse { padding: 1px; background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed; - color: #000; font-weight: bold; } @@ -524,7 +603,8 @@ div.adresse { #dev a { text-decoration: none; } .backtrace div.hide { display: none; } -.backtrace:hover div.hide { display: block } +.backtrace:hover div.hide { display: block; } +.backtrace h1 { padding: 0; margin: 0; } #suid { color: red; @@ -622,7 +702,7 @@ div.adresse { font-size: 95%; } -#quick_search { +.quick_search { color: gray; background: #fff; text-align: right;