Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
calefaction
espelhamento de
https://github.com/earwig/calefaction
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
Ver código fonte
Add link coloring to styles.
master
Ben Kurtovic
8 anos atrás
pai
5363fc32b0
commit
681030e8d6
4 arquivos alterados
com
32 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F4A26;
}
a {
color: #FFDE78;
}
a:hover {
color: #DDBE68;
}
+ 8
- 0
static/styles/caldari.css
Ver arquivo
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #364A5F;
}
a {
color: #99CCEE;
}
a:hover {
color: #88BBDD;
}
+ 8
- 0
static/styles/gallente.css
Ver arquivo
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #365F4A;
}
a {
color: #66BB99;
}
a:hover {
color: #60AA90;
}
+ 8
- 0
static/styles/minmatar.css
Ver arquivo
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F3C42;
}
a {
color: #D89988;
}
a:hover {
color: #C88070;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar