diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-06 13:40:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-06 13:40:13 -0400 |
| commit | 66b9b7589feed80ae1690678abc9575720651782 (patch) | |
| tree | e59fcd5413438292eceb5c61e9e08cc3c5a459b6 | |
| parent | 0b5d271bd51a97577d08c0b30ebb29fc33d3408f (diff) | |
css
| -rw-r--r-- | site/public/assets/style.css | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index f0f98d8..d9da2c7 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -497,7 +497,7 @@ nav .sub.active a { .singleton .galnav { display: none } .credit { - margin: 4em 0px 0px 0px; + margin: 1em 0px 0px 0px; padding: 11px 0px; border-top: 1px solid; float: left; @@ -534,21 +534,27 @@ nav .sub.active a { padding-top:20px; border-top:1px solid #999; width:100%; +/* -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; min-height: 130px; + */ } .entry span div.content.noline { border-top: 0; padding-top: 0; } .entry span div.content div { +/* min-height: 130px; + */ width:50%; +/* -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; + */ } @@ -577,7 +583,7 @@ nav .sub.active a { .gallery { width: 100%; - height: 60vh; + height: 70vh; overflow: hidden; float:left; display:inline-block; @@ -695,14 +701,14 @@ nav .sub.active a { clear: both; width: 100%; padding: 2px; - font-size: 0.67em; + font-size: 0.77em; margin-bottom: 10px; } .caption:after { content:"VIEW IN FULLSCREEN"; - text-align:right; - float: right; - opacity:0.5; + text-align: left; + float: left; + opacity: 1.0; cursor:pointer; } .desktop .caption:hover { @@ -936,9 +942,11 @@ nav .sub.active a { @media (max-width:1200px) { .entry span div.content { +/* -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; + */ } .project { @@ -950,9 +958,11 @@ nav .sub.active a { @media (max-width:900px) { .entry span div.content { +/* -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; + */ } .project { @@ -964,9 +974,11 @@ nav .sub.active a { @media (max-width:600px) { .entry span div.content { +/* -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; + */ } #entry_container .entry { width:100%; |
