-
+
track
diff --git a/public_html/style.css b/public_html/style.css
index 9d9fde4..7dabbca 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -150,6 +150,8 @@ p {text-wrap: pretty;}
--text-color: #333;
--link-color: #03f;
--link-color-hover: #69f;
+ --button-color: #fcd700;
+ --button-color-hover: #000000;
--highlight-color: #fcd700;
--placeholder-color: #a9a9a9;
}
@@ -185,7 +187,6 @@ body {
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
- color: black;
}
a {
@@ -269,6 +270,57 @@ section.box#experiment header .icon {
margin-top: -2.5rem;
}
+/* music */
+
+article.album {
+ height: auto;
+ margin-top: 0.75rem;
+}
+article.album a {
+ display: block;
+ width: 100%;
+ height: 120px;
+ color: var(--text-color);
+}
+article.album h2 {
+ display: inline-block;
+ margin-top: 1rem;
+ font-size: 1.1rem;
+}
+article.album h2 em {
+ display: block;
+ font-style: normal;
+ font-weight: 600;
+ font-size: 1.2em;
+}
+article.album .listenbuy {
+ color: white;
+ font-size: 1.1em;
+ display: inline-block;
+ margin-top: 0.75em;
+ margin-left: -0.25em;
+ padding: 0.25em 1em;
+ background-color: transparent;
+ border-radius: 2em;
+ transition: background-color 0.25s, margin 0.25s;
+}
+article.album a:hover .listenbuy {
+ margin-top: 1em;
+ background-color: var(--button-color);
+}
+article.album a .listenbuy:hover {
+ background-color: var(--button-color-hover);
+}
+img.albumcover {
+ width: auto;
+ height: 100%;
+ float: left;
+ margin-right: 1.5rem;
+}
+article.album a:hover {
+ height: 160px;
+}
+
/* icosahedron */
#icosahedron-container {