mise en place des couleurs de police
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
|
||||
:root {
|
||||
/* colors texts */
|
||||
--color-texts: rgb(1, 1, 1);
|
||||
--color-texts-special: rgb(1, 1, 1);
|
||||
--color-links: rgb(120, 1, 1);
|
||||
--color-links-hover: rgb(120, 1, 1);
|
||||
--color-links-visited: rgb(120, 1, 1);
|
||||
--color-links-active: rgb(120, 1, 1);
|
||||
--color-title-1: rgb(120, 1, 1);
|
||||
|
||||
/* fonts */
|
||||
--font-titles: 'paradroid';
|
||||
--font-texts: 'louisgeorge';
|
||||
--font-fallback: 'cabrion';
|
||||
}
|
||||
|
||||
/*/////////////////////////////////////////////*/
|
||||
/*---------------------------------------------*/
|
||||
/*TEXTS*/
|
||||
/*fonts*/
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@@ -26,19 +10,19 @@ a, p, li {
|
||||
}
|
||||
/*colors*/
|
||||
a, a:link {
|
||||
color: var(--color-links);
|
||||
color: var(--color-link);
|
||||
}
|
||||
a:visited {
|
||||
color: var(--color-links-visited);
|
||||
color: var(--color-link-visited);
|
||||
}
|
||||
a:hover {
|
||||
color: var(--color-links-hover);
|
||||
color: var(--color-link-hover);
|
||||
}
|
||||
a:active {
|
||||
color: var(--color-links-active);
|
||||
color: var(--color-link-active);
|
||||
}
|
||||
p, var {
|
||||
color: var(--color-texts);
|
||||
p, span {
|
||||
color: var(--color-text);
|
||||
}
|
||||
/*sizes*/
|
||||
aside {
|
||||
@@ -65,7 +49,7 @@ h3 {
|
||||
}
|
||||
small {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
/*specials settings*/
|
||||
body p, body p *, body h1, body h1 *, body h2, body h2 * {
|
||||
@@ -83,9 +67,27 @@ i {
|
||||
b, em {
|
||||
font-weight: 600;
|
||||
}
|
||||
p br, h1 br, h2 br {
|
||||
margin: 0px;
|
||||
|
||||
/*class*/
|
||||
/*quote*/
|
||||
.quote {
|
||||
max-width: 450px;
|
||||
margin-right: 0px;
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
}
|
||||
.quote p {
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
.quote_credit {
|
||||
font-size: 1.8em;
|
||||
margin-top: var(--gap-unit);
|
||||
}
|
||||
.quote_credit p {
|
||||
font-size: 0.8em;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
<b> - Bold text
|
||||
<strong> - Important text
|
||||
|
||||
Reference in New Issue
Block a user