From e247526ba388ce3def4f83ad8fb26852082bb7dd Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:43:53 +0200 Subject: Version alpha_old3 2007-02-22+15:12:38 - 2007-02-27+20:02:20 --- appli_3_alpha_old/css/ice.css | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) (limited to 'appli_3_alpha_old/css/ice.css') diff --git a/appli_3_alpha_old/css/ice.css b/appli_3_alpha_old/css/ice.css index 2328d2d..428cf1b 100644 --- a/appli_3_alpha_old/css/ice.css +++ b/appli_3_alpha_old/css/ice.css @@ -1,4 +1,3 @@ - img { border : none ; } body { color: #000000; @@ -22,8 +21,10 @@ th { border-right:none; font-weight: bold; color: #FFFFFF; - background-color: #551A8B; + background-color:#551A8B; } + +th.selected {color:#8470FF;} td { border-bottom-width: thin; border-bottom-style: solid; @@ -33,6 +34,7 @@ th a:link, th a:visited { font-size: x-small; color: #FFFFFF; } + h1 { font-weight: bold; color: #9999FF; @@ -70,7 +72,7 @@ select { width:auto; } padding:0px; margin:0px; width:100%; - height:20px; + height:1.5em; background-color:#551A8B; } #menu a { @@ -79,10 +81,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,7 +94,7 @@ select { width:auto; } float:left; padding:0; margin:0; - width:120px; + width:10em; white-space:nowrap;/*Evite l'étalement sur deux ligne*/ vertical-align:middle; } @@ -160,7 +164,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } -.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%; @@ -186,8 +190,8 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } .popup_personne { width: 45em; - height: 25em; - margin-top: -12.5em ;/*moitié de height */ + height: 30em; + margin-top: -15em ;/*moitié de height */ margin-left: -22.5em ;/*moitié de width */ } .popup_commentaire { @@ -203,15 +207,14 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } 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-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 +228,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 +244,16 @@ div.popup_contenu background-image:url(ice_img/masque.png); background-repeat:repeat; z-index: 499; -} \ No newline at end of file +} + +#page_accueil h1 +{ + background:#551A8B; + color:#FFF; + margin-top:0; +} + +#page_accueil +{ + text-align:middle; +} -- cgit v1.2.3