forked from rebillar/site-accueil-insa
font
This commit is contained in:
parent
fb0c3c8167
commit
e72c2f8046
2 changed files with 14 additions and 1 deletions
|
@ -42,4 +42,16 @@ li {
|
||||||
.directory-li:hover {
|
.directory-li:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
transition: 0.3s ease-out;
|
transition: 0.3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
#folderTitle {
|
||||||
|
color: red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#folderPhotos {
|
||||||
|
}
|
||||||
|
|
||||||
|
#folderAlbums {
|
||||||
|
|
||||||
}
|
}
|
|
@ -74,7 +74,8 @@ function createDirectories($path)
|
||||||
?>
|
?>
|
||||||
<a href="<?= $folderLink ?>">
|
<a href="<?= $folderLink ?>">
|
||||||
<li class="directory-li">
|
<li class="directory-li">
|
||||||
<span id="folderTitle"><?= $folderTitle ?> - </span>
|
<span id="folderTitle"><?= $folderTitle ?></span>
|
||||||
|
<?= " - " ?>
|
||||||
<span id="folderPhotos">
|
<span id="folderPhotos">
|
||||||
<?php if ($photos > 1) {
|
<?php if ($photos > 1) {
|
||||||
echo $photos." photos";
|
echo $photos." photos";
|
||||||
|
|
Loading…
Reference in a new issue