Skip to content
Extraits de code Groupes Projets
Valider 5a0112e5 rédigé par Benjamin's avatar Benjamin
Parcourir les fichiers

modif css

parent c82bb861
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,36 +2,41 @@ ...@@ -2,36 +2,41 @@
/** Fonts /** Fonts
***************************/ ***************************/
@font-face { @font-face {
font-family: Lato; font-family: 'Lato';
src: url(../fonts/Lato/Lato-Regular.ttf); src: url(../fonts/Lato/Lato-Regular.ttf);
font-weight: normal; font-weight: normal;
font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; font-family: 'Lato';
src: url(../fonts/Lato/Lato-Light.ttf); src: url(../fonts/Lato/Lato-Light.ttf);
font-weight: 300; font-weight: 300;
font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; font-family: 'Lato';
src: url(../fonts/Lato/Lato-Bold.ttf); src: url(../fonts/Lato/Lato-Bold.ttf);
font-weight: bold; font-weight: bold;
font-style: normal;
} }
@font-face { @font-face {
font-family: Lekton; font-family: 'Lekton';
src: url(../fonts/Lekton/Lekton-Regular.ttf); src: url(../fonts/Lekton/Lekton-Regular.ttf);
font-weight: normal; font-weight: normal;
font-style: normal;
} }
@font-face { @font-face {
font-family: Lekton; font-family: 'Lekton';
src: url(../fonts/Lekton/Lekton-Bold.ttf); src: url(../fonts/Lekton/Lekton-Bold.ttf);
font-weight: bold; font-weight: bold;
font-style: normal;
} }
/*************************** /***************************
/** Variables /** Variables
***************************/ ***************************/
@typo_body: 'Lato', sans-serif; @typo_body: 'Lato',sans-serif !important;
@typo_1: 'Lekton', sans-serif; @typo_1: 'Lekton', sans-serif !important;
@color1: #1C2F82; @color1: #1C2F82;
@color2: rgb(0, 180, 149); @color2: rgb(0, 180, 149);
...@@ -41,7 +46,7 @@ ...@@ -41,7 +46,7 @@
/** Global /** Global
***************************/ ***************************/
.attendance, .attendance td, .convention, .convention td { .attendance, .attendance td, .convention, .convention td {
font-family: 'Lato', sans-serif; font-family: @typo_body;
font-weight: 300; font-weight: 300;
} }
...@@ -49,7 +54,7 @@ ...@@ -49,7 +54,7 @@
border-top: 1px solid #eee; border-top: 1px solid #eee;
padding-top: 10px; padding-top: 10px;
font-size: 11px; font-size: 11px;
font-family: 'Lekton', sans-serif; font-family: @typo_1;
text-align: center; text-align: center;
color: #333; color: #333;
} }
...@@ -60,13 +65,13 @@ ...@@ -60,13 +65,13 @@
.attendance h1 { .attendance h1 {
color: @color2; color: @color2;
font-size: 26px; font-size: 26px;
font-family: 'Lekton', sans-serif; font-family: @typo_1;
text-transform: uppercase; text-transform: uppercase;
} }
.attendance h2 { .attendance h2 {
color: @color1; color: @color1;
font-size: 22px; font-size: 22px;
font-family: 'Lekton', sans-serif; font-family: @typo_1;
} }
/*************************** /***************************
...@@ -77,13 +82,13 @@ ...@@ -77,13 +82,13 @@
color: #fff; color: #fff;
padding: 5px 0; padding: 5px 0;
font-size: 26px; font-size: 26px;
font-family: 'Lekton', sans-serif; font-family: @typo_1;
text-transform: uppercase; text-transform: uppercase;
} }
.convention h2 { .convention h2 {
color: @color1; color: @color1;
font-size: 22px; font-size: 22px;
font-family: 'Lekton', sans-serif; font-family: @typo_1;
text-transform: uppercase; text-transform: uppercase;
} }
.convention h3 { .convention h3 {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter