mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-08-02 11:26:21 -04:00
graphene improvements + css
This commit is contained in:
parent
d34cbea02a
commit
6ebbac8958
5 changed files with 26 additions and 18 deletions
|
@ -542,12 +542,16 @@ pre[theme="dark"]
|
|||
height: auto
|
||||
max-height:90vh
|
||||
|
||||
h1
|
||||
text-align: center !important
|
||||
|
||||
h2
|
||||
font-size: 1.44em !important
|
||||
|
||||
h3
|
||||
font-size: 1.09em !important
|
||||
font-style: italic !important
|
||||
|
||||
h4
|
||||
font-size: 1em !important
|
||||
font-style: italic !important
|
||||
font-size: 0.9em !important
|
||||
text-decoration: underline !important
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<p class="subtitle">{{ page.description }}</p>
|
||||
<div class="columns is-multiline is-gapless">
|
||||
<div class="column is-10">
|
||||
{{ macros::page_publish_metadata(page=page) }}
|
||||
|
@ -30,20 +29,20 @@
|
|||
<div class="column is-12">
|
||||
{{ macros::page_content_pdfs(page=page) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content mt-2">
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
<div class="column">
|
||||
{% if page.taxonomies.categories %}
|
||||
{{ macros::render_categories(categories=page.taxonomies.categories) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="column has-text-right-desktop has-text-right-tablet">
|
||||
<div class="column">
|
||||
{% if page.taxonomies.tags %}
|
||||
{{ macros::render_tags(tags=page.taxonomies.tags) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content mt-2">
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
{% if page.extra.toc %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue