Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
L
lefilament_training
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
lefilament_training
Validations
5a0112e5
Valider
5a0112e5
rédigé
Il y a 6 ans
par
Benjamin
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
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
Modifications
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
static/src/less/style.less
+18
-13
18 ajouts, 13 suppressions
static/src/less/style.less
avec
18 ajouts
et
13 suppressions
static/src/less/style.less
+
18
−
13
Voir le fichier @
5a0112e5
...
@@ -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 {
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter