diff --git a/pages/03.community/03.help/help.md b/pages/03.community/03.help/help.md index d1fd6448..c82df5ee 100644 --- a/pages/03.community/03.help/help.md +++ b/pages/03.community/03.help/help.md @@ -7,58 +7,36 @@ routes: default: '/help' --- -

Connect to the support chatroom

+## Connect to the support chatroom !!! **ProTips™** !!! - Don't ask to ask, just ask ! !!! - *Be patient*, it can take a few minutes before someone sees your messages. -
- +[center] +[/center] -
-
-Note : this room is available via IRC (#yunohost on freenode - using kiwiirc), via XMPP (support@conference.yunohost.org), or Matrix (#freenode_#yunohost:matrix.org - using Riot) -
+!!! **Note:** this room is available via +!!! - IRC (#yunohost on freenode, [using kiwiirc](https://kiwiirc.com/nextclient/?settings=7b72a0a81838360686798199ed53624f&target=blank)) +!!! - XMPP (*support@conference.yunohost.org*) +!!! - Matrix (*#freenode_#yunohost:matrix.org*) [using Riot](https://riot.im/app/#/room/#yunohost:matrix.org?target=_blank)) -

... or ask on the forum !

+## ... or ask on the forum ! -
- -
+[center] +[[fa=comment /] Go to the forum](https://forum.yunohost.org/?target=_blank&classes=btn,btn-lg,btn-success) +[/center] -

You've found a bug ?

+## You've found a bug ? -
-
-Please report it on our bugtracker or contact the developers

- - -
-
-Note : you can also connect to the devrooms, using your favorite XMPP client, to
-dev@conference.yunohost.org and apps@conference.yunohost.org
-or with a Matrix client to
-#freenode_#yunohost-dev:matrix.org
-
+!!!! Please report bugs on our bugtracker or contact the developers - +[[fa=exclamation-circle /] Report a bug](https://github.com/yunohost/issues/issues?target=_blank&classes=btn,btn-lg,btn-warning) [[fa=comment /] Contact the developers](https://kiwiirc.com/client/irc.freenode.net/yunohost-dev?target=_blank&classes=btn,btn-lg,btn-warning) +[/center] + +!!! Note : you can also connect to the devrooms using your favorite XMPP client, to dev@conference.yunohost.org and apps@conference.yunohost.org +!!! or with a Matrix client to [#freenode_#yunohost-dev:matrix.org](https://matrix.to/#/#freenode_#yunohost-dev:matrix.org) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index f003f478..d6cbd105 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -15,6 +15,7 @@ max-width: 80%; } +/* Images helper classes */ img.inline { display:inline; margin:5px 15px 5px 5px; @@ -28,6 +29,11 @@ img.center { margin-right: auto; } +td img { + margin: 0.2rem auto; +} + +/* Figures and caption */ figure img { margin: auto; } @@ -36,6 +42,29 @@ figure figcaption { font-style: italic; } +/* List spacing */ +ul li, ol li { + margin-top: 0; +} + +ul, ol { + margin-bottom: 0; +} + +li p { + margin: inherit; +} + +/* Paragraphs */ +p { + margin: 0 0 1rem; +} + +.notices p { + margin: 0 0 0 0.5rem; +} + +/* Flex */ .flex-container { display: flex; justify-content: space-around; @@ -51,6 +80,7 @@ figure figcaption { margin: 0px auto; } +/* Breadcrums */ #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span { padding: 0 !important; } @@ -63,8 +93,12 @@ figure figcaption { padding: 0; } +/* Fonts and headings */ + h1, h2, h3, h4, h5, h6 { font-family: "Source Sans Pro", "Metropolis", "Helvetica Neue", sans-serif; + margin-top: 1rem; + margin-bottom: 1rem; } .simplebar-content h5 .fa { @@ -84,6 +118,7 @@ h1, h2, h3, h4, h5, h6 { font-style: normal; } +/* Give a gray background to the white logo*/ img#whitelogo { background-color: gray; padding: 10px;