summaryrefslogtreecommitdiff
path: root/beta_accents/app/css/ice.css
diff options
context:
space:
mode:
Diffstat (limited to 'beta_accents/app/css/ice.css')
-rw-r--r--beta_accents/app/css/ice.css69
1 files changed, 43 insertions, 26 deletions
diff --git a/beta_accents/app/css/ice.css b/beta_accents/app/css/ice.css
index 9418fd9..a60500d 100644
--- a/beta_accents/app/css/ice.css
+++ b/beta_accents/app/css/ice.css
@@ -19,7 +19,8 @@ table {
border-collapse:collapse; /* Imite le cellspacing=0 et fonctionne sous IE */
background-color:#F7F7F7;
}
-th {
+
+th , thead tr {
border-right:none;
font-weight: bold;
color: #FFFFFF;
@@ -55,6 +56,9 @@ h2 {
color:#bf2000;
}
select { width:auto; }
+li {
+ margin-left:-20px;
+}
/***** Titre *****/
#titre h2 {
color: #551A8B;
@@ -102,22 +106,24 @@ select { width:auto; }
#menu li {
list-style: none;
float:left;
- padding:0;
- margin:0;
- width:10em;
+ padding:0 1em;
+ width:8em;
white-space:nowrap;/*Evite l'étalement sur deux ligne*/
vertical-align:middle;
}
#menu #deconnection {
float:right;
+ padding:0 1em;
+ margin:0;
+
}
-
#main_menu {
}
/*********************/
/***** Sous Menu *****/
#sous_menu {
+
clear:left;
padding-top:5px;
padding-bottom:3px;
@@ -145,9 +151,10 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
padding-left:5px;
float:left;
width:78%;
+ min-height:100%;
}
#help {
- text-align:justify;
+ text-align:left;
color:#000000;
float:right;
margin:5px;
@@ -157,17 +164,22 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
font-size:small;
width:18%;
}
-
-#help h2 , #help a
+#help a:link,#help a:hover,#help a:visited
+{
+ text-align:center;
+ font-size:small;
+ color:#8470FF;
+}
+#help h2, #help h2 a, #help h2 a:link, #help h2 a:hover, #help h2 a:visited
{
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;
@@ -296,47 +308,52 @@ div.popup_contenu em
#footer
{
+ float:left;
display:block;
-
- position:fixed;
- left:0px;
width:100%;
background-color:#551A8B;
- top:100%;
- height:2.3em;
- padding-top:-2.3em;
- margin-top:-2.3em;
+ height:30px;
color:#FFF;
font-size:x-small;
+ margin-top:20px;
+ margin-bottom:0px;
+ padding-bottom:0px;
}
#footer ul
{
- display:inline;
list-style-type:none;
white-space:nowrap;
+ margin-top:0px;
+ padding:0px;
}
#footer li.right {
- list-style: none;
- float:right;
+ display:inline;
+ float:left;
+ list-style:none;
white-space:nowrap;/*Evite l'étalement sur deux ligne*/
vertical-align:middle;
- padding-top:0.5em;
- margin-top:0px;
- padding-right:10px;
+ padding-left:10px;
+ margin-left:0px;
}
-#footer li {
- list-style: none;
+#footer li.center {
+ display:inline;
float:right;
+ list-style: none;
white-space:nowrap;/*Evite l'étalement sur deux ligne*/
vertical-align:middle;
- margin-top:-14px;
padding-right:30px;
+ margin-left:0px;
+}
+#footer li.left select {
+ border:thin solid #000;
}
#footer li.left {
- list-style: none;
float:left;
+ display:inline;
+ list-style: none;
white-space:nowrap;/*Evite l'étalement sur deux ligne*/
vertical-align:middle;
margin-top:0px;
padding-left:30px;
+ margin-left:0px;
}