FIX problème de mise à jour du profile
[euphorik.git] / css / 2 / euphorik.css
index df54431..22a533f 100755 (executable)
@@ -1,28 +1,28 @@
 /* coding: utf-8 */
-\r
+
 @import url(pageMinichat.css);
-@import url(pageAdmin.css);\r
+@import url(pageAdmin.css);
 @import url(pageProfileRegister.css);
 @import url(pageAbout.css);
-\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
-   background-color: #DFDFDF;\r
-   background-image: url(../../img/css2/fond.png)\r
-}\r
-\r
-#container {\r
-   height: auto;\r
-   margin-left: 10px;\r
-   margin-right: 10px;\r
-   margin-top: 40px;\r
+   color: #EEEEEE;
+   background-color: #DFDFDF;
+   background-image: url(../../img/css2/fond.png)
+}
+
+#container {
+   height: auto;
+   margin-left: 10px;
+   margin-right: 10px;
+   margin-top: 40px;
 }
 
 /***** Menu *****/
@@ -106,7 +106,7 @@ ul#menu {
    position: absolute;
    top: 20px;
    left: 4px;
-}\r
+}
 
 /***** Le pied de page *****/
 #footer {
@@ -120,18 +120,18 @@ ul#menu {
 }
 #footer span{
        margin-right: 10px;
-}\r
+}
 
-/***** La boite d'information (s'apparente à une MessageBox) *****/\r
+/***** 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;
@@ -189,9 +189,9 @@ div#info .boutons div:hover {
        padding: 3px 6px;
 }
 
-/***** Le faux captcha *****/\r
-.captcha {\r
-       display:none\r
+/***** Le faux captcha *****/
+.captcha {
+       display:none
 }
 
 /***** Les formulaires *****/
@@ -213,18 +213,18 @@ form input[readonly] {
        background-color: #484e46
 }
 
-/***** Les liens *****/\r
-.lien, a {\r
+/***** Les liens *****/
+.lien, a {
    text-decoration: none;
-       color: #7664ff;\r
+       color: #7664ff;
 }
 .lien {
        cursor: pointer;
-}\r
-a:link, a:visited {\r
-       color: #7664ff;\r
-}\r
-.lien:hover, .lien:active, a:hover, a:active {\r
-   color: #ffad0f;\r
-}\r
-\r
+}
+a:link, a:visited {
+       color: #7664ff;
+}
+.lien:hover, .lien:active, a:hover, a:active {
+   color: #ffad0f;
+}
+