À chaque jour suffit sa peine.

This commit is contained in:
Julien Palard 2021-05-18 00:00:01 +02:00
parent 5f9f10e57f
commit 7680fcd3f8
2 changed files with 48 additions and 52 deletions

View File

@ -88,8 +88,8 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
}
.sitename {
font-weight: 700;
font-size: 50px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 42px;
}
.markdown-body h1.title {
@ -100,57 +100,58 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
#banner {
margin-bottom: 30px;
margin: 0 auto;
background-color: #3A3A3A;
color: #DCDCDC;
}
/* Banner */
#banner h1 {font-size: 3.571em; line-height: 0;}
#banner h1 a:link, #banner h1 a:visited {
color: #000305;
display: block;
font-weight: bold;
margin: 0 0 .6em .2em;
text-decoration: none;
}
#banner h1 a:hover, #banner h1 a:active {
background: none;
text-decoration: underline;
text-shadow: none;
}
/* Banner */
#banner h1 {font-size: 3.571em; line-height: 0;}
#banner h1 a:link, #banner h1 a:visited {
color: #000305;
display: block;
font-weight: bold;
margin: 0 0 .6em .2em;
text-decoration: none;
}
#banner h1 a:hover, #banner h1 a:active {
background: none;
text-decoration: underline;
text-shadow: none;
}
#banner h1 strong {font-size: 0.36em; font-weight: normal;}
#banner h1 strong {font-size: 0.36em; font-weight: normal;}
/* Main Nav */
#banner nav {
font-size: 1.143em;
align-items: center;
}
/* Main Nav */
#banner nav {
font-size: 1.143em;
align-items: center;
}
#banner nav ul {list-style: none; }
#banner nav li {float: left; display: inline; margin: 0;}
#banner nav ul {list-style: none; }
#banner nav li {float: left; display: inline; margin: 0;}
#banner nav a:link, #banner nav a:visited {
color: #333;
display: inline-block;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
text-decoration: underline;
color: #333;
text-shadow: none !important;
}
#banner nav a:link, #banner nav a:visited {
color: #DCDCCC;
display: inline-block;
padding-right: 1.5em;
text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
text-decoration: none;
color: #DCDCCC;
text-shadow: none !important;
}
#banner nav li:first-child a {
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
#banner nav li:first-child a {
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
/*
Featured

View File

@ -2,7 +2,6 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8" />
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta name="viewport" content="width=800">
<link rel="shortcut icon" href="{{ SITEURL }}/images/favicon.ico" />
@ -25,8 +24,8 @@
<header id="banner" class="body">
<div class="container">
<nav>
<a class="sitename" href="/">mdk.fr</a>
<a href="/pages/talks.html">talks</a>
<a class="sitename" href="/">mdk</a>
<a href="/pages/talks.html">my talks</a>
{% for cat, null in categories %}
<a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a>
{% endfor %}
@ -41,10 +40,6 @@
<a class="social" href="{{ link }}">&nbsp;</a>
{% endfor %}
{% endif %}
<script src="https://liberapay.com/JulienPalard/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/JulienPalard/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
</nav>
</div>
</header><!-- /#banner -->