more style
This commit is contained in:
@@ -31,7 +31,7 @@ body{
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu h4 a span, h1 span{
|
#menu h4 a span, h1 span, .black{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ function editAnimal(id){
|
|||||||
}
|
}
|
||||||
set_animal_include(animal._id);
|
set_animal_include(animal._id);
|
||||||
paint_male_female(animal.specie, animal._id);
|
paint_male_female(animal.specie, animal._id);
|
||||||
$("#load").fadeOut("slow");
|
$("#load").fadeOut("fast");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -78,7 +78,7 @@ function showAnimal(id){
|
|||||||
|
|
||||||
get_parrents(animal);
|
get_parrents(animal);
|
||||||
get_childrens(animal);
|
get_childrens(animal);
|
||||||
$("#load").fadeOut("slow");
|
$("#load").fadeOut("fast");
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<h1>About</h1>
|
<h1>About Family<span class="black">Ark</span></h1>
|
||||||
<div id="lipsum">
|
<div id="lipsum">
|
||||||
<p>
|
<p>
|
||||||
FamilyArk es una aplicacion para gestion de la crianza en Ark - Survival Evolved.
|
Family<span class="black">Ark</span> es una aplicacion para gestion de la crianza en Ark - Survival Evolved.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Esta mantenida por <a href="https://hatthieves.es">hatthieves.es</a> sin animo de lucro. Y no se da ninguna garantia o soporte de la misma.
|
Esta mantenida por <a class="black" href="https://hatthieves.es">hatthieves.es</a> sin animo de lucro. Y no se da ninguna garantia o soporte de la misma.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user