aa pages de plus

This commit is contained in:
ethylotest
2021-03-27 14:55:54 +01:00
parent 1951f41888
commit 2ac3c39690
26 changed files with 3029 additions and 92 deletions

View File

@@ -1,8 +1,3 @@
.sommaire_name_width {
padding: 0px 5px;
background-color: hsl(var(--hue-4) 50% 90%);
}
/*---------------------------------------------*/
/*NAVBAR special DROPDOWN*/

View File

@@ -52,7 +52,7 @@ h3 {
font-size: 1.8em;
line-height: 1.5em;
}
small {
small, sub, sup {
font-size: 0.8em;
line-height: 1.2em;
}
@@ -68,9 +68,23 @@ a, a * {
i {
font-style: italic;
}
b, em {
b {
font-weight: 600;
}
mark { /*text with background color*/
padding: 0px 5px;
background-color: hsl(var(--hue-4) 50% 90%);
}
/*
del {
}
sub {
}
sup {
}
code {
}
*/
/*---------------------------------------------*/
/*CLASS SETTINGS*/
@@ -100,15 +114,15 @@ b, em {
/*
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<b> - Bold text
<strong> - Important text
<mark> - Marked text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript tex
<sup> - Superscript text
<code> - Computer code
*/