summaryrefslogtreecommitdiff
path: root/final/app/css/ice_moche.css
diff options
context:
space:
mode:
Diffstat (limited to 'final/app/css/ice_moche.css')
-rw-r--r--final/app/css/ice_moche.css162
1 files changed, 130 insertions, 32 deletions
diff --git a/final/app/css/ice_moche.css b/final/app/css/ice_moche.css
index 0004b1a..90702a1 100644
--- a/final/app/css/ice_moche.css
+++ b/final/app/css/ice_moche.css
@@ -44,52 +44,50 @@ h2 {
color: #5C5CFF;
margin: 0px;
}
+li {
+ margin-left:-20px;
+}
select { width:auto; }
/***** Titre *****/
#titre h2 {
color: #551A8B;
- height:60px;
- width:200px;
- margin-left:60px;
+ height:3em;
+ width:12em;
padding-top:5px;
-/* background-image:url(ice_img/titre.png);
- background-position:left;
- background-repeat:no-repeat;*/
+ padding-left:1em;
color:#FFFFFF;
- font-size:40px;
+ font-size:2em;
}
#titre {
- height:60px;
- padding-top:5px;
- width:100%;
+ height:3em;
+ width:12em;
clear:left;
background-color:#551A8B;
- background-image:url(ice_img/logo.png);
- background-position:left;
- background-repeat:no-repeat;
}
/*****************/
/***** Menu *****/
#menu {
- padding:0px;
+ padding:50px 0 50px 0;
+
margin:0px;
- color:#551A8B;
- width:15em;
- background-color:#FFFFFF;
+ background-color:#551A8B;
+ width:12em;
+
}
#menu a {
text-decoration:none;
display:block;
font-weight:bold;
text-align:center;
- color:#551A8B;
-}
-#menu a:hover {
color:#FFFFFF;
background-color:#551A8B;
}
+#menu a:hover {
+ color:#551A8B;
+ background-color:#FFFFFF;
+}
/* Pour IE5/MAC \*/#menu a{float:none;}/**/
#menu li {
list-style: none;
@@ -112,38 +110,44 @@ select { width:auto; }
/*******************/
/***** Contenu *****/
#contenu {
- padding-top:10px;
- padding-bottom:10px;
- padding-right:3em;
- padding_left:3em;
+ margin:20px;
+ padding:20px;
+ top:30px;
+ left:12em;
+ border:thin solid #F7F7F7;
+ background-color:#8470FF;
position:absolute;
- top:60px;
- left:15em;
}
#help {
- text-align:justify;
+ text-align:left;
color:#000000;
float:left;
- margin-top:20px;
- margin-left:10px;
+ margin:0px;
padding:5px;
border:thin solid #000000;
background-color:#F7F7F7;
+ width:14em;
font-size:small;
- width:15em;
}
-#help h2 , #help a
+#help a:link,#help a:hover,#help a:visited
+{
+ text-align:center;
+ font-size:small;
+ color:#8470FF;
+ background-color:#F7F7F7;
+}
+#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;
@@ -231,3 +235,97 @@ div.popup_contenu
background-repeat:repeat;
z-index: 499;
}
+
+#page_accueil h1
+{
+ display:none;
+
+}
+
+#page_accueil
+{
+ position:absolute;
+ text-align:center;
+ left:12em;
+ margin:3em;
+ top:50px;
+}
+
+#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;
+}
+#msg em
+{
+ color:#FFF;
+}
+
+
+#footer
+{
+ float:left;
+ clear:left;
+ display:block;
+ width:19em;
+ background-color:#551A8B;
+ color:#FFF;
+ font-size:x-small;
+ margin:0px;
+ padding-top:10px;
+ padding-bottom:0px;
+}
+#footer ul
+{
+
+ list-style-type:none;
+ white-space:nowrap;
+ margin-top:0px;
+ margin-bottom:10px;
+ padding:0px;
+ margin-left:0px;
+}
+#footer li.author {
+ display:block;
+ float:left;
+ list-style:none;
+ vertical-align:middle;
+ padding-left:10px;
+ margin-left:0px;
+}
+#footer li.author li
+{
+ padding:0px;
+ margin:0px;
+}
+#footer li.wwwc {
+ float:left;
+ list-style: none;
+ padding:0 4em;
+ margin:10px 0px;
+}
+#footer li.wwwc a{
+ display:block;
+
+}
+#footer li.csschooser select {
+ border:thin solid #000;
+}
+#footer li.csschooser {
+ float:left;
+ list-style: none;
+ vertical-align:middle;
+ margin-top:0px;
+ padding-left:30px;
+ margin-left:0px;
+}