From b796253a5f27dc6a9a7ede5713365bc4556377ee Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Mon, 26 May 2008 18:02:37 +0000 Subject: [PATCH] MOD quelques ajustement de style --- css/1/euphorik.css | 34 ++++++++-------------------------- css/1/pageAdmin.css | 17 ++++++++--------- css/1/pageMinichat.css | 3 ++- 3 files changed, 18 insertions(+), 36 deletions(-) diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 7f3d5c8..f772ba8 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -24,31 +24,26 @@ body { } ul#menu { - /* - left: 300px; - top: 2px;*/ background-image: url(../../img/css1/logo_fond.png); - /*position: absolute;*/ height:129px; width: 100%; font-size: 11px; list-style-type:none; - /*background-color: #e19671;*/ } #menu li:first-child { margin-left: 340px; } #menu li { margin-top: 47px; - padding-top: 5px; font-size: 14px; text-align: center; cursor: pointer; - height:25px; + height:30px; z-index: 20; float: left; min-width: 60px; background-color: #f6dfc2; + line-height: 32px; } #menu li.courante { background-color: #ffffff; @@ -78,41 +73,35 @@ ul#menu { 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; - font-size: 14px; - color : #79841a; - background-color : #1e2201 + font-size: 14px; + background-color : #FFFFFF } #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 { @@ -203,18 +192,11 @@ form button { } a { - text-decoration: none; + text-decoration: none; } -a:link { +a:link:visited { color: #c62929; } -a:visited { - color: #c62929; +a:hover:active { + color: #e84747; } -a:hover { - color: #e84747; -} -a:active { - color: #e84747; -} - diff --git a/css/1/pageAdmin.css b/css/1/pageAdmin.css index a945b7c..95c835a 100644 --- a/css/1/pageAdmin.css +++ b/css/1/pageAdmin.css @@ -16,9 +16,8 @@ #page.admin .ban { margin-top: 10px; padding: 2px 10px 2px 10px; - border: 1px solid; - border-color: #253f18; - background-color: #0c2003; + border: 1px solid; + background-color: #841919; } #page.admin div.troll img { @@ -28,11 +27,12 @@ #page.admin div.troll span.content { font-style: italic; - color: #FFFF88 + color: #ffffff; } #page.admin div.troll .author { - margin-left: 10px + margin-left: 10px; + color: #ffffff; } #page.admin div.troll input { @@ -49,10 +49,9 @@ margin-left: 10px; cursor: pointer; padding-right: 5px; - padding-left: 5px; - background-color: #164200; - border: #2d8800 1px solid; - color: #EEEEEE; + padding-left: 5px; + background-color: #f0df95; + border: #841919 1px solid; } diff --git a/css/1/pageMinichat.css b/css/1/pageMinichat.css index c5602bc..5e2c1e2 100755 --- a/css/1/pageMinichat.css +++ b/css/1/pageMinichat.css @@ -51,7 +51,8 @@ position: absolute; z-index: 20; left: 140px; - top: 88px; + top: 77px; + line-height: 32px; } #page.minichat #trollCourant .troll { -- 2.43.0