ADD commande /cpf (C'est pas faux)
[euphorik.git] / styles / 1 / pageMinichat.css
index 4dd2c3e..de908dd 100755 (executable)
@@ -9,6 +9,18 @@
        vertical-align: middle;
 }
 
+/***** L'aide sur les commandes *****/
+#aideCommandes h1 {
+       font-size: 14px;
+       font-weight: bold;
+}
+#aideCommandes .usage {
+       font-weight: bold;
+}
+#aideCommandes li {
+       list-style-type: none;
+}
+
 /***** La boite de sélection des smiles *****/
 #smiles {
        text-align: center;
        top: 77px;
        line-height: 32px;
 }
+
+#page.minichat #trollCourant a:link,  #page.minichat #trollCourant a:visited {
+       color: #f85b31;
+}
+ #page.minichat #trollCourant a:hover,  #page.minichat #trollCourant a:active {
+       color: #f87e5d;
+}
+
 #page.minichat #trollCourant .troll {
        cursor: pointer;
        font-style: italic
 #page.minichat form#posterMessage #repondA {
        background-color: #f0df95; 
        border: #841919 1px solid;
-    margin-right: 5px;
-    padding-right: 2px;
-    padding-left: 2px;
-    cursor: pointer;
-    display: none;
+   margin-right: 5px;
+   padding-right: 2px;
+   padding-left: 2px;
+   cursor: pointer;
+   display: none;
 }
 #page.minichat form#posterMessage #repondA .messages {
-    position: absolute;
+   position: absolute;
        border: #841919 1px solid;
-    width: 50%;
-    display:none;
+   width: 50%;
+   display:none;
 }
-#page.minichat form#posterMessage #repondA .messages div.message:hover .outilsMess {
-    display: none
+#page.minichat form#posterMessage #repondA .messages div.message:hover #outilsMess {
+   display: none
 }
 
 /***** Les conversations *****/
 #page.minichat #conversations {        
        overflow: hidden;
        width: 100%;
-    border-spacing: 0px;
-    background-color:#E19671;
+   border-spacing: 0px;
+   background-color:#E19671;
 }
 #page.minichat.orderChrono #conversations td
 {
        margin-left: 5px;
 }
 #page.minichat #outilsMess {
+   width: 28px;
        position: absolute;
        padding-top: 1px;
        padding-right: 2px;