Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
calefaction
miroir de
https://github.com/earwig/calefaction
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
0
Activité
Parcourir la source
Add link coloring to styles.
master
Ben Kurtovic
il y a 8 ans
Parent
5363fc32b0
révision
681030e8d6
4 fichiers modifiés
avec
32 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+8
-0
static/styles/amarr.css
+8
-0
static/styles/caldari.css
+8
-0
static/styles/gallente.css
+8
-0
static/styles/minmatar.css
+ 8
- 0
static/styles/amarr.css
Voir le fichier
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F4A26;
}
a {
color: #FFDE78;
}
a:hover {
color: #DDBE68;
}
+ 8
- 0
static/styles/caldari.css
Voir le fichier
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #364A5F;
}
a {
color: #99CCEE;
}
a:hover {
color: #88BBDD;
}
+ 8
- 0
static/styles/gallente.css
Voir le fichier
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #365F4A;
}
a {
color: #66BB99;
}
a:hover {
color: #60AA90;
}
+ 8
- 0
static/styles/minmatar.css
Voir le fichier
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F3C42;
}
a {
color: #D89988;
}
a:hover {
color: #C88070;
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer