From d3607de9297d1af9a788c90b1297e644ce882ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 22 Apr 2013 20:27:23 +0300 Subject: Update style.css coquille pour l'affichage des liens sur la page view --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 36ebf85d..b8327c30 100644 --- a/css/style.css +++ b/css/style.css @@ -117,7 +117,7 @@ input[type=submit].delete { text-align: left; } -#article.tools ul li{ +#article .tools ul li{ display: inline; } @@ -214,4 +214,4 @@ body.article { .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } .messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; } .messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; } -.messages.information a { text-decoration: underline; } \ No newline at end of file +.messages.information a { text-decoration: underline; } -- cgit v1.2.3 From 9acfade8294755cce6c1170364f2669cb73edbbe Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 22:58:07 +0200 Subject: =?UTF-8?q?Reprise=20du=20style=20de=20l'=C3=A9cran=20de=20connexi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style-light.css | 10 ++++++++++ css/style.css | 12 +++++------- 2 files changed, 15 insertions(+), 7 deletions(-) (limited to 'css') diff --git a/css/style-light.css b/css/style-light.css index 5b9c6c11..926a5cc7 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -8,6 +8,16 @@ a, a:hover, a:visited { color: #000; } +.bouton { + background-color: #000; + color: #fff; + border: none; +} +.bouton:hover { + background-color: #040707; + color: #F1F1F1; +} + #main ul#links li a.current { background-color: #000; color: #fff; diff --git a/css/style.css b/css/style.css index b8327c30..9fadfa96 100644 --- a/css/style.css +++ b/css/style.css @@ -4,11 +4,14 @@ body { margin: 10px; } - header { text-align: center; } +.bouton { + border-radius: 2px; +} + #main ul#links { padding: 0; list-style-type: none; @@ -56,11 +59,6 @@ footer { text-align: right; } -/*** ***/ -/*** LOGIN FORM ***/ -ul#login li { - list-style-type: none; -} /*** ***/ /*** LINKS DISPLAY ***/ @@ -208,7 +206,7 @@ body.article { .messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; } .messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; } .messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; } -.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } +.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; } .messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; } .messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; } .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } -- cgit v1.2.3 From d2beefd27c814acdfa248e4ca469e6cad06288a4 Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 23:10:35 +0200 Subject: Petit correctif des couleurs de la classe "bouton" au hover --- css/style-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/style-light.css b/css/style-light.css index 926a5cc7..cd2384c3 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -14,7 +14,7 @@ a, a:hover, a:visited { border: none; } .bouton:hover { - background-color: #040707; + background-color: #222222; color: #F1F1F1; } -- cgit v1.2.3