REPORT de la branche 1.0 de 313 à 336 (313 y compris)
[euphorik.git] / css / 2 / euphorik.css
index a39c3b8..4ba9352 100755 (executable)
@@ -1,38 +1,33 @@
-\r
+/* coding: utf-8 */
+
 @import url(pageMinichat.css);
-@import url(pageAdmin.css);\r
+@import url(pageAdmin.css);
 @import url(pageProfileRegister.css);
 @import url(pageAbout.css);
-\r
-\r
-* {\r
-       padding: 0px;\r
-       margin: 0px;\r
-}\r
-\r
-body {\r
-   font-family: sans-serif;\r
+
+* {
+       padding: 0px;
+       margin: 0px;
+}
+
+body {
+   font-family: monospace;
    font-size: 12px;
-   color: #EEEEEE;\r
-   /*text-align: center;*/ /* uniquement pour IE */\r
-   background-color: #DFDFDF;\r
-   background-image: url(../../img/css2/fond.png)\r
-}\r
-\r
+   color: #EEEEEE;
+   background-color: #DFDFDF;
+   background-image: url(../../img/css2/fond.png)
+}
+
 #container {
-   position: relative;\r
-   height: auto;\r
-   margin-left: 10px;\r
-   margin-right: 10px;\r
-   margin-top: 40px;\r
+   height: auto;
+   margin-left: 10px;
+   margin-right: 10px;
+   margin-top: 40px;
 }
 
+/***** Menu *****/
 ul#menu {
-       /*
-       left: 300px;
-       top: 2px;*/
        padding-left: 300px;
-       /*position: absolute;*/
        height: 23px;
        font-size: 11px;
        background-color: #000000;
@@ -53,35 +48,33 @@ ul#menu {
        background-color: #818c27
 }
 
+/***** Le menu pour le choix de la CSS *****/
 #menuCss {
        position: absolute;
        z-index: 10;
        left: 600px;    
-       top:0px;
+       top:40px;
        font-size: 9px;
 }
 
+/***** Le style du contenu des pages *****/
 #page {
-   position: relative;
    font-size: 12px;
    background-color: #000000;
    padding: 10px 10px 15px 10px;
 }
-
 #page > h1 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 18px;
    color : #a6b80e
 }
-
 #page > h2 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    color : #899714;
 }
-
 #page > h3 {
    margin-top: 10px;
    margin-left: 20px;
@@ -89,54 +82,57 @@ ul#menu {
    color : #79841a;
    background-color : #1e2201
 }
-
 #page > h4 {
    margin-top: 10px;
    margin-left: 25px;
    font-size: 12px;
    color : #646d1d
 }
-
 #page > p {
    margin-top: 3px;
    margin-left: 35px;
    color : #e9e9e9
 }
-
 #page > ul {
    margin-top: 3px;
    margin-left: 45px;
    color: #e9e9e9
 }
-
 #logo {
    z-index: 10;
    background-image: url(../../img/css2/logo_2.png);
    width: 253px;
    height: 37px;
    position: absolute;
-   top: -20px;
+   top: 20px;
    left: 4px;
-}\r
+}
 
+/***** Le pied de page *****/
 #footer {
        text-align: right;
-}\r
-#footer a img{\r
-       border-style: none;\r
-}\r
-\r
+       font-size: 9px
+}
+#footer a img{
+       border-style: none;
+       vertical-align: middle;
+       margin-right: 5px;
+}
+#footer span{
+       margin-right: 10px;
+}
+
+/***** La boite d'information (s'apparente à une MessageBox) *****/
 div#info {
-       text-align: center;\r
-       width:100%;\r
-       position: fixed;\r
-       left: 0px;\r
-       top: 0px;\r
+       text-align: center;
+       width:100%;
+       position: fixed;
+       left: 0px;
+       top: 0px;
        background-color: #000000;
-       border-bottom: 1px solid #aeaeae;\r
-       z-index: 20;\r
+       border-bottom: 1px solid #aeaeae;
+       z-index: 20;
 }
-
 div#info div.fermer {
        float:right;
        cursor: pointer;
@@ -144,7 +140,6 @@ div#info div.fermer {
        width: 16px;
        background-image: url(../../img/fermer.gif)
 }
-
 div#info #icone {
        float:left;     
        height:16px;
@@ -159,11 +154,9 @@ div#info #icone.information {
 div#info #icone.exclamation {
        background-image: url(../../img/exclamation.gif)
 }
-       
 div#info .boutons {
        padding: 1px;
 }
-
 div#info .boutons div {
        cursor: pointer;
        background-color: #770000;      
@@ -179,10 +172,27 @@ div#info .boutons div:hover {
 #flecheBulle {
        position: absolute;
        z-index: 50;
+       display: none
+}
+.flecheBulleHaut {
+       background-image: url(../../img/css2/fleche_bulle_haut.png);
        width: 15px;
        height: 8px;
-       background-image: url(../../img/css2/fleche_bulle.png);
-       display: none
+}
+.flecheBulleDroite {
+       background-image: url(../../img/css2/fleche_bulle_droite.png);
+       width: 8px;
+       height: 15px;
+}
+.flecheBulleBas {
+       background-image: url(../../img/css2/fleche_bulle_bas.png);
+       width: 15px;
+       height: 8px;
+}
+.flecheBulleGauche {
+       background-image: url(../../img/css2/fleche_bulle_gauche.png);
+       width: 8px;
+       height: 15px;
 }
 #messageBulle {
        position: absolute;
@@ -196,11 +206,12 @@ div#info .boutons div:hover {
        padding: 3px 6px;
 }
 
-\r
-.captcha {\r
-       display:none\r
+/***** Le faux captcha *****/
+.captcha {
+       display:none
 }
 
+/***** Les formulaires *****/
 form input,
 form button,
 form select {
@@ -208,29 +219,29 @@ form select {
        border: #2d8800 1px solid;
        color: #EEEEEE;
 }
-
 form input,
 form select {
        font-size: 12px;
 }
-
 form button {
        font-size: 11px;
 }
-\r
-a {\r
-   text-decoration: none;\r
-}\r
-a:link {\r
-       color: #7664ff;\r
-}\r
-a:visited {\r
-   color: #7664ff;\r
-}\r
-a:hover {\r
-   color: #ffad0f;\r
-}\r
-a:active {\r
-   color: #ffad0f;\r
-}\r
-\r
+form input[readonly] {
+       background-color: #484e46
+}
+
+/***** Les liens *****/
+.lien, a {
+   text-decoration: none;
+       color: #7664ff;
+}
+.lien {
+       cursor: pointer;
+}
+a:link, a:visited {
+       color: #7664ff;
+}
+.lien:hover, .lien:active, a:hover, a:active {
+   color: #ffad0f;
+}
+