diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:20:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:20:11 -0400 |
| commit | ba81ae9a470c804f6ed425b2d2019d1cda53f273 (patch) | |
| tree | 0cef5a8489a3e0fcc365f3f44a6b0c13b3ec1d0b /public/assets/ok.css | |
| parent | 0c0f5935414c3edf3673d84532e537a6e9823a16 (diff) | |
| parent | dca0b022e7aebf84828aa2182c68a6d348d7525a (diff) | |
iframes
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index e4193b8..4696d95 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -116,8 +116,14 @@ nav span { #burger { width: 10px; + vertical-align: top +} +.index:after { + content:"INDEX"; +} +.navopen .index:after { + content:"CLOSE"; } - .index:hover, .navopen .index { color: white; @@ -228,7 +234,6 @@ button.previous:active svg { .cell { width: 100vw; - height: 70vh; /*THIS SHOULD BE DYNAMIC*/ background-position: center; background-size: cover; @@ -240,6 +245,10 @@ button.previous:active svg { background-color: #eee; } +.resizing .top { + background: url(tomato20dancing.gif)center; +} + .bottom { /*height: 20vh;*/ flex: 0 auto; |
