summaryrefslogtreecommitdiff
path: root/site/public/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/assets/style.css')
-rw-r--r--site/public/assets/style.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 5cd0b15..3ccb1a7 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -491,7 +491,7 @@ nav .sub.active a {
background: #888;
cursor:pointer;
}
-.galnav span:hover {
+.desktop .galnav span:hover {
background:black;
}
.singleton .galnav { display: none }
@@ -829,7 +829,7 @@ nav .sub.active a {
position: relative;
display: inline-block;
}
-.brady a:hover:after {
+.desktop .brady a:hover:after {
content: 'SAY HELLO!';
position: absolute;
top: 40%;
@@ -877,6 +877,7 @@ nav .sub.active a {
transition: 0.1s opacity ease-in;
display: block;
text-overflow: ellipsis;
+ text-transform: uppercase;
}
.mobile .project span,
.desktop .project:hover span {
@@ -973,6 +974,10 @@ nav .sub.active a {
width:33.3333%;
height: 16.6vw;
}
+ .brady a {
+ width: 160px;
+ height: 160px;
+ }
}
@@ -1019,7 +1024,7 @@ nav .sub.active a {
height: 55vw;
}
.menuActive #entry_container {
- left:160px;
+ left:120px;
}
#scene {
-webkit-transition: left 0.2s;
@@ -1031,6 +1036,21 @@ nav .sub.active a {
body {
font-size: 18px;
}
+ nav {
+ font-size: 0.6em;
+ width: 120px;
+ }
+ .menuActive #entry_container .entry.all {
+ width:65%;
+ }
+ .menuActive .project {
+ height: 36vw;
+ text-transform: uppercase;
+ font-size:0.6em;
+ }
+ .menuActive .project span {
+ top: -18px;
+ }
}
.mobile .cell iframe {
width: 100%;