Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
calefaction
peilaus alkaen
https://github.com/earwig/calefaction
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
0
Toiminta
Selaa lähdekoodia
Add link coloring to styles.
master
Ben Kurtovic
8 vuotta sitten
vanhempi
5363fc32b0
commit
681030e8d6
4 muutettua tiedostoa
jossa
32 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Näytä tiedosto
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F4A26;
}
a {
color: #FFDE78;
}
a:hover {
color: #DDBE68;
}
+ 8
- 0
static/styles/caldari.css
Näytä tiedosto
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #364A5F;
}
a {
color: #99CCEE;
}
a:hover {
color: #88BBDD;
}
+ 8
- 0
static/styles/gallente.css
Näytä tiedosto
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #365F4A;
}
a {
color: #66BB99;
}
a:hover {
color: #60AA90;
}
+ 8
- 0
static/styles/minmatar.css
Näytä tiedosto
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F3C42;
}
a {
color: #D89988;
}
a:hover {
color: #C88070;
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna