summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/css
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:17:01 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:17:01 +0200
commita25edc8edf23e652dbd529b8c42199ae559905a1 (patch)
treebdc47a31288343a8bd11310a021fdf0679eb503c /appli_3_alpha_old/app/css
parent3fc908d3a1d0f6c9b1fca690561098541a73266e (diff)
download2007-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')
-rw-r--r--appli_3_alpha_old/app/css/ice.css55
-rw-r--r--appli_3_alpha_old/app/css/ice_nohelp.css50
-rw-r--r--appli_3_alpha_old/app/css/ice_stable.css247
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_img/README.txt1
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_img/logo.pngbin5040 -> 0 bytes
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_img/masque.pngbin415 -> 0 bytes
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_img/titleTable.pngbin1248 -> 0 bytes
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_img/titre.pngbin23658 -> 0 bytes
-rw-r--r--appli_3_alpha_old/app/css/ice_stable_nohelp.css252
9 files changed, 93 insertions, 512 deletions
diff --git a/appli_3_alpha_old/app/css/ice.css b/appli_3_alpha_old/app/css/ice.css
index 62231d0..acc0714 100644
--- a/appli_3_alpha_old/app/css/ice.css
+++ b/appli_3_alpha_old/app/css/ice.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;
@@ -45,13 +46,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 *****/
@@ -186,7 +187,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 */
}
@@ -205,8 +206,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 */
}
@@ -236,6 +237,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
{
@@ -266,3 +272,40 @@ 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:inline;
+ 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;
+}
+#footer li.left
+{
+ align-text:left;
+}
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
diff --git a/appli_3_alpha_old/app/css/ice_stable.css b/appli_3_alpha_old/app/css/ice_stable.css
deleted file mode 100644
index 251398c..0000000
--- a/appli_3_alpha_old/app/css/ice_stable.css
+++ /dev/null
@@ -1,247 +0,0 @@
-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;
- margin-left:50px;
- height:50px;
- width:200px;
- background-image:url(ice_img/titre.png);
- background-position:left;
- background-repeat:no-repeat;
- color:#FFFFFF;
- font-size:0px;
-}
-#titre {
- height:50px;
- clear:left;
- background-color:#FFFFFF;
- background-image:url(ice_img/logo.png);
- background-position:left;
- background-repeat:no-repeat;
-}
-
-/*****************/
-/***** Menu *****/
-#menu {
- padding:0px;
- margin:0px;
- width:100%;
- height:1.5em;
- background-color:#551A8B;
-}
-#menu a {
- text-decoration:none;
- display:block;
- 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 {
- list-style: none;
- float:left;
- padding:0;
- margin:0;
- width:10em;
- white-space:nowrap;/*Evite l'étalement sur deux ligne*/
- vertical-align:middle;
-}
-#menu #deconnection {
- float:right;
-}
-
-#main_menu {
-
-}
-/*********************/
-/***** Sous Menu *****/
-#sous_menu {
- clear:left;
- padding-top:5px;
- padding-bottom:3px;
- padding-left:15px;
- border-bottom:1px solid #000000;
- background-color:#8470FF;
-}
-/* -------------- Arbre -------------------*/
-p.arbre {
- font-size: small;
- color: #FFFFFF;
- text-align: left;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
-}
-p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
-
-/*******************/
-/***** Contenu *****/
-#contenu {
- padding-top:10px;
- padding-bottom:20px;
- padding-left:5px;
- float:left;
- width:78%;
-}
-#help {
- text-align:justify;
- color:#000000;
- float:right;
- margin:5px;
- padding:5px;
- border:thin solid #000000;
- background-color:#F7F7F7;
- font-size:small;
- width:18%;
-}
-
-#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/app/css/ice_stable_img/README.txt b/appli_3_alpha_old/app/css/ice_stable_img/README.txt
deleted file mode 100644
index b81d613..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_img/README.txt
+++ /dev/null
@@ -1 +0,0 @@
-C'est ici qu'on stockera les images propre au style Ice.css
diff --git a/appli_3_alpha_old/app/css/ice_stable_img/logo.png b/appli_3_alpha_old/app/css/ice_stable_img/logo.png
deleted file mode 100644
index a768d45..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_img/logo.png
+++ /dev/null
Binary files differ
diff --git a/appli_3_alpha_old/app/css/ice_stable_img/masque.png b/appli_3_alpha_old/app/css/ice_stable_img/masque.png
deleted file mode 100644
index 45a6027..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_img/masque.png
+++ /dev/null
Binary files differ
diff --git a/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png b/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png
deleted file mode 100644
index e6c02d9..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png
+++ /dev/null
Binary files differ
diff --git a/appli_3_alpha_old/app/css/ice_stable_img/titre.png b/appli_3_alpha_old/app/css/ice_stable_img/titre.png
deleted file mode 100644
index d8d9ce6..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_img/titre.png
+++ /dev/null
Binary files differ
diff --git a/appli_3_alpha_old/app/css/ice_stable_nohelp.css b/appli_3_alpha_old/app/css/ice_stable_nohelp.css
deleted file mode 100644
index 9032594..0000000
--- a/appli_3_alpha_old/app/css/ice_stable_nohelp.css
+++ /dev/null
@@ -1,252 +0,0 @@
-
-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;
- margin-left:50px;
- height:50px;
- width:200px;
- background-image:url(ice_img/titre.png);
- background-position:left;
- background-repeat:no-repeat;
- color:#FFFFFF;
- font-size:0px;
-}
-#titre {
- height:50px;
- clear:left;
- background-color:#FFFFFF;
- background-image:url(ice_img/logo.png);
- background-position:left;
- background-repeat:no-repeat;
-}
-
-/*****************/
-/***** Menu *****/
-#menu {
- padding:0px;
- margin:0px;
- width:100%;
- height:1.5em;
- background-color:#551A8B;
-}
-#menu a {
- text-decoration:none;
- display:block;
- 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 {
- list-style: none;
- float:left;
- padding:0;
- margin:0;
- width:10em;
- white-space:nowrap;/*Evite l'étalement sur deux ligne*/
- vertical-align:middle;
-}
-#menu #deconnection {
- float:right;
-}
-
-#main_menu {
-
-}
-/*********************/
-/***** Sous Menu *****/
-#sous_menu {
- clear:left;
- padding-top:5px;
- padding-bottom:3px;
- padding-left:15px;
- border-bottom:1px solid #000000;
- background-color:#8470FF;
-}
-/* -------------- Arbre -------------------*/
-p.arbre {
- font-size: small;
- color: #FFFFFF;
- text-align: left;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
-}
-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:95%;
-}
-#no_help {
- display:block;
- text-align:justify;
- color:#000000;
- float:right;
- margin:0px;
- padding:1px;
- border:thin solid #000000;
- background-color:#F7F7F7;
- font-size:small;
- width:3%;
-}
-#no_help h2 , #no_help a
-{
- display:block;
- text-align:center;
- font-size:medium;
- color:#FFFFFF;
- background-color:#551A8B;
- margin:0px;
- padding:0px;
-}
-#help,#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;
-} \ No newline at end of file