more style
This commit is contained in:
@@ -31,7 +31,7 @@ body{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#menu h4 a span, h1 span{
|
||||
#menu h4 a span, h1 span, .black{
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ h2{
|
||||
}
|
||||
|
||||
#menu li a{
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#menu li h4{
|
||||
|
||||
@@ -49,7 +49,7 @@ function editAnimal(id){
|
||||
}
|
||||
set_animal_include(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_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">
|
||||
<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>
|
||||
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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user