aa pages de plus
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
.sommaire_name_width {
|
||||
padding: 0px 5px;
|
||||
background-color: hsl(var(--hue-4) 50% 90%);
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------------*/
|
||||
/*NAVBAR special DROPDOWN*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user