X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2FpageMinichat.css;h=da926910f7a868425ff32759ddadd5eb9b7aa19e;hp=80a2e33495355591d79b6d82b72c2041df466327;hb=264d4816d9fd29b707d936a1be1f8400503d033d;hpb=81b3e94e62dd60087d71efc42004f8222d9e1e7a diff --git a/css/1/pageMinichat.css b/css/1/pageMinichat.css index 80a2e33..da92691 100755 --- a/css/1/pageMinichat.css +++ b/css/1/pageMinichat.css @@ -1,6 +1,7 @@ #page.minichat { - padding: 25px 0px 15px 0px; - text-align: center + padding-top: 5px; + padding-right: 0px; + padding-left: 0px } #page.minichat img { @@ -9,13 +10,13 @@ } #smiles { - border-width: 1px 1px 1px 1px; + text-align: center; + border: 1px solid; border-color: #253f18; - border-style: solid; + background-color: #0c2003; margin-bottom: 10px; padding: 1px; width: 140px; - background-color: #0c2003; position: absolute; display: none } @@ -47,20 +48,43 @@ margin-left: 1px } +#page.minichat #trollCourant { + border-top: 1px solid; + border-bottom: 1px solid; + border-color: #253f18; + background-color: #0c2003; + margin-top: 4px; + margin-bottom: 8px; + padding : 1px 0px 1px 10px +} + +#page.minichat #trollCourant .troll { + font-style: italic; + color: #FFFF88; + cursor: pointer; +} + #page.minichat .titreSmiles:hover { background-color: #2d8800; } #page.minichat form { - text-align: left; margin-bottom: 15px; padding-left: 10px; } + +#page.minichat form p { + margin: 0px; + padding: 0px; +} + #page.minichat form .pseudo { margin-right: 5px; + width: 12% } #page.minichat form .message { margin-right: 5px; + width: 75% } #page.minichat form .return { height: 16px; @@ -69,6 +93,7 @@ background-repeat: no-repeat; background-position: 5px 2px; vertical-align: top; + margin-right: 5px; } #page.minichat form .smiles { height: 16px; @@ -77,6 +102,7 @@ background-repeat: no-repeat; background-position: 2px 2px; vertical-align: top; + margin-right: 5px; } /* voir pour l'astuce css "float left" des conversations : http://www.quirksmode.org/css/clearing.html */ @@ -97,7 +123,6 @@ border-left-width: 5px; border-left-style: solid; border-color: transparent; - text-align: left; padding-right: 5px; padding-left: 4px; cursor: pointer; @@ -201,6 +226,7 @@ } #page.minichat #conversations .titre { + text-align: center; padding-right: 8px; background-color: #4b4215 }