Index: typo3/sysext/lang/locallang_view_help.xml =================================================================== --- typo3/sysext/lang/locallang_view_help.xml (revision 3725) +++ typo3/sysext/lang/locallang_view_help.xml (working copy) @@ -12,7 +12,7 @@ - + @@ -30,4 +30,4 @@ - \ No newline at end of file + Index: typo3/sysext/t3skin/stylesheets/typo3-csh.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-csh.css (revision 3725) +++ typo3/sysext/t3skin/stylesheets/typo3-csh.css (working copy) @@ -69,6 +69,15 @@ padding: 3px; } +div.typo3-view-help { + background-color: #f7f7f9; + margin: 10px 30px; +} +div.typo3-view-help p { + padding: 4px; + font-size:12px; + line-height:1.4; +} div.typo3-view-help h3 { background-color:#B8BEC9; background-image:url(../icons/gfx/alt_menu_mainitem_bg.gif); @@ -79,4 +88,71 @@ div.typo3-view-help p.c-nav a { background-color: transparent; -} \ No newline at end of file +} + +div.typo3-view-help h1 { + /*border-bottom: 1px solid #000;*/ + font-size:150%; + color:#000; + background: #acb3bf; + padding:10px; + text-align: left; + margin-bottom: 0px; + background: none; +} +div.typo3-view-help h2 { + /*border-bottom: 1px solid #000;*/ + font-size:130%; + color:#fff; + background: #acb3bf; + padding:2px 2px 2px 12px; + background-image:url(../icons/gfx/alt_menu_mainitem_bg.gif); + background-repeat:repeat-x; + margin-top: 0; +} + +div.typo3-view-help h4 { + padding:2px 6px; + background:none; +} +div.typo3-view-help div.c-toc { + /*background-color:#B8BEC9; + border:1px solid black;*/ + background: none; + border:none; + padding-left:6px; +} + +div.typo3-view-help div.c-toc ul { + list-style:none; + padding: 2px 5px; +} +div.typo3-view-help div.c-toc ul li ul { + list-style: disc; + margin-left:10px; +} +div.typo3-view-help div.c-toc ul li { + padding:2px; +} +div.typo3-view-help div.c-toc a:hover, +div.typo3-view-help .manual-title a:hover, +div.typo3-view-help p a:hover { + color: red; +} + +div.typo3-view-help .manual-title, +div.typo3-view-help .introduction { + font-size:1.2em; + line-height:1.4; + padding: 0 12px 6px; +} + +div.typo3-view-help .manual-title a, +div.typo3-view-help div.c-toc a, +div.typo3-view-help p a { + text-decoration: underline; +} + +div.typo3-view-help img.c-inlineimg { + margin-left: 6px; +} Index: typo3/view_help.php =================================================================== --- typo3/view_help.php (revision 3725) +++ typo3/view_help.php (working copy) @@ -302,16 +302,16 @@ $output.= '
'.t3lib_BEfunc::TYPO3_copyRightNotice().'
'; + '; $output.= ' -'.$LANG->getLL('description',1).'
'; +'.$LANG->getLL('description',1).'
'; $output.= ' -'.t3lib_BEfunc::TYPO3_copyRightNotice().'
'; + return $output; } @@ -886,4 +888,4 @@ $SOBE->init(); $SOBE->main(); $SOBE->printContent(); -?> \ No newline at end of file +?>