This commit is contained in:
Gaspard Jankowiak 2022-04-06 09:33:09 +02:00
commit 9105eb7739
3 changed files with 44 additions and 15 deletions

View file

@ -55,15 +55,26 @@ sub { vertical-align: sub; font-size: x-small; }
hr { height: 1px; border: none; background-color: $rule; margin-top: 1em; }
section h1 { font-size: 150%; border-left: 4px solid $links;
padding-left: 11px; margin-left: -$margin; font-weight: bold; }
section h2 { border-left: 2px solid #afafff;
padding-left: 11px; margin-left: -$margin; }
section h2 { font-size: 120%; font-weight: bold; }
section h3 { font-size: 100%; font-weight: bold; }
h1, h2, h3, h4, h5 { margin: 0.7em 0 0.5em 0; }
h1 {
padding: 0.2em 0 0.2em 0.5em;
margin: 1.0em 0 0.2em -0.5em; }
h2 { margin-top: 1.5em; }
h2 {
padding: 0.2em 0 0.2em 0.5em;
margin: 0.8em 0 0.2em -0.5em; }
h3, h4, h5 {
padding: 0.2em 0 0.2em 0.3em;
margin: 0.2em 0 0.0em 0.3em; }
header { text-align: center; font-family: "OpenSansLight", sans;
line-height: 1.3em; font-weight: 400; font-size: 1.2em;
@ -81,20 +92,22 @@ code.language-ssh-key { word-wrap: break-word; word-break: break-all; white-spac
nav { text-align: center; font-size: 1.2em; margin: 1em 0; }
nav ul { display: flex; flex-flow: row wrap; list-style: none; justify-content: space-around; }
nav ul li { margin: 0; clear: both; padding: 0 10px 0 11px; }
// nav ul li:nth-child(n+2) { border-left: 1px solid $rule; }
footer { font-size: 75%; padding-bottom: 175px; }
em { font-style: italic; }
table { width: 100%; }
/*thead { color: $dim; }*/
th, td { padding: 0.3em; }
tr { border-bottom: 1px dotted $tr-rule; }
table.bordered { border-collapse: collapse; }
table.bordered { border-collapse: collapse; margin: 1em 0; }
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
:target { color: #5151ff; background-color: yellow; }
.non_full { width: auto; }
.publi_table td:nth-child(1) { width: 30%; }
.publi_table td:nth-child(2) { width: 60%; }
.publi_table td:nth-child(3) { width: 10%; }