satifsaisant pure-min.css

This commit is contained in:
tierce 2021-08-27 20:17:24 +02:00
parent 3f0b35a6cc
commit b123207a37
7 changed files with 1020 additions and 20 deletions

View File

@ -8,7 +8,7 @@ modified: 2021-07-04
save_as: index.html
---
<img src="/images/home/zebras-sans-G-blanc.png" class="right" alt="Logo en tête de zèbre"></a>
<img src="/images/home/zebras-sans-G-blanc.png" class="right pure-img" alt="Logo en tête de zèbre"></a>
gnuragistes,<br />
les gentil·le·s desrangé·e·s,<br />
enragé·e·s du logiciel Libre,<br />
@ -35,7 +35,7 @@ Un soucis, des questions, besoin daide avec votre [GNU](/gnu.html)/[Linux](/l
Notre maxime … **Sieste, recherche et développement.**
<a href="https://www.openstreetmap.org/way/228420463" target="_blank">
<img src="/images/home/map.png" width="300px" class="right" alt="Carte de Schaerbeek">
<img src="/images/home/map.png" class="right pure-img" alt="Carte de Schaerbeek">
</a>
Au [Hacklab](https://hacklab.brussels/)<br />

View File

@ -35,9 +35,9 @@ AUTHOR_FEED_RSS = None
# Pour les icones ForkAwsome voir https://forkaweso.me/Fork-Awesome/cheatsheet/
MENUITEMS = (('Home', '/', 'fa-home'),
('Blog', '/category/blog.html', 'fa-book'),
('Git Sources', 'https://git.gnuragist.es/git/wildebeest/website','fa-gitea'),
('Webmail', 'https://mamifere.gnuragist.es','fa-envelope'),
('Pads', 'https://doc.gnuragist.es','fa-file-text'),
# ('Git Sources', 'https://git.gnuragist.es/git/wildebeest/website','fa-gitea'),
# ('Webmail', 'https://mamifere.gnuragist.es','fa-envelope'),
# ('Pads', 'https://doc.gnuragist.es','fa-file-text'),
('Forum', 'https://ps.zoethical.org/c/ps/gnuragistes/130','fa-activitypub'),)
# Social widget

View File

@ -55,11 +55,6 @@ a.button:hover, a:hover
color:#0F0F0F;
background-color: lightgreen;
}
pre, code {
line-height: 2.1rem;
font-family: courier;
font-size: 1.5rem;
}
a.button:hover > i
{

View File

@ -1,8 +1,3 @@
/* includes */
@import "classes.css";
@import "Fork-Awesome/css/fork-awesome.min.css";
@import "syntax.css";
/* fonts */
@font-face
{
@ -63,7 +58,6 @@ hr
img
{
max-width: 50%;
height: auto;
}

1011
template/gnuragistes/static/css/pure-min.css vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,14 @@
}
pre, code {
line-height: 2.1rem;
font-family: courier;
font-size: 1.5rem;
}
/* complément possibles
/* inspiration potentielle ?
- https://gist.github.com/demisx/025698a7b5e314a7a4b5
- https://github.com/mkaz/code-syntax-block
*/

View File

@ -7,7 +7,7 @@
<meta name="keywords" content="support gnu/linux, bruxelles, logiciels libres, collectif">
<meta name="description" content="Gnuragistes, support GNU/Linux et collectivité" />
<meta name="robots" content="archive,index,follow" />
<link href="/theme/css/gnuragistes.css" rel="stylesheet" type="text/css" />
<link href="/theme/css/pure-min.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/theme/images/zebras-favicon.png" />
</head>
@ -36,7 +36,7 @@
{% endblock %}
</section>
<footer class="footer">
<footer>
Copyleft {% block author%}{{ AUTHOR }} {{ TODAY | strftime('%Y') }}{% endblock %}
</footer>