summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/home.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/home.css')
-rw-r--r--frontend/site/projects/museum/views/home.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/home.css b/frontend/site/projects/museum/views/home.css
new file mode 100644
index 0000000..aab5d0c
--- /dev/null
+++ b/frontend/site/projects/museum/views/home.css
@@ -0,0 +1,55 @@
+.roadblock {
+ /*display: none !important;*/
+}
+
+
+.home {
+}
+
+.home-byline {
+ font-family: "Druk Wide";
+ color: #FF790D;
+ text-shadow: 0px 0px 5px #FF790D;
+ opacity: 1;
+ transition: opacity 0.5s;
+}
+.home-title {
+ font-family: "Druk";
+ font-weight: 900;
+ font-style: italic;
+ color: #FF790D;
+ text-shadow: 0px 0px 10px #FF790D;
+}
+.home-artists {
+ font-family: "Druk Wide";
+ color: #FF790D;
+ text-shadow: 0px 0px 5px #FF790D;
+ opacity: 1;
+ transition: opacity 0.5s;
+}
+
+.home-title.title-1 {
+}
+.home-title.title-2 {
+}
+.home.open .home-title.title-1 {
+}
+.home.open .home-title.title-2 {
+}
+
+.home.open .home-artists {
+ opacity: 0;
+ transition: opacity 0.5s;
+}
+.artists-left {
+}
+.artists-right {
+}
+
+.byline-top {
+}
+.byline-bottom {
+}
+.home.open .home-byline {
+ opacity: 0;
+}