diff options
Diffstat (limited to 'appli_3_alpha_old/css')
-rw-r--r-- | appli_3_alpha_old/css/default.css | 2 | ||||
-rw-r--r-- | appli_3_alpha_old/css/ice.css | 11 | ||||
-rw-r--r-- | appli_3_alpha_old/css/ice_img/titleTable.png | bin | 0 -> 1248 bytes | |||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche.css | 233 | ||||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_img/README.txt | 1 | ||||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_img/logo.png | bin | 0 -> 5040 bytes | |||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_img/masque.png | bin | 0 -> 415 bytes | |||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_img/titleTable.png | bin | 0 -> 1248 bytes | |||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_img/titre.png | bin | 0 -> 23658 bytes | |||
-rw-r--r-- | appli_3_alpha_old/css/ice_moche_nohelp.css (renamed from appli_3_alpha_old/css/print.css) | 74 | ||||
-rw-r--r-- | appli_3_alpha_old/css/ice_nohelp.css | 11 |
11 files changed, 296 insertions, 36 deletions
diff --git a/appli_3_alpha_old/css/default.css b/appli_3_alpha_old/css/default.css index 806d579..b8ecc3d 100644 --- a/appli_3_alpha_old/css/default.css +++ b/appli_3_alpha_old/css/default.css @@ -157,7 +157,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } display:none; } .popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new { - display: none;
+ display: none; position: absolute; left:50%; top:50%; diff --git a/appli_3_alpha_old/css/ice.css b/appli_3_alpha_old/css/ice.css index 428cf1b..ee6af49 100644 --- a/appli_3_alpha_old/css/ice.css +++ b/appli_3_alpha_old/css/ice.css @@ -44,6 +44,15 @@ h2 { color: #5C5CFF; margin: 0px; } +.reunion_fixee { + color:#00FF00; +} +.reunion_en_cours { + color:#FFFF00; +} +.reunion_annulee { + color:#FF0000; +} select { width:auto; } /***** Titre *****/ #titre h2 { @@ -255,5 +264,5 @@ div.popup_contenu #page_accueil { - text-align:middle; + text-align:center; } diff --git a/appli_3_alpha_old/css/ice_img/titleTable.png b/appli_3_alpha_old/css/ice_img/titleTable.png Binary files differnew file mode 100644 index 0000000..e6c02d9 --- /dev/null +++ b/appli_3_alpha_old/css/ice_img/titleTable.png diff --git a/appli_3_alpha_old/css/ice_moche.css b/appli_3_alpha_old/css/ice_moche.css new file mode 100644 index 0000000..0004b1a --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche.css @@ -0,0 +1,233 @@ +img { border : none ; } +body { + color: #000000; + background-color:#F5F5DC; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding:0px; + margin:0px; + min-width:750px; /*Pour eviter le chevauchement pour FireFox, ne change rien pour IE (qui gere pas trop mal sans ca) */ +} +table { + border-spacing:0px; + margin: auto; + padding: 0px; + width:98%; + text-align:center; + border: thin solid #E0E0E0; + border-collapse:collapse; /* Imite le cellspacing=0 et fonctionne sous IE */ + background-color:#F7F7F7; +} +th { + border-right:none; + font-weight: bold; + color: #FFFFFF; + background-color:#551A8B; +} + +th.selected {color:#8470FF;} +td { + border-bottom-width: thin; + border-bottom-style: solid; + border-bottom-color: #E0E0E0; +} +th a:link, th a:visited { + font-size: x-small; + color: #FFFFFF; +} + +h1 { + font-weight: bold; + color: #9999FF; + text-align: center; +} +h2 { + color: #5C5CFF; + margin: 0px; +} +select { width:auto; } +/***** Titre *****/ +#titre h2 { + color: #551A8B; + height:60px; + width:200px; + margin-left:60px; + padding-top:5px; +/* background-image:url(ice_img/titre.png); + background-position:left; + background-repeat:no-repeat;*/ + color:#FFFFFF; + font-size:40px; + +} +#titre { + height:60px; + padding-top:5px; + width:100%; + clear:left; + background-color:#551A8B; + background-image:url(ice_img/logo.png); + background-position:left; + background-repeat:no-repeat; +} + +/*****************/ +/***** Menu *****/ +#menu { + padding:0px; + margin:0px; + color:#551A8B; + width:15em; + background-color:#FFFFFF; +} +#menu a { + text-decoration:none; + display:block; + font-weight:bold; + text-align:center; + color:#551A8B; +} +#menu a:hover { + color:#FFFFFF; + background-color:#551A8B; +} +/* Pour IE5/MAC \*/#menu a{float:none;}/**/ +#menu li { + list-style: none; + padding:0px; + margin:0px; + vertical-align:middle; +} +#menu #deconnection { +} + +#main_menu { + +} +/*********************/ +/***** Sous Menu *****/ +#sous_menu { + display:none; +} + +/*******************/ +/***** Contenu *****/ +#contenu { + padding-top:10px; + padding-bottom:10px; + padding-right:3em; + padding_left:3em; + position:absolute; + top:60px; + left:15em; + +} +#help { + text-align:justify; + color:#000000; + float:left; + margin-top:20px; + margin-left:10px; + padding:5px; + border:thin solid #000000; + background-color:#F7F7F7; + font-size:small; + width:15em; +} + +#help h2 , #help a +{ + text-align:center; + font-size:medium; + color:#FFFFFF; + background-color:#551A8B; + color:#FFFFFF; + margin-top:0; + margin-bottom:10px; +} +#no_help, #no_help h2 +{ + display:none; +} + + +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist { + display: none; + position: absolute; + left:50%; + top:50%; + border: 3px solid #000000; + background-color: #8470FF; + z-index: 500; + font-size: 80%; + text-align:center; +} +.popup { + width: 20em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -10em ;/*moitié de width */ +} + +.popup_creneau { + width: 45em; + height: 22em; + margin-top: -11em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ +} +.popup_personne { + width: 45em; + height: 30em; + margin-top: -15em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ +} +.popup_commentaire { + width: 30em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ +} + +.popup_fichier { + width: 30em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ +} +.popup_deletelist { + width: 26em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -13em ;/*moitié de width */ +} + +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist h2 +{ + background:#551A8B; + color:#FFFFFF; + font-size:small; + border-bottom:inherit; +} + +div.popup_contenu +{ + margin-top:1em; + vertical-align:middle; +} + +.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input +{ + cursor:pointer; +} + +#masque +{ + width:100%; + height:100%; + display: none; + position: absolute; + left:0px; + top:0px; + background-image:url(ice_img/masque.png); + background-repeat:repeat; + z-index: 499; +} diff --git a/appli_3_alpha_old/css/ice_moche_img/README.txt b/appli_3_alpha_old/css/ice_moche_img/README.txt new file mode 100644 index 0000000..b81d613 --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche_img/README.txt @@ -0,0 +1 @@ +C'est ici qu'on stockera les images propre au style Ice.css diff --git a/appli_3_alpha_old/css/ice_moche_img/logo.png b/appli_3_alpha_old/css/ice_moche_img/logo.png Binary files differnew file mode 100644 index 0000000..a768d45 --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche_img/logo.png diff --git a/appli_3_alpha_old/css/ice_moche_img/masque.png b/appli_3_alpha_old/css/ice_moche_img/masque.png Binary files differnew file mode 100644 index 0000000..45a6027 --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche_img/masque.png diff --git a/appli_3_alpha_old/css/ice_moche_img/titleTable.png b/appli_3_alpha_old/css/ice_moche_img/titleTable.png Binary files differnew file mode 100644 index 0000000..e6c02d9 --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche_img/titleTable.png diff --git a/appli_3_alpha_old/css/ice_moche_img/titre.png b/appli_3_alpha_old/css/ice_moche_img/titre.png Binary files differnew file mode 100644 index 0000000..d8d9ce6 --- /dev/null +++ b/appli_3_alpha_old/css/ice_moche_img/titre.png diff --git a/appli_3_alpha_old/css/print.css b/appli_3_alpha_old/css/ice_moche_nohelp.css index 8ebbae0..9032594 100644 --- a/appli_3_alpha_old/css/print.css +++ b/appli_3_alpha_old/css/ice_moche_nohelp.css @@ -24,6 +24,7 @@ th { color: #FFFFFF; background-color: #551A8B; } +th.selected {color:#8470FF;} td { border-bottom-width: thin; border-bottom-style: solid; @@ -70,7 +71,7 @@ select { width:auto; } padding:0px; margin:0px; width:100%; - height:20px; + height:1.5em; background-color:#551A8B; } #menu a { @@ -79,10 +80,12 @@ select { width:auto; } font-weight:bold; text-align:center; color:#FFFFFF; + height:1.5em; } #menu a:hover { color:#000000; background-color:#FFFFFF; + height:1.5em; } /* Pour IE5/MAC \*/#menu a{float:none;}/**/ #menu li { @@ -90,8 +93,8 @@ select { width:auto; } float:left; padding:0; margin:0; - width:120px; - white-space:nowrap;/*Evite l'étalement sur deux ligne*/ + width:10em; + white-space:nowrap;/*Evite l'étalement sur deux ligne*/ vertical-align:middle; } #menu #deconnection { @@ -123,44 +126,49 @@ p.arbre { } p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } + /*******************/ /***** Contenu *****/ + #contenu { padding-top:10px; padding-bottom:20px; padding-left:5px; + padding-right:5px; float:left; - width:78%; + width:95%; } -#help { +#no_help { + display:block; text-align:justify; color:#000000; float:right; - margin:5px; - padding:5px; + margin:0px; + padding:1px; border:thin solid #000000; background-color:#F7F7F7; font-size:small; - width:18%; + width:3%; } - -#help h2 , #help a +#no_help h2 , #no_help a { + display:block; text-align:center; font-size:medium; color:#FFFFFF; background-color:#551A8B; - color:#FFFFFF; - margin-top:0; - margin-bottom:10px; + margin:0px; + padding:0px; } -#no_help, #no_help h2 +#help,#help h2 { display:none; } -.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new { + + +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist { display: none; position: absolute; left:50%; @@ -174,44 +182,44 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } .popup { width: 20em; height: 8em; - margin-top: -4em ;/*moitié de height */ - margin-left: -10em ;/*moitié de width */ + margin-top: -4em ;/*moitié de height */ + margin-left: -10em ;/*moitié de width */ } .popup_creneau { width: 45em; height: 22em; - margin-top: -11em ;/*moitié de height */ - margin-left: -22.5em ;/*moitié de width */ + margin-top: -11em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ } .popup_personne { width: 45em; - height: 25em; - margin-top: -12.5em ;/*moitié de height */ - margin-left: -22.5em ;/*moitié de width */ + height: 30em; + margin-top: -15em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ } .popup_commentaire { width: 30em; height: 8em; - margin-top: -4em ;/*moitié de height */ - margin-left: -15em ;/*moitié de width */ + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ } .popup_fichier { width: 30em; height: 8em; - margin-top: -4em ;/*moitié de height */ - margin-left: -15em ;/*moitié de width */ + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ } -.popup_new { - width: 30em; +.popup_deletelist { + width: 26em; height: 8em; - margin-top: -4em ;/*moitié de height */ - margin-left: -15em ;/*moitié de width */ + margin-top: -4em ;/*moitié de height */ + margin-left: -13em ;/*moitié de width */ } -.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_new h2 +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist h2 { background:#551A8B; color:#FFFFFF; @@ -225,7 +233,7 @@ div.popup_contenu vertical-align:middle; } -.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_new input +.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input { cursor:pointer; } @@ -241,4 +249,4 @@ div.popup_contenu background-image:url(ice_img/masque.png); background-repeat:repeat; z-index: 499; -}
\ No newline at end of file +}
\ No newline at end of file diff --git a/appli_3_alpha_old/css/ice_nohelp.css b/appli_3_alpha_old/css/ice_nohelp.css index eb502a4..2bfa491 100644 --- a/appli_3_alpha_old/css/ice_nohelp.css +++ b/appli_3_alpha_old/css/ice_nohelp.css @@ -43,6 +43,15 @@ h2 { color: #5C5CFF; margin: 0px; } +.reunion_fixee { + color:#00FF00; +} +.reunion_en_cours { + color:#FFFF00; +} +.reunion_annulee { + color:#FF0000; +} select { width:auto; } /***** Titre *****/ #titre h2 { @@ -260,5 +269,5 @@ div.popup_contenu #page_accueil { - text-align:middle; + text-align:center; } |