diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:17:01 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:17:01 +0200 |
commit | a25edc8edf23e652dbd529b8c42199ae559905a1 (patch) | |
tree | bdc47a31288343a8bd11310a021fdf0679eb503c /appli_3_alpha_old/app/css/ice_nohelp.css | |
parent | 3fc908d3a1d0f6c9b1fca690561098541a73266e (diff) | |
download | 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.gz 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.bz2 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.zip |
Version alpha_old6 2007-02-22+15:45:00 - 2007-03-12+13:59:02
Diffstat (limited to 'appli_3_alpha_old/app/css/ice_nohelp.css')
-rw-r--r-- | appli_3_alpha_old/app/css/ice_nohelp.css | 50 |
1 files changed, 44 insertions, 6 deletions
diff --git a/appli_3_alpha_old/app/css/ice_nohelp.css b/appli_3_alpha_old/app/css/ice_nohelp.css index 40d78a3..48a9fd8 100644 --- a/appli_3_alpha_old/app/css/ice_nohelp.css +++ b/appli_3_alpha_old/app/css/ice_nohelp.css @@ -1,5 +1,6 @@ em {color:#F00;} img { border : none ; } +img.spacing{ margin: 0 0.5em 0 0.5em;} body { color: #000000; background-color:#F5F5DC; @@ -44,13 +45,13 @@ h2 { margin: 0px; } .reunion_fixee { - color:#00FF00; + color:#bf7e00; } .reunion_en_cours { - color:#FFFF00; + color:#9fbf00; } .reunion_annulee { - color:#FF0000; + color:#bf2000; } select { width:auto; } /***** Titre *****/ @@ -190,7 +191,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } .popup { width: 20em; - height: 8em; + height: 10em; margin-top: -4em ;/*moitié de height */ margin-left: -10em ;/*moitié de width */ } @@ -209,8 +210,8 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } .popup_commentaire { width: 30em; - height: 8em; - margin-top: -4em ;/*moitié de height */ + height: 14em; + margin-top: -7em ;/*moitié de height */ margin-left: -15em ;/*moitié de width */ } @@ -241,6 +242,11 @@ div.popup_contenu margin-top:1em; vertical-align:middle; } +div.popup_contenu em +{ + font-size:x-small; + color:#FFF; +} .popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input { @@ -271,3 +277,35 @@ div.popup_contenu { text-align:center; } + +#msg +{ + display:none; + position:absolute; + text-align:center; + left:50%; + margin-left:-20%; + width:40%; + background-color:#551A8B; + top:-10px; + padding-top:15px; + padding-bottom:10px; + color:#FFF; + -moz-border-radius:16px; +} + +#footer +{ + display:block; + position:absolute; + text-align:center; + left:0px; + width:100%; + background-color:#551A8B; + top:100%; + height:2em; + padding-top:-2em; + margin-top:-2em; + color:#FFF; + font-size:x-small; +}
\ No newline at end of file |