From e63c5bb42cea4d605e8394d62935566892ffec51 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 3 Nov 2008 19:40:54 +0000 Subject: [PATCH] =?UTF-8?q?-=20Mise=20=C3=A0=20jour=20du=20th=C3=A8me=20CS?= =?UTF-8?q?S=20black=20avec=20les=20derni=C3=A8res=20modifications=20de=20?= =?UTF-8?q?LSform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/css/black/LSform.css | 62 ++++++++++++++++++++++++++++++++++++-- trunk/css/black/base.css | 7 +++++ 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/trunk/css/black/LSform.css b/trunk/css/black/LSform.css index 97d889e1..7bb8123c 100644 --- a/trunk/css/black/LSform.css +++ b/trunk/css/black/LSform.css @@ -4,12 +4,68 @@ ****************** */ +/* + * Layout + */ +ul.LSform_layout_active { + list-style-type: none; + padding: 0; + margin: 1em; + margin-bottom: 0; +} + +li.LSform_layout a { + text-decoration: none; + color: #0072B8; +} + +li.LSform_layout_active a { + color: #fff; +} + +li.LSform_layout_active { + text-decoration: none; + color: #fff; + background-color: #52BCE5; + -moz-border-radius: 3px 3px 0px 0px; + padding: 4px; + display: inline; + margin-right: 1px; +} + +li.LSform_layout_current { + color: #fff; + background-color: #0072B8; +} + +h2.LSform_layout_active { + display: none; +} + +div.LSform_layout { + border: 1px solid #0072B8; + margin: 1em; + padding: 0.5em; +} + +div.LSform_layout_active { + display: none; + margin-top: 4px; +} + +div.LSform_layout_current { + display: block; +} + /* * Architecture */ +div.LSform { + margin-left: 1em; +} + dl.LSform { margin: 0; - margin-left: 2em; padding: 0; } @@ -17,14 +73,14 @@ dl.LSform { position: relative; left: 0.2em; top: 1.2em; - width: 15em; + width: 16em; font-weight: bold; font-size: 0.9em; color: #433f3a; } dd.LSform { - margin-left: 15em; + margin-left: 16em; padding: 0; } diff --git a/trunk/css/black/base.css b/trunk/css/black/base.css index 6a4308e7..6d3e79a2 100644 --- a/trunk/css/black/base.css +++ b/trunk/css/black/base.css @@ -21,6 +21,13 @@ h1 { clear: left; } +h2 { + margin: 0.7em; + margin-bottom: 1px; + color: #0072b8; + clear: left; +} + a img { border: none; }