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; }