65 lines
1.3 KiB
HTML
65 lines
1.3 KiB
HTML
<!-- this file is a template for rebranding of 'branding/locales/html/de/faq.html' -->
|
|
|
|
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
|
|
|
<h2 class="headline-h2">
|
|
For the social network of {{ organization }}
|
|
</h2>
|
|
<h3 class="headline-h3">
|
|
How do I operate this network?
|
|
</h3>
|
|
<p class="paragraph">
|
|
Here you can find the
|
|
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >user manual</a>.<br>
|
|
</p>
|
|
<br>
|
|
|
|
<style type="text/css">
|
|
.headline-h2 {
|
|
margin-top: 24px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.headline-h3 {
|
|
margin-top: 24px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.headline-h4 {
|
|
margin-top: 16px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.paragraph {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.info-page-list {
|
|
list-style-type: disc;
|
|
margin-left: 14px;
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.info-page-table {
|
|
border: 1px solid #e0dede;
|
|
border-collapse: collapse;
|
|
background-color: #fff;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
|
max-width: 100%;
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.info-page-table thead {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.info-page-table th,
|
|
.info-page-table td {
|
|
border: 1px solid #e0dede;
|
|
padding: 10px;
|
|
}
|
|
</style>
|