Spaces:
Running
Running
db and css tweaks, metatag update
Browse files- index.css +3 -2
- index.html +1 -1
index.css
CHANGED
|
@@ -473,7 +473,7 @@ footer.special #close_footer strong {
|
|
| 473 |
opacity: 1;
|
| 474 |
background-color: #222;
|
| 475 |
border-bottom: 1px solid #111;
|
| 476 |
-
color: #
|
| 477 |
}
|
| 478 |
|
| 479 |
.image-item .firstN {
|
|
@@ -500,7 +500,8 @@ footer.special #close_footer strong {
|
|
| 500 |
align-items: end;
|
| 501 |
height: 100%;
|
| 502 |
background-color: #666;
|
| 503 |
-
opacity: 0
|
|
|
|
| 504 |
}
|
| 505 |
|
| 506 |
.image-item .imgTools:hover {
|
|
|
|
| 473 |
opacity: 1;
|
| 474 |
background-color: #222;
|
| 475 |
border-bottom: 1px solid #111;
|
| 476 |
+
color: #aaa;
|
| 477 |
}
|
| 478 |
|
| 479 |
.image-item .firstN {
|
|
|
|
| 500 |
align-items: end;
|
| 501 |
height: 100%;
|
| 502 |
background-color: #666;
|
| 503 |
+
opacity: 0;
|
| 504 |
+
transition: opacity 100ms linear;
|
| 505 |
}
|
| 506 |
|
| 507 |
.image-item .imgTools:hover {
|
index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
-
<meta
|
| 5 |
<script type="text/javascript" src="artists_and_tags.js"></script>
|
| 6 |
<script type="text/javascript" src="index.js"></script>
|
| 7 |
<link rel="stylesheet" href="index.css">
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
| 5 |
<script type="text/javascript" src="artists_and_tags.js"></script>
|
| 6 |
<script type="text/javascript" src="index.js"></script>
|
| 7 |
<link rel="stylesheet" href="index.css">
|