From 3629468d475230b68a1dc01b2888371716aa8364 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 22 Dec 2016 15:20:02 +0100 Subject: move style info into css file --- doc/about/about_hubzilla.bb | 3 +-- doc/toc.html | 32 -------------------------------- view/css/mod_help.css | 29 +++++++++++++++++++++++++++++ view/tpl/help.tpl | 18 +++++++++--------- 4 files changed, 39 insertions(+), 43 deletions(-) create mode 100644 view/css/mod_help.css diff --git a/doc/about/about_hubzilla.bb b/doc/about/about_hubzilla.bb index 1117fd25a..38b99f83d 100644 --- a/doc/about/about_hubzilla.bb +++ b/doc/about/about_hubzilla.bb @@ -1,4 +1,3 @@ - [h3]Project Overview[/h3] $Projectname is a decentralized community server providing communications, identity, and access control services which work together seamlessly across domains and connected websites. It allows anybody to publicly or [b]privately[/b] publish a range of web/media/personal content. The cross-domain privacy implementation is unique and somewhat revolutionary, as identity and access rights are negotiated by servers invisibly in the background. @@ -469,4 +468,4 @@ even if we have had our occasional disagreements. [li]Simó Albert i Beltran[/li] [li]Manuel Reva[/li] [li]Manuel Jiménez Friaza[/li] -[/list] \ No newline at end of file +[/list] diff --git a/doc/toc.html b/doc/toc.html index 6090c4ace..b8816ed91 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -1,35 +1,3 @@ - -
diff --git a/view/css/mod_help.css b/view/css/mod_help.css new file mode 100644 index 000000000..f59a40894 --- /dev/null +++ b/view/css/mod_help.css @@ -0,0 +1,29 @@ +.doco-list-group-item > a { + font-weight: bold; +} + +.sub-menu { + margin: 3px 0px 10px 10px; +} + +#doco-content h3 { + border-bottom: #ccc 3px solid; + padding-bottom: 0.3em; +} + +#doco-content h4 { + text-decoration: underline; +} + +#doco-content h5 { + text-decoration: underline; +} + +#region_1 .widget ul ul { + list-style-type: none; +} + +.toc-content li, + #doco-top-toc li { + padding: 3px 0px; +} diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 494869683..10e0a4957 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,19 +1,20 @@
-

{{$title}}: {{$heading}}

+

{{$title}}: {{$heading}}

-

- - {{$tocHeading}} -

- - {{$content}} +

+ + + {{$tocHeading}} + +

+ + {{$content}}
-- cgit v1.2.3