ajout mise en page page 27
This commit is contained in:
@@ -14,7 +14,9 @@ nav p {
|
||||
.table_box p {
|
||||
font-family: var(--font-titles), var(--font-fallback), sans-serif;
|
||||
}
|
||||
/*colors*/
|
||||
|
||||
/*---------------------------------------------*/
|
||||
/*COLORS*/
|
||||
/*links when they are part of a text*/
|
||||
p a, p a:link {
|
||||
color: var(--color-link);
|
||||
@@ -32,7 +34,9 @@ p a:active {
|
||||
p, span {
|
||||
color: var(--color-text);
|
||||
}
|
||||
/*sizes*/
|
||||
|
||||
/*---------------------------------------------*/
|
||||
/*SIZES*/
|
||||
aside {
|
||||
font-size: .8rem;
|
||||
}
|
||||
@@ -59,12 +63,11 @@ small {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
/*specials settings*/
|
||||
p, p *, h1, h1 *, h2, h2 *, h3, h3 * {
|
||||
display: inline;
|
||||
}
|
||||
li *, li p, p b, p em, p i, p a, p span {
|
||||
display: inline;
|
||||
|
||||
/*---------------------------------------------*/
|
||||
/*OTHER SETTINGS*/
|
||||
p, p *, h1, h1 *, h2, h2 *, h3, h3 *, li * {
|
||||
display: inline-block;
|
||||
}
|
||||
a, a * {
|
||||
cursor: pointer;
|
||||
@@ -76,7 +79,8 @@ b, em {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/*class*/
|
||||
/*---------------------------------------------*/
|
||||
/*CLASS SETTINGS*/
|
||||
/*quote*/
|
||||
.quote {
|
||||
max-width: 450px;
|
||||
|
||||
Reference in New Issue
Block a user