summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/artists.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/artists.css')
-rw-r--r--frontend/site/projects/museum/views/artists.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/frontend/site/projects/museum/views/artists.css b/frontend/site/projects/museum/views/artists.css
index fb3a863..a98d619 100644
--- a/frontend/site/projects/museum/views/artists.css
+++ b/frontend/site/projects/museum/views/artists.css
@@ -10,7 +10,7 @@
text-transform: uppercase;
font-style: italic;
font-size: 2.5vh;
- margin: 1.5vh 0 0.5vh;
+ margin: 1.5vh 0 0vh;
cursor: default;
user-select: none;
}
@@ -19,7 +19,6 @@
font-family: 'Druk';
font-style: italic;
text-transform: uppercase;
- font-size: 14.5vh;
text-align: center;
line-height: 0.9;
white-space: nowrap;
@@ -27,10 +26,21 @@
user-select: none;
transition: color 0.1s;
}
+.page-artists .artist-big-name {
+ font-size: 15.5vh;
+}
.page-artists .artist-big-name:hover {
/*color: white;*/
text-shadow: 0 0 5px #FF790D;
}
+.page-artists .artist-list {
+ display: flex;
+ justify-content: space-around;
+ flex-direction: column;
+ height: 100%;
+ width: 100%;
+ padding-bottom: 1rem;
+}
/* artist sub-pages */
@@ -64,12 +74,13 @@
}
.page-artists .artist-detail-name {
+ font-size: 14.5vh;
position: absolute;
top: 2vh;
left: 0;
width: 100%;
text-shadow: 0 0 5px #FF790D;
- pointer-events: none;
+ cursor: pointer;
}
.page-artists .nav-arrow {
transform: translateZ(0);
@@ -109,7 +120,7 @@
background-position: center right;
width: 50vw;
height: 100vh;
- background: blue;
+ background: #222222;
pointer-events: none;
}
.page-artists .artist-location {